From 468ffa4bd0bcb035c91bcca912b4d38d6e673531 Mon Sep 17 00:00:00 2001 From: steve Date: Thu, 9 Oct 2003 05:58:06 +0000 Subject: [PATCH] Default vpidir1 must match that of parent configure. --- vvp/.cvsignore | 2 ++ vvp/configure.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/vvp/.cvsignore b/vvp/.cvsignore index ba6fccafb..70c3d7a54 100644 --- a/vvp/.cvsignore +++ b/vvp/.cvsignore @@ -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 diff --git a/vvp/configure.in b/vvp/configure.in index 79d0386c8..3f63c8668 100644 --- a/vvp/configure.in +++ b/vvp/configure.in @@ -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)