mirror of
https://github.com/tstack/lnav
synced 2024-11-19 15:25:34 +00:00
7e7f75d669
This should hopefully make the autogen script work with older versions of automake as well.
10 lines
135 B
Bash
Executable File
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
|