wok diff xfce4-dev-tools/stuff/xdt-autogen-4.6.0.u @ rev 24092
Up get-pcem-roms (2.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 18 13:15:53 2021 +0000 (2021-07-18) |
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 Sun Jul 18 13:15:53 2021 +0000 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,