memcpy: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / getopt-gnu
index 34aea2df85ad312e23c7cc4c3013d3a164879412..3e5876a1b94e8ba4704d4367248013cba81bb880 100644 (file)
@@ -9,7 +9,12 @@ getopt-posix
 
 configure.ac:
 gl_FUNC_GETOPT_GNU
-gl_MODULE_INDICATOR([getopt-gnu])
+if test $REPLACE_GETOPT = 1; then
+  AC_LIBOBJ([getopt])
+  AC_LIBOBJ([getopt1])
+  gl_PREREQ_GETOPT
+fi
+gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu])
 
 Makefile.am:
 
@@ -17,7 +22,7 @@ Include:
 <getopt.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 all, glibc