to gnulib's policy of including config.h unconditionally.
+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.
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>