X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgrantpt;h=77c7bc332c6d1ec04b3f3b8b7401d5ec3800c2fe;hb=c0a84055967844d0f49f124b02cfd65d13f154db;hp=4a2e16809ce3456d7d8b1ef4e4c2fbf9a596488c;hpb=aeca137662d6d2a7eaade72667ace75322872254;p=gnulib.git diff --git a/modules/grantpt b/modules/grantpt index 4a2e16809..77c7bc332 100644 --- a/modules/grantpt +++ b/modules/grantpt @@ -3,16 +3,23 @@ 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: stdlib extensions -pt_chown -configmake +fcntl-h [test $HAVE_GRANTPT = 0] +pt_chown [test $HAVE_GRANTPT = 0] +waitpid [test $HAVE_GRANTPT = 0] +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: @@ -21,7 +28,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible