2007-06-19 Emmanuele Bassi <ebassi@openedhand.com>
* autogen.sh: autoreconf needs a README.
This commit is contained in:
parent
e7332a3778
commit
6a148d571e
@ -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>
|
2007-06-19 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
* TODO:
|
* TODO:
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
gtkdocize || exit 1
|
gtkdocize || exit 1
|
||||||
|
|
||||||
|
# back in the stupidity of autoreconf
|
||||||
|
touch README
|
||||||
autoreconf -v --install || exit 1
|
autoreconf -v --install || exit 1
|
||||||
|
rm -f README
|
||||||
|
|
||||||
./configure --enable-maintainer-mode "$@"
|
./configure --enable-maintainer-mode "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user