]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (opsysfile): Tweak message for null case.
authorGlenn Morris <rgm@gnu.org>
Mon, 30 Jul 2012 06:24:20 +0000 (23:24 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 30 Jul 2012 06:24:20 +0000 (23:24 -0700)
(The autoconf manual says this is portable.)

ChangeLog
configure.ac

index 9bb6e8a62b82defcaeb6d35dcb02701c42ac7532..b72f1d50fa0b46572aec677a23c79ef06bbf1fb9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2012-07-30  Glenn Morris  <rgm@gnu.org>
 
+       * configure.ac (opsysfile): Tweak message for null case.
+
        * configure.ac (opsysfile): Set to empty on freebsd, gnu-linux,
        gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.
 
index cd730251ba478c3d46b8982223492b0d163bb774..224ac1826130d3aae0e8c4fe4546d9d1a72b03a3 100644 (file)
@@ -4298,7 +4298,7 @@ echo "
 Configured for \`${canonical}'.
 
   Where should the build process find the source code?    ${srcdir}
-  What operating system file should Emacs use?            ${opsysfile-none}
+  What operating system file should Emacs use?            ${opsysfile:-none}
   What compiler should emacs be built with?               ${CC} ${CFLAGS}
   Should Emacs use the GNU version of malloc?             ${GNU_MALLOC}${GNU_MALLOC_reason}
   Should Emacs use a relocating allocator for buffers?    ${REL_ALLOC}