4.104.114.84.95
Last change
on this file since 8cdb582 was
8cdb582,
checked in by Joel Sherrill <joel.sherrill@…>, on 04/12/99 at 15:41:33
|
Patch from Ralf Corsepius <corsepiu@…>:
This patch addresses a few minor issues and contains a few (minor)
preparations for automake.
- configure.in: Fix for handing c/src/tests subdirectory handling (FIX)
- aclocal/rtems-top.m4:
+ Add TARGET_SUBDIR and --with-target-subdir (preparation of future
enhancements for cross-compiling)
+ Activate RTEMS_ROOT handling (automake preparation)
- automake/*.am: replace comments "#" with "##" so that comments won't
get included into Makefile.in's anymore
- c/update-tools/* automake support (NEW)
- ./autogen update/enhancement (cf. ./autogen for details)
After applying this patch please run:
./autogen
cvs add c/update-tools/configure.in
cvs add c/update-tools/Makefile.am
cvs add c/update-tools/aclocal.m4
|
-
Property mode set to
100644
|
File size:
279 bytes
|
Line | |
---|
1 | # |
---|
2 | # $Id$ |
---|
3 | # |
---|
4 | |
---|
5 | AC_PREREQ(2.13) |
---|
6 | AC_INIT(rtems-polish.sh) |
---|
7 | AC_CONFIG_AUX_DIR(../..) |
---|
8 | RTEMS_TOP(../..) |
---|
9 | |
---|
10 | AC_CANONICAL_HOST |
---|
11 | |
---|
12 | AM_INIT_AUTOMAKE(rtems-update-tools,$RTEMS_VERSION,no) |
---|
13 | |
---|
14 | RTEMS_PATH_KSH |
---|
15 | RTEMS_PATH_PERL |
---|
16 | |
---|
17 | AM_CONDITIONAL(PERL,test -n "$PERL") |
---|
18 | |
---|
19 | RTEMS_TOOLPATHS |
---|
20 | AC_OUTPUT( |
---|
21 | Makefile |
---|
22 | ) |
---|
Note: See
TracBrowser
for help on using the repository browser.