From 567cdcb4aca0b40ec7017459642f135d6139e585 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Thu, 21 Oct 2010 23:02:26 +0000 Subject: configure/m4: update some macros (autoupdate) --- m4/tuxbox.m4 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'm4') diff --git a/m4/tuxbox.m4 b/m4/tuxbox.m4 index fb3b7d90..a6cdf930 100644 --- a/m4/tuxbox.m4 +++ b/m4/tuxbox.m4 @@ -2,7 +2,7 @@ AC_DEFUN([TUXBOX_APPS],[ INSTALL="$INSTALL -p" -AC_GNU_SOURCE +AC_USE_SYSTEM_EXTENSIONS AC_SYS_LARGEFILE AC_ARG_WITH(target, @@ -270,18 +270,18 @@ AC_SUBST(USE_NLS) if test "$USE_NLS" = "yes"; then AC_CACHE_CHECK([for GNU gettext in libc], gt_cv_func_gnugettext_libc,[ - AC_TRY_LINK([ + AC_LINK_IFELSE([AC_LANG_PROGRAM([[ #include #ifndef __GNU_GETTEXT_SUPPORTED_REVISION #define __GNU_GETTEXT_SUPPORTED_REVISION(major) ((major) == 0 ? 0 : -1) #endif extern int _nl_msg_cat_cntr; extern int *_nl_domain_bindings; - ],[ + ]], [[ bindtextdomain ("", ""); return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings; - ], gt_cv_func_gnugettext_libc=yes, gt_cv_func_gnugettext_libc=no - )] + ]])],[gt_cv_func_gnugettext_libc=yes],[gt_cv_func_gnugettext_libc=no + ])] ) if test "$gt_cv_func_gnugettext_libc" = "yes"; then @@ -339,7 +339,7 @@ AC_SUBST(CATALOGS) ]) dnl backward compatiblity -AC_DEFUN([AC_GNU_SOURCE], +AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS], [AH_VERBATIM([_GNU_SOURCE], [/* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE -- cgit v1.2.3