diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-02-13 19:12:21 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-02-13 19:12:21 +0000 |
commit | 29e34c2beb3770f9e83b5c1b15cbae40a7100772 (patch) | |
tree | b2d07b00631434a9caa958a1419ebe66662053f5 | |
parent | 775814accf11eecbcd34981f977f95802fb793b0 (diff) | |
download | pango-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.
-rw-r--r-- | AUTHORS | 17 | ||||
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | THANKS | 13 | ||||
-rw-r--r-- | configure.in | 4 |
4 files changed, 25 insertions, 17 deletions
@@ -1,15 +1,2 @@ -Owen Taylor <otaylor@redhat.com>, with help from many others, including: - -Abigail Brady (Indic shapers) -Hans Breuer (Windows backend) -Matthias Clasen (Documentation) -Sivaraj Doddannan (Tamil shaper) -Behdad Esfahbod -Dov Grobgeld (Hebrew shaper) -Karl Koehler (Arabic shaper) -Alex Larsson (FreeType and Windows backends) -Tor Lillqvist (FreeType and Windows backends) -Changwoo Ryu (Hangul shaper) -Havoc Pennington -Roozbeh Pournader (Arabic shaper) -Chookij Vanatham (Hebrew shaper) +Owen Taylor <otaylor@redhat.com>, with help from many others. +See file named THANKS for a list. @@ -1,5 +1,13 @@ 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. + +2006-02-13 Behdad Esfahbod <behdad@gnome.org> + * configure.in: Pass 1.6 and gnu options to automake. * modules/Makefile.am: Distribute Module.mk. @@ -0,0 +1,13 @@ +Abigail Brady (Indic shapers) +Hans Breuer (Windows backend) +Matthias Clasen (Documentation) +Sivaraj Doddannan (Tamil shaper) +Behdad Esfahbod +Dov Grobgeld (Hebrew shaper) +Karl Koehler (Arabic shaper) +Alex Larsson (FreeType and Windows backends) +Tor Lillqvist (FreeType and Windows backends) +Changwoo Ryu (Hangul shaper) +Havoc Pennington +Roozbeh Pournader (Arabic shaper) +Chookij Vanatham (Hebrew shaper) 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]) |