NEWS.stable: log cherry-pick [e446f25]->[c092018] relocatable-shell: Update suggested...
[gnulib.git] / modules / grantpt
index 589360d..2d63d2f 100644 (file)
@@ -3,6 +3,7 @@ grantpt() function: Acquire ownership of the slave side of a pseudo-terminal.
 
 Files:
 lib/grantpt.c
+lib/pty-private.h
 m4/grantpt.m4
 
 Depends-on:
@@ -14,6 +15,10 @@ configmake      [test $HAVE_GRANTPT = 0]
 
 configure.ac:
 gl_FUNC_GRANTPT
+if test $HAVE_GRANTPT = 0; then
+  AC_LIBOBJ([grantpt])
+  gl_PREREQ_GRANTPT
+fi
 gl_STDLIB_MODULE_INDICATOR([grantpt])
 
 Makefile.am:
@@ -22,7 +27,7 @@ Include:
 <stdlib.h>
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible