]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update from gnulib: Use <config.h>.
authorBruno Haible <bruno@clisp.org>
Sat, 22 Jul 2006 16:11:28 +0000 (16:11 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:13:40 +0000 (12:13 +0200)
gettext-tools/lib/ChangeLog
gettext-tools/lib/progname.c
gettext-tools/lib/progreloc.c

index 9b99475b750b7a906c88ef8d57f30ac247302bfb..a06bf2c41c7c9b488c2864bb62f30b81b74dc90f 100644 (file)
@@ -24,6 +24,7 @@
        * findprog.c: Likewise.
        * pipe.c: Likewise.
        * progname.c: Likewise.
+       * progreloc.c: Likewise.
 
        * c-strcasecmp.c: Update from gnulib. Don't assume that
        UCHAR_MAX <= INT_MAX.
index ea32128ab4c96a296dfe397aa84c3858a8367415..67ecdff70d11fc195e8a727a2ab25a5eace80e1d 100644 (file)
@@ -18,7 +18,7 @@
 
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 /* Specification.  */
index 9a6915d5db6958df959cc06484a2e3d323d4c9c8..fa4ba2eb60d7677a5c5bca28272d6f12343aee40 100644 (file)
@@ -19,7 +19,7 @@
 
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 /* Specification.  */