7 lines
96 B
Bash
Executable file
7 lines
96 B
Bash
Executable file
#! /bin/sh
|
|
set -e -v
|
|
make -f Makefile.am log
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing
|
|
autoconf
|