]> code.delx.au - gnu-emacs/commitdiff
Regenerate.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 2 Sep 2007 08:26:16 +0000 (08:26 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 2 Sep 2007 08:26:16 +0000 (08:26 +0000)
ChangeLog
configure

index 6e583b5e3dd2b8d9ce00428020f4457955e8f10f..e63bee6fbfc27c665a808afe64cd39c52f62ba60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 51e1c1dc416f5ac8d2ad7b9a412e38754e37e48d..449e4cb600ebb134de7ee9fed4f2f536ce4dd77d 100755 (executable)
--- 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}