OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [configure.in] - Rev 1776

Go to most recent revision | Compare with Previous | Blame | View Log

dnl This entire file is CYGNUS LOCAL.
dnl Tix configure file.

AC_INIT(generic/tix.h)
AC_CONFIG_AUX_DIR(..)
AC_CANONICAL_HOST

case "${host}" in
*-*-cygwin*)
  CONFIGDIR="win" ;;
*)
  CONFIGDIR="unix" ;;
esac
AC_SUBST(CONFIGDIR)

AC_PROG_MAKE_SET

AC_CONFIG_SUBDIRS($CONFIGDIR)

AC_OUTPUT(Makefile)

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.