X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgrantpt;h=2d63d2f77d0fbb1ff54b93557eeaabcad99fd05f;hb=7ef6c64e210ac0979d7e8ac69bc5b5208c2405ab;hp=589360d1753ff79fb78b3d418de9c64ac4c1a770;hpb=b6772983c800c6faee7fc793b83975afb6d58bcc;p=gnulib.git diff --git a/modules/grantpt b/modules/grantpt index 589360d17..2d63d2f77 100644 --- a/modules/grantpt +++ b/modules/grantpt @@ -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: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible