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
4d6e16b3
Commit
4d6e16b3
authored
Mar 30, 2000
by
Ken Raeburn
Browse files
* configure.in: Line up "--help" output a little better.
parent
8801a864
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
298 additions
and
332 deletions
+298
-332
ChangeLog
ChangeLog
+4
-0
configure
configure
+291
-330
configure.in
configure.in
+3
-2
No files found.
ChangeLog
View file @
4d6e16b3
2000-03-28 Ken Raeburn <raeburn@gnu.org>
* configure.in: Line up "--help" output a little better.
2000-03-26 Gerd Moellmann <gerd@gnu.org>
* Makefile.in (bootstrap-lisp-1, bootstrap-list, bootstrap-src):
...
...
configure
View file @
4d6e16b3
This diff is collapsed.
Click to expand it.
configure.in
View file @
4d6e16b3
...
...
@@ -47,7 +47,7 @@ AC_ARG_WITH(kerberos,
[ --with-kerberos support Kerberos-authenticated POP],
[AC_DEFINE(KERBEROS)])
AC_ARG_WITH(kerberos5,
[ --with-kerberos5
support Kerberos version 5 authenticated POP],
[ --with-kerberos5 support Kerberos version 5 authenticated POP],
[if test "${with_kerberos5+set}" = set; then
if test "${with_kerberos+set}" != set; then
with_kerberos=yes
...
...
@@ -93,7 +93,8 @@ AC_ARG_WITH(gif,
AC_ARG_WITH(png,
[ --with-png use -lpng for displaying PNG images])
AC_ARG_WITH(toolkit-scroll-bars,
[ --without-toolkit-scroll-bars don't use Motif or Xaw3d scroll bars])
[ --without-toolkit-scroll-bars
don't use Motif or Xaw3d scroll bars])
#### Make srcdir absolute, if it isn't already. It's important to
#### avoid running the path through pwd unnecessary, since pwd can
...
...
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