install-reloc: Support multi-binary installation.
[gnulib.git] / modules / strtol
index d06a55b..65b6946 100644 (file)
@@ -1,6 +1,12 @@
 Description:
 strtol() function: convert string to 'long'.
 
+Status:
+obsolete
+
+Notice:
+This module is obsolete.
+
 Files:
 lib/strtol.c
 m4/strtol.m4
@@ -9,6 +15,9 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_STRTOL
+if test $ac_cv_func_strtol = no; then
+  AC_LIBOBJ([strtol])
+fi
 
 Makefile.am: