1
0
Fork 0
mutter-performance-source/autogen.sh

8 lines
122 B
Bash
Raw Normal View History

2005-04-13 19:49:56 +00:00
#! /bin/sh
2006-05-29 08:59:36 +00:00
gtkdocize || exit 1
# back in the stupidity of autoreconf
2005-04-13 19:49:56 +00:00
autoreconf -v --install || exit 1
2007-06-21 14:52:18 +00:00
./configure "$@"