From: Timo Sirainen Date: Sat, 6 Dec 2008 21:55:10 +0000 (+0200) Subject: Use "foreign" automake option so it doesn't complain about missing ChangeLog. X-Git-Tag: 1.2.alpha5~33 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35e277e82bb832431fa79182530ce5d3704367cd;p=thirdparty%2Fdovecot%2Fcore.git Use "foreign" automake option so it doesn't complain about missing ChangeLog. --HG-- branch : HEAD --- diff --git a/autogen.sh b/autogen.sh index e4918b216f..e9f024e112 100755 --- a/autogen.sh +++ b/autogen.sh @@ -30,9 +30,4 @@ cp -f Makefile.am.in Makefile.am echo *.txt | sed 's, , \\/ ,g' | tr '/' '\n' >> Makefile.am cd ../.. -if test ! -f ChangeLog; then - # automake dies unless this exists. It's generated in Makefile - touch -t `date +%m%d`0000 ChangeLog -fi - autoreconf -i diff --git a/configure.in b/configure.in index 2cad1fb8eb..677a9f1cf5 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ AC_PREREQ([2.59]) AC_INIT([Dovecot],[1.2.alpha4],[dovecot@dovecot.org]) AC_CONFIG_SRCDIR([src]) -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) AM_MAINTAINER_MODE