X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Funame.m4;h=b4f964eb2388769db474b11970b04af393d67a6e;hb=14c0eff67c28b3adafbb9a98424eec4a2714e0bb;hp=8aab3641585dc30371d156f1798781dbce559a10;hpb=b2e2010c7c902235b5efb5bd3c6529f61b093aa4;p=gnulib.git diff --git a/m4/uname.m4 b/m4/uname.m4 index 8aab36415..b4f964eb2 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-2011 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 ])