Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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)