* configure.ac (opsysfile): Tweak message for null case.

(The autoconf manual says this is portable.)
This commit is contained in:
Glenn Morris 2012-07-29 23:24:20 -07:00
parent d34d6ffc97
commit abc7ec5494
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2012-07-30 Glenn Morris <rgm@gnu.org> 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, * configure.ac (opsysfile): Set to empty on freebsd, gnu-linux,
gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware. gnu-kfreebsd; and to usg5-4-common.h on sol2*, unixware.

View file

@ -4298,7 +4298,7 @@ echo "
Configured for \`${canonical}'. Configured for \`${canonical}'.
Where should the build process find the source code? ${srcdir} 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} 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 the GNU version of malloc? ${GNU_MALLOC}${GNU_MALLOC_reason}
Should Emacs use a relocating allocator for buffers? ${REL_ALLOC} Should Emacs use a relocating allocator for buffers? ${REL_ALLOC}