]> www.fi.muni.cz Git - evince.git/commitdiff
Update automake usage. See bug 349292.
authorChristian Persch <chpe@cvs.gnome.org>
Mon, 31 Jul 2006 08:42:22 +0000 (08:42 +0000)
committerNickolay V. Shmyrev <nshmyrev@src.gnome.org>
Mon, 31 Jul 2006 08:42:22 +0000 (08:42 +0000)
2006-07-31  Christian Persch  <chpe@cvs.gnome.org>

* autogen.sh, configure.ac:

Update automake usage. See bug 349292.

ChangeLog
autogen.sh
configure.ac

index eab852f05f53c1c0ee5f79d58f6fd16cad69e15b..767ca28c394e413f16b7f56e4ae23591a5733e9a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
+
+       * autogen.sh, configure.ac: 
+       
+       Update automake usage. See bug 349292.
+
 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
 
        * shell/eggfindbar.c: (egg_find_bar_class_init),
index ccef49e09617bf54611122a2a578a44c885f133b..3fe8f4cef72b52b227fc4f9d867b6219b18b83fc 100755 (executable)
@@ -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
index 6f8e375293ae3086a9ff94153aae2ed3d2cedb75..d355ff25fe3d7d527e141f5a0c652a3a6932b79f 100644 (file)
@@ -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)