* autogen.sh: add a --force when autoreconfing. We may need to
authorRob Browning <rlb@defaultvalue.org>
Wed, 19 Mar 2003 23:46:24 +0000 (23:46 +0000)
committerRob Browning <rlb@defaultvalue.org>
Wed, 19 Mar 2003 23:46:24 +0000 (23:46 +0000)
change this if it doesn't work out...

guile-readline/autogen.sh

index 3485710..76149ba 100755 (executable)
@@ -5,4 +5,4 @@
   exit 1
 }
 
-autoreconf -i
+autoreconf -i --force