changeset 27252:63108e4a7f82

* lib/argz.c: Remove check for HAVE_CONFIG_H, to conform to gnulib's policy of including config.h unconditionally.
author Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
date Tue, 24 Oct 2006 20:40:29 +0000
parents b4b7a1d934d6
children 570115f5d2a0
files ChangeLog lib/argz.c
diffstat 2 files changed, 13 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 24 20:19:49 2006 +0000
+++ b/ChangeLog	Tue Oct 24 20:40:29 2006 +0000
@@ -1,3 +1,12 @@
+2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+	Sync from Libtool:
+
+	2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
+	to gnulib's policy of including config.h unconditionally.
+
 2006-10-24  Bruno Haible  <bruno@clisp.org>
 
 	* modules/wcwidth (Files): Add m4/wint_t.m4.
--- a/lib/argz.c	Tue Oct 24 20:19:49 2006 +0000
+++ b/lib/argz.c	Tue Oct 24 20:40:29 2006 +0000
@@ -19,12 +19,10 @@
    with this program; if not, write to the Free Software Foundation,
    Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
 
-#ifdef HAVE_CONFIG_H
-#  if defined(LTDL) && defined LT_CONFIG_H
-#    include LT_CONFIG_H
-#  else
-#    include <config.h>
-#  endif
+#if defined(LTDL) && defined LT_CONFIG_H
+#  include LT_CONFIG_H
+#else
+#  include <config.h>
 #endif
 
 #include <argz.h>