diff options
| -rw-r--r-- | autogen/Makefile.in | 1 | ||||
| -rw-r--r-- | autogen/config.in | 9 | ||||
| -rwxr-xr-x | autogen/configure | 62 |
3 files changed, 38 insertions, 34 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index dbedb5d12e5..103a2e94ef3 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -787,6 +787,7 @@ builddir = @builddir@ | |||
| 787 | cache_file = @cache_file@ | 787 | cache_file = @cache_file@ |
| 788 | canonical = @canonical@ | 788 | canonical = @canonical@ |
| 789 | configuration = @configuration@ | 789 | configuration = @configuration@ |
| 790 | copyright = @copyright@ | ||
| 790 | datadir = @datadir@ | 791 | datadir = @datadir@ |
| 791 | datarootdir = @datarootdir@ | 792 | datarootdir = @datarootdir@ |
| 792 | docdir = @docdir@ | 793 | docdir = @docdir@ |
diff --git a/autogen/config.in b/autogen/config.in index 39e948ee228..2f2555c75c9 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -59,9 +59,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 59 | /* Define on FreeBSD to work around an issue when reading from a PTY. */ | 59 | /* Define on FreeBSD to work around an issue when reading from a PTY. */ |
| 60 | #undef BROKEN_PTY_READ_AFTER_EAGAIN | 60 | #undef BROKEN_PTY_READ_AFTER_EAGAIN |
| 61 | 61 | ||
| 62 | /* Define if SA_RESTART should only be used in batch mode. */ | ||
| 63 | #undef BROKEN_SA_RESTART | ||
| 64 | |||
| 65 | /* Define if the system is compatible with BSD 4.2. */ | 62 | /* Define if the system is compatible with BSD 4.2. */ |
| 66 | #undef BSD4_2 | 63 | #undef BSD4_2 |
| 67 | 64 | ||
| @@ -82,6 +79,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 82 | his/her Emacs. */ | 79 | his/her Emacs. */ |
| 83 | #undef CLASH_DETECTION | 80 | #undef CLASH_DETECTION |
| 84 | 81 | ||
| 82 | /* Short copyright string for this version of Emacs. */ | ||
| 83 | #undef COPYRIGHT | ||
| 84 | |||
| 85 | /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP | 85 | /* Define to one of '_getb67', 'GETB67', 'getb67' for Cray-2 and Cray-YMP |
| 86 | systems. This function is required for 'alloca.c' support on those systems. | 86 | systems. This function is required for 'alloca.c' support on those systems. |
| 87 | */ | 87 | */ |
| @@ -1295,9 +1295,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1295 | /* Define to 1 on System V Release 4. */ | 1295 | /* Define to 1 on System V Release 4. */ |
| 1296 | #undef SVR4 | 1296 | #undef SVR4 |
| 1297 | 1297 | ||
| 1298 | /* Process async input synchronously. */ | ||
| 1299 | #undef SYNC_INPUT | ||
| 1300 | |||
| 1301 | /* Define to use system malloc. */ | 1298 | /* Define to use system malloc. */ |
| 1302 | #undef SYSTEM_MALLOC | 1299 | #undef SYSTEM_MALLOC |
| 1303 | 1300 | ||
diff --git a/autogen/configure b/autogen/configure index 0cbdd7c732a..4c6fa8b5cf7 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -1143,6 +1143,7 @@ srcdir | |||
| 1143 | canonical | 1143 | canonical |
| 1144 | configuration | 1144 | configuration |
| 1145 | version | 1145 | version |
| 1146 | copyright | ||
| 1146 | KRB4LIB | 1147 | KRB4LIB |
| 1147 | DESLIB | 1148 | DESLIB |
| 1148 | KRB5LIB | 1149 | KRB5LIB |
| @@ -1330,8 +1331,7 @@ PACKAGE_NAME | |||
| 1330 | PATH_SEPARATOR | 1331 | PATH_SEPARATOR |
| 1331 | SHELL' | 1332 | SHELL' |
| 1332 | ac_subst_files='deps_frag | 1333 | ac_subst_files='deps_frag |
| 1333 | lisp_frag | 1334 | lisp_frag' |
| 1334 | ns_frag' | ||
| 1335 | ac_user_opts=' | 1335 | ac_user_opts=' |
| 1336 | enable_option_checking | 1336 | enable_option_checking |
| 1337 | with_all | 1337 | with_all |
| @@ -1343,7 +1343,6 @@ with_mmdf | |||
| 1343 | with_mail_unlink | 1343 | with_mail_unlink |
| 1344 | with_mailhost | 1344 | with_mailhost |
| 1345 | with_sound | 1345 | with_sound |
| 1346 | with_sync_input | ||
| 1347 | with_x_toolkit | 1346 | with_x_toolkit |
| 1348 | with_wide_int | 1347 | with_wide_int |
| 1349 | with_xpm | 1348 | with_xpm |
| @@ -2061,7 +2060,6 @@ Optional Packages: | |||
| 2061 | --with-mailhost=HOSTNAME | 2060 | --with-mailhost=HOSTNAME |
| 2062 | string giving default POP mail host | 2061 | string giving default POP mail host |
| 2063 | --without-sound don't compile with sound support | 2062 | --without-sound don't compile with sound support |
| 2064 | --without-sync-input don't process async input synchronously | ||
| 2065 | --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk2, | 2063 | --with-x-toolkit=KIT use an X toolkit (KIT one of: yes or gtk, gtk2, |
| 2066 | gtk3, lucid or athena, motif, no) | 2064 | gtk3, lucid or athena, motif, no) |
| 2067 | --with-wide-int prefer wide Emacs integers (typically 62-bit) | 2065 | --with-wide-int prefer wide Emacs integers (typically 62-bit) |
| @@ -3933,20 +3931,6 @@ fi | |||
| 3933 | 3931 | ||
| 3934 | 3932 | ||
| 3935 | 3933 | ||
| 3936 | # Check whether --with-sync-input was given. | ||
| 3937 | if test "${with_sync_input+set}" = set; then : | ||
| 3938 | withval=$with_sync_input; | ||
| 3939 | else | ||
| 3940 | with_sync_input=$with_features | ||
| 3941 | fi | ||
| 3942 | |||
| 3943 | if test "$with_sync_input" = yes; then | ||
| 3944 | |||
| 3945 | $as_echo "#define SYNC_INPUT 1" >>confdefs.h | ||
| 3946 | |||
| 3947 | fi | ||
| 3948 | |||
| 3949 | |||
| 3950 | # Check whether --with-x-toolkit was given. | 3934 | # Check whether --with-x-toolkit was given. |
| 3951 | if test "${with_x_toolkit+set}" = set; then : | 3935 | if test "${with_x_toolkit+set}" = set; then : |
| 3952 | withval=$with_x_toolkit; case "${withval}" in | 3936 | withval=$with_x_toolkit; case "${withval}" in |
| @@ -9414,13 +9398,13 @@ if test "${with_ns}" != no; then | |||
| 9414 | ns_appdir=`pwd`/nextstep/Emacs.app | 9398 | ns_appdir=`pwd`/nextstep/Emacs.app |
| 9415 | ns_appbindir=${ns_appdir}/Contents/MacOS | 9399 | ns_appbindir=${ns_appdir}/Contents/MacOS |
| 9416 | ns_appresdir=${ns_appdir}/Contents/Resources | 9400 | ns_appresdir=${ns_appdir}/Contents/Resources |
| 9417 | ns_appsrc=${srcdir}/nextstep/Cocoa/Emacs.base | 9401 | ns_appsrc=Cocoa/Emacs.base |
| 9418 | elif test -f $GNUSTEP_CONFIG_FILE; then | 9402 | elif test -f $GNUSTEP_CONFIG_FILE; then |
| 9419 | NS_IMPL_GNUSTEP=yes | 9403 | NS_IMPL_GNUSTEP=yes |
| 9420 | ns_appdir=`pwd`/nextstep/Emacs.app | 9404 | ns_appdir=`pwd`/nextstep/Emacs.app |
| 9421 | ns_appbindir=${ns_appdir} | 9405 | ns_appbindir=${ns_appdir} |
| 9422 | ns_appresdir=${ns_appdir}/Resources | 9406 | ns_appresdir=${ns_appdir}/Resources |
| 9423 | ns_appsrc=${srcdir}/nextstep/GNUstep/Emacs.base | 9407 | ns_appsrc=GNUstep/Emacs.base |
| 9424 | GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)" | 9408 | GNUSTEP_SYSTEM_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_HEADERS)" |
| 9425 | GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)" | 9409 | GNUSTEP_SYSTEM_LIBRARIES="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_SYSTEM_LIBRARIES)" |
| 9426 | GNUSTEP_LOCAL_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_HEADERS)" | 9410 | GNUSTEP_LOCAL_HEADERS="$(. $GNUSTEP_CONFIG_FILE; echo $GNUSTEP_LOCAL_HEADERS)" |
| @@ -9510,7 +9494,6 @@ fi | |||
| 9510 | 9494 | ||
| 9511 | INSTALL_ARCH_INDEP_EXTRA=install-etc | 9495 | INSTALL_ARCH_INDEP_EXTRA=install-etc |
| 9512 | ns_self_contained=no | 9496 | ns_self_contained=no |
| 9513 | ns_frag=/dev/null | ||
| 9514 | NS_OBJ= | 9497 | NS_OBJ= |
| 9515 | NS_OBJC_OBJ= | 9498 | NS_OBJC_OBJ= |
| 9516 | if test "${HAVE_NS}" = yes; then | 9499 | if test "${HAVE_NS}" = yes; then |
| @@ -9534,7 +9517,6 @@ if test "${HAVE_NS}" = yes; then | |||
| 9534 | leimdir="\${ns_appresdir}/leim" | 9517 | leimdir="\${ns_appresdir}/leim" |
| 9535 | INSTALL_ARCH_INDEP_EXTRA= | 9518 | INSTALL_ARCH_INDEP_EXTRA= |
| 9536 | fi | 9519 | fi |
| 9537 | ns_frag=$srcdir/src/ns.mk | ||
| 9538 | NS_OBJC_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o" | 9520 | NS_OBJC_OBJ="nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o" |
| 9539 | fi | 9521 | fi |
| 9540 | CFLAGS="$tmp_CFLAGS" | 9522 | CFLAGS="$tmp_CFLAGS" |
| @@ -9545,7 +9527,6 @@ CPPFLAGS="$tmp_CPPFLAGS" | |||
| 9545 | 9527 | ||
| 9546 | 9528 | ||
| 9547 | 9529 | ||
| 9548 | |||
| 9549 | ## $window_system is now set to the window system we will | 9530 | ## $window_system is now set to the window system we will |
| 9550 | ## ultimately use. | 9531 | ## ultimately use. |
| 9551 | 9532 | ||
| @@ -14508,6 +14489,11 @@ else | |||
| 14508 | $as_echo "no" >&6; } | 14489 | $as_echo "no" >&6; } |
| 14509 | fi | 14490 | fi |
| 14510 | 14491 | ||
| 14492 | case $canonical in | ||
| 14493 | *-solaris2.4 | *-solaris2.4.*) | ||
| 14494 | : ${ac_cv_func_vfork_works=no};; | ||
| 14495 | esac | ||
| 14496 | |||
| 14511 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" | 14497 | ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" |
| 14512 | if test "x$ac_cv_type_pid_t" = x""yes; then : | 14498 | if test "x$ac_cv_type_pid_t" = x""yes; then : |
| 14513 | 14499 | ||
| @@ -15767,9 +15753,6 @@ $as_echo "#define G_SLICE_ALWAYS_MALLOC 1" >>confdefs.h | |||
| 15767 | 15753 | ||
| 15768 | hpux11) | 15754 | hpux11) |
| 15769 | 15755 | ||
| 15770 | $as_echo "#define BROKEN_SA_RESTART 1" >>confdefs.h | ||
| 15771 | |||
| 15772 | |||
| 15773 | $as_echo "#define USG_SUBTTY_WORKS 1" >>confdefs.h | 15756 | $as_echo "#define USG_SUBTTY_WORKS 1" >>confdefs.h |
| 15774 | 15757 | ||
| 15775 | ;; | 15758 | ;; |
| @@ -15804,6 +15787,14 @@ fi | |||
| 15804 | 15787 | ||
| 15805 | version=$PACKAGE_VERSION | 15788 | version=$PACKAGE_VERSION |
| 15806 | 15789 | ||
| 15790 | copyright="Copyright (C) 2012 Free Software Foundation, Inc." | ||
| 15791 | |||
| 15792 | cat >>confdefs.h <<_ACEOF | ||
| 15793 | #define COPYRIGHT "$copyright" | ||
| 15794 | _ACEOF | ||
| 15795 | |||
| 15796 | |||
| 15797 | |||
| 15807 | ### Specify what sort of things we'll be editing into Makefile and config.h. | 15798 | ### Specify what sort of things we'll be editing into Makefile and config.h. |
| 15808 | ### Use configuration here uncanonicalized to avoid exceeding size limits. | 15799 | ### Use configuration here uncanonicalized to avoid exceeding size limits. |
| 15809 | 15800 | ||
| @@ -24391,9 +24382,19 @@ test "${prefix}" != NONE && | |||
| 24391 | test "${exec_prefix}" != NONE && | 24382 | test "${exec_prefix}" != NONE && |
| 24392 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` | 24383 | exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` |
| 24393 | 24384 | ||
| 24394 | SUBDIR_MAKEFILES="lib/Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile" | 24385 | if test "$HAVE_NS" = "yes"; then |
| 24386 | if test "$NS_IMPL_GNUSTEP" = yes; then | ||
| 24387 | ac_config_files="$ac_config_files nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist:nextstep/templates/Info-gnustep.plist.in nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop:nextstep/templates/Emacs.desktop.in" | ||
| 24388 | |||
| 24389 | else | ||
| 24390 | ac_config_files="$ac_config_files nextstep/Cocoa/Emacs.base/Contents/Info.plist:nextstep/templates/Info.plist.in nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:nextstep/templates/InfoPlist.strings.in" | ||
| 24391 | |||
| 24392 | fi | ||
| 24393 | fi | ||
| 24394 | |||
| 24395 | SUBDIR_MAKEFILES="lib/Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile nextstep/Makefile" | ||
| 24395 | 24396 | ||
| 24396 | ac_config_files="$ac_config_files Makefile lib/Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile" | 24397 | ac_config_files="$ac_config_files Makefile lib/Makefile lib-src/Makefile oldXMenu/Makefile doc/emacs/Makefile doc/misc/Makefile doc/lispintro/Makefile doc/lispref/Makefile src/Makefile lwlib/Makefile lisp/Makefile leim/Makefile nextstep/Makefile" |
| 24397 | 24398 | ||
| 24398 | 24399 | ||
| 24399 | opt_makefile=test/automated/Makefile | 24400 | opt_makefile=test/automated/Makefile |
| @@ -25233,6 +25234,10 @@ do | |||
| 25233 | case $ac_config_target in | 25234 | case $ac_config_target in |
| 25234 | "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; | 25235 | "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h:src/config.in" ;; |
| 25235 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; | 25236 | "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
| 25237 | "nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist") CONFIG_FILES="$CONFIG_FILES nextstep/GNUstep/Emacs.base/Resources/Info-gnustep.plist:nextstep/templates/Info-gnustep.plist.in" ;; | ||
| 25238 | "nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop") CONFIG_FILES="$CONFIG_FILES nextstep/GNUstep/Emacs.base/Resources/Emacs.desktop:nextstep/templates/Emacs.desktop.in" ;; | ||
| 25239 | "nextstep/Cocoa/Emacs.base/Contents/Info.plist") CONFIG_FILES="$CONFIG_FILES nextstep/Cocoa/Emacs.base/Contents/Info.plist:nextstep/templates/Info.plist.in" ;; | ||
| 25240 | "nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings") CONFIG_FILES="$CONFIG_FILES nextstep/Cocoa/Emacs.base/Contents/Resources/English.lproj/InfoPlist.strings:nextstep/templates/InfoPlist.strings.in" ;; | ||
| 25236 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; | 25241 | "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 25237 | "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; | 25242 | "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; |
| 25238 | "lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;; | 25243 | "lib-src/Makefile") CONFIG_FILES="$CONFIG_FILES lib-src/Makefile" ;; |
| @@ -25245,6 +25250,7 @@ do | |||
| 25245 | "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; | 25250 | "lwlib/Makefile") CONFIG_FILES="$CONFIG_FILES lwlib/Makefile" ;; |
| 25246 | "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; | 25251 | "lisp/Makefile") CONFIG_FILES="$CONFIG_FILES lisp/Makefile" ;; |
| 25247 | "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; | 25252 | "leim/Makefile") CONFIG_FILES="$CONFIG_FILES leim/Makefile" ;; |
| 25253 | "nextstep/Makefile") CONFIG_FILES="$CONFIG_FILES nextstep/Makefile" ;; | ||
| 25248 | "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; | 25254 | "test/automated/Makefile") CONFIG_FILES="$CONFIG_FILES test/automated/Makefile" ;; |
| 25249 | "admin/unidata/Makefile") CONFIG_FILES="$CONFIG_FILES admin/unidata/Makefile" ;; | 25255 | "admin/unidata/Makefile") CONFIG_FILES="$CONFIG_FILES admin/unidata/Makefile" ;; |
| 25250 | "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;; | 25256 | "mkdirs") CONFIG_COMMANDS="$CONFIG_COMMANDS mkdirs" ;; |