aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-common.m4
diff options
context:
space:
mode:
authorMartin Baulig <baulig@suse.de>2000-05-29 22:30:32 +0800
committerMartin Baulig <martin@src.gnome.org>2000-05-29 22:30:32 +0800
commitf44628eb847d96f73657c01730b1fa78daa9d382 (patch)
tree8fa17084f27bf9aaf150224bcb0eb4b6f95dd429 /macros/gnome-common.m4
parenta3a1843acf549ea6dc46fddefa4f7dd93c88bcbf (diff)
downloadgsoc2013-evolution-f44628eb847d96f73657c01730b1fa78daa9d382.tar
gsoc2013-evolution-f44628eb847d96f73657c01730b1fa78daa9d382.tar.gz
gsoc2013-evolution-f44628eb847d96f73657c01730b1fa78daa9d382.tar.bz2
gsoc2013-evolution-f44628eb847d96f73657c01730b1fa78daa9d382.tar.lz
gsoc2013-evolution-f44628eb847d96f73657c01730b1fa78daa9d382.tar.xz
gsoc2013-evolution-f44628eb847d96f73657c01730b1fa78daa9d382.tar.zst
gsoc2013-evolution-f44628eb847d96f73657c01730b1fa78daa9d382.zip
Install macros to `$(datadir)/aclocal/gnome-macros' when
2000-05-29 Martin Baulig <baulig@suse.de> * gnome-common.m4, Makefile.am: Install macros to `$(datadir)/aclocal/gnome-macros' when INSIDE_GNOME_COMMON. * gnome-autogen.sh: New file. When using gnome-common instead of the macros/ directory, use this in your autogen.sh. svn path=/trunk/; revision=3258
Diffstat (limited to 'macros/gnome-common.m4')
-rw-r--r--macros/gnome-common.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-common.m4 b/macros/gnome-common.m4
index b72382970b..b6be9eb4f1 100644
--- a/macros/gnome-common.m4
+++ b/macros/gnome-common.m4
@@ -6,7 +6,7 @@ dnl GNOME_COMMON_INIT
AC_DEFUN([GNOME_COMMON_INIT],
[
- GNOME_ACLOCAL_DIR=`$ACLOCAL --print-ac-dir`/gnome
+ GNOME_ACLOCAL_DIR=`$ACLOCAL --print-ac-dir`/gnome-macros
AC_SUBST(GNOME_ACLOCAL_DIR)
ACLOCAL="$ACLOCAL -I $GNOME_ACLOCAL_DIR"