Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d96c83fa
Commit
d96c83fa
authored
Dec 04, 2010
by
Chong Yidong
Browse files
* configure.in: Fix last change.
parent
8c44f097
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
321 additions
and
352 deletions
+321
-352
ChangeLog
ChangeLog
+4
-0
configure
configure
+316
-351
configure.in
configure.in
+1
-1
No files found.
ChangeLog
View file @
d96c83fa
2010-12-04 Chong Yidong <cyd@stupidchicken.com>
* configure.in: Fix last change.
2010-12-04 Andreas Schwab <schwab@linux-m68k.org>
* configure.in: Remove reference to removed machine description
...
...
configure
View file @
d96c83fa
This diff is collapsed.
Click to expand it.
configure.in
View file @
d96c83fa
...
...
@@ -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}' and
\`
${machfile:+${machfile}}${machfile:-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}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment