--- autogen.sh.orig Wed Nov 6 00:30:46 2002 +++ autogen.sh Wed Nov 6 00:31:22 2002 @@ -42,15 +42,4 @@ automake -a --gnu --add-missing cd "$THEDIR" -if test -z "$*"; then - echo "I am going to run ./configure with no arguments - if you wish " - echo "to pass any to it, please specify them on the $0 command line." -fi - -$srcdir/configure "$@" cd $srcdir/src/ui && ./help_gen - -echo -echo "Now type 'make' to compile xfmail." -echo "If you have problems, please see the directory docs/" -echo "for possible resolutions."