From: Christoph Hellwig Date: Wed, 13 Jan 2010 22:17:06 +0000 (+0100) Subject: add package_blkid.m4 to the distributed files X-Git-Tag: v3.1.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a2764ff1dd73bbdee86ba821ce783d6be80787d;p=thirdparty%2Fxfsprogs-dev.git add package_blkid.m4 to the distributed files We need to include all the m4 files in the source tarball in case people want to regenerate the configure script. Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen --- diff --git a/m4/Makefile b/m4/Makefile index 825ba710c..654a4fb8c 100644 --- a/m4/Makefile +++ b/m4/Makefile @@ -15,6 +15,7 @@ CONFIGURE = \ LSRCFILES = \ manual_format.m4 \ package_aiodev.m4 \ + package_blkid.m4 \ package_globals.m4 \ package_libcdev.m4 \ package_pthread.m4 \