* lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 24 Oct 2006 20:40:29 +0000 (20:40 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 24 Oct 2006 20:40:29 +0000 (20:40 +0000)
to gnulib's policy of including config.h unconditionally.

ChangeLog
lib/argz.c

index cad4ec1..2f88317 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index d00a016..ff1a4f6 100644 (file)
    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>