X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Funame.m4;h=e8f1c81772fe1a8dc9ebe42b37ee25f48ba53ef8;hb=54c3ba61dfdf260865f2a6529ab414e24da17cf5;hp=8aab3641585dc30371d156f1798781dbce559a10;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/uname.m4 b/m4/uname.m4 index 8aab36415..e8f1c8177 100644 --- a/m4/uname.m4 +++ b/m4/uname.m4 @@ -1,5 +1,5 @@ -# uname.m4 serial 10 -dnl Copyright (C) 2009, 2010 Free Software Foundation, Inc. +# uname.m4 serial 11 +dnl Copyright (C) 2009-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -7,10 +7,9 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_UNAME], [ AC_REQUIRE([gl_SYS_UTSNAME_H_DEFAULTS]) - AC_REPLACE_FUNCS([uname]) + AC_CHECK_FUNCS([uname]) if test $ac_cv_func_uname = no; then HAVE_UNAME=0 - gl_PREREQ_UNAME fi ])