emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109287: * configure.ac (opsysfile):


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109287: * configure.ac (opsysfile): Tweak message for null case.
Date: Sun, 29 Jul 2012 23:24:20 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109287
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-07-29 23:24:20 -0700
message:
  * configure.ac (opsysfile): Tweak message for null case.
  (The autoconf manual says this is portable.)
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-30 06:18:28 +0000
+++ b/ChangeLog 2012-07-30 06:24:20 +0000
@@ -1,5 +1,7 @@
 2012-07-30  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'configure.ac'
--- a/configure.ac      2012-07-30 06:18:28 +0000
+++ b/configure.ac      2012-07-30 06:24:20 +0000
@@ -4298,7 +4298,7 @@
 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}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]