isync/autogen.sh
Oswald Buddenhagen b6ae600419 adjust ChangeLog generation to git
now that log generation is cheap, don't store it in the SCM any more.
(cherry picked from commit 474ce08b3a)
2012-04-28 11:36:22 +02:00

8 lines
96 B
Bash
Executable File

#! /bin/sh
set -e -v
make -f Makefile.am log
aclocal
autoheader
automake --add-missing
autoconf