X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffpurge;h=241abeb2f6bfd5198f875b176fe931a56ca609df;hb=23eecb48e39afd0d267d64d40ba6bf97aa865e13;hp=ec1106208c08c540392ef2977bf909b11ab33928;hpb=c3f50f5713bf49cfca0893ce6c6e0c24035b8171;p=gnulib.git diff --git a/modules/fpurge b/modules/fpurge index ec1106208..241abeb2f 100644 --- a/modules/fpurge +++ b/modules/fpurge @@ -11,6 +11,9 @@ stdio configure.ac: gl_FUNC_FPURGE +if test $HAVE_FPURGE = 0 || test $REPLACE_FPURGE = 1; then + AC_LIBOBJ([fpurge]) +fi gl_STDIO_MODULE_INDICATOR([fpurge]) Makefile.am: @@ -19,7 +22,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: Bruno Haible, Eric Blake