view vpath.sed @ 50012:088ec1541d38

* configure.in: add AC_CHECK_FUNCS for memcmp and memmove. (AH_BOTTOM): switch tests to prefer memcmp, memset, and memmove over bzero, bcmp, and bcopy.
author Rob Browning <rlb@defaultvalue.org>
date Mon, 03 Mar 2003 18:29:58 +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)\
\