lnav/autogen.sh
Suresh Sundriyal 7e7f75d669 [build] Point aclocal to the 'm4' directory.
This should hopefully make the autogen script work with older versions
of automake as well.
2015-04-01 04:55:52 -07:00

10 lines
135 B
Bash
Executable File

#! /bin/sh
autoconf --version
automake --version
aclocal -I m4 -I .
autoheader -I .
automake --add-missing --copy --foreign
autoconf