This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=8c0c0bfc2d565c70d0af0dcd7f1baa271a638661 The branch, master has been updated via 8c0c0bfc2d565c70d0af0dcd7f1baa271a638661 (commit) from 18c565be94550abfcb86787ce0dda698dd54a223 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8c0c0bfc2d565c70d0af0dcd7f1baa271a638661 Author: Sergey Poznyakoff <g...@gnu.org.ua> Date: Tue Feb 21 13:40:21 2012 +0200 Bugfixes. * include/mailutils/Makefile.am: Add types to pkginclude_HEADERS. * libmailutils/tests/url-comp.at: Add missing dnl. ----------------------------------------------------------------------- Summary of changes: include/mailutils/Makefile.am | 4 ++-- libmailutils/tests/url-comp.at | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/mailutils/Makefile.am b/include/mailutils/Makefile.am index 1f75663..ace8fcd 100644 --- a/include/mailutils/Makefile.am +++ b/include/mailutils/Makefile.am @@ -14,7 +14,7 @@ ## You should have received a copy of the GNU General Public License ## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>. -BUILT_SOURCES=errno.h +BUILT_SOURCES=errno.h types.h EXTRA_DIST=errno.hin types.hin errno.h: $(top_srcdir)/libmailutils/diag/errors errno.hin $(AM_V_GEN)$(AWK) -f $(mu_aux_dir)/generr.awk $^ > $@ @@ -23,7 +23,6 @@ types.h: $(top_srcdir)/include/mailutils/types.hin Makefile $(AM_V_GEN)sed 's/_MU_OFF_TYPE_/$(MU_OFF_TYPE)/;s/_MU_DEFAULT_RECORD_/$(MU_DEFAULT_RECORD)/' $(top_srcdir)/include/mailutils/types.hin > $@ DISTCLEANFILES = types.h -pkginclude_DATA = types.h pkginclude_HEADERS = \ acl.h\ address.h\ @@ -100,6 +99,7 @@ pkginclude_HEADERS = \ syslog.h\ sql.h\ tls.h\ + types.h\ url.h\ vartab.h\ version.h\ diff --git a/libmailutils/tests/url-comp.at b/libmailutils/tests/url-comp.at index 6f80885..3ec5c94 100644 --- a/libmailutils/tests/url-comp.at +++ b/libmailutils/tests/url-comp.at @@ -17,7 +17,7 @@ AT_BANNER(URL Composition) dnl ------------------------------------------------------------ - 1 2 3 4 +dnl 1 2 3 4 dnl URLCOMP(KW, ARGS, [STDOUT = `'], [STDERR = `']) dnl hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils