bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.


From: Simon Josefsson
Subject: [PATCH] gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
Date: Tue, 09 Mar 2010 08:14:06 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

I've pushed this, because gnulib-tool failed with:

executing autopoint --copy
autopoint: unknown option --copy
Try 'autopoint --help' for more information.

/Simon

---
 ChangeLog   |    4 ++++
 gnulib-tool |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6bb76f4..d9e17ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-09  Simon Josefsson  <address@hidden>
+
+       * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
+
 2010-03-08  Bruno Haible  <address@hidden>
 
        gnulib-tool: Add support for --libtool in --create-testdir.
diff --git a/gnulib-tool b/gnulib-tool
index 29a7de2..b5e987f 100755
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -68,7 +68,7 @@ fi
 
 # If you didn't set LIBTOOLPATH, you can also set the variable LIBTOOLIZE.
 if test -z "${LIBTOOLIZE}" || test -n "${LIBTOOLPATH}"; then
-  LIBTOOLIZE="${LIBTOOLPATH}autopoint"
+  LIBTOOLIZE="${LIBTOOLPATH}libtoolize"
 fi
 
 # You can set MAKE.
-- 
1.7.0





reply via email to

[Prev in Thread] Current Thread [Next in Thread]