summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-13 19:12:21 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-13 19:12:21 +0000
commit29e34c2beb3770f9e83b5c1b15cbae40a7100772 (patch)
treeb2d07b00631434a9caa958a1419ebe66662053f5 /configure.in
parent775814accf11eecbcd34981f977f95802fb793b0 (diff)
downloadpango-29e34c2beb3770f9e83b5c1b15cbae40a7100772.tar.gz
Pass gnits instead of gnu to automake.
2006-02-13 Behdad Esfahbod <behdad@gnome.org> * configure.in: Pass gnits instead of gnu to automake. * AUTHORS: Contributors move to THANKS. * THANKS: New file.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 056a11fa..8927289f 100644
--- a/configure.in
+++ b/configure.in
@@ -37,12 +37,12 @@ dnl older modules to not work with new pango.
m4_define([pango_module_version], [1.5.0])
-AC_INIT(pango, [pango_version],
+AC_INIT(pango, pango_version(),
[http://bugzilla.gnome.org/enter_bug.cgi?product=pango])
AC_CONFIG_SRCDIR([ChangeLog])
-AM_INIT_AUTOMAKE(1.6 gnu)
+AM_INIT_AUTOMAKE(1.6 gnits)
AM_CONFIG_HEADER([config.h])