aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-01-25 04:35:17 +0000
committerGlenn Morris2008-01-25 04:35:17 +0000
commitc8467c40b35566ca0515f3abe349642dcd26e017 (patch)
tree646e1b2ea8d1038d190e2ba620590c69b8d65782
parent5b940d5a6974b2ec2a0090f8a77958c6d97b2df0 (diff)
downloademacs-c8467c40b35566ca0515f3abe349642dcd26e017.tar.gz
emacs-c8467c40b35566ca0515f3abe349642dcd26e017.zip
Regenerate, with shell functions millstone.
-rwxr-xr-xconfigure76
1 files changed, 38 insertions, 38 deletions
diff --git a/configure b/configure
index 4d17d14802e..b2ebd636419 100755
--- a/configure
+++ b/configure
@@ -412,10 +412,10 @@ else
412fi 412fi
413 413
414test \$exitcode = 0") || { 414test \$exitcode = 0") || {
415 echo No shell found that supports shell functions. 415 echo Please tell bug-autoconf@gnu.org about your system,
416 echo Please tell autoconf@gnu.org about your system, 416 echo including any error possibly output before this message.
417 echo including any error possibly output before this 417 echo This can help us improve future autoconf versions.
418 echo message 418 echo Configuration will now proceed without shell functions.
419} 419}
420 420
421 421
@@ -1344,20 +1344,21 @@ Optional Packages:
1344 --without-sound don't compile with sound support 1344 --without-sound don't compile with sound support
1345 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena, 1345 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena,
1346 motif, gtk, no) 1346 motif, gtk, no)
1347 --with-xpm use -lXpm for displaying XPM images 1347 --without-xpm don't compile with XPM image support
1348 --with-jpeg use -ljpeg for displaying JPEG images 1348 --without-jpeg don't compile with JPEG image support
1349 --with-tiff use -ltiff for displaying TIFF images 1349 --without-tiff don't compile with TIFF image support
1350 --with-gif use -lgif (or -lungif) for displaying GIF images 1350 --without-gif don't compile with GIF image support
1351 --with-png use -lpng for displaying PNG images 1351 --without-png don't compile with PNG image support
1352 --with-gpm use -lgpm for mouse support on a GNU/Linux console 1352 --without-rsvg don't compile with SVG image support
1353 --with-rsvg use -lrsvg-2 for displaying SVG images 1353 --with-gtk use GTK toolkit
1354 --with-gtk use GTK (same as --with-x-toolkit=gtk)
1355 --without-toolkit-scroll-bars 1354 --without-toolkit-scroll-bars
1356 don't use Motif or Xaw3d scroll bars 1355 don't use Motif or Xaw3d scroll bars
1357 --without-xaw3d don't use Xaw3d 1356 --without-xaw3d don't use Xaw3d
1358 --without-xim don't use X11 XIM 1357 --without-xim don't use X11 XIM
1359 --without-carbon don't use Carbon GUI on Mac OS X 1358 --with-carbon use Carbon GUI on Mac OS X. **UNSUPPORTED!**
1360 --without-dbus use D-Bus 1359 --without-gpm don't use -lgpm for mouse support on a GNU/Linux
1360 console
1361 --with-dbus compile with D-Bus support
1361 --with-pkg-config-prog=PATH 1362 --with-pkg-config-prog=PATH
1362 Path to pkg-config for finding GTK and librsvg 1363 Path to pkg-config for finding GTK and librsvg
1363 --with-x use the X Window System 1364 --with-x use the X Window System
@@ -1956,7 +1957,7 @@ fi
1956if test "${with_xpm+set}" = set; then 1957if test "${with_xpm+set}" = set; then
1957 withval=$with_xpm; 1958 withval=$with_xpm;
1958else 1959else
1959 with_xpm=no 1960 with_xpm=yes
1960fi 1961fi
1961 1962
1962 1963
@@ -1964,7 +1965,7 @@ fi
1964if test "${with_jpeg+set}" = set; then 1965if test "${with_jpeg+set}" = set; then
1965 withval=$with_jpeg; 1966 withval=$with_jpeg;
1966else 1967else
1967 with_jpeg=no 1968 with_jpeg=yes
1968fi 1969fi
1969 1970
1970 1971
@@ -1972,7 +1973,7 @@ fi
1972if test "${with_tiff+set}" = set; then 1973if test "${with_tiff+set}" = set; then
1973 withval=$with_tiff; 1974 withval=$with_tiff;
1974else 1975else
1975 with_tiff=no 1976 with_tiff=yes
1976fi 1977fi
1977 1978
1978 1979
@@ -1980,7 +1981,7 @@ fi
1980if test "${with_gif+set}" = set; then 1981if test "${with_gif+set}" = set; then
1981 withval=$with_gif; 1982 withval=$with_gif;
1982else 1983else
1983 with_gif=no 1984 with_gif=yes
1984fi 1985fi
1985 1986
1986 1987
@@ -1988,15 +1989,7 @@ fi
1988if test "${with_png+set}" = set; then 1989if test "${with_png+set}" = set; then
1989 withval=$with_png; 1990 withval=$with_png;
1990else 1991else
1991 with_png=no 1992 with_png=yes
1992fi
1993
1994
1995# Check whether --with-gpm was given.
1996if test "${with_gpm+set}" = set; then
1997 withval=$with_gpm;
1998else
1999 with_gpm=no
2000fi 1993fi
2001 1994
2002 1995
@@ -2004,10 +1997,11 @@ fi
2004if test "${with_rsvg+set}" = set; then 1997if test "${with_rsvg+set}" = set; then
2005 withval=$with_rsvg; 1998 withval=$with_rsvg;
2006else 1999else
2007 with_rsvg=no 2000 with_rsvg=yes
2008fi 2001fi
2009 2002
2010 2003
2004
2011# Check whether --with-gtk was given. 2005# Check whether --with-gtk was given.
2012if test "${with_gtk+set}" = set; then 2006if test "${with_gtk+set}" = set; then
2013 withval=$with_gtk; 2007 withval=$with_gtk;
@@ -2044,7 +2038,16 @@ fi
2044if test "${with_carbon+set}" = set; then 2038if test "${with_carbon+set}" = set; then
2045 withval=$with_carbon; 2039 withval=$with_carbon;
2046else 2040else
2047 with_carbon=yes 2041 with_carbon=no
2042fi
2043
2044
2045
2046# Check whether --with-gpm was given.
2047if test "${with_gpm+set}" = set; then
2048 withval=$with_gpm;
2049else
2050 with_gpm=yes
2048fi 2051fi
2049 2052
2050 2053
@@ -2052,11 +2055,12 @@ fi
2052if test "${with_dbus+set}" = set; then 2055if test "${with_dbus+set}" = set; then
2053 withval=$with_dbus; 2056 withval=$with_dbus;
2054else 2057else
2055 with_dbus=yes 2058 with_dbus=no
2056fi 2059fi
2057 2060
2058 2061
2059 2062
2063
2060# Check whether --with-pkg-config-prog was given. 2064# Check whether --with-pkg-config-prog was given.
2061if test "${with_pkg_config_prog+set}" = set; then 2065if test "${with_pkg_config_prog+set}" = set; then
2062 withval=$with_pkg_config_prog; 2066 withval=$with_pkg_config_prog;
@@ -18119,13 +18123,11 @@ _ACEOF
18119cat confdefs.h >>conftest.$ac_ext 18123cat confdefs.h >>conftest.$ac_ext
18120cat >>conftest.$ac_ext <<_ACEOF 18124cat >>conftest.$ac_ext <<_ACEOF
18121/* end confdefs.h. */ 18125/* end confdefs.h. */
18122#include <sys/types.h> /* for off_t */ 18126#include <stdio.h>
18123 #include <stdio.h>
18124int 18127int
18125main () 18128main ()
18126{ 18129{
18127int (*fp) (FILE *, off_t, int) = fseeko; 18130return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18128 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18129 ; 18131 ;
18130 return 0; 18132 return 0;
18131} 18133}
@@ -18165,13 +18167,11 @@ cat confdefs.h >>conftest.$ac_ext
18165cat >>conftest.$ac_ext <<_ACEOF 18167cat >>conftest.$ac_ext <<_ACEOF
18166/* end confdefs.h. */ 18168/* end confdefs.h. */
18167#define _LARGEFILE_SOURCE 1 18169#define _LARGEFILE_SOURCE 1
18168#include <sys/types.h> /* for off_t */ 18170#include <stdio.h>
18169 #include <stdio.h>
18170int 18171int
18171main () 18172main ()
18172{ 18173{
18173int (*fp) (FILE *, off_t, int) = fseeko; 18174return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0);
18174 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0);
18175 ; 18175 ;
18176 return 0; 18176 return 0;
18177} 18177}