mutter/autogen.sh

10 lines
173 B
Bash
Raw Normal View History

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