Default vpidir1 must match that of parent configure.
This commit is contained in:
parent
e49856fad4
commit
468ffa4bd0
|
|
@ -5,6 +5,7 @@ config.log
|
||||||
config.status
|
config.status
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
config.h
|
config.h
|
||||||
|
bin32
|
||||||
dep
|
dep
|
||||||
foo.*
|
foo.*
|
||||||
Makefile
|
Makefile
|
||||||
|
|
@ -15,6 +16,7 @@ parse.output
|
||||||
parse.h
|
parse.h
|
||||||
tables.cc
|
tables.cc
|
||||||
vvp
|
vvp
|
||||||
|
vvp32
|
||||||
vvp.exp
|
vvp.exp
|
||||||
vvp.pdf
|
vvp.pdf
|
||||||
work
|
work
|
||||||
|
|
|
||||||
|
|
@ -217,7 +217,7 @@ AC_MSG_RESULT(${libdir64})
|
||||||
AC_MSG_CHECKING(for VPI subdirectories)
|
AC_MSG_CHECKING(for VPI subdirectories)
|
||||||
if test x${vpidir1} = x
|
if test x${vpidir1} = x
|
||||||
then
|
then
|
||||||
vpidir1="vpi"
|
vpidir1="."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_SUBST(vpidir1)
|
AC_SUBST(vpidir1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue