summaryrefslogtreecommitdiff
path: root/macros/gnome-common.m4
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>2001-12-05 04:54:00 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-12-05 04:54:00 +0000
commit0de1aa0ccfeab11400b0f6f35e1d7e0e73d9d88d (patch)
treecd6a19bcfa5788da5155cc7ff170b04fb41ef863 /macros/gnome-common.m4
parent1e3512c8764cf5f73f6d576124bc6718e63506c1 (diff)
downloadshared-mime-info-0de1aa0ccfeab11400b0f6f35e1d7e0e73d9d88d.tar.gz
back again !!!
svn path=/trunk/; revision=2174
Diffstat (limited to 'macros/gnome-common.m4')
-rw-r--r--macros/gnome-common.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/macros/gnome-common.m4 b/macros/gnome-common.m4
new file mode 100644
index 00000000..83bb00d7
--- /dev/null
+++ b/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="$GNOME_COMMON_MACROS_DIR"
+ AC_SUBST(GNOME_ACLOCAL_DIR)
+
+ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
+])
+