aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>2000-07-24 23:28:47 +0800
committerMartin Baulig <martin@src.gnome.org>2000-07-24 23:28:47 +0800
commit23c5109f7b3bd03a518f263a829e3a617f99aeb5 (patch)
treebef3b2d301592f68942f5411366b87de6b832f40 /macros
parent8c4533cc2dec08f8a30af0ffe7b8cd4c39440d3e (diff)
downloadgsoc2013-evolution-23c5109f7b3bd03a518f263a829e3a617f99aeb5.tar
gsoc2013-evolution-23c5109f7b3bd03a518f263a829e3a617f99aeb5.tar.gz
gsoc2013-evolution-23c5109f7b3bd03a518f263a829e3a617f99aeb5.tar.bz2
gsoc2013-evolution-23c5109f7b3bd03a518f263a829e3a617f99aeb5.tar.lz
gsoc2013-evolution-23c5109f7b3bd03a518f263a829e3a617f99aeb5.tar.xz
gsoc2013-evolution-23c5109f7b3bd03a518f263a829e3a617f99aeb5.tar.zst
gsoc2013-evolution-23c5109f7b3bd03a518f263a829e3a617f99aeb5.zip
This should work now.
svn path=/trunk/; revision=4293
Diffstat (limited to 'macros')
-rw-r--r--macros/gnome-common.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/gnome-common.m4 b/macros/gnome-common.m4
index b6be9eb4f1..83bb00d709 100644
--- a/macros/gnome-common.m4
+++ b/macros/gnome-common.m4
@@ -6,9 +6,9 @@ dnl GNOME_COMMON_INIT
AC_DEFUN([GNOME_COMMON_INIT],
[
- GNOME_ACLOCAL_DIR=`$ACLOCAL --print-ac-dir`/gnome-macros
+ GNOME_ACLOCAL_DIR="$GNOME_COMMON_MACROS_DIR"
AC_SUBST(GNOME_ACLOCAL_DIR)
- ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR"
+ ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
])