diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-07-16 11:16:15 +0200 |
---|---|---|
committer | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-07-16 11:16:15 +0200 |
commit | 094b83a641e3b5b4aedf8820cb2af9d1c32cb476 (patch) | |
tree | b0f3e355941214e9a3325237690c6ba483e6008c /m4/amversion.m4 | |
parent | 7eccbf44fcee432c20ccd95b384f1c3494e4712c (diff) | |
parent | 455437e864ee89f3e09b2d18a7215a79291925d1 (diff) | |
download | automake-094b83a641e3b5b4aedf8820cb2af9d1c32cb476.tar.gz |
Merge branch 'maint'
* maint:
fixup: delete "# serial" line in m4/amversion.in
news: update about recent ylwrap changes and fixes
m4: get rid of "# serial" lines
configure: ${#param} must be supported by the shell for the testsuite
yacc tests: fix a spurious failure with parallel make
ylwrap: use proper quoting inside a `...` substitution
ylwrap: don't uselessly reset the exit status in case of failure
ylwrap: fix C++ support for Bison
ylwrap: refactor: move loop invariant
ylwrap: refactoring: don't rely on the file order
tests: upgrade and fix Bison test case
tests: fix bison input file
ylwrap: comment changes
ylwrap: modernize idioms
ylwrap: rename header inclusion in generated parsers
ylwrap: simplify the list of renamings
ylwrap: refactor: less duplication
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 'm4/amversion.m4')
-rw-r--r-- | m4/amversion.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/amversion.m4 b/m4/amversion.m4 index 74e79726d..368cd6438 100644 --- a/m4/amversion.m4 +++ b/m4/amversion.m4 @@ -6,8 +6,6 @@ # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. -# serial 8 - # AM_AUTOMAKE_VERSION(VERSION) # ---------------------------- # Automake X.Y traces this macro to ensure aclocal.m4 has been |