diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-15 10:38:49 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-15 18:08:25 +0200 |
commit | f9c696c6409a9032e0ec919669b86ece7aaa6e3c (patch) | |
tree | 806ce1980ebc4a4bc65b3e76bf5e0b1a0342b9e5 | |
parent | d0ec27cead89a1bbcacbe98a255fe1d3e9eb4ac1 (diff) | |
download | idutils-f9c696c6409a9032e0ec919669b86ece7aaa6e3c.tar.gz idutils-f9c696c6409a9032e0ec919669b86ece7aaa6e3c.tar.bz2 idutils-f9c696c6409a9032e0ec919669b86ece7aaa6e3c.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.
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 325d7e1..c70bf42 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -44,7 +44,7 @@ gnulib_modules=" fnmatch-gnu fpending getcwd - getopt + getopt-gnu gettext git-version-gen gitlog-to-changelog |