From 84eb6ca3776a76341d0a11800993325ce5f3682a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Oct 1993 20:07:23 +0000 Subject: [PATCH] GNU shell utilities --- lib/basename.c | 4 ++-- lib/posixtm.y | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/basename.c b/lib/basename.c index 2244e1393..8d33fc15b 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 678c74afe..2fef9f0f0 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" -- 2.11.0