2 # Run this to generate all the initial makefiles, etc.
4 ACLOCAL
=${ACLOCAL:-aclocal}
5 AUTOHEADER
=${AUTOHEADER:-autoheader}
6 AUTOMAKE
=${AUTOMAKE:-automake}
7 AUTOMAKE_FLAGS
="--add-missing --copy"
8 AUTOCONF
=${AUTOCONF:-autoconf}
16 echo "$ARGV0: running \`$@'"
20 run
$ACLOCAL $ACLOCAL_FLAGS
22 run
$AUTOMAKE $AUTOMAKE_FLAGS
24 echo "Now type './configure ...' and 'make' to compile."