autoupdate
[gnulib.git] / modules / isatty
index 8d596ee..ca56ac5 100644 (file)
@@ -7,12 +7,14 @@ m4/isatty.m4
 
 Depends-on:
 unistd
+msvc-inval      [test $REPLACE_ISATTY = 1]
 msvc-nothrow    [test $REPLACE_ISATTY = 1]
 
 configure.ac:
 gl_FUNC_ISATTY
 if test $REPLACE_ISATTY = 1; then
   AC_LIBOBJ([isatty])
+  gl_PREREQ_ISATTY
 fi
 gl_UNISTD_MODULE_INDICATOR([isatty])
 
@@ -22,7 +24,7 @@ Include:
 <unistd.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible