From 0a09b6c97d5f0da62bda574c3a6a2b8a5019ec9e Mon Sep 17 00:00:00 2001 From: Rafael Diniz Date: Fri, 3 Jan 2020 14:51:01 -0300 Subject: [PATCH] last minute fix before darkice 1.4 official tarball. --- darkice/tags/darkice-1_4/autogen.sh | 2 +- darkice/trunk/autogen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/darkice/tags/darkice-1_4/autogen.sh b/darkice/tags/darkice-1_4/autogen.sh index 9af1fbf..421a539 100755 --- a/darkice/tags/darkice-1_4/autogen.sh +++ b/darkice/tags/darkice-1_4/autogen.sh @@ -35,7 +35,7 @@ DIE=0 DIE=1 } -(libtool --help) < /dev/null > /dev/null 2>&1 || { +(libtoolize --help) < /dev/null > /dev/null 2>&1 || { echo echo "You must have libtool installed to compile $package." echo "Download the appropriate package for your system," diff --git a/darkice/trunk/autogen.sh b/darkice/trunk/autogen.sh index 9af1fbf..421a539 100755 --- a/darkice/trunk/autogen.sh +++ b/darkice/trunk/autogen.sh @@ -35,7 +35,7 @@ DIE=0 DIE=1 } -(libtool --help) < /dev/null > /dev/null 2>&1 || { +(libtoolize --help) < /dev/null > /dev/null 2>&1 || { echo echo "You must have libtool installed to compile $package." echo "Download the appropriate package for your system,"