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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [tix/] [unix/] [configure.in] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
dnl     This file is an input file used by the GNU "autoconf" program to
2
dnl     generate the file "configure", which is run to configure the
3
dnl     Makefile in this directory.
4
 
5
AC_INIT(../generic/tixInit.c)
6
 
7
AC_PROG_INSTALL
8
AC_PROG_MAKE_SET
9
 
10
#----------------------------------------------------------------------
11
# We don't want to use any relative path because we need to generate
12
# Makefile's in subdirectories
13
#----------------------------------------------------------------------
14
if test "$INSTALL" = "./install.sh"; then
15
    INSTALL=`pwd`/install.sh
16
fi
17
SRC_DIR=`cd ${srcdir}/..; pwd`
18
AC_SUBST(SRC_DIR)
19
 
20
# Check for Tcl and Tk.
21
CYG_AC_PATH_TCLCONFIG
22
CYG_AC_LOAD_TCLCONFIG
23
CYG_AC_PATH_TKCONFIG
24
CYG_AC_LOAD_TKCONFIG
25
CYG_AC_PATH_TCLH
26
# FIXME: consider only doing this if --with-x given.
27
CYG_AC_PATH_TKH
28
 
29
SUBDIR=tk${TK_VERSION}
30
AC_SUBST(SUBDIR)
31
AC_CONFIG_SUBDIRS(${SUBDIR})
32
 
33
TIX_VERSION=4.1
34
AC_SUBST(TIX_VERSION)
35
AC_OUTPUT(Makefile)

powered by: WebSVN 2.1.0

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