aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'macros/gnome-autogen.sh')
-rwxr-xr-xmacros/gnome-autogen.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/macros/gnome-autogen.sh b/macros/gnome-autogen.sh
new file mode 100755
index 0000000000..33d98a62f0
--- /dev/null
+++ b/macros/gnome-autogen.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export GNOME_COMMON_MACROS_DIR=`gnome-config --datadir`/aclocal/gnome-macros
+export ACLOCAL_FLAGS="-I $GNOME_COMMON_MACROS_DIR $ACLOCAL_FLAGS"
+. $GNOME_COMMON_MACROS_DIR/autogen.sh
+