btrfs-progs: build: let autotools include m4

We'll need some non-standard macro definitions.

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2016-06-24 13:54:45 +02:00
parent 034643237a
commit 82ef7a6d42
2 changed files with 3 additions and 4 deletions

1
.gitignore vendored
View File

@ -66,7 +66,6 @@ configure
cscope.out
depcomp
libtool
m4/*.m4
Makefile
Documentation/Makefile
missing

View File

@ -64,9 +64,9 @@ echo " automake: $(automake --version | head -1)"
chmod +x version.sh
rm -rf autom4te.cache
aclocal $AL_OPTS &&
autoconf $AC_OPTS &&
autoheader $AH_OPTS ||
aclocal -I m4 $AL_OPTS &&
autoconf -I m4 $AC_OPTS &&
autoheader -I m4 $AH_OPTS ||
exit 1
# it's better to use helper files from automake installation than