source: rtems/tools/build/configure.in @ e1d8abb

4.104.114.84.95
Last change on this file since e1d8abb was e1d8abb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/07/99 at 13:45:03

Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@…> which converted many
Makefile.in's to Makefile.am's. This added a lot of files.

  • Property mode set to 100644
File size: 364 bytes
Line 
1#
2# $Id$
3#
4
5AC_PREREQ(2.13)
6AC_INIT(install-if-change.in)
7AC_CONFIG_AUX_DIR(../..)
8RTEMS_TOP(../..)
9
10AC_CANONICAL_HOST
11
12AM_INIT_AUTOMAKE(rtems-tools-build,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14AC_EXEEXT
15
16AC_PROG_CC
17AC_CHECK_FUNCS(strerror strtol)
18
19RTEMS_PATH_KSH
20
21AM_CONFIG_HEADER(config.h)
22
23AC_OUTPUT(
24Makefile
25install-if-change
26lock-directory
27unlock-directory
28)
Note: See TracBrowser for help on using the repository browser.