archrelease: copy trunk to extra-x86_64
[arch-packages.git] / libtool / trunk / grep_3.8_fix.patch
blobab94d11eed737de6b79357d77a87822bd216b6af
1 --- libtool-2.4.7/tests/link-order.at
2 +++ libtool-2.4.7/tests/link-order.at
3 @@ -99,12 +99,12 @@ aix* | interix*) ;; # These systems hav
4 case $hardcode_direct$hardcode_direct_absolute in
5 yesno)
6 AT_CHECK([if $EGREP relinking stderr; then
7 - $EGREP " .*\/new\/lib/libb$shared_ext .*\/old\/lib/libcee$shared_ext" stdout
8 + $EGREP " .*/new/lib/libb$shared_ext .*/old/lib/libcee$shared_ext" stdout
9 else :; fi], [0], [ignore], [], [echo "wrong link order"])
12 AT_CHECK([if $EGREP relinking stderr; then
13 - $EGREP " -L.*\/new\/lib -lb -L.*\/old\/lib -lcee" stdout
14 + $EGREP " -L.*/new/lib -lb -L.*/old/lib -lcee" stdout
15 else :; fi], [0], [ignore], [], [echo "wrong link order"])
17 esac