3 echo "Generating build information using aclocal, autoheader, automake and autoconf"
4 echo "This may take a while ..."
6 # Regenerate configuration files.
10 automake
--gnits --include-deps --add-missing --copy
13 echo "Now you are ready to run ./configure."
14 echo "You can also run ./configure --help for extra features to enable/disable."