2 # Run this to generate all the initial makefiles, etc.
6 if [ ! -f configure.ac
-o ! -f COPYING
]; then
7 echo "Doesn't look like you're in the source directory" >&2
11 # old autoreconf/aclocal versions fail hard if m4 doesn't exist
13 autoreconf
--force --install
14 echo "Now type './configure ...' and 'make' to compile."