From: Simon Josefsson Date: Tue, 9 Mar 2010 07:13:02 +0000 (+0100) Subject: gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug. X-Git-Tag: v0.1~4508 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=e961f4c04b6bbd1bf6f98c91fa0e6ae1d7a8eea9;p=gnulib.git gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug. --- diff --git a/ChangeLog b/ChangeLog index 6bb76f4dc..d9e17aefb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-03-09 Simon Josefsson + + * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug. + 2010-03-08 Bruno Haible gnulib-tool: Add support for --libtool in --create-testdir. diff --git a/gnulib-tool b/gnulib-tool index 29a7de28e..b5e987fe1 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.