mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
[build] Point aclocal to the 'm4' directory.
This should hopefully make the autogen script work with older versions of automake as well.
This commit is contained in:
parent
9018238b46
commit
7e7f75d669
@ -3,7 +3,7 @@
|
||||
autoconf --version
|
||||
automake --version
|
||||
|
||||
aclocal -I .
|
||||
aclocal -I m4 -I .
|
||||
autoheader -I .
|
||||
automake --add-missing --copy --foreign
|
||||
autoconf
|
||||
|
Loading…
Reference in New Issue
Block a user