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

4.104.114.84.95
Last change on this file since d34d2e69 was d34d2e69, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/01 at 17:29:42

2001-09-19 Chris Johns <ccj@…>

  • Added support for populating the initial "root" filesystem with information obtained via the DHCP response.
  • rootfs: New directory.
  • rootfs/.cvsignore, rootfs/Makefile.am, rootfs/mkrootfs.c, rootfs/mkrootfs.h: New files.
  • configure.in, Makefile.am: Modified to reflect addition.
  • Property mode set to 100644
File size: 790 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_BARE
16
17RTEMS_ENV_RTEMSBSP
18
19RTEMS_CHECK_CPU
20RTEMS_CANONICAL_HOST
21
22RTEMS_PROJECT_ROOT
23
24RTEMS_PROG_CC_FOR_TARGET
25RTEMS_CANONICALIZE_TOOLS
26
27RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
28RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
29
30AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
31
32# Explicitly list all Makefiles here
33AC_OUTPUT(
34Makefile
35cpuuse/Makefile
36shell/Makefile
37devnull/Makefile
38dummy/Makefile
39dumpbuf/Makefile
40monitor/Makefile
41rtmonuse/Makefile
42rootfs/Makefile
43stackchk/Makefile
44untar/Makefile
45mw-fb/Makefile
46wrapup/Makefile
47)
Note: See TracBrowser for help on using the repository browser.