Changeset 599b8b2 in rtems for c/src/lib/libbsp/sparc/configure.in
- Timestamp:
- 11/13/00 22:41:50 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- cd0324cf
- Parents:
- b21b0ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/configure.in
rb21b0ab r599b8b2 4 4 5 5 AC_PREREQ(2.13) 6 AC_INIT( erc32)6 AC_INIT(shared) 7 7 RTEMS_TOP(../../../../..) 8 8 AC_CONFIG_AUX_DIR(../../../../..) … … 22 22 # Explicitly list all Makefiles here 23 23 AC_OUTPUT( 24 Makefile) 24 Makefile 25 shared/Makefile)
Note: See TracChangeset
for help on using the changeset viewer.