(gl_GETDATE): Remove AC_FUNC_ALLOCA.
[gnulib.git] / m4 / makepath.m4
index 487666e..af8350a 100644 (file)
@@ -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])
 ])