summaryrefslogtreecommitdiff
path: root/macros/gnome-common.m4
diff options
context:
space:
mode:
authorTov Are Jacobsen <charles@src.gnome.org>2002-03-05 16:20:39 +0000
committerTov Are Jacobsen <charles@src.gnome.org>2002-03-05 16:20:39 +0000
commitfa9f9f29a7a287c1e8a4a8f00cbba0389264577e (patch)
tree9a45e4afd8918af238cab360d887f76ffc18c732 /macros/gnome-common.m4
parent20635edcc0fce58eaa51252496ca0d68e996eb9e (diff)
downloadshared-mime-info-fa9f9f29a7a287c1e8a4a8f00cbba0389264577e.tar.gz
These macros aren't needed in gnome2
These macros aren't needed in gnome2 svn path=/trunk/; revision=2344
Diffstat (limited to 'macros/gnome-common.m4')
-rw-r--r--macros/gnome-common.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/macros/gnome-common.m4 b/macros/gnome-common.m4
deleted file mode 100644
index 83bb00d7..00000000
--- a/macros/gnome-common.m4
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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"
-])
-