b6ae600419
now that log generation is cheap, don't store it in the SCM any more.
(cherry picked from commit 474ce08b3a
)
8 lines
96 B
Bash
Executable File
8 lines
96 B
Bash
Executable File
#! /bin/sh
|
|
set -e -v
|
|
make -f Makefile.am log
|
|
aclocal
|
|
autoheader
|
|
automake --add-missing
|
|
autoconf
|