summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-13 08:37:37 +0200
committerJim Meyering <meyering@redhat.com>2009-08-14 17:15:50 +0200
commitea5b7124b44a52da4a5be4c7c42a37d65025c621 (patch)
treec958e03773365c5841ee64a5f7931931620787d8
parentf0a1f0df2295aaed418f201bbec67df120e1ac17 (diff)
downloadcoreutils-ea5b7124b44a52da4a5be4c7c42a37d65025c621.tar.xz
build: use gnulib's getopt-gnu module (getopt is now deprecated)
* bootstrap.conf (gnulib_modules): Gnulib's getopt module is now deprecated; use the new, preferred name, getopt-gnu. * gnulib: Update to latest.
-rw-r--r--bootstrap.conf2
m---------gnulib0
2 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index b6623f635..991e5bd45 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -102,7 +102,7 @@ gnulib_modules="
getline
getloadavg
getndelim2
- getopt
+ getopt-gnu
getpagesize
getpass-gnu
gettext
diff --git a/gnulib b/gnulib
-Subproject d93c1f1b00e1dea78b919c7fb7b6ddebecfcf3a
+Subproject 2f5181b1a247323cb2a4a4c6165997674866bb2