Changeset 66387986 in rtems for c/configure.ac
- Timestamp:
- 10/11/01 19:07:37 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- df25c998
- Parents:
- 96462044
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
c/configure.ac
r96462044 r66387986 1 dnlProcess this file with autoconf to produce a configure script.2 dnl 3 dnl$Id$1 ## Process this file with autoconf to produce a configure script. 2 ## 3 ## $Id$ 4 4 5 AC_PREREQ(2.13) 6 AC_INIT(src) 5 AC_PREREQ(2.52) 6 AC_INIT 7 AC_CONFIG_SRCDIR([src]) 7 8 RTEMS_TOP(..) 8 9 AC_CONFIG_AUX_DIR(..) … … 13 14 AM_MAINTAINER_MODE 14 15 15 dnlThese options are used within this file.16 ## These options are used within this file. 16 17 RTEMS_ENABLE_BARE 17 18 RTEMS_ENABLE_RTEMSBSP(rtems_bsp) … … 94 95 95 96 # Explicitly list all Makefiles here 96 AC_ OUTPUT(97 Makefile 98 ) 97 AC_CONFIG_FILES([Makefile 98 ]) 99 AC_OUTPUT 99 100 100 101 echo
Note: See TracChangeset
for help on using the changeset viewer.