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

@@ -27,7 +27,7 @@ export CPPFLAGS="-I/usr/tgcware/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
# What gui should we build?
gui=motif
configure_args='--prefix=$prefix --without-local-dir --enable-gui=$gui --with-features=huge --enable-multibyte --disable-perlinterp --disable-pythoninterp --disable-tclinterp --with-compiledby="<swpkg@jupiterrise.com>" --disable-netbeans'
configure_args=(--prefix=$prefix --without-local-dir --enable-gui=$gui --with-features=huge --enable-multibyte --disable-perlinterp --disable-pythoninterp --disable-tclinterp --with-compiledby="<swpkg@jupiterrise.com>" --disable-netbeans)
reg prep
prep()