From: Tom Tromey Date: Thu, 27 Dec 2001 06:11:09 +0000 (+0000) Subject: For PR automake/249: X-Git-Tag: Release-1-5d~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=606a2c14a3130091416cc5ce111997f7933b8396;p=thirdparty%2Fautomake.git For PR automake/249: * tests/Makefile.am (TESTS): Added nodist2.test. * tests/nodist2.test: New file --- diff --git a/ChangeLog b/ChangeLog index 12fab1a8b..f326eb5dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-12-26 Tom Tromey + + For PR automake/249: + * tests/Makefile.am (TESTS): Added nodist2.test. + * tests/nodist2.test: New file + 2001-12-26 Ralf Corsepius * m4/multi.m4: Fix quoting in AC_OUTPUT_COMMANDS. diff --git a/stamp-vti b/stamp-vti index 70c99e3ff..1bf0a8764 100644 --- a/stamp-vti +++ b/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 5 December 2001 +@set UPDATED 6 December 2001 @set UPDATED-MONTH December 2001 @set EDITION 1.5c @set VERSION 1.5c diff --git a/tests/Makefile.am b/tests/Makefile.am index 22b21dd8d..a45737961 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -213,6 +213,7 @@ nobase.test \ nodep.test \ nodepcomp.test \ nodist.test \ +nodist2.test \ noinst.test \ noinstdir.test \ nolink.test \ diff --git a/tests/Makefile.in b/tests/Makefile.in index d72b4264e..ecab3a995 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -286,6 +286,7 @@ nobase.test \ nodep.test \ nodepcomp.test \ nodist.test \ +nodist2.test \ noinst.test \ noinstdir.test \ nolink.test \ diff --git a/tests/nodist2.test b/tests/nodist2.test new file mode 100755 index 000000000..fae8462f2 --- /dev/null +++ b/tests/nodist2.test @@ -0,0 +1,23 @@ +#! /bin/sh +# Test to make sure nodist_noinst_HEADERS work. +# For PR 249. + +. $srcdir/defs || exit 1 + +cat >> configure.in <<'EOF' +AC_OUTPUT +EOF + +cat > Makefile.am << 'EOF' +nodist_noinst_HEADERS = baz.h +EOF + +: > baz.h + +set -e + +$ACLOCAL +$AUTOCONF +$AUTOMAKE -a +./configure --prefix `pwd`/install +make install-data diff --git a/version.texi b/version.texi index 70c99e3ff..1bf0a8764 100644 --- a/version.texi +++ b/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 5 December 2001 +@set UPDATED 6 December 2001 @set UPDATED-MONTH December 2001 @set EDITION 1.5c @set VERSION 1.5c