wok diff xfce4-dev-tools/stuff/xdt-autogen-4.6.0.u @ rev 13069

Up: tiff to 4.0.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jun 25 07:39:28 2012 +0000 (2012-06-25)
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	Mon Jun 25 07:39:28 2012 +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,