URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [insight/] [tix/] [configure.in] - Rev 1765
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