# HG changeset patch # User Jim Meyering # Date 750456443 0 # Node ID 463cdf37b86598289c7d0d4ad3642dc5532479b8 # Parent 21add36c3efa521591c8081ac78aa5c9c045d6ce GNU shell utilities diff --git a/lib/basename.c b/lib/basename.c --- 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 --- 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"