2005-04-13 19:49:56 +00:00
|
|
|
#! /bin/sh
|
2006-05-29 08:59:36 +00:00
|
|
|
gtkdocize || exit 1
|
2007-06-19 14:15:42 +00:00
|
|
|
|
|
|
|
# back in the stupidity of autoreconf
|
|
|
|
touch README
|
2005-04-13 19:49:56 +00:00
|
|
|
autoreconf -v --install || exit 1
|
2007-06-19 14:15:42 +00:00
|
|
|
rm -f README
|
|
|
|
|
2005-04-13 19:49:56 +00:00
|
|
|
./configure --enable-maintainer-mode "$@"
|