Skip to content

Commit

Permalink
btrfs-progs: build: let autotools include m4
Browse files Browse the repository at this point in the history
We'll need some non-standard macro definitions.

Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
kdave committed Jun 24, 2016
1 parent 0346432 commit 82ef7a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ configure
cscope.out
depcomp
libtool
m4/*.m4
Makefile
Documentation/Makefile
missing
Expand Down
6 changes: 3 additions & 3 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82ef7a6

Please sign in to comment.