[augeas-devel] [PATCH 1/2] Update to gnulib commit c2090a8

Matthew Booth mbooth at redhat.com
Thu Mar 3 17:31:45 UTC 2011


Required for updated getopt-gnu license.
---
 .gnulib   |    2 +-
 bootstrap |   13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/.gnulib b/.gnulib
index e240ab4..c2090a8 160000
--- a/.gnulib
+++ b/.gnulib
@@ -1 +1 @@
-Subproject commit e240ab433593692f27c804c26ec1730a0dd27e5d
+Subproject commit c2090a84dc3997acada3166772afac94f2d3a25c
diff --git a/bootstrap b/bootstrap
index 11b74c4..f27e36d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -86,12 +86,13 @@ vasprintf
 #   put *.m4 files in new gnulib/m4/ dir
 #   put *.[ch] files in new gnulib/lib/ dir.
 
-$gnulib_tool			\
-  --lgpl=2			\
-  --with-tests			\
-  --m4-base=gnulib/m4		\
-  --source-base=gnulib/lib	\
-  --tests-base=gnulib/tests	\
+$gnulib_tool                    \
+  --lgpl=2                      \
+  --with-tests                  \
+  --m4-base=gnulib/m4           \
+  --source-base=gnulib/lib      \
+  --tests-base=gnulib/tests     \
   --aux-dir=build/aux           \
+  --libtool                     \
   --quiet                       \
   --import $modules
-- 
1.7.4




More information about the augeas-devel mailing list