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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [configure.in] - Diff between revs 578 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 578 Rev 1765
dnl This entire file is CYGNUS LOCAL.
dnl This entire file is CYGNUS LOCAL.
dnl Tix configure file.
dnl Tix configure file.
AC_INIT(generic/tix.h)
AC_INIT(generic/tix.h)
AC_CONFIG_AUX_DIR(..)
AC_CONFIG_AUX_DIR(..)
AC_CANONICAL_HOST
AC_CANONICAL_HOST
case "${host}" in
case "${host}" in
*-*-cygwin*)
*-*-cygwin*)
  CONFIGDIR="win" ;;
  CONFIGDIR="win" ;;
*)
*)
  CONFIGDIR="unix" ;;
  CONFIGDIR="unix" ;;
esac
esac
AC_SUBST(CONFIGDIR)
AC_SUBST(CONFIGDIR)
AC_PROG_MAKE_SET
AC_PROG_MAKE_SET
AC_CONFIG_SUBDIRS($CONFIGDIR)
AC_CONFIG_SUBDIRS($CONFIGDIR)
AC_OUTPUT(Makefile)
AC_OUTPUT(Makefile)
 
 

powered by: WebSVN 2.1.0

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