refix 'make distcheck'
Eric Blake <[email protected]>
| Newsgroups | gmane.comp.gnu.m4.patches |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Recent gnulib changes required this change. Attached is a patch for head, but I also applied a similar patch to the branch. 2007-07-20 Eric Blake <[email protected]> Fix 'make distcheck' issues. * bootstrap: Add more files that might be more up-to-date in gnulib. * Makefile.am (EXTRA_DIST): No longer distribute removed diff. * config/m4/gnulib-cache.m4: Update to latest gnulib. - -- Don't work too hard, make some time for fun as well! Eric Blake [email protected] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGoYCI84KuGfSFAYARAsj/AJ0SuWZ/v6RUCHnJeF8Ok2pkOidrlACeK5wx aGVgzgjelbWc2Q4JhLQScfg= =NRzr -----END PGP SIGNATURE----- _______________________________________________ M4-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/m4-patches
m4.patch275
(text/plain, 2.2 KB)
Index: Makefile.am =================================================================== RCS file: /sources/m4/m4/Makefile.am,v retrieving revision 1.55 diff -u -p -r1.55 Makefile.am --- Makefile.am 10 Jul 2007 20:48:07 -0000 1.55 +++ Makefile.am 21 Jul 2007 03:39:39 -0000 @@ -40,8 +40,7 @@ AM_LDFLAGS = -no-undefined -export-dynam EXTRA_DIST = bootstrap \ $(config_aux_dir)/mkstamp \ - $(config_macro_dir)/gnulib-cache.m4 \ - local/doc/gpl-3.0.texi.diff + $(config_macro_dir)/gnulib-cache.m4 CLEANFILES = DISTCLEANFILES = MOSTLYCLEANFILES= Index: bootstrap =================================================================== RCS file: /sources/m4/m4/bootstrap,v retrieving revision 1.47 diff -u -p -r1.47 bootstrap --- bootstrap 10 Jul 2007 20:48:07 -0000 1.47 +++ bootstrap 21 Jul 2007 03:39:39 -0000 @@ -1,6 +1,6 @@ #! /bin/sh -# bootstrap (GNU M4) version 2007-07-10 +# bootstrap (GNU M4) version 2007-07-20 # Written by Gary V. Vaughan <[email protected]> # Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. @@ -479,6 +479,8 @@ func_update "$gnulibdir"/build-aux/insta func_update "$gnulibdir"/build-aux/mdate-sh $config_aux_dir/mdate-sh func_update "$gnulibdir"/build-aux/missing $config_aux_dir/missing func_update "$gnulibdir"/build-aux/texinfo.tex $config_aux_dir/texinfo.tex +func_update "$gnulibdir"/build-aux/po/Makefile.in.in po/Makefile.in.in +func_update "$gnulibdir"/build-aux/po/remove-potcdate.sin po/remove-potcdate.sin func_update "$gnulibdir"/doc/COPYINGv3 COPYING func_update "$gnulibdir"/doc/INSTALL INSTALL Index: ltdl/m4/gnulib-cache.m4 =================================================================== RCS file: /sources/m4/m4/ltdl/m4/gnulib-cache.m4,v retrieving revision 1.31 diff -u -p -r1.31 gnulib-cache.m4 --- ltdl/m4/gnulib-cache.m4 10 Jul 2007 20:48:08 -0000 1.31 +++ ltdl/m4/gnulib-cache.m4 21 Jul 2007 03:39:39 -0000 @@ -23,6 +23,7 @@ gl_MODULES([assert autobuild avltree-ose gl_AVOID([]) gl_SOURCE_BASE([gnu]) gl_M4_BASE([ltdl/m4]) +gl_PO_BASE([]) gl_DOC_BASE([doc]) gl_TESTS_BASE([tests/gnu]) gl_WITH_TESTS @@ -30,3 +31,4 @@ gl_LIB([libgnu]) gl_MAKEFILE_NAME([]) gl_LIBTOOL gl_MACRO_PREFIX([M4]) +gl_PO_DOMAIN([])