From: Jim Meyering Date: Tue, 12 Oct 1993 20:07:23 +0000 (+0000) Subject: GNU shell utilities X-Git-Tag: SHELLUTILS-1_8_1g X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84eb6ca3776a76341d0a11800993325ce5f3682a;p=thirdparty%2Fgnulib.git GNU shell utilities --- diff --git a/lib/basename.c b/lib/basename.c index 2244e13934..8d33fc15b2 100644 --- a/lib/basename.c +++ b/lib/basename.c @@ -18,8 +18,8 @@ #ifdef HAVE_CONFIG_H #if defined (CONFIG_BROKETS) /* We use instead of "config.h" so that a compilation - using -I. -I will use ./config.h rather than /config.h - (which it would do because it found this file in ). */ + using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h + (which it would do because it found this file in $srcdir). */ #include #else #include "config.h" diff --git a/lib/posixtm.y b/lib/posixtm.y index 678c74afe4..2fef9f0f0d 100644 --- a/lib/posixtm.y +++ b/lib/posixtm.y @@ -21,8 +21,8 @@ #ifdef HAVE_CONFIG_H #if defined (CONFIG_BROKETS) /* We use instead of "config.h" so that a compilation - using -I. -I will use ./config.h rather than /config.h - (which it would do because it found this file in ). */ + using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h + (which it would do because it found this file in $srcdir). */ #include #else #include "config.h"