summaryrefslogtreecommitdiff
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
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.
-rw-r--r--AUTHORS17
-rw-r--r--ChangeLog8
-rw-r--r--THANKS13
-rw-r--r--configure.in4
4 files changed, 25 insertions, 17 deletions
diff --git a/AUTHORS b/AUTHORS
index 247fa2d9..181b49d0 100644
--- 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.
diff --git a/ChangeLog b/ChangeLog
index c3577808..2d625a1e 100644
--- 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
index 00000000..286f60e6
--- /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)
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])