summaryrefslogtreecommitdiff
path: root/macros/gnome-common.m4
diff options
context:
space:
mode:
authorFatih Demir <kabalak@src.gnome.org>2000-02-13 10:35:30 +0000
committerFatih Demir <kabalak@src.gnome.org>2000-02-13 10:35:30 +0000
commit4911f2024179335b2e013ba36b7fadbb7b554d70 (patch)
treee7f0c69136482e61afe687cd6381cd4a6d560b76 /macros/gnome-common.m4
parent5a5589196428fe9a280030cfb3196ad278f48003 (diff)
downloadshared-mime-info-4911f2024179335b2e013ba36b7fadbb7b554d70.tar.gz
removed gtranslator for re-checkin
svn path=/trunk/; revision=1095
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 b7238297..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=`$ACLOCAL --print-ac-dir`/gnome
- AC_SUBST(GNOME_ACLOCAL_DIR)
-
- ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR"
-])
-