[PATCH] distribute capitalize2.m4.
Ralf Wildenhues <[email protected]>
| Newsgroups | gmane.comp.gnu.m4.patches |
|---|---|
| Organization | Department of Numerical Simulation, University of Bonn |
| Message-ID | <[email protected]> |
Hello m4 patchers, These make distcheck pass for me on GNU/Linux again. :-) Cheers, Ralf 2007-10-24 Ralf Wildenhues <[email protected]> * examples/Makefile.am (EXTRA_DIST): Add capitalize2.m4. Index: examples/Makefile.am =================================================================== RCS file: /cvsroot/m4/m4/examples/Attic/Makefile.am,v retrieving revision 1.9.2.5 diff -u -r1.9.2.5 Makefile.am --- examples/Makefile.am 4 Aug 2007 20:40:11 -0000 1.9.2.5 +++ examples/Makefile.am 24 Oct 2007 19:14:25 -0000 @@ -21,6 +21,7 @@ EXTRA_DIST =\ capitalize.m4 \ +capitalize2.m4 \ comments.m4 \ ddivert.m4 \ debug.m4 \ 2007-10-24 Ralf Wildenhues <[email protected]> * Makefile.am (EXTRA_DIST): Add examples/capitalize2.m4. Index: Makefile.am =================================================================== RCS file: /cvsroot/m4/m4/Makefile.am,v retrieving revision 1.58 diff -u -r1.58 Makefile.am --- Makefile.am 30 Aug 2007 00:51:32 -0000 1.58 +++ Makefile.am 24 Oct 2007 19:14:01 -0000 @@ -315,6 +308,7 @@ dist_pkgdata_DATA = \ examples/capitalize.m4 \ + examples/capitalize2.m4 \ examples/comments.m4 \ examples/ddivert.m4 \ examples/debug.m4 \