From: Joel Rosdahl Date: Fri, 9 Oct 2015 19:13:57 +0000 (+0200) Subject: Include m4 files used by configure.ac in dist archive X-Git-Tag: v3.2.5~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1104e2fe74472b514235fa523c67e767b2a5c0f;p=thirdparty%2Fccache.git Include m4 files used by configure.ac in dist archive --- diff --git a/NEWS.txt b/NEWS.txt index 084879ddd..d9f6a3363 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -2,6 +2,15 @@ ccache news =========== +Unreleased ccache 3.2.5 +----------------------- + +Bug fixes +~~~~~~~~~ + +- Include m4 files used by configure.ac in the source dist archives. + + ccache 3.2.4 ------------ Release date: 2015-10-08 diff --git a/dev.mk.in b/dev.mk.in index 1261ad3a8..def493a26 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -77,6 +77,7 @@ source_dist_files = \ envtoconfitems.gperf \ envtoconfitems_lookup.c \ install-sh \ + m4 \ main.c \ test.sh \ zlib/*.c \