X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetopt-gnu;h=6ad3643aa7e046f2fd2bd29e3f83db251985a955;hb=a6b16b69fe1cad695b270dd5bf3deb2850fc4dd1;hp=34aea2df85ad312e23c7cc4c3013d3a164879412;hpb=1dff1a67c56bb2c61eaf9b074392b0d4593b3278;p=gnulib.git diff --git a/modules/getopt-gnu b/modules/getopt-gnu index 34aea2df8..6ad3643aa 100644 --- a/modules/getopt-gnu +++ b/modules/getopt-gnu @@ -5,11 +5,17 @@ process command line arguments. Files: Depends-on: +nocrash getopt-posix configure.ac: gl_FUNC_GETOPT_GNU -gl_MODULE_INDICATOR([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