Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-07-31 08:42:22 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2006-07-31 08:42:22 (GMT)
commit4d01709508f662e0e17e8779f8be3a9f1395bd7e (patch)
tree965d7a52a2e879bb680b6e828c54ac04a0df071b
parent0158218ce547e17e1684a0cb6a3e7b58f700caee (diff)
Update automake usage. See bug 349292.
2006-07-31 Christian Persch <chpe@cvs.gnome.org> * autogen.sh, configure.ac: Update automake usage. See bug 349292.
-rw-r--r--ChangeLog6
-rwxr-xr-xautogen.sh2
-rw-r--r--configure.ac4
3 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index eab852f..767ca28 100644
--- 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),
diff --git a/autogen.sh b/autogen.sh
index ccef49e..3fe8f4c 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 6f8e375..d355ff2 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)