pthread_sigmask: fix typo when testing for libraries
[gnulib.git] / modules / getopt-gnu
index 34aea2d..3e5876a 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