Configure control for the vpi subdirectory.

This commit is contained in:
steve
2003-10-02 21:30:40 +00:00
parent 7ef45769a7
commit 52b756a6fa
9 changed files with 73 additions and 22 deletions
+11 -1
View File
@@ -50,7 +50,7 @@ AC_SUBST(EXEEXT)
AC_LANG_CPLUSPLUS
AC_CHECK_HEADERS(getopt.h malloc.h stdint.h libiberty.h iosfwd sys/wait.h)
AC_CHECK_HEADERS(getopt.h malloc.h inttypes.h libiberty.h iosfwd sys/wait.h)
AC_CHECK_LIB(z, gzwrite)
AC_CHECK_LIB(z, gzwrite, HAVE_LIBZ=yes, HAVE_LIBZ=no)
@@ -264,6 +264,16 @@ esac
AC_SUBST(ident_support)
AC_MSG_RESULT($ident_support)
# where to put vpi subdirectories
AC_MSG_CHECKING(for VPI subdirectories)
if test x${vpidir1} = x
then
vpidir1="."
fi
AC_SUBST(vpidir1)
AC_SUBST(vpidir2)
AC_MSG_RESULT(${vpidir1} ${vpidir2})
AC_CONFIG_SUBDIRS(vvp tgt-vvp tgt-fpga libveriuser cadpli)