1 dnl Process this file with autoconf to produce a configure script.
4 dnl AC_CONFIG_AUX_DIR(..)
6 dnl These are required by automake
7 AM_INIT_AUTOMAKE(dejagnu, 1.4.4)
20 dnl we need the path to Docbook so we can build packages.
23 dnl we need the path to the tcl shell to build a release
26 dnl Level of indirection for automake macro (baseboards:boards_DATA)
32 AC_CONFIG_SUBDIRS(example/calc example/hello)
34 AC_OUTPUT(Makefile doc/Makefile testsuite/Makefile example/Makefile
35 testsuite/libdejagnu/Makefile)