URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [insight/] [tix/] [configure.in] - Rev 1782
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_HOSTcase "${host}" in*-*-cygwin*)CONFIGDIR="win" ;;*)CONFIGDIR="unix" ;;esacAC_SUBST(CONFIGDIR)AC_PROG_MAKE_SETAC_CONFIG_SUBDIRS($CONFIGDIR)AC_OUTPUT(Makefile)
