summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHarald Judt <h.judt@gmx.at>2015-02-17 21:30:35 +0100
committerHarald Judt <h.judt@gmx.at>2015-02-17 21:33:31 +0100
commit9c0e7524f0659a2c4867e8bb007bd5c0d0282512 (patch)
tree29a202f9e47a1fd63b13f2d6a9d82e741eafd06e /scripts
parent1541dcd7f5c923b5268ca617f4a3ddafe6565c4b (diff)
downloadxfce4-dev-tools-9c0e7524f0659a2c4867e8bb007bd5c0d0282512.tar.gz
Use the correct libtool version number in the xdt-autogen warning
Commit de3d7f0 "Display warning if AC_PROG_INTLTOOL is used (bug #8930)" prints a warning with a hardcoded libtool version. This patch replaces the hardcoded value with the version number defined in configure.ac.in, so developers will use the proper requirements.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/xdt-autogen.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xdt-autogen.in.in b/scripts/xdt-autogen.in.in
index 3eca0d5..810b10e 100644
--- a/scripts/xdt-autogen.in.in
+++ b/scripts/xdt-autogen.in.in
@@ -429,7 +429,7 @@ for configure_ac_file in $CONFIGURE_AC_FILES; do
runlibtoolize=0
if grep -q "^AC_PROG_LIBTOOL" "${configure_ac_file}"; then
cat >&2 <<EOF
-xdt-autogen: It is recommended to use LT_PREREQ([2.2.6]) and
+xdt-autogen: It is recommended to use LT_PREREQ([@VERSION_LIBTOOL@]) and
LT_INIT([disable-static]) in your configure.ac
file and remove AC_PROG_LIBTOOL and AC_DISABLE_STATIC.