From: Thien-Thi Nguyen Date: Sun, 2 Sep 2007 08:26:16 +0000 (+0000) Subject: Regenerate. X-Git-Tag: emacs-pretest-23.0.90~11142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49adb60f0e25483c367686236498fb3ad7634eaf;p=emacs.git Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 6e583b5e3dd..e63bee6fbfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-09-02 Thien-Thi Nguyen + + * 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 * configure.in: Put quotes around nested macro calls. diff --git a/configure b/configure index 51e1c1dc416..449e4cb600e 100755 --- a/configure +++ b/configure @@ -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}