dovecot-1.2: Use "foreign" automake option so it doesn't complai...

dovecot at dovecot.org dovecot at dovecot.org
Sat Dec 6 23:55:15 EET 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/426b356a0708
changeset: 8523:426b356a0708
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Dec 06 23:55:10 2008 +0200
description:
Use "foreign" automake option so it doesn't complain about missing ChangeLog.

diffstat:

2 files changed, 1 insertion(+), 6 deletions(-)
autogen.sh   |    5 -----
configure.in |    2 +-

diffs (25 lines):

diff -r b80ef0ddd1d3 -r 426b356a0708 autogen.sh
--- a/autogen.sh	Sat Dec 06 20:42:29 2008 +0200
+++ b/autogen.sh	Sat Dec 06 23:55:10 2008 +0200
@@ -30,9 +30,4 @@ echo *.txt | sed 's, , \\/	,g' | tr '/' 
 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 -r b80ef0ddd1d3 -r 426b356a0708 configure.in
--- a/configure.in	Sat Dec 06 20:42:29 2008 +0200
+++ b/configure.in	Sat Dec 06 23:55:10 2008 +0200
@@ -2,7 +2,7 @@ AC_INIT([Dovecot],[1.2.alpha4],[dovecot@
 AC_INIT([Dovecot],[1.2.alpha4],[dovecot at dovecot.org])
 AC_CONFIG_SRCDIR([src])
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([foreign])
 
 AM_MAINTAINER_MODE
 


More information about the dovecot-cvs mailing list