Files now copied to build directory instead of source directory while configuring
3 echo "Generating build information using aclocal, automake and autoconf"
4 echo "This may take a while ..."
6 # Touch the timestamps on all the files since CVS messes them up
8 touch $directory/configure.in
10 # Regenerate configuration files
12 automake --foreign --include-deps --add-missing --copy
14 (cd test; aclocal; automake --foreign --include-deps --add-missing --copy; autoconf)
16 # Run configure for this platform
18 echo "Now you are ready to run ./configure"