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

Subversion Repositories or1k

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

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
AC_PREREQ(2.13)
3
AC_INIT(runtest.exp)
4
AC_CONFIG_AUX_DIR(..)
5
 
6
dnl These are required by automake
7
AM_INIT_AUTOMAKE(dejagnu, 20010707)
8
AM_MAINTAINER_MODE
9
AC_PROG_MAKE_SET
10
AC_EXEEXT
11
 
12
AC_PROG_CC
13
AC_PROG_INSTALL
14
 
15
dnl Level of indirection for automake macro (baseboards:boards_DATA)
16
BOARDS='$(boards)'
17
AC_SUBST(BOARDS)
18
CONFIG='$(config)'
19
AC_SUBST(CONFIG)
20
 
21
AC_CONFIG_SUBDIRS(example/calc)
22
 
23
AC_OUTPUT(Makefile doc/Makefile example/Makefile testsuite/Makefile)
24
 

powered by: WebSVN 2.1.0

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