diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-13 19:03:39 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-13 19:03:39 +0000 |
commit | 55c263e39be388808c7bd6d275c847449b57a3a1 (patch) | |
tree | a3547dd07c984d19f943304c3c6bd394dfea78d1 /configure.in | |
parent | 74565226a4312f72192773bcaca97409ca4c2954 (diff) | |
download | pango-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.in | 2 |
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]) |