Changeset 7eeb2376 in rtems


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

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

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

Legend:

Unmodified
Added
Removed
  • c/src/optman/ChangeLog

    rc9500675 r7eeb2376  
     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        * rtems/Makefile.am: Remove AUTOMAKE_OPTIONS.
     7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
     8        * sapi/Makefile.am: Remove AUTOMAKE_OPTIONS.
     9
    1102002-01-06      Joel Sherrill <joel@OARcorp.com>
    211
  • c/src/optman/Makefile.am

    rc9500675 r7eeb2376  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.5
    65ACLOCAL_AMFLAGS = -I ../../../aclocal
    76
  • c/src/optman/configure.ac

    rc9500675 r7eeb2376  
    44
    55AC_PREREQ(2.52)
    6 AC_INIT
     6AC_INIT([rtems-c-src-optman],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
    77AC_CONFIG_SRCDIR([rtems])
    88RTEMS_TOP(../../..)
     
    1111RTEMS_CANONICAL_TARGET_CPU
    1212
    13 AM_INIT_AUTOMAKE(rtems-c-src-optman,$RTEMS_VERSION,no)
     13AM_INIT_AUTOMAKE([no-define foreign 1.6])
    1414AM_MAINTAINER_MODE
    1515
  • c/src/optman/rtems/Makefile.am

    rc9500675 r7eeb2376  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
    65
    76C_FILES = no-dpmem.c no-event.c no-msg.c no-mp.c no-part.c no-region.c \
  • c/src/optman/sapi/Makefile.am

    rc9500675 r7eeb2376  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
    65
    76C_FILES = no-ext.c no-io.c
Note: See TracChangeset for help on using the changeset viewer.