projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae2b26d
)
(AC_FUNC_CANONICALIZE_FILE_NAME]): Don't check for stddef.h.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 18 May 2005 19:29:41 +0000
(19:29 +0000)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 18 May 2005 19:29:41 +0000
(19:29 +0000)
m4/canonicalize.m4
patch
|
blob
|
history
diff --git
a/m4/canonicalize.m4
b/m4/canonicalize.m4
index
083ee7e
..
42c688a
100644
(file)
--- a/
m4/canonicalize.m4
+++ b/
m4/canonicalize.m4
@@
-1,4
+1,4
@@
-#serial
7
+#serial
8
# Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
@@
-13,6
+13,6
@@
AC_DEFUN([AC_FUNC_CANONICALIZE_FILE_NAME],
AC_LIBOBJ([canonicalize])
AC_REQUIRE([AC_HEADER_STDC])
- AC_CHECK_HEADERS(string.h sys/param.h
stddef.h
)
+ AC_CHECK_HEADERS(string.h sys/param.h)
AC_CHECK_FUNCS(resolvepath canonicalize_file_name)
])