* master:
post-release: major version bump
post-release: minor version bump
release: stable major release 1.13
news: fix botched URL
ylwrap: various fixes
tests: strengthen the ylwrap tests
NEWS: we plan to ditch MS-DOS/DJGPP support in future Automake versions
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
# along with this program. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ([2.69])
- AC_INIT([GNU Automake-NG], [1.12c], [automake-ng@gnu.org])
-AC_INIT([GNU Automake], [1.13a], [bug-automake@gnu.org])
++AC_INIT([GNU Automake-NG], [1.13a], [automake-ng@gnu.org])
AC_CONFIG_SRCDIR([automake.in])
AC_CONFIG_AUX_DIR([lib])
$MAKE distdir
ls -l $distdir
- test -f $distdir/foo/parse.c
- test -f $distdir/foo/parse.h
- test -f $distdir/bar/parse.c
- test -f $distdir/bar/parse.h
- test -f $distdir/baz/zardoz-parse.c
- test -f $distdir/baz/zardoz-parse.h
+ for i in $generated; do
+ test -f $distdir/$i
+ done
# Sanity check the distribution.
-yl_distcheck
+$MAKE distcheck
# While we are at it, make sure that 'parse.c' and 'parse.h' are erased
# by maintainer-clean, and not by distclean.