diff options
author | Glenn Morris <rgm@gnu.org> | 2011-10-12 06:18:25 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-10-12 06:18:25 -0400 |
commit | 06e690a2dfe3b69bfc693f328f81a1446a43d37a (patch) | |
tree | f8611b37c7362735800df0d4165ec6a602b6d701 /autogen | |
parent | f4cc5b5416958b1ddf5c3b855f68b43005ba8c4f (diff) | |
download | emacs-06e690a2dfe3b69bfc693f328f81a1446a43d37a.tar.gz |
Auto-commit of generated files.
Diffstat (limited to 'autogen')
-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/>. */ /* Define to 1 if you have the hesiod library (-lhesiod). */ #undef HAVE_LIBHESIOD -/* Define to 1 if you have the `intl' library (-lintl). */ -#undef HAVE_LIBINTL - /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */ #undef HAVE_LIBK5CRYPTO diff --git a/autogen/configure b/autogen/configure index 7dae02f9548..e86db7a7362 100755 --- a/autogen/configure +++ b/autogen/configure @@ -15292,54 +15292,6 @@ fi -# Solaris requires -lintl if you want strerror (which calls dgettext) -# to return localized messages. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dgettext in -lintl" >&5 -$as_echo_n "checking for dgettext in -lintl... " >&6; } -if test "${ac_cv_lib_intl_dgettext+set}" = set; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lintl $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -/* Override any GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -char dgettext (); -int -main () -{ -return dgettext (); - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_intl_dgettext=yes -else - ac_cv_lib_intl_dgettext=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_dgettext" >&5 -$as_echo "$ac_cv_lib_intl_dgettext" >&6; } -if test "x$ac_cv_lib_intl_dgettext" = x""yes; then : - cat >>confdefs.h <<_ACEOF -#define HAVE_LIBINTL 1 -_ACEOF - - LIBS="-lintl $LIBS" - -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether localtime caches TZ" >&5 $as_echo_n "checking whether localtime caches TZ... " >&6; } if test "${emacs_cv_localtime_cache+set}" = set; then : |