projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cb2bed
)
(_jm_DECL_HEADERS): Check for utmp.h as well.
author
Jim Meyering
<jim@meyering.net>
Tue, 27 Jun 2000 10:01:30 +0000
(10:01 +0000)
committer
Jim Meyering
<jim@meyering.net>
Tue, 27 Jun 2000 10:01:30 +0000
(10:01 +0000)
m4/check-decl.m4
patch
|
blob
|
history
diff --git
a/m4/check-decl.m4
b/m4/check-decl.m4
index e7035a10e66eea3e36826fcf3af7dfca9315903f..3c18b03f12d023a82133ba0a4cc6fe5fb6973e1b 100644
(file)
--- a/
m4/check-decl.m4
+++ b/
m4/check-decl.m4
@@
-1,4
+1,4
@@
-#serial 1
2
+#serial 1
3
dnl This is just a wrapper function to encapsulate this kludge.
dnl Putting it in a separate file like this helps share it between
@@
-68,5
+68,5
@@
AC_DEFUN(_jm_DECL_HEADERS,
[
AC_REQUIRE([AC_HEADER_STDC])
AC_CHECK_HEADERS(memory.h string.h strings.h stdlib.h unistd.h sys/time.h \
- utmpx.h)
+ utmp
.h utmp
x.h)
])