From a8ef94eb87ed1a7f5e155eed8c3139bc60040293 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 4 Aug 2009 12:46:28 +0200 Subject: Add initial sources with ability to open and view .plist files --- autogen.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 autogen.sh (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..f7892f6 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,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 $@ -- cgit v1.1-32-gdbae