summaryrefslogtreecommitdiff
path: root/configure1.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1993-10-03 23:11:06 +0000
committerRoland McGrath <roland@gnu.org>1993-10-03 23:11:06 +0000
commiteb8a344d52834f97f99e10e1b450eb17b1e6729b (patch)
treec2778ae6334359dc3e4224d4bc189d322bbaaeae /configure1.in
parent709f7c1f59b4f7397af4c3fb4f55a194034bf9b5 (diff)
downloademacs-eb8a344d52834f97f99e10e1b450eb17b1e6729b.tar.gz
(extrasub): Add vpath patterns for %.[yls].
Diffstat (limited to 'configure1.in')
-rwxr-xr-xconfigure1.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in
index b4ec6c9a5a6..e9564be49c0 100755
--- a/configure1.in
+++ b/configure1.in
@@ -393,6 +393,9 @@ if [ `pwd` != `(cd ${srcdir} && pwd)` ] \
extrasub='/^VPATH[ ]*=/c\
vpath %.c $(srcdir)\
vpath %.h $(srcdir)\
+vpath %.y $(srcdir)\
+vpath %.l $(srcdir)\
+vpath %.s $(srcdir)\
vpath %.in $(srcdir)'
fi