Changeset 579f14cc in rtems
- Timestamp:
- 03/28/02 00:55:02 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5aece64c
- Parents:
- 7273b6e
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
ChangeLog
r7273b6e r579f14cc 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * tools/Makefile.am: Remove AUTOMAKE_OPTIONS. 8 1 9 2002-03-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 10 -
Makefile.am
r7273b6e r579f14cc 7 7 ## 8 8 9 AUTOMAKE_OPTIONS = foreign 1.510 9 ACLOCAL_AMFLAGS = -I aclocal 11 10 -
configure.ac
r7273b6e r579f14cc 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([c]) 8 8 RTEMS_TOP([.]) … … 17 17 18 18 AC_CANONICAL_TARGET([]) 19 AM_INIT_AUTOMAKE( rtems,$RTEMS_VERSION,no)19 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 20 20 AM_MAINTAINER_MODE 21 21 -
tools/Makefile.am
r7273b6e r579f14cc 1 1 ## $Id$ 2 2 3 AUTOMAKE_OPTIONS = foreign 1.44 3 5 4 SUBDIRS = update
Note: See TracChangeset
for help on using the changeset viewer.