X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgrantpt;h=c5e76f025547d63b1037557ea25451bc7b8feaf9;hb=7cc207a704121d8e5f95775a4a64a84da9661e60;hp=a5d9eb40342cb08678e0334f2f224c28f431a760;hpb=77a06aac2187e2ea13e5b7aa8e30d46a81ca45f8;p=gnulib.git diff --git a/modules/grantpt b/modules/grantpt index a5d9eb403..c5e76f025 100644 --- a/modules/grantpt +++ b/modules/grantpt @@ -8,12 +8,16 @@ m4/grantpt.m4 Depends-on: stdlib extensions -pt_chown -waitpid -configmake +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: