From: Christian Persch Date: Mon, 31 Jul 2006 08:42:22 +0000 (+0000) Subject: Update automake usage. See bug 349292. X-Git-Tag: EVINCE_0_5_5~20 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=4d01709508f662e0e17e8779f8be3a9f1395bd7e;p=evince.git Update automake usage. See bug 349292. 2006-07-31 Christian Persch * autogen.sh, configure.ac: Update automake usage. See bug 349292. --- diff --git a/ChangeLog b/ChangeLog index eab852f0..767ca28c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-07-31 Christian Persch + + * autogen.sh, configure.ac: + + Update automake usage. See bug 349292. + 2006-07-30 Nickolay V. Shmyrev * shell/eggfindbar.c: (egg_find_bar_class_init), diff --git a/autogen.sh b/autogen.sh index ccef49e0..3fe8f4ce 100755 --- a/autogen.sh +++ b/autogen.sh @@ -17,4 +17,4 @@ which gnome-autogen.sh || { exit 1 } -REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 REQUIRED_GETTEXT_VERSION=0.10.36 . gnome-autogen.sh +REQUIRED_AUTOMAKE_VERSION=1.9 USE_GNOME2_MACROS=1 . gnome-autogen.sh diff --git a/configure.ac b/configure.ac index 6f8e3752..d355ff25 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(evince, 0.5.4) -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) +AC_INIT([Evince],[0.5.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=evince],[evince]) +AM_INIT_AUTOMAKE([1.9 dist-bzip2 no-dist-gzip]) AM_CONFIG_HEADER(config.h)