configure_args is now an array

Note that the of use += requires bash 3.1 or later.
This commit is contained in:
Tom G. Christensen
2013-08-11 16:51:05 +02:00
parent ade56c0c17
commit aba50c28ad
30 changed files with 48 additions and 54 deletions

View File

@@ -19,7 +19,7 @@ patch[0]=expect-5.43-no-rpath.patch
export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
configure_args="--prefix=$prefix --mandir=$prefix/$_mandir --with-tcl=${prefix}/${_libdir} --with-tclinclude=${prefix}/${_includedir}/tcl-private --with-tkinclude=${prefix}/${_includedir}/tk-private --with-tk=${prefix}/${_libdir} --enable-shared"
configure_args=(--prefix=$prefix --mandir=$prefix/$_mandir --with-tcl=${prefix}/${_libdir} --with-tclinclude=${prefix}/${_includedir}/tcl-private --with-tkinclude=${prefix}/${_includedir}/tk-private --with-tk=${prefix}/${_libdir} --enable-shared)
topsrcdir=$topdir-${version%.*}
majorver=5.43