From a61505239398139eec7deb64b785bfc24e5e3e54 Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Tue, 30 Nov 2010 23:09:28 +0000 Subject: Implement a TODO item: add set-serial to build process (and fix a comment typo in set-serial.sh). --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index eb7e5ef..aba76df 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,4 +46,5 @@ dist-hook: $(top_srcdir)/gen-authors.sh >$(distdir)/au-t; \ rm -f $(distdir)/AUTHORS; \ mv $(distdir)/au-t $(distdir)/AUTHORS; \ + $(top_srcdir)/set-serial.sh $(distdir)/m4/*.m4; \ fi -- cgit v1.2.1