Ticket #31235: patch-configure.diff
File patch-configure.diff, 1.8 KB (added by ak.ml@…, 13 years ago) |
---|
-
configure
old new 16339 16339 ; test ".\$\$HOST" = "." && HOST=$x sh $ax_enable_builddir_auxdir/config.guess $x \\\\\\ 16340 16340 ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\ 16341 16341 ; use=$x basename "\$\@" -all $x; n=$x echo \$\$BUILD | wc -w $x \\\\\\ 16342 ; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" ="0" ; then : \\\\\\16342 ; echo "MAKE \$\$HOST : \$\$n * \$\@"; if test "\$\$n" -eq "0" ; then : \\\\\\ 16343 16343 ; BUILD=$x grep "^####.*|" Makefile |tail -1| sed -e 's/.*|//' $x ; fi \\\\\\ 16344 16344 ; test ".\$\$BUILD" = "." && BUILD="." \\\\\\ 16345 16345 ; test "\$\$use" = "\$\@" && BUILD=$x echo "\$\$BUILD" | tail -1 $x \\\\\\ … … 16351 16351 ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\ 16352 16352 ; found=$x echo \$\$BUILD | wc -w $x \\\\\\ 16353 16353 ; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).tar.*" \\\\\\ 16354 ; if test "\$\$found" ="0" ; then : \\\\\\16354 ; if test "\$\$found" -eq "0" ; then : \\\\\\ 16355 16355 ; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\ 16356 16356 ; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\ 16357 16357 ; for f in \$\$i/\$(PACKAGE)-\$(VERSION).tar.* \\\\\\ … … 16362 16362 ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\ 16363 16363 ; found=$x echo \$\$BUILD | wc -w $x \\\\\\ 16364 16364 ; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).*" \\\\\\ 16365 ; if test "\$\$found" ="0" ; then : \\\\\\16365 ; if test "\$\$found" -eq "0" ; then : \\\\\\ 16366 16366 ; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\ 16367 16367 ; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\ 16368 16368 ; for f in \$\$i/\$(PACKAGE)-\$(VERSION).* \\\\\\