aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-10-23 05:49:02 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-10-23 05:49:02 +0800
commit8f39c7b6f5e0c2741d4a371cd39d13d5d35cb716 (patch)
treec6af7d9f7e6259a6af5d000b757c1f5b7e45ed6f
parentdc6bea5487edfaa18776380317d3a1af9181ea4f (diff)
downloadgsoc2013-evolution-8f39c7b6f5e0c2741d4a371cd39d13d5d35cb716.tar
gsoc2013-evolution-8f39c7b6f5e0c2741d4a371cd39d13d5d35cb716.tar.gz
gsoc2013-evolution-8f39c7b6f5e0c2741d4a371cd39d13d5d35cb716.tar.bz2
gsoc2013-evolution-8f39c7b6f5e0c2741d4a371cd39d13d5d35cb716.tar.lz
gsoc2013-evolution-8f39c7b6f5e0c2741d4a371cd39d13d5d35cb716.tar.xz
gsoc2013-evolution-8f39c7b6f5e0c2741d4a371cd39d13d5d35cb716.tar.zst
gsoc2013-evolution-8f39c7b6f5e0c2741d4a371cd39d13d5d35cb716.zip
Set $ACLOCAL to have the $ACLOCAL_FLAGS in it, so
it doesn't fail to regenerate the files if you run make without a manual autogen after making changes to configure.in and friends. [Many thanks to Marco Pesenti Gritti for pointing out the fix to me.] svn path=/trunk/; revision=23018
-rw-r--r--ChangeLog8
-rw-r--r--configure.in3
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b91537fb7..caa4f07a8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2003-10-22 Ettore Perazzoli <ettore@ximian.com>
+
+ * configure.in: Set $ACLOCAL to have the $ACLOCAL_FLAGS in it, so
+ it doesn't fail to regenerate the files if you run make without a
+ manual autogen after making changes to configure.in and friends.
+ [Many thanks to Marco Pesenti Gritti for pointing out the fix to
+ me.]
+
2003-10-22 Rodney Dawes <dobey@ximian.com>
* configure.in: Require ORBit 2.8.0 or newer for threading
diff --git a/configure.in b/configure.in
index 1784c35815..81478e81f0 100644
--- a/configure.in
+++ b/configure.in
@@ -10,6 +10,9 @@ AM_CONFIG_HEADER(config.h)
AC_CANONICAL_HOST
AC_DEFINE_UNQUOTED(VERSION_COMMENT, "", [Define if you want a comment appended to the version number])
+dnl Put the ACLOCAL flags in the Makefile
+ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
+
dnl Initialize maintainer mode
AM_MAINTAINER_MODE