summaryrefslogtreecommitdiff
path: root/macros/gnome-common.m4
diff options
context:
space:
mode:
authorgfarris <gfarris@src.gnome.org>2001-12-04 04:46:41 +0000
committergfarris <gfarris@src.gnome.org>2001-12-04 04:46:41 +0000
commitf10cfd3363be0389f7accd6b312fcbbd18b6ab72 (patch)
tree4e7ac6934eb9baab9a516458ab5d3f7edd5dfae8 /macros/gnome-common.m4
parentff6920f8c90d31dd70674f5f6ec756b58376cfb9 (diff)
downloadshared-mime-info-f10cfd3363be0389f7accd6b312fcbbd18b6ab72.tar.gz
*** empty log message ***
svn path=/trunk/; revision=2169
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"
-])
-