summaryrefslogtreecommitdiffstats
path: root/tools/build/configure.ac
blob: babdf07ef437542dd392eee82da8936c058711f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# $Id$
#

AC_PREREQ(2.52)
AC_INIT
AC_CONFIG_SRCDIR([install-if-change.in])
RTEMS_TOP(../..)
AC_CONFIG_AUX_DIR(../..)

AC_CANONICAL_HOST

AM_INIT_AUTOMAKE(rtems-tools-build,$RTEMS_VERSION,no)
AM_MAINTAINER_MODE
AC_EXEEXT

AC_PROG_CC
AC_CHECK_FUNCS(strerror strtol)

RTEMS_PATH_KSH

AM_CONFIG_HEADER(config.h)

# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
install-if-change
lock-directory
unlock-directory
])
AC_OUTPUT