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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [itcl/] [configure.in] - Blame information for rev 1773

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

Line No. Rev Author Line
1 578 markom
dnl This entire file is CYGNUS LOCAL.
2
dnl Itcl configure file.
3
 
4
AC_PREREQ(2.5)
5
 
6
AC_INIT(itcl/generic/itcl.h)
7
AC_CANONICAL_HOST
8
 
9
if test -d itcl; then
10
  true
11
else
12
  mkdir itcl
13
fi
14
if test -d itk; then
15
  true
16
else
17
  mkdir itk
18
fi
19
if test -d iwidgets3.0.0; then
20
  true
21
else
22
  mkdir iwidgets3.0.0
23
fi
24
 
25
case "${host}" in
26
*-*-cygwin*)
27
  CONFIGDIR="itcl/win itk/win iwidgets3.0.0/unix" ;;
28
*)
29
  CONFIGDIR="itcl/unix itk/unix iwidgets3.0.0/unix" ;;
30
esac
31
AC_SUBST(CONFIGDIR)
32
 
33
AC_PROG_MAKE_SET
34
 
35
AC_CONFIG_SUBDIRS($CONFIGDIR)
36
 
37
AC_OUTPUT(Makefile)

powered by: WebSVN 2.1.0

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