diff options
| author | Glenn Morris | 2012-07-29 23:24:20 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-29 23:24:20 -0700 |
| commit | abc7ec54946e8fa39542ccb6f278b54bc86de11a (patch) | |
| tree | 79df93bf5adc2ffcd51b674f624605baa4c53d9b | |
| parent | d34d6ffc97bea4bc246b1f764f9d9ecdf169e0c2 (diff) | |
| download | emacs-abc7ec54946e8fa39542ccb6f278b54bc86de11a.tar.gz emacs-abc7ec54946e8fa39542ccb6f278b54bc86de11a.zip | |
* configure.ac (opsysfile): Tweak message for null case.
(The autoconf manual says this is portable.)
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 1 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-07-30 Glenn Morris <rgm@gnu.org> | 1 | 2012-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 " | |||
| 4298 | Configured for \`${canonical}'. | 4298 | Configured 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} |