Pass gnits instead of gnu to automake.
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 13 Feb 2006 19:12:21 +0000 (19:12 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 13 Feb 2006 19:12:21 +0000 (19:12 +0000)
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.

AUTHORS
ChangeLog
THANKS [new file with mode: 0644]
configure.in

diff --git a/AUTHORS b/AUTHORS
index 247fa2d..181b49d 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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.
index c357780..2d625a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/THANKS b/THANKS
new file mode 100644 (file)
index 0000000..286f60e
--- /dev/null
+++ b/THANKS
@@ -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)
index 056a11f..8927289 100644 (file)
@@ -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])