X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetopt-gnu;h=6ad3643aa7e046f2fd2bd29e3f83db251985a955;hb=e91216b238f2af78257bd943db0b22b289d172cc;hp=54bbe428d71df800ba9787a94405da0c4d9f59b7;hpb=cd21604b6b669f77ded87ec08371b83b422006e3;p=gnulib.git diff --git a/modules/getopt-gnu b/modules/getopt-gnu index 54bbe428d..6ad3643aa 100644 --- a/modules/getopt-gnu +++ b/modules/getopt-gnu @@ -5,10 +5,16 @@ process command line arguments. Files: Depends-on: +nocrash getopt-posix configure.ac: gl_FUNC_GETOPT_GNU +if test $REPLACE_GETOPT = 1; then + AC_LIBOBJ([getopt]) + AC_LIBOBJ([getopt1]) + gl_PREREQ_GETOPT +fi gl_MODULE_INDICATOR_FOR_TESTS([getopt-gnu]) Makefile.am: @@ -17,7 +23,7 @@ Include: License: -LGPL +LGPLv2+ Maintainer: all, glibc