aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--autogen/Makefile.in1
-rw-r--r--autogen/config.in9
-rwxr-xr-xautogen/configure62
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@
787cache_file = @cache_file@ 787cache_file = @cache_file@
788canonical = @canonical@ 788canonical = @canonical@
789configuration = @configuration@ 789configuration = @configuration@
790copyright = @copyright@
790datadir = @datadir@ 791datadir = @datadir@
791datarootdir = @datarootdir@ 792datarootdir = @datarootdir@
792docdir = @docdir@ 793docdir = @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
1143canonical 1143canonical
1144configuration 1144configuration
1145version 1145version
1146copyright
1146KRB4LIB 1147KRB4LIB
1147DESLIB 1148DESLIB
1148KRB5LIB 1149KRB5LIB
@@ -1330,8 +1331,7 @@ PACKAGE_NAME
1330PATH_SEPARATOR 1331PATH_SEPARATOR
1331SHELL' 1332SHELL'
1332ac_subst_files='deps_frag 1333ac_subst_files='deps_frag
1333lisp_frag 1334lisp_frag'
1334ns_frag'
1335ac_user_opts=' 1335ac_user_opts='
1336enable_option_checking 1336enable_option_checking
1337with_all 1337with_all
@@ -1343,7 +1343,6 @@ with_mmdf
1343with_mail_unlink 1343with_mail_unlink
1344with_mailhost 1344with_mailhost
1345with_sound 1345with_sound
1346with_sync_input
1347with_x_toolkit 1346with_x_toolkit
1348with_wide_int 1347with_wide_int
1349with_xpm 1348with_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.
3937if test "${with_sync_input+set}" = set; then :
3938 withval=$with_sync_input;
3939else
3940 with_sync_input=$with_features
3941fi
3942
3943if test "$with_sync_input" = yes; then
3944
3945$as_echo "#define SYNC_INPUT 1" >>confdefs.h
3946
3947fi
3948
3949
3950# Check whether --with-x-toolkit was given. 3934# Check whether --with-x-toolkit was given.
3951if test "${with_x_toolkit+set}" = set; then : 3935if 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
9511INSTALL_ARCH_INDEP_EXTRA=install-etc 9495INSTALL_ARCH_INDEP_EXTRA=install-etc
9512ns_self_contained=no 9496ns_self_contained=no
9513ns_frag=/dev/null
9514NS_OBJ= 9497NS_OBJ=
9515NS_OBJC_OBJ= 9498NS_OBJC_OBJ=
9516if test "${HAVE_NS}" = yes; then 9499if 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"
9539fi 9521fi
9540CFLAGS="$tmp_CFLAGS" 9522CFLAGS="$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; }
14509fi 14490fi
14510 14491
14492case $canonical in
14493 *-solaris2.4 | *-solaris2.4.*)
14494 : ${ac_cv_func_vfork_works=no};;
14495esac
14496
14511ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" 14497ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
14512if test "x$ac_cv_type_pid_t" = x""yes; then : 14498if 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
15805version=$PACKAGE_VERSION 15788version=$PACKAGE_VERSION
15806 15789
15790copyright="Copyright (C) 2012 Free Software Foundation, Inc."
15791
15792cat >>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 &&
24391test "${exec_prefix}" != NONE && 24382test "${exec_prefix}" != NONE &&
24392 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'` 24383 exec_prefix=`echo "${exec_prefix}" | sed 's,\([^/]\)/*$,\1,'`
24393 24384
24394SUBDIR_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" 24385if 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
24393fi
24394
24395SUBDIR_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
24396ac_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" 24397ac_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
24399opt_makefile=test/automated/Makefile 24400opt_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" ;;