Changeset c9500675 in rtems


Ignore:
Timestamp:
03/28/02 00:49:56 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7eeb2376
Parents:
ae5a0ce1
Message:

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
Location:
c/src/make
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • c/src/make/ChangeLog

    rae5a0ce1 rc9500675  
     12002-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        * compilers/Makefile.am: Remove AUTOMAKE_OPTIONS.
     8        * custom/Makefile.am: Remove AUTOMAKE_OPTIONS.
     9
    1102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    211
  • c/src/make/Makefile.am

    rae5a0ce1 rc9500675  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
    65ACLOCAL_AMFLAGS = -I ../../../aclocal
    76
  • c/src/make/compilers/Makefile.am

    rae5a0ce1 rc9500675  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
    65
    76rtems_makedir = $(prefix)/make
  • c/src/make/configure.ac

    rae5a0ce1 rc9500675  
    88
    99AC_PREREQ(2.52)
    10 AC_INIT
     10AC_INIT([rtems-c-src-make],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
    1111AC_CONFIG_SRCDIR([bsp.cfg.in])
    1212RTEMS_TOP(../../..)
     
    1515RTEMS_CANONICAL_TARGET_CPU
    1616
    17 AM_INIT_AUTOMAKE(rtems-c-src-make,$RTEMS_VERSION,no)
     17AM_INIT_AUTOMAKE([no-define foreign 1.6])
    1818AM_MAINTAINER_MODE
    1919
  • c/src/make/custom/Makefile.am

    rae5a0ce1 rc9500675  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
    65
    76rtems_makedir = $(prefix)/make
Note: See TracChangeset for help on using the changeset viewer.