Mercurial > hg > octave-nkf > gnulib-hg
diff lib/xstrdup.c @ 117:7010ad1d3e31
GNU file utilities
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Tue, 12 Oct 1993 20:12:59 +0000 |
parents | 28cf48a906e4 |
children | ed27c3582f3b |
line wrap: on
line diff
--- a/lib/xstrdup.c +++ b/lib/xstrdup.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"