summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: f7892f6e962f34f77ebe7cedb72b5c36f9a14e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
rm -f config.cache
if [ -d "m4" ]; then
	ACLOCAL_FLAGS="-I m4 $ACLOCAL_FLAGS"
fi

which gnome-autogen.sh || {
        echo "You need to install gnome-common from the GNOME CVS"
        exit 1
}
 
USE_GNOME2_MACROS=1 . gnome-autogen.sh $@