X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetopt-posix;h=89b7a542db23177a272699c2f20ae845beeb3cff;hb=1a6fbdd7d28dff1868c5eb0baf0029b27e42526a;hp=c99f8a4feb687b39fc26815234b67263c239e0bc;hpb=0ab583c0eaeb5d9c18a6ce0fcdd4f0cd95a581da;p=gnulib.git diff --git a/modules/getopt-posix b/modules/getopt-posix index c99f8a4fe..89b7a542d 100644 --- a/modules/getopt-posix +++ b/modules/getopt-posix @@ -12,11 +12,16 @@ Depends-on: unistd extensions include_next -arg-nonnull -gettext-h [test $GNULIB_UNISTD_H_GETOPT = 1] +snippet/arg-nonnull +gettext-h [test $REPLACE_GETOPT = 1] configure.ac: gl_FUNC_GETOPT_POSIX +if test $REPLACE_GETOPT = 1; then + AC_LIBOBJ([getopt]) + AC_LIBOBJ([getopt1]) + gl_PREREQ_GETOPT +fi Makefile.am: BUILT_SOURCES += $(GETOPT_H)