avoid multiline strings in AC_CONFIG_COMMANDS as it seems to result in problems with /bin/dash (see #10724)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60276 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-04-21 17:33:56 +00:00
parent bd7bd09eb3
commit d589327a5d
2 changed files with 7593 additions and 8286 deletions

15712
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -7951,10 +7951,7 @@ AC_PROG_MAKE_SET
AC_CONFIG_HEADERS([lib/wx/include/${TOOLCHAIN_FULLNAME}/wx/setup.h:setup.h.in])
if test "$USE_WIN32" = 1; then
AC_CONFIG_COMMANDS(
[
rcdefs.h
],
AC_CONFIG_COMMANDS([rcdefs.h],
[
mkdir -p $outdir &&
$CPP $infile | sed 's/^# *[1-9].*//;s/^ *//;/./,/^$/!d' > $outdir/rcdefs.h