diff --git a/autogen.sh b/autogen.sh index 4897f2c..8b5c0a0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -26,7 +26,12 @@ if [ `uname -s` = 'FreeBSD' ]; then AUTOHEADER=autoheader259; export AUTOHEADER AUTOCONF=autoconf259; export AUTOCONF autoreconf259 -v +else + echo "Using your default auto* tools" + #this should work with recent autotools + autoreconf -iv fi + echo "Now running configure $@" ./configure $@ echo "done."