aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2008-01-27 18:42:21 +0000
committerAndreas Schwab2008-01-27 18:42:21 +0000
commit2aea825c389aada237f810582edbaa337435ea82 (patch)
treeace9a8f48ed46ab01d2a92c7af3d4a903d8bd265
parent022d0cf4cd59ab9f19269b14c9b9e25480b8cd70 (diff)
downloademacs-2aea825c389aada237f810582edbaa337435ea82.tar.gz
emacs-2aea825c389aada237f810582edbaa337435ea82.zip
Regenerate.
-rwxr-xr-xconfigure14
1 files changed, 6 insertions, 8 deletions
diff --git a/configure b/configure
index b2ebd636419..1a4d5b9c165 100755
--- a/configure
+++ b/configure
@@ -412,10 +412,10 @@ else
412fi 412fi
413 413
414test \$exitcode = 0") || { 414test \$exitcode = 0") || {
415 echo Please tell bug-autoconf@gnu.org about your system, 415 echo No shell found that supports shell functions.
416 echo including any error possibly output before this message. 416 echo Please tell autoconf@gnu.org about your system,
417 echo This can help us improve future autoconf versions. 417 echo including any error possibly output before this
418 echo Configuration will now proceed without shell functions. 418 echo message
419} 419}
420 420
421 421
@@ -1336,7 +1336,7 @@ Optional Features:
1336Optional Packages: 1336Optional Packages:
1337 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 1337 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1338 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 1338 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1339 --without-gcc don't use GCC to compile Emacs if GCC is found 1339 --without-gcc don't use GCC to compile Emacs even if GCC is found
1340 --without-pop don't support POP mail retrieval with movemail 1340 --without-pop don't support POP mail retrieval with movemail
1341 --with-kerberos support Kerberos-authenticated POP 1341 --with-kerberos support Kerberos-authenticated POP
1342 --with-kerberos5 support Kerberos version 5 authenticated POP 1342 --with-kerberos5 support Kerberos version 5 authenticated POP
@@ -1355,7 +1355,7 @@ Optional Packages:
1355 don't use Motif or Xaw3d scroll bars 1355 don't use Motif or Xaw3d scroll bars
1356 --without-xaw3d don't use Xaw3d 1356 --without-xaw3d don't use Xaw3d
1357 --without-xim don't use X11 XIM 1357 --without-xim don't use X11 XIM
1358 --with-carbon use Carbon GUI on Mac OS X. **UNSUPPORTED!** 1358 --with-carbon use Carbon GUI on Mac OS X. This is unsupported!
1359 --without-gpm don't use -lgpm for mouse support on a GNU/Linux 1359 --without-gpm don't use -lgpm for mouse support on a GNU/Linux
1360 console 1360 console
1361 --with-dbus compile with D-Bus support 1361 --with-dbus compile with D-Bus support
@@ -1842,8 +1842,6 @@ gameuser=games
1842# Check whether --with-gcc was given. 1842# Check whether --with-gcc was given.
1843if test "${with_gcc+set}" = set; then 1843if test "${with_gcc+set}" = set; then
1844 withval=$with_gcc; 1844 withval=$with_gcc;
1845else
1846 with_gcc=yes
1847fi 1845fi
1848 1846
1849 1847