diff options
| author | Glenn Morris | 2012-09-10 06:18:11 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-09-10 06:18:11 -0400 |
| commit | a31a4cdacb196cc96dcb9bd229edb1d635e01344 (patch) | |
| tree | 5eeef45118b94d26a7708ca6bb2f01d4c523edb3 | |
| parent | d105a573fced502081e0dd5b00a86dd3b7bdd89a (diff) | |
| download | emacs-a31a4cdacb196cc96dcb9bd229edb1d635e01344.tar.gz emacs-a31a4cdacb196cc96dcb9bd229edb1d635e01344.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 16 | ||||
| -rwxr-xr-x | autogen/configure | 38 |
2 files changed, 1 insertions, 53 deletions
diff --git a/autogen/config.in b/autogen/config.in index 5007eed94e8..10969fd99c2 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -157,10 +157,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 157 | */ | 157 | */ |
| 158 | #undef FIRST_PTY_LETTER | 158 | #undef FIRST_PTY_LETTER |
| 159 | 159 | ||
| 160 | /* Define if the float library doesn't handle errors by either setting errno, | ||
| 161 | or signaling SIGFPE. */ | ||
| 162 | #undef FLOAT_CHECK_DOMAIN | ||
| 163 | |||
| 164 | /* Enable compile-time and run-time bounds-checking, and some warnings, | 160 | /* Enable compile-time and run-time bounds-checking, and some warnings, |
| 165 | without upsetting glibc 2.15+. */ | 161 | without upsetting glibc 2.15+. */ |
| 166 | #if defined __OPTIMIZE__ && __OPTIMIZE__ | 162 | #if defined __OPTIMIZE__ && __OPTIMIZE__ |
| @@ -371,9 +367,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 371 | /* Define to 1 if you have the <fcntl.h> header file. */ | 367 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 372 | #undef HAVE_FCNTL_H | 368 | #undef HAVE_FCNTL_H |
| 373 | 369 | ||
| 374 | /* Define to 1 if you have the `fmod' function. */ | ||
| 375 | #undef HAVE_FMOD | ||
| 376 | |||
| 377 | /* Define to 1 if you have the `fork' function. */ | 370 | /* Define to 1 if you have the `fork' function. */ |
| 378 | #undef HAVE_FORK | 371 | #undef HAVE_FORK |
| 379 | 372 | ||
| @@ -386,9 +379,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 386 | /* Define to 1 if using the freetype and fontconfig libraries. */ | 379 | /* Define to 1 if using the freetype and fontconfig libraries. */ |
| 387 | #undef HAVE_FREETYPE | 380 | #undef HAVE_FREETYPE |
| 388 | 381 | ||
| 389 | /* Define to 1 if you have the `frexp' function. */ | ||
| 390 | #undef HAVE_FREXP | ||
| 391 | |||
| 392 | /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ | 382 | /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ |
| 393 | #undef HAVE_FSEEKO | 383 | #undef HAVE_FSEEKO |
| 394 | 384 | ||
| @@ -540,9 +530,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 540 | /* Define to 1 if you have the <inttypes.h> header file. */ | 530 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 541 | #undef HAVE_INTTYPES_H | 531 | #undef HAVE_INTTYPES_H |
| 542 | 532 | ||
| 543 | /* Define if you have the functions acosh, asinh, and atanh. */ | ||
| 544 | #undef HAVE_INVERSE_HYPERBOLIC | ||
| 545 | |||
| 546 | /* Define to 1 if you have the jpeg library (-ljpeg). */ | 533 | /* Define to 1 if you have the jpeg library (-ljpeg). */ |
| 547 | #undef HAVE_JPEG | 534 | #undef HAVE_JPEG |
| 548 | 535 | ||
| @@ -1182,9 +1169,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 1182 | /* Define if XEditRes should not be used. */ | 1169 | /* Define if XEditRes should not be used. */ |
| 1183 | #undef NO_EDITRES | 1170 | #undef NO_EDITRES |
| 1184 | 1171 | ||
| 1185 | /* Define to 1 if you don't have struct exception in math.h. */ | ||
| 1186 | #undef NO_MATHERR | ||
| 1187 | |||
| 1188 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ | 1172 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 1189 | #undef NO_MINUS_C_MINUS_O | 1173 | #undef NO_MINUS_C_MINUS_O |
| 1190 | 1174 | ||
diff --git a/autogen/configure b/autogen/configure index aa1235d8c27..3621eee77c6 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -8887,38 +8887,6 @@ $as_echo "#define HAVE_SPEED_T 1" >>confdefs.h | |||
| 8887 | 8887 | ||
| 8888 | fi | 8888 | fi |
| 8889 | 8889 | ||
| 8890 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct exception" >&5 | ||
| 8891 | $as_echo_n "checking for struct exception... " >&6; } | ||
| 8892 | if test "${emacs_cv_struct_exception+set}" = set; then : | ||
| 8893 | $as_echo_n "(cached) " >&6 | ||
| 8894 | else | ||
| 8895 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 8896 | /* end confdefs.h. */ | ||
| 8897 | #include <math.h> | ||
| 8898 | int | ||
| 8899 | main () | ||
| 8900 | { | ||
| 8901 | static struct exception x; x.arg1 = x.arg2 = x.retval; x.name = ""; x.type = 1; | ||
| 8902 | ; | ||
| 8903 | return 0; | ||
| 8904 | } | ||
| 8905 | _ACEOF | ||
| 8906 | if ac_fn_c_try_compile "$LINENO"; then : | ||
| 8907 | emacs_cv_struct_exception=yes | ||
| 8908 | else | ||
| 8909 | emacs_cv_struct_exception=no | ||
| 8910 | fi | ||
| 8911 | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | ||
| 8912 | fi | ||
| 8913 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $emacs_cv_struct_exception" >&5 | ||
| 8914 | $as_echo "$emacs_cv_struct_exception" >&6; } | ||
| 8915 | HAVE_EXCEPTION=$emacs_cv_struct_exception | ||
| 8916 | if test $emacs_cv_struct_exception != yes || test $opsys = darwin; then | ||
| 8917 | |||
| 8918 | $as_echo "#define NO_MATHERR 1" >>confdefs.h | ||
| 8919 | |||
| 8920 | fi | ||
| 8921 | |||
| 8922 | 8890 | ||
| 8923 | 8891 | ||
| 8924 | 8892 | ||
| @@ -13209,7 +13177,7 @@ esac | |||
| 13209 | 13177 | ||
| 13210 | for ac_func in gethostname \ | 13178 | for ac_func in gethostname \ |
| 13211 | closedir getrusage get_current_dir_name \ | 13179 | closedir getrusage get_current_dir_name \ |
| 13212 | lrand48 logb frexp fmod cbrt setsid \ | 13180 | lrand48 logb cbrt setsid \ |
| 13213 | fpathconf select euidaccess getpagesize setlocale \ | 13181 | fpathconf select euidaccess getpagesize setlocale \ |
| 13214 | utimes getrlimit setrlimit setpgid getcwd shutdown getaddrinfo \ | 13182 | utimes getrlimit setrlimit setpgid getcwd shutdown getaddrinfo \ |
| 13215 | __fpending strsignal setitimer \ | 13183 | __fpending strsignal setitimer \ |
| @@ -14858,10 +14826,6 @@ $as_echo "#define AMPERSAND_FULL_NAME 1" >>confdefs.h | |||
| 14858 | $as_echo "#define CLASH_DETECTION 1" >>confdefs.h | 14826 | $as_echo "#define CLASH_DETECTION 1" >>confdefs.h |
| 14859 | 14827 | ||
| 14860 | 14828 | ||
| 14861 | |||
| 14862 | |||
| 14863 | |||
| 14864 | |||
| 14865 | ## Note: PTYs are broken on darwin <6. Use at your own risk. | 14829 | ## Note: PTYs are broken on darwin <6. Use at your own risk. |
| 14866 | 14830 | ||
| 14867 | $as_echo "#define HAVE_PTYS 1" >>confdefs.h | 14831 | $as_echo "#define HAVE_PTYS 1" >>confdefs.h |