comparison configure1.in @ 4815:682bab7525fb

(extrasub): Add vpath patterns for %.[yls].
author Roland McGrath <roland@gnu.org>
date Sun, 03 Oct 1993 23:11:06 +0000
parents 71aeda5d1b6e
children fdc2ebb95bed
comparison
equal deleted inserted replaced
4814:9c7b28c16e94 4815:682bab7525fb
391 echo " now do \`make distclean' in ${srcdir}," 391 echo " now do \`make distclean' in ${srcdir},"
392 echo " and then run ${progname} again.") >&2 392 echo " and then run ${progname} again.") >&2
393 extrasub='/^VPATH[ ]*=/c\ 393 extrasub='/^VPATH[ ]*=/c\
394 vpath %.c $(srcdir)\ 394 vpath %.c $(srcdir)\
395 vpath %.h $(srcdir)\ 395 vpath %.h $(srcdir)\
396 vpath %.y $(srcdir)\
397 vpath %.l $(srcdir)\
398 vpath %.s $(srcdir)\
396 vpath %.in $(srcdir)' 399 vpath %.in $(srcdir)'
397 fi 400 fi
398 401
399 ### Make the necessary directories, if they don't exist. 402 ### Make the necessary directories, if they don't exist.
400 for dir in ./src ./lib-src ./cpp ./oldXMenu ./etc ; do 403 for dir in ./src ./lib-src ./cpp ./oldXMenu ./etc ; do