Mercurial > emacs
comparison configure @ 99105:910cbd4e6ade
Regenerate.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 24 Oct 2008 07:23:34 +0000 |
parents | adf0c683dda2 |
children | 33f425648e13 |
comparison
equal
deleted
inserted
replaced
99104:7d87bfdf69bc | 99105:910cbd4e6ade |
---|---|
1356 --without-pop don't support POP mail retrieval with movemail | 1356 --without-pop don't support POP mail retrieval with movemail |
1357 --with-kerberos support Kerberos-authenticated POP | 1357 --with-kerberos support Kerberos-authenticated POP |
1358 --with-kerberos5 support Kerberos version 5 authenticated POP | 1358 --with-kerberos5 support Kerberos version 5 authenticated POP |
1359 --with-hesiod support Hesiod to get the POP server host | 1359 --with-hesiod support Hesiod to get the POP server host |
1360 --without-sound don't compile with sound support | 1360 --without-sound don't compile with sound support |
1361 --without-sync-input Process async input synchronously | 1361 --without-sync-input process async input synchronously |
1362 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena, | 1362 --with-x-toolkit=KIT use an X toolkit (KIT one of: yes, lucid, athena, |
1363 motif, gtk, no) | 1363 motif, gtk, no) |
1364 --without-xpm don't compile with XPM image support | 1364 --without-xpm don't compile with XPM image support |
1365 --without-jpeg don't compile with JPEG image support | 1365 --without-jpeg don't compile with JPEG image support |
1366 --without-tiff don't compile with TIFF image support | 1366 --without-tiff don't compile with TIFF image support |
1380 console | 1380 console |
1381 --without-dbus don't compile with D-Bus support | 1381 --without-dbus don't compile with D-Bus support |
1382 --without-makeinfo don't require makeinfo for building manuals | 1382 --without-makeinfo don't require makeinfo for building manuals |
1383 | 1383 |
1384 --with-pkg-config-prog=PATH | 1384 --with-pkg-config-prog=PATH |
1385 Path to pkg-config for finding GTK and librsvg | 1385 path to pkg-config for finding GTK and librsvg |
1386 --with-gnustep-conf=PATH | |
1387 path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE, | |
1388 or /etc/GNUstep/GNUstep.conf | |
1386 --with-x use the X Window System | 1389 --with-x use the X Window System |
1387 | 1390 |
1388 Some influential environment variables: | 1391 Some influential environment variables: |
1389 CC C compiler command | 1392 CC C compiler command |
1390 CFLAGS C compiler flags | 1393 CFLAGS C compiler flags |
2155 if test "X${with_pkg_config_prog}" != X; then | 2158 if test "X${with_pkg_config_prog}" != X; then |
2156 if test "${with_pkg_config_prog}" != yes; then | 2159 if test "${with_pkg_config_prog}" != yes; then |
2157 PKG_CONFIG="${with_pkg_config_prog}" | 2160 PKG_CONFIG="${with_pkg_config_prog}" |
2158 fi | 2161 fi |
2159 fi | 2162 fi |
2163 | |
2164 | |
2165 # Check whether --with-gnustep-conf was given. | |
2166 if test "${with_gnustep_conf+set}" = set; then | |
2167 withval=$with_gnustep_conf; | |
2168 fi | |
2169 | |
2170 test "X${with_gnustep_conf}" != X && test "${with_gnustep_conf}" != yes && \ | |
2171 GNUSTEP_CONFIG_FILE="${with_gnustep_conf}" | |
2172 test "X$GNUSTEP_CONFIG_FILE" = "X" && \ | |
2173 GNUSTEP_CONFIG_FILE=/etc/GNUstep/GNUstep.conf | |
2160 | 2174 |
2161 # Check whether --enable-cocoa-experimental-ctrl-g was given. | 2175 # Check whether --enable-cocoa-experimental-ctrl-g was given. |
2162 if test "${enable_cocoa_experimental_ctrl_g+set}" = set; then | 2176 if test "${enable_cocoa_experimental_ctrl_g+set}" = set; then |
2163 enableval=$enable_cocoa_experimental_ctrl_g; EN_COCOA_EXPERIMENTAL_CTRL_G=$enableval | 2177 enableval=$enable_cocoa_experimental_ctrl_g; EN_COCOA_EXPERIMENTAL_CTRL_G=$enableval |
2164 else | 2178 else |
9202 NS_IMPL_COCOA=yes | 9216 NS_IMPL_COCOA=yes |
9203 ns_appdir=`pwd`/nextstep/Emacs.app | 9217 ns_appdir=`pwd`/nextstep/Emacs.app |
9204 ns_appbindir=`pwd`/nextstep/Emacs.app/Contents/MacOS | 9218 ns_appbindir=`pwd`/nextstep/Emacs.app/Contents/MacOS |
9205 ns_appresdir=`pwd`/nextstep/Emacs.app/Contents/Resources | 9219 ns_appresdir=`pwd`/nextstep/Emacs.app/Contents/Resources |
9206 ns_appsrc=${srcdir}/nextstep/Cocoa/Emacs.base | 9220 ns_appsrc=${srcdir}/nextstep/Cocoa/Emacs.base |
9207 elif test -f /etc/GNUstep/GNUstep.conf; then | 9221 elif test -f $GNUSTEP_CONFIG_FILE; then |
9208 NS_IMPL_GNUSTEP=yes | 9222 NS_IMPL_GNUSTEP=yes |
9209 ns_appdir=`pwd`/nextstep/Emacs.app | 9223 ns_appdir=`pwd`/nextstep/Emacs.app |
9210 ns_appbindir=`pwd`/nextstep/Emacs.app | 9224 ns_appbindir=`pwd`/nextstep/Emacs.app |
9211 ns_appresdir=`pwd`/nextstep/Emacs.app/Resources | 9225 ns_appresdir=`pwd`/nextstep/Emacs.app/Resources |
9212 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base | 9226 ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base |
9213 GNUSTEP_MAKEFILES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_MAKEFILES)" | 9227 GNUSTEP_MAKEFILES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_MAKEFILES)" |
9214 GNUSTEP_SYSTEM_HEADERS="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_HEADERS)" | 9228 GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)" |
9215 GNUSTEP_SYSTEM_LIBRARIES="$(source /etc/GNUstep/GNUstep.conf; echo $GNUSTEP_SYSTEM_LIBRARIES)" | 9229 GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)" |
9216 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" | 9230 CPPFLAGS="$CPPFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" |
9217 CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" | 9231 CFLAGS="$CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" |
9218 REAL_CFLAGS="$REAL_CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" | 9232 REAL_CFLAGS="$REAL_CFLAGS -I${GNUSTEP_SYSTEM_HEADERS}" |
9219 LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES}" | 9233 LDFLAGS="$LDFLAGS -L${GNUSTEP_SYSTEM_LIBRARIES}" |
9220 fi | 9234 fi |
9343 echo "${ECHO_T}$ac_cv_header_AppKit_AppKit_h" >&6; } | 9357 echo "${ECHO_T}$ac_cv_header_AppKit_AppKit_h" >&6; } |
9344 | 9358 |
9345 fi | 9359 fi |
9346 if test $ac_cv_header_AppKit_AppKit_h = yes; then | 9360 if test $ac_cv_header_AppKit_AppKit_h = yes; then |
9347 HAVE_NS=yes | 9361 HAVE_NS=yes |
9362 else | |
9363 { { echo "$as_me:$LINENO: error: \`--with-ns' was specified, but the include | |
9364 files are missing or cannot be compiled." >&5 | |
9365 echo "$as_me: error: \`--with-ns' was specified, but the include | |
9366 files are missing or cannot be compiled." >&2;} | |
9367 { (exit 1); exit 1; }; } | |
9348 fi | 9368 fi |
9349 | 9369 |
9350 | 9370 |
9351 NS_HAVE_NSINTEGER=yes | 9371 NS_HAVE_NSINTEGER=yes |
9352 cat >conftest.$ac_ext <<_ACEOF | 9372 cat >conftest.$ac_ext <<_ACEOF |
18756 /* confdefs.h. */ | 18776 /* confdefs.h. */ |
18757 _ACEOF | 18777 _ACEOF |
18758 cat confdefs.h >>conftest.$ac_ext | 18778 cat confdefs.h >>conftest.$ac_ext |
18759 cat >>conftest.$ac_ext <<_ACEOF | 18779 cat >>conftest.$ac_ext <<_ACEOF |
18760 /* end confdefs.h. */ | 18780 /* end confdefs.h. */ |
18761 #include <stdio.h> | 18781 #include <sys/types.h> /* for off_t */ |
18782 #include <stdio.h> | |
18762 int | 18783 int |
18763 main () | 18784 main () |
18764 { | 18785 { |
18765 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); | 18786 int (*fp) (FILE *, off_t, int) = fseeko; |
18787 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | |
18766 ; | 18788 ; |
18767 return 0; | 18789 return 0; |
18768 } | 18790 } |
18769 _ACEOF | 18791 _ACEOF |
18770 rm -f conftest.$ac_objext conftest$ac_exeext | 18792 rm -f conftest.$ac_objext conftest$ac_exeext |
18800 _ACEOF | 18822 _ACEOF |
18801 cat confdefs.h >>conftest.$ac_ext | 18823 cat confdefs.h >>conftest.$ac_ext |
18802 cat >>conftest.$ac_ext <<_ACEOF | 18824 cat >>conftest.$ac_ext <<_ACEOF |
18803 /* end confdefs.h. */ | 18825 /* end confdefs.h. */ |
18804 #define _LARGEFILE_SOURCE 1 | 18826 #define _LARGEFILE_SOURCE 1 |
18805 #include <stdio.h> | 18827 #include <sys/types.h> /* for off_t */ |
18828 #include <stdio.h> | |
18806 int | 18829 int |
18807 main () | 18830 main () |
18808 { | 18831 { |
18809 return fseeko (stdin, 0, 0) && (fseeko) (stdin, 0, 0); | 18832 int (*fp) (FILE *, off_t, int) = fseeko; |
18833 return fseeko (stdin, 0, 0) && fp (stdin, 0, 0); | |
18810 ; | 18834 ; |
18811 return 0; | 18835 return 0; |
18812 } | 18836 } |
18813 _ACEOF | 18837 _ACEOF |
18814 rm -f conftest.$ac_objext conftest$ac_exeext | 18838 rm -f conftest.$ac_objext conftest$ac_exeext |