source: rtems/c/src/lib/libbsp/i386/ts_386ex/tools/configure.in @ 69537ca9

4.104.114.84.95
Last change on this file since 69537ca9 was 69537ca9, checked in by Joel Sherrill <joel.sherrill@…>, on 01/12/00 at 16:38:56

Patch rtems-rc-20000104-16.diff from Ralf Corsepius <corsepiu@…>
that converts the libbsp/i386 subdirectory to full automake.

  • Property mode set to 100644
File size: 561 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl  $Id$
4
5AC_INIT(coff2bin)
6RTEMS_TOP(../../../../../../..)
7AC_CONFIG_AUX_DIR(../../../../../../..)
8
9RTEMS_CANONICAL_TARGET_CPU
10
11AM_INIT_AUTOMAKE(rtems-lib-libbsp-i386-ts_386ex-tools,$RTEMS_VERSION,no)
12AM_MAINTAINER_MODE
13
14RTEMS_PROJECT_ROOT
15RTEMS_TOOLPATHS
16
17AC_OUTPUT(
18Makefile
19dos_sup/Makefile
20ts_1325_ada/Makefile
21debug_ada/Makefile
22debug_c/Makefile
23network_ada/Makefile
24network_ada/adasockets/Makefile
25network_ada/listener/Makefile
26network_ada/tcprelay/Makefile
27ts_1325_ada/Makefile
28)
Note: See TracBrowser for help on using the repository browser.