2 # Run this to generate configure and initial GNUmakefiles
7 --noconf*) NOCONFIGURE
=true
;;
10 if [ ! -f aclocal.
m4 -o stepmake
/aclocal.
m4 -nt aclocal.
m4 ]; then
11 echo "stepmake/aclocal.m4 is newer. Copying file."
12 cp -f stepmake
/aclocal.
m4 aclocal.
m4
15 if [ ! -f autogen.sh
-o stepmake
/autogen.sh
-nt autogen.sh
]; then
16 echo "stepmake/autogen.sh is newer. Copying file."
17 cp -f stepmake
/autogen.sh autogen.sh
18 exec .
/autogen.sh
"$@"
21 for i
in $srcdir/configure.
in #`find $srcdir -name configure.in -print`
27 echo "Running autoconf ..."
30 # Autoconf automatically checks its own minimum required
31 # version, and it aborts when the check fails.
32 test "$?" -eq 1 && exit 1
35 #conf_flags="--enable-maintainer-mode --enable-compile-warnings" #--enable-iso-c
36 if test -n "$NOCONFIGURE"; then
37 echo Skipping configure process.
43 Warning: about to run \`configure' without arguments.
44 arguments on the \`$0' command line
45 will be passed to \`configure'.
47 Invoke with --noconfigure to skip configure step.
51 echo Running
$srcdir/configure
$conf_flags "$@" ...
52 $srcdir/configure
$conf_flags "$@"