--- psiconv/trunk/autogen.sh 2001/06/17 18:44:28 116 +++ psiconv/trunk/autogen.sh 2002/01/22 21:16:05 137 @@ -2,11 +2,7 @@ # # Run this before configure # -# This file blatantly ripped off from subversion. -# -# Note: this dependency on Perl is fine: only SVN developers use autogen.sh -# and we can state that dev people need Perl on their machine -# +# This file blatantly ripped off from subversion and Abiword set -e @@ -21,7 +17,7 @@ # Produce all the `Makefile.in's, verbosely, and create neat missing things # like `libtool', `install-sh', etc. -automake --add-missing --verbose --gnu --copy +automake --add-missing --verbose --gnu --copy --force-missing # If there's a config.cache file, we may need to delete it. # If we have an existing configure script, save a copy for comparison.