summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-13 19:03:39 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-13 19:03:39 +0000
commit55c263e39be388808c7bd6d275c847449b57a3a1 (patch)
treea3547dd07c984d19f943304c3c6bd394dfea78d1 /configure.in
parent74565226a4312f72192773bcaca97409ca4c2954 (diff)
downloadpango-55c263e39be388808c7bd6d275c847449b57a3a1.tar.gz
Pass 1.6 and gnu options to automake.
2006-02-13 Behdad Esfahbod <behdad@gnome.org> * configure.in: Pass 1.6 and gnu options to automake. * modules/Makefile.am: Distribute Module.mk. * modules/Module.mk: Common bits for writing module Makefil.am's. * modules/*/Makefile.am: Include Module.mk instead of copying common bits.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index b4bcdfdd..056a11fa 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ AC_INIT(pango, [pango_version],
AC_CONFIG_SRCDIR([ChangeLog])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(1.6 gnu)
AM_CONFIG_HEADER([config.h])