2 # Run this to generate all the initial makefiles, etc.
4 if test "z$1" = "z--clean"; then
8 rm -f missing install-sh mkinstalldirs libtool ltmain.sh
14 sed -r -e 's/.*configure //' -e 's/(["'"'"'])/\\\1/g' -e 's/=(([^"'"'"'-]|-[^-]| )*)( |$)/="\1" /g'
18 if test $# -eq 0 && test -f config.log
; then
19 old_args
=`grep '\$ ./configure' config.log | requote_args`
20 echo "re-using arguments from last configure: $old_args";
25 aclocal
$ACLOCAL_FLAGS ||
exit 1;
26 #automake --gnu --add-missing --copy || exit 1;
27 #intltoolize --copy --force --automake
29 if test "x$NOCONFIGURE" = "x"; then
30 if test -n "$old_args" ; then
31 eval `echo ./configure $old_args`
36 echo "Skipping configure process."