diff options
| author | Jim Meyering <meyering@redhat.com> | 2009-08-13 08:37:37 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-08-14 17:15:50 +0200 |
| commit | ea5b7124b44a52da4a5be4c7c42a37d65025c621 (patch) | |
| tree | c958e03773365c5841ee64a5f7931931620787d8 /bootstrap.conf | |
| parent | cp,mv: fix issues with preserving timestamps of copied symlinks (diff) | |
| download | coreutils-ea5b7124b44a52da4a5be4c7c42a37d65025c621.tar.gz coreutils-ea5b7124b44a52da4a5be4c7c42a37d65025c621.zip | |
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.
Diffstat (limited to 'bootstrap.conf')
| -rw-r--r-- | bootstrap.conf | 2 |
1 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 |
