Ticket #31235: patch-configure.diff

File patch-configure.diff, 1.8 KB (added by ak.ml@…, 13 years ago)
  • configure

    old new  
    1633916339        ; test ".\$\$HOST" = "." && HOST=$x sh $ax_enable_builddir_auxdir/config.guess $x \\\\\\
    1634016340        ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
    1634116341        ; 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 : \\\\\\
    1634316343        ; BUILD=$x grep "^####.*|" Makefile |tail -1| sed -e 's/.*|//' $x ; fi \\\\\\
    1634416344        ; test ".\$\$BUILD" = "." && BUILD="." \\\\\\
    1634516345        ; test "\$\$use" = "\$\@" && BUILD=$x echo "\$\$BUILD" | tail -1 $x \\\\\\
     
    1635116351        ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
    1635216352        ; found=$x echo \$\$BUILD | wc -w $x \\\\\\
    1635316353        ; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).tar.*" \\\\\\
    16354         ; if test "\$\$found" = "0" ; then : \\\\\\
     16354        ; if test "\$\$found" -eq "0" ; then : \\\\\\
    1635516355        ; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
    1635616356        ; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
    1635716357        ; for f in \$\$i/\$(PACKAGE)-\$(VERSION).tar.* \\\\\\
     
    1636216362        ; BUILD=$x grep "^#### \$\$HOST " Makefile | sed -e 's/.*|//' $x \\\\\\
    1636316363        ; found=$x echo \$\$BUILD | wc -w $x \\\\\\
    1636416364        ; echo "MAKE \$\$HOST : \$\$found \$(PACKAGE)-\$(VERSION).*" \\\\\\
    16365         ; if test "\$\$found" = "0" ; then : \\\\\\
     16365        ; if test "\$\$found" -eq "0" ; then : \\\\\\
    1636616366        ; BUILD=$x grep "^#### .*|" Makefile |tail -1| sed -e 's/.*|//' $x \\\\\\
    1636716367        ; fi ; for i in \$\$BUILD ; do test ".\$\$i" = "." && continue \\\\\\
    1636816368        ; for f in \$\$i/\$(PACKAGE)-\$(VERSION).* \\\\\\