2008-03-12 Raphael Ackermann <raphael.ackermann@gmail.com>

Change automake to 1.6.3 foreign so that it won't ask for a Changelog.
GNU packages are obliged to have a ChangeLog, the foreign indicates it does not follow gnu rules.

svn: r10283
This commit is contained in:
Raphael Ackermann 2008-03-12 08:26:52 +00:00
parent 54ec566e55
commit 50ab0b0651

View File

@ -6,7 +6,7 @@ dnl May need to run automake && aclocal first
AC_PREREQ(2.57)
AC_INIT(gramps, 2.90.0, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE(1.6.3)
AM_INIT_AUTOMAKE([1.6.3 foreign])
AC_CONFIG_MACRO_DIR([m4])
GNOME_DOC_INIT