Changeset 657af74 in rtems


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

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

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • network/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
Location:
c/src/libchip
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/libchip/ChangeLog

    rb449267 r657af74  
     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        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
     7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
     8        * rtc/Makefile.am: Remove AUTOMAKE_OPTIONS.
     9        * serial/Makefile.am: Remove AUTOMAKE_OPTIONS.
     10
    1112002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    212
  • c/src/libchip/Makefile.am

    rb449267 r657af74  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
    65ACLOCAL_AMFLAGS = -I ../../../aclocal
    76
  • c/src/libchip/configure.ac

    rb449267 r657af74  
    44
    55AC_PREREQ(2.52)
    6 AC_INIT
     6AC_INIT([rtems-c-src-libchip],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
    77AC_CONFIG_SRCDIR([rtc])
    88RTEMS_TOP(../../..)
     
    1010
    1111RTEMS_CANONICAL_TARGET_CPU
    12 AM_INIT_AUTOMAKE(rtems-c-src-libchip,$RTEMS_VERSION,no)
     12AM_INIT_AUTOMAKE([no-define foreign 1.6])
    1313AM_MAINTAINER_MODE
    1414
  • c/src/libchip/network/Makefile.am

    rb449267 r657af74  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
    65
    76include_libchipdir = $(includedir)/libchip
  • c/src/libchip/rtc/Makefile.am

    rb449267 r657af74  
    33##
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
    65
    76include_libchipdir = $(includedir)/libchip
  • c/src/libchip/serial/Makefile.am

    rb449267 r657af74  
    33#
    44
    5 AUTOMAKE_OPTIONS = foreign 1.4
    65
    76include_libchipdir = $(includedir)/libchip
Note: See TracChangeset for help on using the changeset viewer.