]> git.pld-linux.org Git - packages/autoconf.git/blob - autoconf-tests.patch
- added tests patch (fixes tests with libtool 2.4.x)
[packages/autoconf.git] / autoconf-tests.patch
1 --- autoconf-2.69/tests/foreign.at.orig 2012-03-07 18:35:26.000000000 +0100
2 +++ autoconf-2.69/tests/foreign.at      2017-01-31 16:34:36.105261591 +0100
3 @@ -57,7 +57,7 @@
4  # Make sure at-path contains something valid, and let the test suite
5  # display it when verbose.  And fail, skipping would too easily hide
6  # problems.
7 -AT_CHECK([sed -n ["s,^.*\`\\(/[^']*\\)'.*,\\1,p"] stdout], [0], [stdout])
8 +AT_CHECK([sed -n ["s,^.*[\`']\\(/[^']*\\)'.*,\\1,p"] stdout], [0], [stdout])
9  AT_CHECK([test -f "`sed -n 1p stdout`"])
10  
11  # Older libtoolize installed everything but install-sh...
This page took 0.065082 seconds and 4 git commands to generate.