forked from Imagelibrary/rtems
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||||
|
|
||||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Reformat.
|
* .cvsignore: Reformat.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||||
|
|
||||||
2002-10-21 Joel Sherrill <joel@OARcorp.com>
|
2002-10-21 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* aclocal/version.m4: Updated to rtems-20021021-test.
|
* aclocal/version.m4: Updated to rtems-20021021-test.
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||||
|
|
||||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Reformat.
|
* .cvsignore: Reformat.
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(../..)
|
|||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
RTEMS_CANONICAL_HOST
|
RTEMS_CANONICAL_HOST
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_MULTILIB
|
RTEMS_ENABLE_MULTILIB
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ AC_CONFIG_AUX_DIR(..)
|
|||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_MULTILIB
|
RTEMS_ENABLE_MULTILIB
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||||
|
|
||||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Reformat.
|
* .cvsignore: Reformat.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ AC_CONFIG_AUX_DIR(../..)
|
|||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_ITRON
|
RTEMS_ENABLE_ITRON
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||||
|
|
||||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Reformat.
|
* .cvsignore: Reformat.
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(../..)
|
|||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
RTEMS_CANONICAL_HOST
|
RTEMS_CANONICAL_HOST
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSCPU
|
RTEMS_ENV_RTEMSCPU
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||||
|
|
||||||
2002-10-24 <strauman@slac.stanford.edu>
|
2002-10-24 <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* src/eval.c: Per PR293, added freenode calls for evaluate
|
* src/eval.c: Per PR293, added freenode calls for evaluate
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ RTEMS_TOP(../..)
|
|||||||
AC_CONFIG_AUX_DIR(../..)
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSCPU
|
RTEMS_ENV_RTEMSCPU
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||||
|
|
||||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Reformat.
|
* .cvsignore: Reformat.
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(../..)
|
|||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENV_RTEMSCPU
|
RTEMS_ENV_RTEMSCPU
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||||
|
|
||||||
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Remove bogus reference to CHANGELOG.
|
* Makefile.am: Remove bogus reference to CHANGELOG.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ AC_CONFIG_AUX_DIR(../..)
|
|||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_NETWORKING
|
RTEMS_ENABLE_NETWORKING
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||||
|
|
||||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Reformat.
|
* .cvsignore: Reformat.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ AC_CONFIG_AUX_DIR(../..)
|
|||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_NETWORKING
|
RTEMS_ENABLE_NETWORKING
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2002-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Add nostdinc to AM_INIT_AUTOMAKE.
|
||||||
|
|
||||||
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* .cvsignore: Reformat.
|
* .cvsignore: Reformat.
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ AC_CONFIG_AUX_DIR(../..)
|
|||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.6])
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
RTEMS_ENABLE_POSIX
|
RTEMS_ENABLE_POSIX
|
||||||
|
|||||||
Reference in New Issue
Block a user