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 $@