X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetsubopt;h=a544ca3ccb3ef5176dc80d4c1d5fe1b085473014;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=bf72b065729e261722f4fd1861a2ddf07e3b6727;hpb=3740c324b0f14e757b73cc22d88d30c4235d1bcb;p=gnulib.git diff --git a/modules/getsubopt b/modules/getsubopt index bf72b0657..a544ca3cc 100644 --- a/modules/getsubopt +++ b/modules/getsubopt @@ -6,12 +6,17 @@ lib/getsubopt.c m4/getsubopt.m4 Depends-on: -extensions -strchrnul stdlib +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: