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

Subversion Repositories or1k

[/] [or1k/] [tags/] [start/] [insight/] [tix/] [configure.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
dnl This entire file is CYGNUS LOCAL.
2
dnl Tix configure file.
3
 
4
AC_INIT(generic/tix.h)
5
AC_CONFIG_AUX_DIR(..)
6
AC_CANONICAL_HOST
7
 
8
case "${host}" in
9
*-*-cygwin*)
10
  CONFIGDIR="win" ;;
11
*)
12
  CONFIGDIR="unix" ;;
13
esac
14
AC_SUBST(CONFIGDIR)
15
 
16
AC_PROG_MAKE_SET
17
 
18
AC_CONFIG_SUBDIRS($CONFIGDIR)
19
 
20
AC_OUTPUT(Makefile)

powered by: WebSVN 2.1.0

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