aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-10-12 06:18:25 -0400
committerGlenn Morris2011-10-12 06:18:25 -0400
commit06e690a2dfe3b69bfc693f328f81a1446a43d37a (patch)
treef8611b37c7362735800df0d4165ec6a602b6d701
parentf4cc5b5416958b1ddf5c3b855f68b43005ba8c4f (diff)
downloademacs-06e690a2dfe3b69bfc693f328f81a1446a43d37a.tar.gz
emacs-06e690a2dfe3b69bfc693f328f81a1446a43d37a.zip
Auto-commit of generated files.
-rw-r--r--autogen/config.in3
-rwxr-xr-xautogen/configure48
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; }
15299if test "${ac_cv_lib_intl_dgettext+set}" = set; then :
15300 $as_echo_n "(cached) " >&6
15301else
15302 ac_check_lib_save_LIBS=$LIBS
15303LIBS="-lintl $LIBS"
15304cat 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
15311extern "C"
15312#endif
15313char dgettext ();
15314int
15315main ()
15316{
15317return dgettext ();
15318 ;
15319 return 0;
15320}
15321_ACEOF
15322if ac_fn_c_try_link "$LINENO"; then :
15323 ac_cv_lib_intl_dgettext=yes
15324else
15325 ac_cv_lib_intl_dgettext=no
15326fi
15327rm -f core conftest.err conftest.$ac_objext \
15328 conftest$ac_exeext conftest.$ac_ext
15329LIBS=$ac_check_lib_save_LIBS
15330fi
15331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5
15332$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
15333if 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
15340fi
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; }
15345if test "${emacs_cv_localtime_cache+set}" = set; then : 15297if test "${emacs_cv_localtime_cache+set}" = set; then :