diff options
| author | Glenn Morris | 2011-10-12 06:18:25 -0400 |
|---|---|---|
| committer | Glenn Morris | 2011-10-12 06:18:25 -0400 |
| commit | 06e690a2dfe3b69bfc693f328f81a1446a43d37a (patch) | |
| tree | f8611b37c7362735800df0d4165ec6a602b6d701 | |
| parent | f4cc5b5416958b1ddf5c3b855f68b43005ba8c4f (diff) | |
| download | emacs-06e690a2dfe3b69bfc693f328f81a1446a43d37a.tar.gz emacs-06e690a2dfe3b69bfc693f328f81a1446a43d37a.zip | |
Auto-commit of generated files.
| -rw-r--r-- | autogen/config.in | 3 | ||||
| -rwxr-xr-x | autogen/configure | 48 |
2 files changed, 0 insertions, 51 deletions
diff --git a/autogen/config.in b/autogen/config.in index fd2c4f8eda5..f1f950cc034 100644 --- a/autogen/config.in +++ b/autogen/config.in | |||
| @@ -420,9 +420,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 420 | /* Define to 1 if you have the hesiod library (-lhesiod). */ | 420 | /* Define to 1 if you have the hesiod library (-lhesiod). */ |
| 421 | #undef HAVE_LIBHESIOD | 421 | #undef HAVE_LIBHESIOD |
| 422 | 422 | ||
| 423 | /* Define to 1 if you have the `intl' library (-lintl). */ | ||
| 424 | #undef HAVE_LIBINTL | ||
| 425 | |||
| 426 | /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */ | 423 | /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */ |
| 427 | #undef HAVE_LIBK5CRYPTO | 424 | #undef HAVE_LIBK5CRYPTO |
| 428 | 425 | ||
diff --git a/autogen/configure b/autogen/configure index 7dae02f9548..e86db7a7362 100755 --- a/autogen/configure +++ b/autogen/configure | |||
| @@ -15292,54 +15292,6 @@ fi | |||
| 15292 | 15292 | ||
| 15293 | 15293 | ||
| 15294 | 15294 | ||
| 15295 | # Solaris requires -lintl if you want strerror (which calls dgettext) | ||
| 15296 | # to return localized messages. | ||
| 15297 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 | ||
| 15298 | $as_echo_n "checking for dgettext in -lintl... " >&6; } | ||
| 15299 | if test "${ac_cv_lib_intl_dgettext+set}" = set; then : | ||
| 15300 | $as_echo_n "(cached) " >&6 | ||
| 15301 | else | ||
| 15302 | ac_check_lib_save_LIBS=$LIBS | ||
| 15303 | LIBS="-lintl $LIBS" | ||
| 15304 | cat confdefs.h - <<_ACEOF >conftest.$ac_ext | ||
| 15305 | /* end confdefs.h. */ | ||
| 15306 | |||
| 15307 | /* Override any GCC internal prototype to avoid an error. | ||
| 15308 | Use char because int might match the return type of a GCC | ||
| 15309 | builtin and then its argument prototype would still apply. */ | ||
| 15310 | #ifdef __cplusplus | ||
| 15311 | extern "C" | ||
| 15312 | #endif | ||
| 15313 | char dgettext (); | ||
| 15314 | int | ||
| 15315 | main () | ||
| 15316 | { | ||
| 15317 | return dgettext (); | ||
| 15318 | ; | ||
| 15319 | return 0; | ||
| 15320 | } | ||
| 15321 | _ACEOF | ||
| 15322 | if ac_fn_c_try_link "$LINENO"; then : | ||
| 15323 | ac_cv_lib_intl_dgettext=yes | ||
| 15324 | else | ||
| 15325 | ac_cv_lib_intl_dgettext=no | ||
| 15326 | fi | ||
| 15327 | rm -f core conftest.err conftest.$ac_objext \ | ||
| 15328 | conftest$ac_exeext conftest.$ac_ext | ||
| 15329 | LIBS=$ac_check_lib_save_LIBS | ||
| 15330 | fi | ||
| 15331 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 | ||
| 15332 | $as_echo "$ac_cv_lib_intl_dgettext" >&6; } | ||
| 15333 | if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : | ||
| 15334 | cat >>confdefs.h <<_ACEOF | ||
| 15335 | #define HAVE_LIBINTL 1 | ||
| 15336 | _ACEOF | ||
| 15337 | |||
| 15338 | LIBS="-lintl $LIBS" | ||
| 15339 | |||
| 15340 | fi | ||
| 15341 | |||
| 15342 | |||
| 15343 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 | 15295 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 |
| 15344 | $as_echo_n "checking whether localtime caches TZ... " >&6; } | 15296 | $as_echo_n "checking whether localtime caches TZ... " >&6; } |
| 15345 | if test "${emacs_cv_localtime_cache+set}" = set; then : | 15297 | if test "${emacs_cv_localtime_cache+set}" = set; then : |