view vpath.sed @ 34426:14bff16f1d37

(AC_SYS_LARGEFILE, AC_SYS_LARGEFILE_MACRO_VALUE): Merge fixes from latest GNU tar version. These macros no longer futz with _XOPEN_SOURCE, as that was not portable in practice. (AC_FUNC_FSEEKO): New macro.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 11 Dec 2000 11:54:38 +0000
parents 4e736dcf8065
children 695cf19ef79e
line wrap: on
line source

/^VPATH *=/c\
# This works only in GNU make.  Using the patterns avoids\
# object files being found by VPATH, and thus permits building\
# when $srcdir is configured itself.\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
\