wok view xfce4-dev-tools/stuff/xdt-autogen-4.6.0.u @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents
children
line source
1 --- xfce4-dev-tools-4.6.0-ori/scripts/xdt-autogen.in Wed Feb 25 07:32:08 2009
2 +++ xfce4-dev-tools-4.6.0/scripts/xdt-autogen.in Fri Jul 16 11:57:19 2010
3 @@ -181,7 +181,7 @@
4 test -z "${XDT_PROG_LIBTOOLIZE}" && XDT_PROG_LIBTOOLIZE="libtoolize"
5 for configure_file in $CONFIGURE_FILES; do
6 if grep "^AC_PROG_LIBTOOL" "${configure_file}" >/dev/null 2>&1; then
7 - (${XDT_PROG_LIBTOOLIZE} --version) </dev/null >/dev/null 2>&0 || {
8 + (${XDT_PROG_LIBTOOLIZE} --version) </dev/null >/dev/null 2>&1 || {
9 cat >&2 <<EOF
10 xdt-autogen: You must have "libtool" installed on your system.
11 Download the appropriate package for your distribution,