]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Recurse into gnulib-local as well.
authorBruno Haible <bruno@clisp.org>
Wed, 2 Aug 2006 16:35:30 +0000 (16:35 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:51 +0000 (12:13 +0200)
ChangeLog
Makefile.am
configure.ac

index c893c17630c0ea3bf1d8279ced6e72c25f628432..de97e9dcc8a73ac714a0f06cd31d6987dd64ed66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-02  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (SUBDIRS): Add gnulib-local.
+       * configure.ac (AC_CONFIG_FILES): Add gnulib-local/Makefile.
+
 2006-07-31  Bruno Haible  <bruno@clisp.org>
 
        * autogen.sh: Process the top-level directory after its subdirectories,
index 5168c3c86753693068e64cc5eda2885cf99b4646..07a902fa468333ddbaee2e3668f564f8cd961947 100644 (file)
@@ -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 \
index 531bcf33a252a65ad305a1e0cf926a83ad00e0d6..65be0bfdbf87d60c74b29370458db841e2564455 100644 (file)
@@ -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