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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [expect/] [testsuite/] [configure.in] - Blame information for rev 578

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

Line No. Rev Author Line
1 578 markom
dnl Process this file with autoconf to produce a configure script.
2
sinclude(../aclocal.m4)
3
AC_INIT(exp_test.c)
4
 
5
CY_AC_PATH_TCLCONFIG
6
CY_AC_LOAD_TCLCONFIG
7
CC=$TCL_CC
8
 
9
AC_PROG_CC
10
CY_AC_C_WORKS
11
 
12
# This is for LynxOS, which needs a flag to force true POSIX when
13
# building. It's weirder than that, cause the flag varies depending
14
# how old the compiler is. So...
15
# -X is for the old "cc" and "gcc" (based on 1.42)
16
# -mposix is for the new gcc (at least 2.5.8)
17
# This modifies the value of $CC to have the POSIX flag added
18
# so it'll configure correctly
19
CY_AC_TCL_LYNX_POSIX
20
CY_AC_PATH_TCLH
21
 
22
AC_SUBST(CC)
23
AC_SUBST(TCLHDIR)
24
AC_SUBST(host)
25
AC_OUTPUT(Makefile)

powered by: WebSVN 2.1.0

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