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

4.104.114.84.95
Last change on this file since ecb2755 was b6529a3, checked in by Joel Sherrill <joel.sherrill@…>, on 04/19/99 at 13:35:24

Patch from Ralf Corsepius <corsepiu@…> to reorganize
the build-tools layout to simplify it.

This script reorganizes and simpilfies the build-tools subdirectories.
It moves all source-files and scripts to c/build-tools/. This will
enable use to use this directory directly to refer to the build-tools
instead of copying them around in a "preinstall" step in future.
However, RTEMS's autoconf Makefile.ins and *.cfg files are not yet
prepared to apply this approach and therefore require additional work.

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