build: fix subconfigure parameter issue
When passing CFLAGS for example through to the jimtcl subconfigure the quotes were not being preserved. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>__archive__
parent
c40571e6b9
commit
fcee511f4e
|
@ -22,6 +22,6 @@ AC_CONFIG_SUBDIRS([$1])
|
||||||
|
|
||||||
m4_ifblank([$2], [rm -f $srcdir/$1/configure.gnu],
|
m4_ifblank([$2], [rm -f $srcdir/$1/configure.gnu],
|
||||||
[printf "#!/bin/sh
|
[printf "#!/bin/sh
|
||||||
"\$"SHELL "../$srcdir/$1/configure" $2 "\$"@" > "$srcdir/$1/configure.gnu"
|
"\$"SHELL "../$srcdir/$1/configure" $2 \""\$"@"\" > "$srcdir/$1/configure.gnu"
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue