summaryrefslogtreecommitdiffstats
path: root/c/build-tools/configure.in
blob: ab9a1a1297a7be13adde153c77253f3811c18aad (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.13)
AC_INIT(scripts)
AC_CONFIG_AUX_DIR(../..)
RTEMS_TOP(../..)

AC_CANONICAL_HOST

AM_INIT_AUTOMAKE(rtems-build-tools,4.1.0,no)
AC_EXEEXT

AC_PROG_CC
AC_CHECK_FUNCS(strerror)

RTEMS_PATH_KSH

AM_CONFIG_HEADER(src/config.h)

AC_OUTPUT(
Makefile
src/Makefile
scripts/Makefile
scripts/install-if-change
scripts/lock-directory
scripts/rcs-clean
scripts/unlock-directory
)