X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Funlockpt;h=c91796425dc1ed67b12a9b68c3a7589a104802fb;hb=refs%2Fheads%2Fmaster;hp=3a5c7b86fd12d5d7e0c6212789b079596ca48175;hpb=721f56dcf49f8f004f609cc966f876922faad1a8;p=gnulib.git diff --git a/modules/unlockpt b/modules/unlockpt index 3a5c7b86f..c91796425 100644 --- a/modules/unlockpt +++ b/modules/unlockpt @@ -9,10 +9,15 @@ m4/unlockpt.m4 Depends-on: stdlib extensions +fcntl-h [test $HAVE_UNLOCKPT = 0] ptsname [test $HAVE_UNLOCKPT = 0] configure.ac: gl_FUNC_UNLOCKPT +if test $HAVE_UNLOCKPT = 0; then + AC_LIBOBJ([unlockpt]) + gl_PREREQ_UNLOCKPT +fi gl_STDLIB_MODULE_INDICATOR([unlockpt]) Makefile.am: @@ -21,7 +26,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible