summaryrefslogtreecommitdiffstats
path: root/parts/appwizard/common/gnome/macros/gnome-common.m4
diff options
context:
space:
mode:
Diffstat (limited to 'parts/appwizard/common/gnome/macros/gnome-common.m4')
-rw-r--r--parts/appwizard/common/gnome/macros/gnome-common.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/parts/appwizard/common/gnome/macros/gnome-common.m4 b/parts/appwizard/common/gnome/macros/gnome-common.m4
new file mode 100644
index 00000000..b7238297
--- /dev/null
+++ b/parts/appwizard/common/gnome/macros/gnome-common.m4
@@ -0,0 +1,14 @@
+# gnome-common.m4
+#
+# This only for packages that are not in the GNOME CVS tree.
+
+dnl GNOME_COMMON_INIT
+
+AC_DEFUN([GNOME_COMMON_INIT],
+[
+ GNOME_ACLOCAL_DIR=`$ACLOCAL --print-ac-dir`/gnome
+ AC_SUBST(GNOME_ACLOCAL_DIR)
+
+ ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR"
+])
+