From: Sami Kerola Date: Wed, 4 Jan 2012 13:49:08 +0000 (+0100) Subject: build-sys: fix AC_TRY_LINK warnings X-Git-Tag: v22.15~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=856210403a449a7edc0d2472c6f8f1b4da3bb9d8;p=psmisc build-sys: fix AC_TRY_LINK warnings configure.ac:71: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:71: You should run autoupdate. ../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... m4/gettext.m4:367: gt_INTL_MACOSX is expanded from... m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from... configure.ac:71: the top level configure.ac:71: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:71: You should run autoupdate. ../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from... configure.ac:71: the top level configure.ac:71: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:71: You should run autoupdate. ../../lib/autoconf/general.m4:2688: AC_TRY_LINK is expanded from... ../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from... ../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from... ../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from... Signed-off-by: Sami Kerola --- diff --git a/configure.ac b/configure.ac index 6177975..2f9a1da 100644 --- a/configure.ac +++ b/configure.ac @@ -68,8 +68,8 @@ AC_CHECK_MEMBERS([struct stat.st_rdev]) AC_TYPE_UID_T dnl Check for language stuff -AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.16.1]) +AM_GNU_GETTEXT([external]) dnl Must be after the gettext stuff as it sets build_cpu AC_CHECK_MEMBERS([struct user_regs_struct.orig_eax,