mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
10 lines
129 B
Bash
Executable File
10 lines
129 B
Bash
Executable File
#! /bin/sh
|
|
|
|
autoconf --version
|
|
automake --version
|
|
|
|
aclocal -I .
|
|
autoheader -I .
|
|
automake --add-missing --copy --foreign
|
|
autoconf
|