aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2007-09-02 08:26:16 +0000
committerThien-Thi Nguyen2007-09-02 08:26:16 +0000
commit49adb60f0e25483c367686236498fb3ad7634eaf (patch)
treee0ed2be260ba40bae89761f98cc32e147d362672
parenteb11f5b8c16dfdb87fdbdabde0a368d49df2763b (diff)
downloademacs-49adb60f0e25483c367686236498fb3ad7634eaf.tar.gz
emacs-49adb60f0e25483c367686236498fb3ad7634eaf.zip
Regenerate.
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure13
2 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e583b5e3dd..e63bee6fbfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12007-09-02 Thien-Thi Nguyen <ttn@gnuvola.org>
2
3 * configure.in (EMACS_ARG_Y, EMACS_ARG_N): New AC_DEFUNs.
4 Use them throughout in place of AC_ARG_WITH calls.
5 * configure: Regenerate.
6
12007-09-01 Andreas Schwab <schwab@suse.de> 72007-09-01 Andreas Schwab <schwab@suse.de>
2 8
3 * configure.in: Put quotes around nested macro calls. 9 * 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:
1336 --with-kerberos5 support Kerberos version 5 authenticated POP 1336 --with-kerberos5 support Kerberos version 5 authenticated POP
1337 --with-hesiod support Hesiod to get the POP server host 1337 --with-hesiod support Hesiod to get the POP server host
1338 --without-sound don't compile with sound support 1338 --without-sound don't compile with sound support
1339 --with-x-toolkit=KIT use an X toolkit 1339 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena,
1340 (KIT = yes/lucid/athena/motif/gtk/no) 1340 motif, gtk, no)
1341 --with-xpm use -lXpm for displaying XPM images 1341 --with-xpm use -lXpm for displaying XPM images
1342 --with-jpeg use -ljpeg for displaying JPEG images 1342 --with-jpeg use -ljpeg for displaying JPEG images
1343 --with-tiff use -ltiff for displaying TIFF images 1343 --with-tiff use -ltiff for displaying TIFF images
@@ -1346,7 +1346,7 @@ Optional Packages:
1346 --with-gpm use -lgpm for mouse support on a GNU/Linux console 1346 --with-gpm use -lgpm for mouse support on a GNU/Linux console
1347 --with-rsvg use -lrsvg-2 for displaying SVG images 1347 --with-rsvg use -lrsvg-2 for displaying SVG images
1348 --with-gtk use GTK (same as --with-x-toolkit=gtk) 1348 --with-gtk use GTK (same as --with-x-toolkit=gtk)
1349 --with-pkg-config-prog Path to pkg-config to use for finding GTK and librsvg 1349 --with-pkg-config-prog Path to pkg-config for finding GTK and librsvg
1350 --without-toolkit-scroll-bars 1350 --without-toolkit-scroll-bars
1351 don't use Motif or Xaw3d scroll bars 1351 don't use Motif or Xaw3d scroll bars
1352 --without-xaw3d don't use Xaw3d 1352 --without-xaw3d don't use Xaw3d
@@ -1819,12 +1819,14 @@ gamedir='${localstatedir}/games/emacs'
1819gameuser=games 1819gameuser=games
1820 1820
1821 1821
1822
1822# Check whether --with-gcc was given. 1823# Check whether --with-gcc was given.
1823if test "${with_gcc+set}" = set; then 1824if test "${with_gcc+set}" = set; then
1824 withval=$with_gcc; 1825 withval=$with_gcc;
1825fi 1826fi
1826 1827
1827 1828
1829
1828# Check whether --with-pop was given. 1830# Check whether --with-pop was given.
1829if test "${with_pop+set}" = set; then 1831if test "${with_pop+set}" = set; then
1830 withval=$with_pop; if test "$withval" = yes; then 1832 withval=$with_pop; if test "$withval" = yes; then
@@ -1843,6 +1845,7 @@ fi
1843 1845
1844 1846
1845 1847
1848
1846# Check whether --with-kerberos was given. 1849# Check whether --with-kerberos was given.
1847if test "${with_kerberos+set}" = set; then 1850if test "${with_kerberos+set}" = set; then
1848 withval=$with_kerberos; if test "$withval" = yes; then 1851 withval=$with_kerberos; if test "$withval" = yes; then
@@ -1855,6 +1858,7 @@ fi
1855 1858
1856 1859
1857 1860
1861
1858# Check whether --with-kerberos5 was given. 1862# Check whether --with-kerberos5 was given.
1859if test "${with_kerberos5+set}" = set; then 1863if test "${with_kerberos5+set}" = set; then
1860 withval=$with_kerberos5; if test "${with_kerberos5+set}" = set; then 1864 withval=$with_kerberos5; if test "${with_kerberos5+set}" = set; then
@@ -1874,6 +1878,7 @@ fi
1874fi 1878fi
1875 1879
1876 1880
1881
1877# Check whether --with-hesiod was given. 1882# Check whether --with-hesiod was given.
1878if test "${with_hesiod+set}" = set; then 1883if test "${with_hesiod+set}" = set; then
1879 withval=$with_hesiod; if test "$withval" = yes; then 1884 withval=$with_hesiod; if test "$withval" = yes; then
@@ -1918,6 +1923,7 @@ this option's value should be \`yes', \`no', \`lucid', \`athena', \`motif' or \`
1918fi 1923fi
1919 1924
1920 1925
1926
1921# Check whether --with-xpm was given. 1927# Check whether --with-xpm was given.
1922if test "${with_xpm+set}" = set; then 1928if test "${with_xpm+set}" = set; then
1923 withval=$with_xpm; 1929 withval=$with_xpm;
@@ -1995,6 +2001,7 @@ if test "${with_carbon+set}" = set; then
1995 withval=$with_carbon; 2001 withval=$with_carbon;
1996fi 2002fi
1997 2003
2004
1998# Check whether --enable-carbon-app was given. 2005# Check whether --enable-carbon-app was given.
1999if test "${enable_carbon_app+set}" = set; then 2006if test "${enable_carbon_app+set}" = set; then
2000 enableval=$enable_carbon_app; carbon_appdir_x=${enableval} 2007 enableval=$enable_carbon_app; carbon_appdir_x=${enableval}