From: Glenn Morris Date: Mon, 30 Jul 2012 06:24:20 +0000 (-0700) Subject: * configure.ac (opsysfile): Tweak message for null case. X-Git-Tag: emacs-24.2.90~1002 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=abc7ec54946e8fa39542ccb6f278b54bc86de11a;p=emacs.git * configure.ac (opsysfile): Tweak message for null case. (The autoconf manual says this is portable.) --- diff --git a/ChangeLog b/ChangeLog index 9bb6e8a62b8..b72f1d50fa0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-07-30 Glenn Morris + * 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. diff --git a/configure.ac b/configure.ac index cd730251ba4..224ac182613 100644 --- a/configure.ac +++ b/configure.ac @@ -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}