X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetopt-posix;h=cbcf4a00279fc78cb4d2d85cab7acf067c812136;hb=504656bf1e13c99bc065d9c64476a8fa30f56967;hp=0a6ee88b0c31213526eadb316522e5db00b333fe;hpb=237d7dcd6b8b57f44731b28ab2e6e9a797a551a6;p=gnulib.git diff --git a/modules/getopt-posix b/modules/getopt-posix index 0a6ee88b0..cbcf4a002 100644 --- a/modules/getopt-posix +++ b/modules/getopt-posix @@ -13,6 +13,7 @@ gettext-h unistd extensions include_next +arg-nonnull configure.ac: gl_FUNC_GETOPT_POSIX @@ -22,14 +23,14 @@ BUILT_SOURCES += $(GETOPT_H) # We need the following in order to create when the system # doesn't have one that works with the given compiler. -getopt.h: getopt.in.h $(LINK_WARNING_H) +getopt.h: getopt.in.h $(ARG_NONNULL_H) $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''HAVE_GETOPT_H''@|$(HAVE_GETOPT_H)|g' \ -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_GETOPT_H''@|$(NEXT_GETOPT_H)|g' \ - -e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \ + -e '/definition of _GL_ARG_NONNULL/r $(ARG_NONNULL_H)' \ < $(srcdir)/getopt.in.h; \ } > $@-t && \ mv -f $@-t $@ @@ -39,7 +40,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all, glibc