fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / dejagnu / configure.in
blobc7816312569586a6eb9d283b6004cebbb8fa8dad
1 dnl Process this file with autoconf to produce a configure script.
2 AC_PREREQ(2.13)
3 AC_INIT(runtest.exp)
4 dnl AC_CONFIG_AUX_DIR(..)
6 dnl These are required by automake
7 AM_INIT_AUTOMAKE(dejagnu, 1.4.4)
8 AM_MAINTAINER_MODE
9 AC_PROG_MAKE_SET
11 AC_PROG_CC
12 AC_NO_EXECUTABLES
13 AC_PROG_CXX
14 AC_PROG_INSTALL
15 AC_EXEEXT
17 AC_PROG_YACC
18 dnl AM_PROG_LEX
20 dnl we need the path to Docbook so we can build packages.
21 DJ_AC_PATH_DOCBOOK
23 dnl we need the path to the tcl shell to build a release
24 DJ_AC_PATH_TCLSH
26 dnl Level of indirection for automake macro (baseboards:boards_DATA)
27 BOARDS='$(boards)'
28 AC_SUBST(BOARDS)
29 CONFIG='$(config)'
30 AC_SUBST(CONFIG)
32 AC_CONFIG_SUBDIRS(example/calc example/hello)
34 AC_OUTPUT(Makefile doc/Makefile testsuite/Makefile example/Makefile
35 testsuite/libdejagnu/Makefile)