source: rtems/c/update-tools/configure.in @ 82f490f

4.104.114.84.95
Last change on this file since 82f490f 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
5AC_PREREQ(2.13)
6AC_INIT(rtems-polish.sh)
7AC_CONFIG_AUX_DIR(../..)
8RTEMS_TOP(../..)
9
10AC_CANONICAL_HOST
11
12AM_INIT_AUTOMAKE(rtems-update-tools,$RTEMS_VERSION,no)
13
14RTEMS_PATH_KSH
15RTEMS_PATH_PERL
16
17AM_CONDITIONAL(PERL,test -n "$PERL")
18
19RTEMS_TOOLPATHS
20AC_OUTPUT(
21Makefile
22)
Note: See TracBrowser for help on using the repository browser.