changeset 12979:845824c37d6a

gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
author Simon Josefsson <simon@josefsson.org>
date Tue, 09 Mar 2010 08:13:02 +0100
parents b7726f620298
children a9cefa7a8404
files ChangeLog gnulib-tool
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-09  Simon Josefsson  <simon@josefsson.org>
+
+	* gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
+
 2010-03-08  Bruno Haible  <bruno@clisp.org>
 
 	gnulib-tool: Add support for --libtool in --create-testdir.
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -68,7 +68,7 @@
 
 # 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.