From: Bruno Haible Date: Wed, 2 Aug 2006 16:35:30 +0000 (+0000) Subject: Recurse into gnulib-local as well. X-Git-Tag: 0.16.x-branchpoint~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbf5e07ec10934f71bef15f61d4e2382291c2f80;p=thirdparty%2Fgettext.git Recurse into gnulib-local as well. --- diff --git a/ChangeLog b/ChangeLog index c893c1763..de97e9dcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-08-02 Bruno Haible + + * Makefile.am (SUBDIRS): Add gnulib-local. + * configure.ac (AC_CONFIG_FILES): Add gnulib-local/Makefile. + 2006-07-31 Bruno Haible * autogen.sh: Process the top-level directory after its subdirectories, diff --git a/Makefile.am b/Makefile.am index 5168c3c86..07a902fa4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,7 @@ AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies -SUBDIRS = gettext-runtime gettext-tools autoconf-lib-link +SUBDIRS = gnulib-local gettext-runtime gettext-tools autoconf-lib-link EXTRA_DIST = \ version.sh PACKAGING ChangeLog.0 autogen.sh \ diff --git a/configure.ac b/configure.ac index 531bcf33a..65be0bfdb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Configuration for the toplevel directory of GNU gettext -dnl Copyright (C) 1995-1999, 2000-2003, 2005 Free Software Foundation, Inc. +dnl Copyright (C) 1995-1999, 2000-2003, 2005-2006 Free Software Foundation, Inc. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -48,4 +48,6 @@ esyscmd([{ cd autoconf-lib-link && autoconf --trace=AC_ARG_ENABLE:'$n([$1],[$2]) AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([gnulib-local/Makefile]) + AC_OUTPUT