aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-05-03 09:27:17 -0700
committerPaul Eggert2014-05-03 09:27:17 -0700
commit541df9f424b82b90ec4bd798ab6b8f1c655e3acd (patch)
tree272c9a0e88b48be4097dd2b508c39ec07a124289 /ChangeLog
parenta7e1ffdc7e4de34662a0d55c8e5f3247ec40effd (diff)
downloademacs-541df9f424b82b90ec4bd798ab6b8f1c655e3acd.tar.gz
emacs-541df9f424b82b90ec4bd798ab6b8f1c655e3acd.zip
Get --enable-gcc-warnings to work after touching configure.ac.
Preserve ACLOCAL_PATH in later builds, so that by default it has the same value as it did in the first build after initial checkout. * Makefile.in (ACLOCAL_PATH): New macro. ($(srcdir)/aclocal.m4): Use it. * configure.ac (ACLOCAL_PATH): AC_SUBST it. * autogen.sh (env_space): New var. Tell user what variables, if any, to pass to 'configure'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61df7093527..a93a93c8f29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
12014-05-03 Paul Eggert <eggert@cs.ucla.edu> 12014-05-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Get --enable-gcc-warnings to work after touching configure.ac.
4 Preserve ACLOCAL_PATH in later builds, so that by default it has
5 the same value as it did in the first build after initial checkout.
6 * Makefile.in (ACLOCAL_PATH): New macro.
7 ($(srcdir)/aclocal.m4): Use it.
8 * configure.ac (ACLOCAL_PATH): AC_SUBST it.
9 * autogen.sh (env_space): New var.
10 Tell user what variables, if any, to pass to 'configure'.
11
3 Get --enable-gcc-warnings working again. 12 Get --enable-gcc-warnings working again.
4 The recent changes to configure.ac removed the transliteration of 13 The recent changes to configure.ac removed the transliteration of
5 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings. 14 -I to -isystem in CFLAGS, which is needed for --enable-gcc-warnings.