aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-02-09 06:17:59 -0500
committerGlenn Morris2013-02-09 06:17:59 -0500
commit2cdd55fc764336b5dee1e69842b9cc2d28976041 (patch)
treef01b1404c0251e88b0bfff3c3378974a3b7913e2
parentf63f9398b397afa6ded4d2375bf5508c9c5ba0b4 (diff)
downloademacs-2cdd55fc764336b5dee1e69842b9cc2d28976041.tar.gz
emacs-2cdd55fc764336b5dee1e69842b9cc2d28976041.zip
Auto-commit of generated files.
-rw-r--r--autogen/Makefile.in4
-rw-r--r--autogen/config.in64
-rwxr-xr-xautogen/configure63
3 files changed, 93 insertions, 38 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in
index b1bd33e6b44..f4bc918fa49 100644
--- a/autogen/Makefile.in
+++ b/autogen/Makefile.in
@@ -333,6 +333,7 @@ GNULIB_RMDIR = @GNULIB_RMDIR@
333GNULIB_RPMATCH = @GNULIB_RPMATCH@ 333GNULIB_RPMATCH = @GNULIB_RPMATCH@
334GNULIB_SCANDIR = @GNULIB_SCANDIR@ 334GNULIB_SCANDIR = @GNULIB_SCANDIR@
335GNULIB_SCANF = @GNULIB_SCANF@ 335GNULIB_SCANF = @GNULIB_SCANF@
336GNULIB_SECURE_GETENV = @GNULIB_SECURE_GETENV@
336GNULIB_SELECT = @GNULIB_SELECT@ 337GNULIB_SELECT = @GNULIB_SELECT@
337GNULIB_SETENV = @GNULIB_SETENV@ 338GNULIB_SETENV = @GNULIB_SETENV@
338GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@ 339GNULIB_SETHOSTNAME = @GNULIB_SETHOSTNAME@
@@ -498,6 +499,7 @@ HAVE_RENAMEAT = @HAVE_RENAMEAT@
498HAVE_REWINDDIR = @HAVE_REWINDDIR@ 499HAVE_REWINDDIR = @HAVE_REWINDDIR@
499HAVE_RPMATCH = @HAVE_RPMATCH@ 500HAVE_RPMATCH = @HAVE_RPMATCH@
500HAVE_SCANDIR = @HAVE_SCANDIR@ 501HAVE_SCANDIR = @HAVE_SCANDIR@
502HAVE_SECURE_GETENV = @HAVE_SECURE_GETENV@
501HAVE_SETENV = @HAVE_SETENV@ 503HAVE_SETENV = @HAVE_SETENV@
502HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@ 504HAVE_SETHOSTNAME = @HAVE_SETHOSTNAME@
503HAVE_SIGACTION = @HAVE_SIGACTION@ 505HAVE_SIGACTION = @HAVE_SIGACTION@
@@ -1737,6 +1739,7 @@ stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1737 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \ 1739 -e 's/@''GNULIB_REALLOC_POSIX''@/$(GNULIB_REALLOC_POSIX)/g' \
1738 -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \ 1740 -e 's/@''GNULIB_REALPATH''@/$(GNULIB_REALPATH)/g' \
1739 -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \ 1741 -e 's/@''GNULIB_RPMATCH''@/$(GNULIB_RPMATCH)/g' \
1742 -e 's/@''GNULIB_SECURE_GETENV''@/$(GNULIB_SECURE_GETENV)/g' \
1740 -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \ 1743 -e 's/@''GNULIB_SETENV''@/$(GNULIB_SETENV)/g' \
1741 -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \ 1744 -e 's/@''GNULIB_STRTOD''@/$(GNULIB_STRTOD)/g' \
1742 -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \ 1745 -e 's/@''GNULIB_STRTOLL''@/$(GNULIB_STRTOLL)/g' \
@@ -1765,6 +1768,7 @@ stdlib.h: stdlib.in.h $(top_builddir)/config.status $(CXXDEFS_H) \
1765 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \ 1768 -e 's|@''HAVE_RANDOM_R''@|$(HAVE_RANDOM_R)|g' \
1766 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \ 1769 -e 's|@''HAVE_REALPATH''@|$(HAVE_REALPATH)|g' \
1767 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \ 1770 -e 's|@''HAVE_RPMATCH''@|$(HAVE_RPMATCH)|g' \
1771 -e 's|@''HAVE_SECURE_GETENV''@|$(HAVE_SECURE_GETENV)|g' \
1768 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \ 1772 -e 's|@''HAVE_DECL_SETENV''@|$(HAVE_DECL_SETENV)|g' \
1769 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \ 1773 -e 's|@''HAVE_STRTOD''@|$(HAVE_STRTOD)|g' \
1770 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \ 1774 -e 's|@''HAVE_STRTOLL''@|$(HAVE_STRTOLL)|g' \
diff --git a/autogen/config.in b/autogen/config.in
index 40eaf0e7221..be52b323fcb 100644
--- a/autogen/config.in
+++ b/autogen/config.in
@@ -1398,6 +1398,38 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1398/* Define to 1 if using the Motif X toolkit. */ 1398/* Define to 1 if using the Motif X toolkit. */
1399#undef USE_MOTIF 1399#undef USE_MOTIF
1400 1400
1401/* Enable extensions on AIX 3, Interix. */
1402#ifndef _ALL_SOURCE
1403# undef _ALL_SOURCE
1404#endif
1405/* Enable general extensions on OS X. */
1406#ifndef _DARWIN_C_SOURCE
1407# undef _DARWIN_C_SOURCE
1408#endif
1409/* Enable GNU extensions on systems that have them. */
1410#ifndef _GNU_SOURCE
1411# undef _GNU_SOURCE
1412#endif
1413/* Enable threading extensions on Solaris. */
1414#ifndef _POSIX_PTHREAD_SEMANTICS
1415# undef _POSIX_PTHREAD_SEMANTICS
1416#endif
1417/* Enable extensions on HP NonStop. */
1418#ifndef _TANDEM_SOURCE
1419# undef _TANDEM_SOURCE
1420#endif
1421/* Enable X/Open extensions if necessary. HP-UX 11.11 defines
1422 mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
1423 whether compiling with -Ae or -D_HPUX_SOURCE=1. */
1424#ifndef _XOPEN_SOURCE
1425# undef _XOPEN_SOURCE
1426#endif
1427/* Enable general extensions on Solaris. */
1428#ifndef __EXTENSIONS__
1429# undef __EXTENSIONS__
1430#endif
1431
1432
1401/* Define to 1 if we should use toolkit scroll bars. */ 1433/* Define to 1 if we should use toolkit scroll bars. */
1402#undef USE_TOOLKIT_SCROLL_BARS 1434#undef USE_TOOLKIT_SCROLL_BARS
1403 1435
@@ -1484,6 +1516,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1484/* Define if GNUstep uses ObjC exceptions. */ 1516/* Define if GNUstep uses ObjC exceptions. */
1485#undef _NATIVE_OBJC_EXCEPTIONS 1517#undef _NATIVE_OBJC_EXCEPTIONS
1486 1518
1519/* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
1520#undef _NETBSD_SOURCE
1521
1487/* The _Noreturn keyword of C11. */ 1522/* The _Noreturn keyword of C11. */
1488#if ! (defined _Noreturn \ 1523#if ! (defined _Noreturn \
1489 || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__)) 1524 || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
@@ -1508,35 +1543,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1508/* Needed for system_process_attributes on Solaris. */ 1543/* Needed for system_process_attributes on Solaris. */
1509#undef _STRUCTURED_PROC 1544#undef _STRUCTURED_PROC
1510 1545
1511/* Define to 500 only on HP-UX. */
1512#undef _XOPEN_SOURCE
1513
1514/* Enable extensions on AIX 3, Interix. */
1515#ifndef _ALL_SOURCE
1516# undef _ALL_SOURCE
1517#endif
1518/* Enable general extensions on Mac OS X. */
1519#ifndef _DARWIN_C_SOURCE
1520# undef _DARWIN_C_SOURCE
1521#endif
1522/* Enable GNU extensions on systems that have them. */
1523#ifndef _GNU_SOURCE
1524# undef _GNU_SOURCE
1525#endif
1526/* Enable threading extensions on Solaris. */
1527#ifndef _POSIX_PTHREAD_SEMANTICS
1528# undef _POSIX_PTHREAD_SEMANTICS
1529#endif
1530/* Enable extensions on HP NonStop. */
1531#ifndef _TANDEM_SOURCE
1532# undef _TANDEM_SOURCE
1533#endif
1534/* Enable general extensions on Solaris. */
1535#ifndef __EXTENSIONS__
1536# undef __EXTENSIONS__
1537#endif
1538
1539
1540/* Define to rpl_ if the getopt replacement functions and variables should be 1546/* Define to rpl_ if the getopt replacement functions and variables should be
1541 used. */ 1547 used. */
1542#undef __GETOPT_PREFIX 1548#undef __GETOPT_PREFIX
diff --git a/autogen/configure b/autogen/configure
index aa026222767..4b27e99acf1 100755
--- a/autogen/configure
+++ b/autogen/configure
@@ -902,6 +902,7 @@ HAVE_STRTOLL
902HAVE_STRTOD 902HAVE_STRTOD
903HAVE_DECL_SETENV 903HAVE_DECL_SETENV
904HAVE_SETENV 904HAVE_SETENV
905HAVE_SECURE_GETENV
905HAVE_RPMATCH 906HAVE_RPMATCH
906HAVE_REALPATH 907HAVE_REALPATH
907HAVE_RANDOM_R 908HAVE_RANDOM_R
@@ -929,6 +930,7 @@ GNULIB_STRTOULL
929GNULIB_STRTOLL 930GNULIB_STRTOLL
930GNULIB_STRTOD 931GNULIB_STRTOD
931GNULIB_SETENV 932GNULIB_SETENV
933GNULIB_SECURE_GETENV
932GNULIB_RPMATCH 934GNULIB_RPMATCH
933GNULIB_REALPATH 935GNULIB_REALPATH
934GNULIB_REALLOC_POSIX 936GNULIB_REALLOC_POSIX
@@ -6469,8 +6471,6 @@ done
6469 6471
6470 6472
6471 6473
6472
6473
6474 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default" 6474 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
6475if test "x$ac_cv_header_minix_config_h" = x""yes; then : 6475if test "x$ac_cv_header_minix_config_h" = x""yes; then :
6476 MINIX=yes 6476 MINIX=yes
@@ -6489,15 +6489,10 @@ $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
6489 6489
6490$as_echo "#define _MINIX 1" >>confdefs.h 6490$as_echo "#define _MINIX 1" >>confdefs.h
6491 6491
6492 fi
6493
6494 case "$host_os" in
6495 hpux*)
6496 6492
6497$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h 6493$as_echo "#define _NETBSD_SOURCE 1" >>confdefs.h
6498 6494
6499 ;; 6495 fi
6500 esac
6501 6496
6502 6497
6503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5 6498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
@@ -6540,6 +6535,54 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
6540 6535
6541 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h 6536 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
6542 6537
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _XOPEN_SOURCE should be defined" >&5
6539$as_echo_n "checking whether _XOPEN_SOURCE should be defined... " >&6; }
6540if test "${ac_cv_should_define__xopen_source+set}" = set; then :
6541 $as_echo_n "(cached) " >&6
6542else
6543 ac_cv_should_define__xopen_source=no
6544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6545/* end confdefs.h. */
6546
6547 #include <wchar.h>
6548 mbstate_t x;
6549int
6550main ()
6551{
6552
6553 ;
6554 return 0;
6555}
6556_ACEOF
6557if ac_fn_c_try_compile "$LINENO"; then :
6558
6559else
6560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6561/* end confdefs.h. */
6562
6563 #define _XOPEN_SOURCE 500
6564 #include <wchar.h>
6565 mbstate_t x;
6566int
6567main ()
6568{
6569
6570 ;
6571 return 0;
6572}
6573_ACEOF
6574if ac_fn_c_try_compile "$LINENO"; then :
6575 ac_cv_should_define__xopen_source=yes
6576fi
6577rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6578fi
6579rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6580fi
6581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_should_define__xopen_source" >&5
6582$as_echo "$ac_cv_should_define__xopen_source" >&6; }
6583 test $ac_cv_should_define__xopen_source = yes &&
6584 $as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
6585
6543 6586
6544 6587
6545 6588
@@ -17367,6 +17410,7 @@ _ACEOF
17367 GNULIB_REALLOC_POSIX=0; 17410 GNULIB_REALLOC_POSIX=0;
17368 GNULIB_REALPATH=0; 17411 GNULIB_REALPATH=0;
17369 GNULIB_RPMATCH=0; 17412 GNULIB_RPMATCH=0;
17413 GNULIB_SECURE_GETENV=0;
17370 GNULIB_SETENV=0; 17414 GNULIB_SETENV=0;
17371 GNULIB_STRTOD=0; 17415 GNULIB_STRTOD=0;
17372 GNULIB_STRTOLL=0; 17416 GNULIB_STRTOLL=0;
@@ -17394,6 +17438,7 @@ _ACEOF
17394 HAVE_RANDOM_R=1; 17438 HAVE_RANDOM_R=1;
17395 HAVE_REALPATH=1; 17439 HAVE_REALPATH=1;
17396 HAVE_RPMATCH=1; 17440 HAVE_RPMATCH=1;
17441 HAVE_SECURE_GETENV=1;
17397 HAVE_SETENV=1; 17442 HAVE_SETENV=1;
17398 HAVE_DECL_SETENV=1; 17443 HAVE_DECL_SETENV=1;
17399 HAVE_STRTOD=1; 17444 HAVE_STRTOD=1;