From: Bruno Haible Date: Sat, 22 Jul 2006 16:11:28 +0000 (+0000) Subject: Update from gnulib: Use . X-Git-Tag: 0.16.x-branchpoint~334 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f4536a5eb54beab7bf5e13609c183b39133cf5;p=thirdparty%2Fgettext.git Update from gnulib: Use . --- diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 9b99475b7..a06bf2c41 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -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. diff --git a/gettext-tools/lib/progname.c b/gettext-tools/lib/progname.c index ea32128ab..67ecdff70 100644 --- a/gettext-tools/lib/progname.c +++ b/gettext-tools/lib/progname.c @@ -18,7 +18,7 @@ #ifdef HAVE_CONFIG_H -# include "config.h" +# include #endif /* Specification. */ diff --git a/gettext-tools/lib/progreloc.c b/gettext-tools/lib/progreloc.c index 9a6915d5d..fa4ba2eb6 100644 --- a/gettext-tools/lib/progreloc.c +++ b/gettext-tools/lib/progreloc.c @@ -19,7 +19,7 @@ #ifdef HAVE_CONFIG_H -# include "config.h" +# include #endif /* Specification. */