source: rtems/c/src/libmisc/configure.in @ b07e06a1

4.104.114.84.95
Last change on this file since b07e06a1 was dd04e32, checked in by Joel Sherrill <joel.sherrill@…>, on 10/26/99 at 02:58:06

Patch from Ralf Corsepius <corsepiu@…> to move
c/src/lib/libmisc to c/src/libmisc.

  • Property mode set to 100644
File size: 764 bytes
Line 
1dnl Process this file with autoconf to produce a configure script.
2dnl
3dnl $Id$
4
5AC_PREREQ(2.13)
6AC_INIT(dumpbuf)
7RTEMS_TOP(../../..)
8AC_CONFIG_AUX_DIR(../../..)
9
10RTEMS_CANONICAL_TARGET_CPU
11
12AM_INIT_AUTOMAKE(rtems-c-src-libmisc,$RTEMS_VERSION,no)
13AM_MAINTAINER_MODE
14
15RTEMS_ENABLE_MULTIPROCESSING
16RTEMS_ENABLE_NETWORKING
17RTEMS_ENABLE_LIBCDIR
18RTEMS_ENABLE_BARE
19
20RTEMS_ENV_RTEMSBSP
21
22RTEMS_CHECK_CPU
23RTEMS_CANONICAL_HOST
24
25RTEMS_PROJECT_ROOT
26
27dnl check target cc
28RTEMS_PROG_CC_FOR_TARGET
29RTEMS_CANONICALIZE_TOOLS
30
31RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
32RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
33
34# Try to explicitly list a Makefile here
35AC_OUTPUT(
36Makefile
37cpuuse/Makefile
38dumpbuf/Makefile
39monitor/Makefile
40rtmonuse/Makefile
41stackchk/Makefile
42untar/Makefile
43wrapup/Makefile
44)
Note: See TracBrowser for help on using the repository browser.