X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffnmatch.c;h=df1706cc0ce61d3d96497c64972f34b96d722397;hb=c48e3b6bc3bd5b075e45075c141f1b2b84b02b53;hp=863b25e9e9c52192f3c34b08ca42055bd32808e6;hpb=f35893155a31779fb14ba7da078eacd97254939e;p=gnulib.git diff --git a/lib/fnmatch.c b/lib/fnmatch.c index 863b25e9e..df1706cc0 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -18,8 +18,8 @@ Cambridge, MA 02139, USA. */ #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"