projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01f51ef
)
(jm_LIB_CHECK): Use []-quoted list in
author
Jim Meyering
<jim@meyering.net>
Wed, 24 May 2000 07:49:09 +0000
(07:49 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 24 May 2000 07:49:09 +0000
(07:49 +0000)
AC_CHECK_MEMBERS, now that autoconf requires that.
m4/lib-check.m4
patch
|
blob
|
history
diff --git
a/m4/lib-check.m4
b/m4/lib-check.m4
index 4439b779a25dea9e03092a0eac2ab718b387aef5..0e4cc3a47a117d7611f23ad46c55e8cf4c05d62c 100644
(file)
--- a/
m4/lib-check.m4
+++ b/
m4/lib-check.m4
@@
-1,4
+1,4
@@
-#serial
3
+#serial
4
dnl Misc lib-related macros for fileutils, sh-utils, textutils.
@@
-51,7
+51,7
@@
$ac_includes_default
# include <shadow.h>
#endif
"
- AC_CHECK_MEMBERS(
(struct spwd.sp_pwdp)
,,,[$shadow_includes])
+ AC_CHECK_MEMBERS(
[struct spwd.sp_pwdp]
,,,[$shadow_includes])
AC_CHECK_FUNCS(getspnam)
# SCO-ODT-3.0 is reported to need -lufc for crypt.