getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strerror
index 0e7a2549fec2b1473c55c068dc03e3e5fff187a6..1d60662b7c41b2eb90f020500ff240ec0cd44d90 100644 (file)
@@ -3,18 +3,20 @@ strerror() function: return string describing error code.
 
 Files:
 lib/strerror.c
-lib/strerror-impl.h
 m4/strerror.m4
 
 Depends-on:
 string
 errno            [test $REPLACE_STRERROR = 1]
 intprops         [test $REPLACE_STRERROR = 1]
+strerror-override [test $REPLACE_STRERROR = 1]
 verify           [test $REPLACE_STRERROR = 1]
-strerror_r-posix [test $REPLACE_STRERROR = 1]
 
 configure.ac:
 gl_FUNC_STRERROR
+if test $REPLACE_STRERROR = 1; then
+  AC_LIBOBJ([strerror])
+fi
 gl_MODULE_INDICATOR([strerror])
 gl_STRING_MODULE_INDICATOR([strerror])