NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / strptime
index 799170a..a69d583 100644 (file)
@@ -7,16 +7,21 @@ m4/strptime.m4
 m4/tm_gmtoff.m4
 
 Depends-on:
-extensions
-sys_time
-string
-strcase
-stdbool
 time
-time_r
+extensions
+sys_time        [test $HAVE_STRPTIME = 0]
+string          [test $HAVE_STRPTIME = 0]
+strcase         [test $HAVE_STRPTIME = 0]
+stdbool         [test $HAVE_STRPTIME = 0]
+time_r          [test $HAVE_STRPTIME = 0]
 
 configure.ac:
 gl_FUNC_STRPTIME
+if test $HAVE_STRPTIME = 0; then
+  AC_LIBOBJ([strptime])
+  gl_PREREQ_STRPTIME
+fi
+gl_TIME_MODULE_INDICATOR([strptime])
 
 Makefile.am:
 
@@ -24,7 +29,7 @@ Include:
 <time.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 glibc