wok annotate xfce4-dev-tools/stuff/xdt-autogen-4.6.0.u @ rev 12226
rrdtool: Fix dep
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Apr 07 22:51:12 2012 +0200 (2012-04-07) |
parents | |
children |
rev | line source |
---|---|
erjo@5846 | 1 --- xfce4-dev-tools-4.6.0-ori/scripts/xdt-autogen.in Wed Feb 25 07:32:08 2009 |
erjo@5846 | 2 +++ xfce4-dev-tools-4.6.0/scripts/xdt-autogen.in Fri Jul 16 11:57:19 2010 |
erjo@5846 | 3 @@ -181,7 +181,7 @@ |
erjo@5846 | 4 test -z "${XDT_PROG_LIBTOOLIZE}" && XDT_PROG_LIBTOOLIZE="libtoolize" |
erjo@5846 | 5 for configure_file in $CONFIGURE_FILES; do |
erjo@5846 | 6 if grep "^AC_PROG_LIBTOOL" "${configure_file}" >/dev/null 2>&1; then |
erjo@5846 | 7 - (${XDT_PROG_LIBTOOLIZE} --version) </dev/null >/dev/null 2>&0 || { |
erjo@5846 | 8 + (${XDT_PROG_LIBTOOLIZE} --version) </dev/null >/dev/null 2>&1 || { |
erjo@5846 | 9 cat >&2 <<EOF |
erjo@5846 | 10 xdt-autogen: You must have "libtool" installed on your system. |
erjo@5846 | 11 Download the appropriate package for your distribution, |