1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Regenerate.

This commit is contained in:
Thien-Thi Nguyen 2007-09-02 08:26:16 +00:00
parent eb11f5b8c1
commit 49adb60f0e
2 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
* configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
Use them throughout in place of AC_ARG_WITH calls.
* configure: Regenerate.
2007-09-01 Andreas Schwab <schwab@suse.de>
* configure.in: Put quotes around nested macro calls.

13
configure vendored
View File

@ -1336,8 +1336,8 @@ Optional Packages:
--with-kerberos5 support Kerberos version 5 authenticated POP
--with-hesiod support Hesiod to get the POP server host
--without-sound don't compile with sound support
--with-x-toolkit=KIT use an X toolkit
(KIT = yes/lucid/athena/motif/gtk/no)
--with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena,
motif, gtk, no)
--with-xpm use -lXpm for displaying XPM images
--with-jpeg use -ljpeg for displaying JPEG images
--with-tiff use -ltiff for displaying TIFF images
@ -1346,7 +1346,7 @@ Optional Packages:
--with-gpm use -lgpm for mouse support on a GNU/Linux console
--with-rsvg use -lrsvg-2 for displaying SVG images
--with-gtk use GTK (same as --with-x-toolkit=gtk)
--with-pkg-config-prog Path to pkg-config to use for finding GTK and librsvg
--with-pkg-config-prog Path to pkg-config for finding GTK and librsvg
--without-toolkit-scroll-bars
don't use Motif or Xaw3d scroll bars
--without-xaw3d don't use Xaw3d
@ -1819,12 +1819,14 @@ gamedir='${localstatedir}/games/emacs'
gameuser=games
# Check whether --with-gcc was given.
if test "${with_gcc+set}" = set; then
withval=$with_gcc;
fi
# Check whether --with-pop was given.
if test "${with_pop+set}" = set; then
withval=$with_pop; if test "$withval" = yes; then
@ -1843,6 +1845,7 @@ fi
# Check whether --with-kerberos was given.
if test "${with_kerberos+set}" = set; then
withval=$with_kerberos; if test "$withval" = yes; then
@ -1855,6 +1858,7 @@ fi
# Check whether --with-kerberos5 was given.
if test "${with_kerberos5+set}" = set; then
withval=$with_kerberos5; if test "${with_kerberos5+set}" = set; then
@ -1874,6 +1878,7 @@ fi
fi
# Check whether --with-hesiod was given.
if test "${with_hesiod+set}" = set; then
withval=$with_hesiod; if test "$withval" = yes; then
@ -1918,6 +1923,7 @@ this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`
fi
# Check whether --with-xpm was given.
if test "${with_xpm+set}" = set; then
withval=$with_xpm;
@ -1995,6 +2001,7 @@ if test "${with_carbon+set}" = set; then
withval=$with_carbon;
fi
# Check whether --enable-carbon-app was given.
if test "${enable_carbon_app+set}" = set; then
enableval=$enable_carbon_app; carbon_appdir_x=${enableval}