mutter/autogen.sh
2007-06-21 14:52:18 +00:00

10 lines
148 B
Bash
Executable File

#! /bin/sh
gtkdocize || exit 1
# back in the stupidity of autoreconf
touch README
autoreconf -v --install || exit 1
rm -f README
./configure "$@"