2 # Run this to generate configure and initial GNUmakefiles
7 --noconf*) NOCONFIGURE=true;;
10 for i in $srcdir/configure.ac #`find $srcdir -name configure.ac -print`
16 echo "Running autoconf ..."
19 # Autoconf automatically checks its own minimum required
20 # version, and it aborts when the check fails.
21 test "$?" -eq 1 && exit 1
24 #conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
25 if test -n "$NOCONFIGURE"; then
26 echo Skipping configure process.
32 Warning: about to run \`configure' without arguments.
33 arguments on the \`$0' command line
34 will be passed to \`configure'.
36 Invoke with --noconfigure to skip configure step.
40 echo Running $srcdir/configure $conf_flags "$@" ...
41 $srcdir/configure $conf_flags "$@"