2007-06-19 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Tue, 19 Jun 2007 14:15:42 +0000 (14:15 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Tue, 19 Jun 2007 14:15:42 +0000 (14:15 +0000)
* autogen.sh: autoreconf needs a README.

ChangeLog
autogen.sh

index c2dd6cc..db1f121 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-19  Emmanuele Bassi  <ebassi@openedhand.com>
+
+       * autogen.sh: autoreconf needs a README.
+
 2007-06-19  Matthew Allum  <mallum@openedhand.com>
 
        * TODO:
index aecfb84..55fcdd1 100755 (executable)
@@ -1,4 +1,9 @@
 #! /bin/sh
 gtkdocize || exit 1
+
+# back in the stupidity of autoreconf
+touch README
 autoreconf -v --install || exit 1
+rm -f README
+
 ./configure --enable-maintainer-mode "$@"