X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetsubopt;h=a544ca3ccb3ef5176dc80d4c1d5fe1b085473014;hb=46f5f314f34a08c9305758482d7d2fdb0e999d09;hp=a28e2a0a2ccc4d79041aa1c829d87b15b1966185;hpb=e7221a5e9df291dc6abbb1e3791cf8235909b1a0;p=gnulib.git diff --git a/modules/getsubopt b/modules/getsubopt index a28e2a0a2..a544ca3cc 100644 --- a/modules/getsubopt +++ b/modules/getsubopt @@ -6,13 +6,17 @@ lib/getsubopt.c m4/getsubopt.m4 Depends-on: -extensions -strchrnul stdlib -memchr +extensions +strchrnul [test $HAVE_GETSUBOPT = 0] +memchr [test $HAVE_GETSUBOPT = 0] configure.ac: gl_FUNC_GETSUBOPT +if test $HAVE_GETSUBOPT = 0; then + AC_LIBOBJ([getsubopt]) + gl_PREREQ_GETSUBOPT +fi gl_STDLIB_MODULE_INDICATOR([getsubopt]) Makefile.am: