diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-12-09 21:55:32 +0100 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-12-09 21:55:32 +0100 |
commit | d7a59576910338592410afd23bb726348fa59000 (patch) | |
tree | 03c6ced8a87510e777815d916c35c1b6549e8eec /t/yacc-bison-skeleton-cxx.sh | |
parent | 6a38d7404f561cf4fd6494b3b243eae89951c947 (diff) | |
parent | 319ae3dd47bddff0dbe4da2dca87f50d5347108c (diff) | |
download | automake-d7a59576910338592410afd23bb726348fa59000.tar.gz |
Merge branch 'maint'
* maint:
docs: AM_CFLAGS: remove reference to non-existing "more detailed" desc
maintcheck: prefer '$(am__cd)' over plain 'cd'
fetch: improve, and reduce code duplication
docs: add rule to generate manuals for www.gnu.org
docs: copy the 'gendocs.sh' script from Texinfo CVS repository
sync: update files from upstream with "make fetch"
release: generate a stub for the release announcement
release: distinguish major and minor releases
tests: avoid two spurious failures on FreeBSD
Diffstat (limited to 't/yacc-bison-skeleton-cxx.sh')
-rwxr-xr-x | t/yacc-bison-skeleton-cxx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yacc-bison-skeleton-cxx.sh b/t/yacc-bison-skeleton-cxx.sh index e64ec459b..6fb738782 100755 --- a/t/yacc-bison-skeleton-cxx.sh +++ b/t/yacc-bison-skeleton-cxx.sh @@ -97,6 +97,6 @@ $MAKE # Check that distribution is self-contained, and do not require # bison to be built. -env YACC=false DISTCHECK_CONFIGURE_FLAGS='YACC=false' $MAKE -e distcheck +yl_distcheck YACC=false DISTCHECK_CONFIGURE_FLAGS='YACC=false' : |