Default vpidir1 must match that of parent configure.

This commit is contained in:
steve 2003-10-09 05:58:06 +00:00
parent e49856fad4
commit 468ffa4bd0
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ config.log
config.status
autom4te.cache
config.h
bin32
dep
foo.*
Makefile
@ -15,6 +16,7 @@ parse.output
parse.h
tables.cc
vvp
vvp32
vvp.exp
vvp.pdf
work

View File

@ -217,7 +217,7 @@ AC_MSG_RESULT(${libdir64})
AC_MSG_CHECKING(for VPI subdirectories)
if test x${vpidir1} = x
then
vpidir1="vpi"
vpidir1="."
fi
AC_SUBST(vpidir1)