wok diff xfce4-dev-tools/stuff/xdt-autogen-4.6.0.u @ rev 25162
updated pycurl (7.43.0.3 -> 7.45.1)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 01 10:12:48 2022 +0100 (2022-07-01) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xfce4-dev-tools/stuff/xdt-autogen-4.6.0.u Fri Jul 01 10:12:48 2022 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +--- xfce4-dev-tools-4.6.0-ori/scripts/xdt-autogen.in Wed Feb 25 07:32:08 2009 1.5 ++++ xfce4-dev-tools-4.6.0/scripts/xdt-autogen.in Fri Jul 16 11:57:19 2010 1.6 +@@ -181,7 +181,7 @@ 1.7 + test -z "${XDT_PROG_LIBTOOLIZE}" && XDT_PROG_LIBTOOLIZE="libtoolize" 1.8 + for configure_file in $CONFIGURE_FILES; do 1.9 + if grep "^AC_PROG_LIBTOOL" "${configure_file}" >/dev/null 2>&1; then 1.10 +- (${XDT_PROG_LIBTOOLIZE} --version) </dev/null >/dev/null 2>&0 || { 1.11 ++ (${XDT_PROG_LIBTOOLIZE} --version) </dev/null >/dev/null 2>&1 || { 1.12 + cat >&2 <<EOF 1.13 + xdt-autogen: You must have "libtool" installed on your system. 1.14 + Download the appropriate package for your distribution,