Quote ltz_opt to fix "-i: Command not found" shell error.

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2811 7ae35d74-ebe9-4afe-98af-79ac388436b8
This commit is contained in:
Nate Bargmann, N0NB 2010-01-22 12:10:02 +00:00
parent 5dad9c663f
commit 5b308fcbd8

View File

@ -83,10 +83,10 @@ case $CC in
esac esac
if $LIBTOOLIZE --version | grep -q "libtoolize (GNU libtool) 1.*" ; then if $LIBTOOLIZE --version | grep -q "libtoolize (GNU libtool) 1.*" ; then
ltz_opt=--automake --ltdl ltz_opt="--automake --ltdl"
else else
# libtoolize 2.x and upper # libtoolize 2.x and upper
ltz_opt=-c -i --force ltz_opt="-c -i --force"
fi fi
$ACLOCAL $ACLOCAL_FLAGS $ACLOCAL $ACLOCAL_FLAGS