summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-12 20:07:23 +0000
committerJim Meyering <jim@meyering.net>1993-10-12 20:07:23 +0000
commit84eb6ca3776a76341d0a11800993325ce5f3682a (patch)
treecdadcdeaa12ce82f916e5fb4581d8258dea6ed05
parentae53a723a34ad75f4141e65cc65c3d08f732db78 (diff)
downloadgnulib-84eb6ca3776a76341d0a11800993325ce5f3682a.tar.gz
GNU shell utilitiesSHELLUTILS-1_8_1g
-rw-r--r--lib/basename.c4
-rw-r--r--lib/posixtm.y4
2 files changed, 4 insertions, 4 deletions
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 <config.h> 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 <config.h>
#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 <config.h> 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 <config.h>
#else
#include "config.h"