getgroups: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strerror
index 42a476caca3ad45c0106da49b6fec2f76c7d6a1a..1d60662b7c41b2eb90f020500ff240ec0cd44d90 100644 (file)
@@ -3,18 +3,21 @@ 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])
 
 Makefile.am: