Changeset 56a1ae36 in rtems


Ignore:
Timestamp:
10/25/02 06:18:56 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d21091b
Parents:
5c8b6b6
Message:

2002-10-25 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • c/src/ada/ChangeLog

    r5c8b6b6 r56a1ae36  
     12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
     4
    152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/ChangeLog

    r5c8b6b6 r56a1ae36  
     12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
     4
    152002-10-21      Joel Sherrill <joel@OARcorp.com>
    26
  • cpukit/ada/ChangeLog

    r5c8b6b6 r56a1ae36  
     12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
     4
    152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/ada/configure.ac

    r5c8b6b6 r56a1ae36  
    1212RTEMS_CANONICAL_HOST
    1313
    14 AM_INIT_AUTOMAKE([no-define foreign 1.6])
     14AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
    1515AM_MAINTAINER_MODE
    1616
  • cpukit/configure.ac

    r5c8b6b6 r56a1ae36  
    1111RTEMS_CANONICAL_TARGET_CPU
    1212
    13 AM_INIT_AUTOMAKE([no-define foreign 1.6])
     13AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
    1414AM_MAINTAINER_MODE
    1515
  • cpukit/itron/ChangeLog

    r5c8b6b6 r56a1ae36  
     12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
     4
    152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/itron/configure.ac

    r5c8b6b6 r56a1ae36  
    1111RTEMS_CANONICAL_TARGET_CPU
    1212
    13 AM_INIT_AUTOMAKE([no-define foreign 1.6])
     13AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
    1414AM_MAINTAINER_MODE
    1515
  • cpukit/libblock/ChangeLog

    r5c8b6b6 r56a1ae36  
     12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
     4
    152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/libblock/configure.ac

    r5c8b6b6 r56a1ae36  
    1212RTEMS_CANONICAL_HOST
    1313
    14 AM_INIT_AUTOMAKE([no-define foreign 1.6])
     14AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
    1515AM_MAINTAINER_MODE
    1616
  • cpukit/libcsupport/ChangeLog

    r5c8b6b6 r56a1ae36  
     12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
     4
    152002-10-24      <strauman@slac.stanford.edu>
    26
  • cpukit/libcsupport/configure.ac

    r5c8b6b6 r56a1ae36  
    1010
    1111RTEMS_CANONICAL_TARGET_CPU
    12 AM_INIT_AUTOMAKE([no-define foreign 1.6])
     12AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
    1313AM_MAINTAINER_MODE
    1414
  • cpukit/libfs/ChangeLog

    r5c8b6b6 r56a1ae36  
     12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
     4
    152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/libfs/configure.ac

    r5c8b6b6 r56a1ae36  
    1212RTEMS_CANONICAL_TARGET_CPU
    1313
    14 AM_INIT_AUTOMAKE([no-define foreign 1.6])
     14AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
    1515AM_MAINTAINER_MODE
    1616
  • cpukit/libnetworking/ChangeLog

    r5c8b6b6 r56a1ae36  
     12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
     4
    152002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/libnetworking/configure.ac

    r5c8b6b6 r56a1ae36  
    1111RTEMS_CANONICAL_TARGET_CPU
    1212
    13 AM_INIT_AUTOMAKE([no-define foreign 1.6])
     13AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
    1414AM_MAINTAINER_MODE
    1515
  • cpukit/librpc/ChangeLog

    r5c8b6b6 r56a1ae36  
     12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
     4
    152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/librpc/configure.ac

    r5c8b6b6 r56a1ae36  
    1111RTEMS_CANONICAL_TARGET_CPU
    1212
    13 AM_INIT_AUTOMAKE([no-define foreign 1.6])
     13AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
    1414AM_MAINTAINER_MODE
    1515
  • cpukit/posix/ChangeLog

    r5c8b6b6 r56a1ae36  
     12002-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
     4
    152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • cpukit/posix/configure.ac

    r5c8b6b6 r56a1ae36  
    1111RTEMS_CANONICAL_TARGET_CPU
    1212
    13 AM_INIT_AUTOMAKE([no-define foreign 1.6])
     13AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
    1414AM_MAINTAINER_MODE
    1515
Note: See TracChangeset for help on using the changeset viewer.