* configure.in: Don't double machfile in final message.
This commit is contained in:
parent
61f91c0476
commit
fe646d2c4e
3 changed files with 356 additions and 317 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* configure.in: Don't double machfile in final message.
|
||||
|
||||
2010-12-04 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* configure.in: Fix last change.
|
||||
|
|
|
@ -3643,7 +3643,7 @@ Configured for \`${canonical}'.
|
|||
|
||||
Where should the build process find the source code? ${srcdir}
|
||||
What operating system and machine description files should Emacs use?
|
||||
\`${opsysfile}' and \`${machfile:+${machfile}}${machfile:-none}'
|
||||
\`${opsysfile}'${machfile:+ and \`${machfile}'}
|
||||
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}
|
||||
|
|
Loading…
Add table
Reference in a new issue