2007-06-19 Emmanuele Bassi <ebassi@openedhand.com>

* autogen.sh: autoreconf needs a README.
This commit is contained in:
Emmanuele Bassi 2007-06-19 14:15:42 +00:00
parent e7332a3778
commit 6a148d571e
2 changed files with 9 additions and 0 deletions

View File

@ -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:

View File

@ -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 "$@"