NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / perror
index 38e28ce..8bc9d46 100644 (file)
@@ -8,16 +8,15 @@ m4/perror.m4
 Depends-on:
 stdio
 errno            [test $REPLACE_PERROR = 1]
-intprops         [test $REPLACE_PERROR = 1]
-verify           [test $REPLACE_PERROR = 1]
+strerror-override [test $REPLACE_PERROR = 1]
 strerror_r-posix [test $REPLACE_PERROR = 1]
 
 configure.ac:
 gl_FUNC_PERROR
-gl_STRING_MODULE_INDICATOR([perror])
 if test $REPLACE_PERROR = 1; then
   AC_LIBOBJ([perror])
 fi
+gl_STRING_MODULE_INDICATOR([perror])
 
 Makefile.am: