diff options
| author | Glenn Morris | 2008-01-25 04:35:17 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-25 04:35:17 +0000 |
| commit | c8467c40b35566ca0515f3abe349642dcd26e017 (patch) | |
| tree | 646e1b2ea8d1038d190e2ba620590c69b8d65782 | |
| parent | 5b940d5a6974b2ec2a0090f8a77958c6d97b2df0 (diff) | |
| download | emacs-c8467c40b35566ca0515f3abe349642dcd26e017.tar.gz emacs-c8467c40b35566ca0515f3abe349642dcd26e017.zip | |
Regenerate, with shell functions millstone.
| -rwxr-xr-x | configure | 76 |
1 files changed, 38 insertions, 38 deletions
| @@ -412,10 +412,10 @@ else | |||
| 412 | fi | 412 | fi |
| 413 | 413 | ||
| 414 | test \$exitcode = 0") || { | 414 | test \$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 | |||
| 1956 | if test "${with_xpm+set}" = set; then | 1957 | if test "${with_xpm+set}" = set; then |
| 1957 | withval=$with_xpm; | 1958 | withval=$with_xpm; |
| 1958 | else | 1959 | else |
| 1959 | with_xpm=no | 1960 | with_xpm=yes |
| 1960 | fi | 1961 | fi |
| 1961 | 1962 | ||
| 1962 | 1963 | ||
| @@ -1964,7 +1965,7 @@ fi | |||
| 1964 | if test "${with_jpeg+set}" = set; then | 1965 | if test "${with_jpeg+set}" = set; then |
| 1965 | withval=$with_jpeg; | 1966 | withval=$with_jpeg; |
| 1966 | else | 1967 | else |
| 1967 | with_jpeg=no | 1968 | with_jpeg=yes |
| 1968 | fi | 1969 | fi |
| 1969 | 1970 | ||
| 1970 | 1971 | ||
| @@ -1972,7 +1973,7 @@ fi | |||
| 1972 | if test "${with_tiff+set}" = set; then | 1973 | if test "${with_tiff+set}" = set; then |
| 1973 | withval=$with_tiff; | 1974 | withval=$with_tiff; |
| 1974 | else | 1975 | else |
| 1975 | with_tiff=no | 1976 | with_tiff=yes |
| 1976 | fi | 1977 | fi |
| 1977 | 1978 | ||
| 1978 | 1979 | ||
| @@ -1980,7 +1981,7 @@ fi | |||
| 1980 | if test "${with_gif+set}" = set; then | 1981 | if test "${with_gif+set}" = set; then |
| 1981 | withval=$with_gif; | 1982 | withval=$with_gif; |
| 1982 | else | 1983 | else |
| 1983 | with_gif=no | 1984 | with_gif=yes |
| 1984 | fi | 1985 | fi |
| 1985 | 1986 | ||
| 1986 | 1987 | ||
| @@ -1988,15 +1989,7 @@ fi | |||
| 1988 | if test "${with_png+set}" = set; then | 1989 | if test "${with_png+set}" = set; then |
| 1989 | withval=$with_png; | 1990 | withval=$with_png; |
| 1990 | else | 1991 | else |
| 1991 | with_png=no | 1992 | with_png=yes |
| 1992 | fi | ||
| 1993 | |||
| 1994 | |||
| 1995 | # Check whether --with-gpm was given. | ||
| 1996 | if test "${with_gpm+set}" = set; then | ||
| 1997 | withval=$with_gpm; | ||
| 1998 | else | ||
| 1999 | with_gpm=no | ||
| 2000 | fi | 1993 | fi |
| 2001 | 1994 | ||
| 2002 | 1995 | ||
| @@ -2004,10 +1997,11 @@ fi | |||
| 2004 | if test "${with_rsvg+set}" = set; then | 1997 | if test "${with_rsvg+set}" = set; then |
| 2005 | withval=$with_rsvg; | 1998 | withval=$with_rsvg; |
| 2006 | else | 1999 | else |
| 2007 | with_rsvg=no | 2000 | with_rsvg=yes |
| 2008 | fi | 2001 | fi |
| 2009 | 2002 | ||
| 2010 | 2003 | ||
| 2004 | |||
| 2011 | # Check whether --with-gtk was given. | 2005 | # Check whether --with-gtk was given. |
| 2012 | if test "${with_gtk+set}" = set; then | 2006 | if test "${with_gtk+set}" = set; then |
| 2013 | withval=$with_gtk; | 2007 | withval=$with_gtk; |
| @@ -2044,7 +2038,16 @@ fi | |||
| 2044 | if test "${with_carbon+set}" = set; then | 2038 | if test "${with_carbon+set}" = set; then |
| 2045 | withval=$with_carbon; | 2039 | withval=$with_carbon; |
| 2046 | else | 2040 | else |
| 2047 | with_carbon=yes | 2041 | with_carbon=no |
| 2042 | fi | ||
| 2043 | |||
| 2044 | |||
| 2045 | |||
| 2046 | # Check whether --with-gpm was given. | ||
| 2047 | if test "${with_gpm+set}" = set; then | ||
| 2048 | withval=$with_gpm; | ||
| 2049 | else | ||
| 2050 | with_gpm=yes | ||
| 2048 | fi | 2051 | fi |
| 2049 | 2052 | ||
| 2050 | 2053 | ||
| @@ -2052,11 +2055,12 @@ fi | |||
| 2052 | if test "${with_dbus+set}" = set; then | 2055 | if test "${with_dbus+set}" = set; then |
| 2053 | withval=$with_dbus; | 2056 | withval=$with_dbus; |
| 2054 | else | 2057 | else |
| 2055 | with_dbus=yes | 2058 | with_dbus=no |
| 2056 | fi | 2059 | fi |
| 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. |
| 2061 | if test "${with_pkg_config_prog+set}" = set; then | 2065 | if 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 | |||
| 18119 | cat confdefs.h >>conftest.$ac_ext | 18123 | cat confdefs.h >>conftest.$ac_ext |
| 18120 | cat >>conftest.$ac_ext <<_ACEOF | 18124 | cat >>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> | ||
| 18124 | int | 18127 | int |
| 18125 | main () | 18128 | main () |
| 18126 | { | 18129 | { |
| 18127 | int (*fp) (FILE *, off_t, int) = fseeko; | 18130 | return 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 | |||
| 18165 | cat >>conftest.$ac_ext <<_ACEOF | 18167 | cat >>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> | ||
| 18170 | int | 18171 | int |
| 18171 | main () | 18172 | main () |
| 18172 | { | 18173 | { |
| 18173 | int (*fp) (FILE *, off_t, int) = fseeko; | 18174 | return 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 | } |