summaryrefslogtreecommitdiff
path: root/apps/X11/InstallMgr/macros/gnome-common.m4
diff options
context:
space:
mode:
Diffstat (limited to 'apps/X11/InstallMgr/macros/gnome-common.m4')
-rw-r--r--apps/X11/InstallMgr/macros/gnome-common.m414
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/X11/InstallMgr/macros/gnome-common.m4 b/apps/X11/InstallMgr/macros/gnome-common.m4
deleted file mode 100644
index b723829..0000000
--- a/apps/X11/InstallMgr/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=`$ACLOCAL --print-ac-dir`/gnome
- AC_SUBST(GNOME_ACLOCAL_DIR)
-
- ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR"
-])
-