]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Move autoconf-lib-link last.
authorBruno Haible <bruno@clisp.org>
Thu, 13 Jul 2006 19:42:10 +0000 (19:42 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:30 +0000 (12:13 +0200)
ChangeLog
Makefile.am

index 4426e3c219f07a15a1e7690aab08a348164ec754..08b301f677316613bc4ba0bc1b4b418f3f10c4e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-07-13  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (SUBDIRS): Put autoconf-lib-link last.
+
 2006-06-29  Bruno Haible  <bruno@clisp.org>
 
        * autogen.sh: Recurse also into the gettext-tools/examples directory
index 45d3d2a110780a3ca9ebc51384621eef8db23f66..bb7fe86399977fa2670f3b76559ff2287cae7775 100644 (file)
@@ -1,5 +1,5 @@
 ## Makefile for the toplevel directory of GNU gettext
-## Copyright (C) 1995-1999, 2000-2005 Free Software Foundation, Inc.
+## Copyright (C) 1995-1999, 2000-2006 Free Software Foundation, Inc.
 ##
 ## This program is free software; you can redistribute it and/or modify
 ## it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
 
 AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
 
-SUBDIRS = autoconf-lib-link gettext-runtime gettext-tools
+SUBDIRS = gettext-runtime gettext-tools autoconf-lib-link
 
 EXTRA_DIST = \
   version.sh PACKAGING ChangeLog.0 autogen.sh \