Mercurial > emacs
comparison configure @ 88034:24e60a5c631c
Regenerate.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sun, 27 Jan 2008 18:42:21 +0000 |
parents | a848c1841fb4 |
children | 7dc2524306eb |
comparison
equal
deleted
inserted
replaced
88033:86c372c5a95b | 88034:24e60a5c631c |
---|---|
410 exitcode=1 | 410 exitcode=1 |
411 echo positional parameters were not saved. | 411 echo positional parameters were not saved. |
412 fi | 412 fi |
413 | 413 |
414 test \$exitcode = 0") || { | 414 test \$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 |
422 | 422 |
423 as_lineno_1=$LINENO | 423 as_lineno_1=$LINENO |
1334 --disable-largefile omit support for large files | 1334 --disable-largefile omit support for large files |
1335 | 1335 |
1336 Optional Packages: | 1336 Optional 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 |
1343 --with-hesiod support Hesiod to get the POP server host | 1343 --with-hesiod support Hesiod to get the POP server host |
1344 --without-sound don't compile with sound support | 1344 --without-sound don't compile with sound support |
1353 --with-gtk use GTK toolkit | 1353 --with-gtk use GTK toolkit |
1354 --without-toolkit-scroll-bars | 1354 --without-toolkit-scroll-bars |
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 |
1362 --with-pkg-config-prog=PATH | 1362 --with-pkg-config-prog=PATH |
1363 Path to pkg-config for finding GTK and librsvg | 1363 Path to pkg-config for finding GTK and librsvg |
1840 | 1840 |
1841 | 1841 |
1842 # Check whether --with-gcc was given. | 1842 # Check whether --with-gcc was given. |
1843 if test "${with_gcc+set}" = set; then | 1843 if test "${with_gcc+set}" = set; then |
1844 withval=$with_gcc; | 1844 withval=$with_gcc; |
1845 else | |
1846 with_gcc=yes | |
1847 fi | 1845 fi |
1848 | 1846 |
1849 | 1847 |
1850 | 1848 |
1851 # Check whether --with-pop was given. | 1849 # Check whether --with-pop was given. |