aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-common.m4
diff options
context:
space:
mode:
authorgfarris <gfarris@src.gnome.org>2001-12-04 12:46:41 +0800
committergfarris <gfarris@src.gnome.org>2001-12-04 12:46:41 +0800
commitedd7c48be63e486f0c8c424fdc556c57503c4374 (patch)
treef2f245320b0bc90a72dd0ef4b3d977bc8a9bc051 /macros/gnome-common.m4
parent4afdf27f16d59449354dd3b5d71248b750c0a20b (diff)
downloadgsoc2013-evolution-edd7c48be63e486f0c8c424fdc556c57503c4374.tar
gsoc2013-evolution-edd7c48be63e486f0c8c424fdc556c57503c4374.tar.gz
gsoc2013-evolution-edd7c48be63e486f0c8c424fdc556c57503c4374.tar.bz2
gsoc2013-evolution-edd7c48be63e486f0c8c424fdc556c57503c4374.tar.lz
gsoc2013-evolution-edd7c48be63e486f0c8c424fdc556c57503c4374.tar.xz
gsoc2013-evolution-edd7c48be63e486f0c8c424fdc556c57503c4374.tar.zst
gsoc2013-evolution-edd7c48be63e486f0c8c424fdc556c57503c4374.zip
*** empty log message ***
svn path=/trunk/; revision=14857
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 83bb00d709..0000000000
--- 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"
-])
-