X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fmakepath.m4;h=af8350a577676526bc8d6852504a1ff7cf351e7a;hb=47d388a0d92a7bf22ec80fd9438041fe412d41d9;hp=487666eb5a54b461379e37b2f6fe0ce9afb5f772;hpb=53b8fa05726a7fb30010e42ce02e44a35f0d7489;p=gnulib.git diff --git a/m4/makepath.m4 b/m4/makepath.m4 index 487666eb5..af8350a57 100644 --- a/m4/makepath.m4 +++ b/m4/makepath.m4 @@ -1,5 +1,5 @@ -# makepath.m4 serial 1 -dnl Copyright (C) 2002 Free Software Foundation, Inc. +# makepath.m4 serial 3 +dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General dnl Public License, this file may be distributed as part of a program @@ -10,8 +10,7 @@ AC_DEFUN([gl_MAKEPATH], [ dnl Prerequisites of lib/makepath.c. AC_REQUIRE([AC_FUNC_ALLOCA]) - AC_REQUIRE([AC_HEADER_STDC]) - AC_CHECK_HEADERS_ONCE(string.h unistd.h) + AC_CHECK_HEADERS_ONCE(unistd.h) AC_REQUIRE([AC_HEADER_STAT]) - AC_REQUIRE([jm_AFS]) + AC_REQUIRE([gl_AFS]) ])