From: Bruno Haible Date: Thu, 13 Jul 2006 19:42:10 +0000 (+0000) Subject: Move autoconf-lib-link last. X-Git-Tag: v0.15~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ded4e0d7ad69b0c1d8a69d872cbaeb453e40aa;p=thirdparty%2Fgettext.git Move autoconf-lib-link last. --- diff --git a/ChangeLog b/ChangeLog index 4426e3c21..08b301f67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-13 Bruno Haible + + * Makefile.am (SUBDIRS): Put autoconf-lib-link last. + 2006-06-29 Bruno Haible * autogen.sh: Recurse also into the gettext-tools/examples directory diff --git a/Makefile.am b/Makefile.am index 45d3d2a11..bb7fe8639 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \