diff options
| author | Glenn Morris | 2013-10-13 06:19:27 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-10-13 06:19:27 -0400 |
| commit | 2d71060d591d8460c61d1d829ac4cc2a44371ed2 (patch) | |
| tree | fd93ab60f29d3de99f5a0b910fafbd8b0dc2eac5 | |
| parent | fc7f501bc04f23af297fda7b6cb17df493b59397 (diff) | |
| download | emacs-2d71060d591d8460c61d1d829ac4cc2a44371ed2.tar.gz emacs-2d71060d591d8460c61d1d829ac4cc2a44371ed2.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/Makefile.in | 2 | ||||
| -rwxr-xr-x | autogen/configure | 23 |
2 files changed, 19 insertions, 6 deletions
diff --git a/autogen/Makefile.in b/autogen/Makefile.in index 6a89b1bdac1..11bcb600f7e 100644 --- a/autogen/Makefile.in +++ b/autogen/Makefile.in | |||
| @@ -1105,6 +1105,7 @@ REPLACE_STRSTR = @REPLACE_STRSTR@ | |||
| 1105 | REPLACE_STRTOD = @REPLACE_STRTOD@ | 1105 | REPLACE_STRTOD = @REPLACE_STRTOD@ |
| 1106 | REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ | 1106 | REPLACE_STRTOIMAX = @REPLACE_STRTOIMAX@ |
| 1107 | REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ | 1107 | REPLACE_STRTOK_R = @REPLACE_STRTOK_R@ |
| 1108 | REPLACE_STRTOUMAX = @REPLACE_STRTOUMAX@ | ||
| 1108 | REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ | 1109 | REPLACE_STRUCT_TIMEVAL = @REPLACE_STRUCT_TIMEVAL@ |
| 1109 | REPLACE_SYMLINK = @REPLACE_SYMLINK@ | 1110 | REPLACE_SYMLINK = @REPLACE_SYMLINK@ |
| 1110 | REPLACE_TIMEGM = @REPLACE_TIMEGM@ | 1111 | REPLACE_TIMEGM = @REPLACE_TIMEGM@ |
| @@ -2052,6 +2053,7 @@ uninstall-am: | |||
| 2052 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \ | 2053 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''HAVE_DECL_STRTOIMAX''@/$(HAVE_DECL_STRTOIMAX)/g' \ |
| 2053 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \ | 2054 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''HAVE_DECL_STRTOUMAX''@/$(HAVE_DECL_STRTOUMAX)/g' \ |
| 2054 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \ | 2055 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''REPLACE_STRTOIMAX''@/$(REPLACE_STRTOIMAX)/g' \ |
| 2056 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''REPLACE_STRTOUMAX''@/$(REPLACE_STRTOUMAX)/g' \ | ||
| 2055 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \ | 2057 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''INT32_MAX_LT_INTMAX_MAX''@/$(INT32_MAX_LT_INTMAX_MAX)/g' \ |
| 2056 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \ | 2058 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''INT64_MAX_EQ_LONG_MAX''@/$(INT64_MAX_EQ_LONG_MAX)/g' \ |
| 2057 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \ | 2059 | @BUILDING_FOR_WINDOWSNT_FALSE@ -e 's/@''UINT32_MAX_LT_UINTMAX_MAX''@/$(UINT32_MAX_LT_UINTMAX_MAX)/g' \ |
diff --git a/autogen/configure b/autogen/configure index ef21aa8cab2..c3884bf65b7 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -910,6 +910,7 @@ PRIPTR_PREFIX | |||
| 910 | PRI_MACROS_BROKEN | 910 | PRI_MACROS_BROKEN |
| 911 | INT64_MAX_EQ_LONG_MAX | 911 | INT64_MAX_EQ_LONG_MAX |
| 912 | INT32_MAX_LT_INTMAX_MAX | 912 | INT32_MAX_LT_INTMAX_MAX |
| 913 | REPLACE_STRTOUMAX | ||
| 913 | REPLACE_STRTOIMAX | 914 | REPLACE_STRTOIMAX |
| 914 | HAVE_DECL_STRTOUMAX | 915 | HAVE_DECL_STRTOUMAX |
| 915 | HAVE_DECL_STRTOIMAX | 916 | HAVE_DECL_STRTOIMAX |
| @@ -20969,6 +20970,7 @@ fi | |||
| 20969 | HAVE_DECL_STRTOIMAX=1; | 20970 | HAVE_DECL_STRTOIMAX=1; |
| 20970 | HAVE_DECL_STRTOUMAX=1; | 20971 | HAVE_DECL_STRTOUMAX=1; |
| 20971 | REPLACE_STRTOIMAX=0; | 20972 | REPLACE_STRTOIMAX=0; |
| 20973 | REPLACE_STRTOUMAX=0; | ||
| 20972 | INT32_MAX_LT_INTMAX_MAX=1; | 20974 | INT32_MAX_LT_INTMAX_MAX=1; |
| 20973 | INT64_MAX_EQ_LONG_MAX='defined _LP64'; | 20975 | INT64_MAX_EQ_LONG_MAX='defined _LP64'; |
| 20974 | PRI_MACROS_BROKEN=0; | 20976 | PRI_MACROS_BROKEN=0; |
| @@ -27035,7 +27037,7 @@ $as_echo "#define my_strftime nstrftime" >>confdefs.h | |||
| 27035 | HAVE_DECL_STRTOIMAX=0 | 27037 | HAVE_DECL_STRTOIMAX=0 |
| 27036 | fi | 27038 | fi |
| 27037 | 27039 | ||
| 27038 | if test $ac_cv_func_strtoimax = yes; then | 27040 | if test "$ac_cv_func_strtoimax" = yes; then |
| 27039 | HAVE_STRTOIMAX=1 | 27041 | HAVE_STRTOIMAX=1 |
| 27040 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtoimax works" >&5 | 27042 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether strtoimax works" >&5 |
| 27041 | $as_echo_n "checking whether strtoimax works... " >&6; } | 27043 | $as_echo_n "checking whether strtoimax works... " >&6; } |
| @@ -27108,10 +27110,14 @@ $as_echo "$gl_cv_func_strtoimax" >&6; } | |||
| 27108 | *no) REPLACE_STRTOIMAX=1 ;; | 27110 | *no) REPLACE_STRTOIMAX=1 ;; |
| 27109 | esac | 27111 | esac |
| 27110 | else | 27112 | else |
| 27113 | if test "$ac_cv_have_decl_strtoimax" = yes; then | ||
| 27114 | # HP-UX 11.11 has "#define strtoimax(...) ..." but no function. | ||
| 27115 | REPLACE_STRTOIMAX=1 | ||
| 27116 | fi | ||
| 27111 | HAVE_STRTOIMAX=0 | 27117 | HAVE_STRTOIMAX=0 |
| 27112 | fi | 27118 | fi |
| 27113 | 27119 | ||
| 27114 | if test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then | 27120 | if test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; then |
| 27115 | 27121 | ||
| 27116 | 27122 | ||
| 27117 | 27123 | ||
| @@ -27152,11 +27158,16 @@ _ACEOF | |||
| 27152 | 27158 | ||
| 27153 | 27159 | ||
| 27154 | 27160 | ||
| 27155 | if test "$ac_cv_have_decl_strtoumax" != yes; then | 27161 | if test "$ac_cv_have_decl_strtoumax" = yes; then |
| 27162 | if test "$ac_cv_func_strtoumax" != yes; then | ||
| 27163 | # HP-UX 11.11 has "#define strtoimax(...) ..." but no function. | ||
| 27164 | REPLACE_STRTOUMAX=1 | ||
| 27165 | fi | ||
| 27166 | else | ||
| 27156 | HAVE_DECL_STRTOUMAX=0 | 27167 | HAVE_DECL_STRTOUMAX=0 |
| 27157 | fi | 27168 | fi |
| 27158 | 27169 | ||
| 27159 | if test $ac_cv_func_strtoumax = no; then | 27170 | if test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; then |
| 27160 | 27171 | ||
| 27161 | 27172 | ||
| 27162 | 27173 | ||
| @@ -29126,10 +29137,10 @@ done | |||
| 29126 | if test $HAVE_READLINKAT = 0; then | 29137 | if test $HAVE_READLINKAT = 0; then |
| 29127 | func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7 | 29138 | func_gl_gnulib_m4code_03e0aaad4cb89ca757653bd367a6ccb7 |
| 29128 | fi | 29139 | fi |
| 29129 | if { test $HAVE_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; } && test $ac_cv_type_long_long_int = yes; then | 29140 | if { test $HAVE_DECL_STRTOIMAX = 0 || test $REPLACE_STRTOIMAX = 1; } && test $ac_cv_type_long_long_int = yes; then |
| 29130 | func_gl_gnulib_m4code_strtoll | 29141 | func_gl_gnulib_m4code_strtoll |
| 29131 | fi | 29142 | fi |
| 29132 | if test $ac_cv_func_strtoumax = no && test $ac_cv_type_unsigned_long_long_int = yes; then | 29143 | if { test $HAVE_DECL_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; } && test $ac_cv_type_unsigned_long_long_int = yes; then |
| 29133 | func_gl_gnulib_m4code_strtoull | 29144 | func_gl_gnulib_m4code_strtoull |
| 29134 | fi | 29145 | fi |
| 29135 | 29146 | ||