aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-07-29 23:24:20 -0700
committerGlenn Morris2012-07-29 23:24:20 -0700
commitabc7ec54946e8fa39542ccb6f278b54bc86de11a (patch)
tree79df93bf5adc2ffcd51b674f624605baa4c53d9b
parentd34d6ffc97bea4bc246b1f764f9d9ecdf169e0c2 (diff)
downloademacs-abc7ec54946e8fa39542ccb6f278b54bc86de11a.tar.gz
emacs-abc7ec54946e8fa39542ccb6f278b54bc86de11a.zip
* configure.ac (opsysfile): Tweak message for null case.
(The autoconf manual says this is portable.)
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bb6e8a62b8..b72f1d50fa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
12012-07-30 Glenn Morris <rgm@gnu.org> 12012-07-30 Glenn Morris <rgm@gnu.org>
2 2
3 * configure.ac (opsysfile): Tweak message for null case.
4
3 * configure.ac (opsysfile): Set to empty on freebsd, gnu-linux, 5 * configure.ac (opsysfile): Set to empty on freebsd, gnu-linux,
4 gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware. 6 gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
5 7
diff --git a/configure.ac b/configure.ac
index cd730251ba4..224ac182613 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4298,7 +4298,7 @@ echo "
4298Configured for \`${canonical}'. 4298Configured for \`${canonical}'.
4299 4299
4300 Where should the build process find the source code? ${srcdir} 4300 Where should the build process find the source code? ${srcdir}
4301 What operating system file should Emacs use? ${opsysfile-none} 4301 What operating system file should Emacs use? ${opsysfile:-none}
4302 What compiler should emacs be built with? ${CC} ${CFLAGS} 4302 What compiler should emacs be built with? ${CC} ${CFLAGS}
4303 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason} 4303 Should Emacs use the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
4304 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} 4304 Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}