From 6f79a970cd015e99897046f2f675e48f52066dcb Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 27 Jun 2002 03:59:59 +0000 Subject: 2002-06-27 Ralf Corsepius * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). Add AC_PROG_RANLIB. --- c/src/exec/score/cpu/a29k/ChangeLog | 5 +++++ c/src/exec/score/cpu/a29k/configure.ac | 3 ++- c/src/exec/score/cpu/arm/ChangeLog | 5 +++++ c/src/exec/score/cpu/arm/configure.ac | 3 ++- c/src/exec/score/cpu/c4x/ChangeLog | 5 +++++ c/src/exec/score/cpu/c4x/configure.ac | 3 ++- c/src/exec/score/cpu/h8300/ChangeLog | 5 +++++ c/src/exec/score/cpu/h8300/configure.ac | 3 ++- c/src/exec/score/cpu/hppa1.1/ChangeLog | 5 +++++ c/src/exec/score/cpu/hppa1.1/configure.ac | 3 ++- c/src/exec/score/cpu/i386/ChangeLog | 5 +++++ c/src/exec/score/cpu/i386/configure.ac | 3 ++- c/src/exec/score/cpu/i960/ChangeLog | 5 +++++ c/src/exec/score/cpu/i960/configure.ac | 3 ++- c/src/exec/score/cpu/m68k/ChangeLog | 5 +++++ c/src/exec/score/cpu/m68k/configure.ac | 3 ++- c/src/exec/score/cpu/mips/ChangeLog | 5 +++++ c/src/exec/score/cpu/mips/configure.ac | 3 ++- c/src/exec/score/cpu/mips64orion/ChangeLog | 5 +++++ c/src/exec/score/cpu/mips64orion/configure.ac | 3 ++- c/src/exec/score/cpu/no_cpu/ChangeLog | 5 +++++ c/src/exec/score/cpu/no_cpu/configure.ac | 3 ++- c/src/exec/score/cpu/or16/ChangeLog | 5 +++++ c/src/exec/score/cpu/or16/configure.ac | 3 ++- c/src/exec/score/cpu/or32/ChangeLog | 5 +++++ c/src/exec/score/cpu/or32/configure.ac | 3 ++- c/src/exec/score/cpu/powerpc/ChangeLog | 5 +++++ c/src/exec/score/cpu/powerpc/configure.ac | 3 ++- c/src/exec/score/cpu/sh/ChangeLog | 5 +++++ c/src/exec/score/cpu/sh/configure.ac | 3 ++- c/src/exec/score/cpu/sparc/ChangeLog | 5 +++++ c/src/exec/score/cpu/sparc/configure.ac | 3 ++- c/src/exec/score/cpu/unix/ChangeLog | 5 +++++ c/src/exec/score/cpu/unix/configure.ac | 3 ++- 34 files changed, 119 insertions(+), 17 deletions(-) (limited to 'c/src/exec') diff --git a/c/src/exec/score/cpu/a29k/ChangeLog b/c/src/exec/score/cpu/a29k/ChangeLog index 42ba77a3a4..f62596462a 100644 --- a/c/src/exec/score/cpu/a29k/ChangeLog +++ b/c/src/exec/score/cpu/a29k/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/a29k/configure.ac b/c/src/exec/score/cpu/a29k/configure.ac index 755fe1dcf3..1d7c41a844 100644 --- a/c/src/exec/score/cpu/a29k/configure.ac +++ b/c/src/exec/score/cpu/a29k/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-a29k],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/arm/ChangeLog b/c/src/exec/score/cpu/arm/ChangeLog index c44400631e..45255fa82c 100644 --- a/c/src/exec/score/cpu/arm/ChangeLog +++ b/c/src/exec/score/cpu/arm/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/arm/configure.ac b/c/src/exec/score/cpu/arm/configure.ac index ad56b2a736..1864fe3b78 100644 --- a/c/src/exec/score/cpu/arm/configure.ac +++ b/c/src/exec/score/cpu/arm/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-arm],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/c4x/ChangeLog b/c/src/exec/score/cpu/c4x/ChangeLog index 06f233289e..78a217caa4 100644 --- a/c/src/exec/score/cpu/c4x/ChangeLog +++ b/c/src/exec/score/cpu/c4x/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/c4x/configure.ac b/c/src/exec/score/cpu/c4x/configure.ac index 83fc4f16e2..2da17aca25 100644 --- a/c/src/exec/score/cpu/c4x/configure.ac +++ b/c/src/exec/score/cpu/c4x/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-c4x],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/h8300/ChangeLog b/c/src/exec/score/cpu/h8300/ChangeLog index 7b18b5fc7c..f465947b4f 100644 --- a/c/src/exec/score/cpu/h8300/ChangeLog +++ b/c/src/exec/score/cpu/h8300/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/h8300/configure.ac b/c/src/exec/score/cpu/h8300/configure.ac index cdba21e3a8..181ea1f7ce 100644 --- a/c/src/exec/score/cpu/h8300/configure.ac +++ b/c/src/exec/score/cpu/h8300/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-h8300],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/hppa1.1/ChangeLog b/c/src/exec/score/cpu/hppa1.1/ChangeLog index 62154c674d..7abac1abad 100644 --- a/c/src/exec/score/cpu/hppa1.1/ChangeLog +++ b/c/src/exec/score/cpu/hppa1.1/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/hppa1.1/configure.ac b/c/src/exec/score/cpu/hppa1.1/configure.ac index a5036fc6d5..ec0c0cce79 100644 --- a/c/src/exec/score/cpu/hppa1.1/configure.ac +++ b/c/src/exec/score/cpu/hppa1.1/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-hppa1.1],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/i386/ChangeLog b/c/src/exec/score/cpu/i386/ChangeLog index 7158aa71b7..1d9cf19d18 100644 --- a/c/src/exec/score/cpu/i386/ChangeLog +++ b/c/src/exec/score/cpu/i386/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/i386/configure.ac b/c/src/exec/score/cpu/i386/configure.ac index 2a67315f19..4f4cdc0f4d 100644 --- a/c/src/exec/score/cpu/i386/configure.ac +++ b/c/src/exec/score/cpu/i386/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-i386],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/i960/ChangeLog b/c/src/exec/score/cpu/i960/ChangeLog index 49cf8117c3..919982ee70 100644 --- a/c/src/exec/score/cpu/i960/ChangeLog +++ b/c/src/exec/score/cpu/i960/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/i960/configure.ac b/c/src/exec/score/cpu/i960/configure.ac index e3918e9987..92b65f878e 100644 --- a/c/src/exec/score/cpu/i960/configure.ac +++ b/c/src/exec/score/cpu/i960/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-i960],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/m68k/ChangeLog b/c/src/exec/score/cpu/m68k/ChangeLog index 87ca2d2adc..ebe385bb8f 100644 --- a/c/src/exec/score/cpu/m68k/ChangeLog +++ b/c/src/exec/score/cpu/m68k/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/m68k/configure.ac b/c/src/exec/score/cpu/m68k/configure.ac index 4ce717c56c..485b5642f2 100644 --- a/c/src/exec/score/cpu/m68k/configure.ac +++ b/c/src/exec/score/cpu/m68k/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-m68k],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/mips/ChangeLog b/c/src/exec/score/cpu/mips/ChangeLog index 7d724394d9..b596f93862 100644 --- a/c/src/exec/score/cpu/mips/ChangeLog +++ b/c/src/exec/score/cpu/mips/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/mips/configure.ac b/c/src/exec/score/cpu/mips/configure.ac index 377dec1de0..19e23a901d 100644 --- a/c/src/exec/score/cpu/mips/configure.ac +++ b/c/src/exec/score/cpu/mips/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-mips],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/mips64orion/ChangeLog b/c/src/exec/score/cpu/mips64orion/ChangeLog index 497164fcc3..a882ff14fb 100644 --- a/c/src/exec/score/cpu/mips64orion/ChangeLog +++ b/c/src/exec/score/cpu/mips64orion/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/mips64orion/configure.ac b/c/src/exec/score/cpu/mips64orion/configure.ac index e24dcec945..1fd72f5908 100644 --- a/c/src/exec/score/cpu/mips64orion/configure.ac +++ b/c/src/exec/score/cpu/mips64orion/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-mips64orion],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/no_cpu/ChangeLog b/c/src/exec/score/cpu/no_cpu/ChangeLog index 07fd24aefe..66aea240ef 100644 --- a/c/src/exec/score/cpu/no_cpu/ChangeLog +++ b/c/src/exec/score/cpu/no_cpu/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/no_cpu/configure.ac b/c/src/exec/score/cpu/no_cpu/configure.ac index 5d3b12047e..a5cd50ef6e 100644 --- a/c/src/exec/score/cpu/no_cpu/configure.ac +++ b/c/src/exec/score/cpu/no_cpu/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-no_cpu],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.c]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/or16/ChangeLog b/c/src/exec/score/cpu/or16/ChangeLog index 6566f1d512..79b7e26a97 100644 --- a/c/src/exec/score/cpu/or16/ChangeLog +++ b/c/src/exec/score/cpu/or16/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/or16/configure.ac b/c/src/exec/score/cpu/or16/configure.ac index a3e5caa327..eb6fef1615 100644 --- a/c/src/exec/score/cpu/or16/configure.ac +++ b/c/src/exec/score/cpu/or16/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-or16],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.c]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/or32/ChangeLog b/c/src/exec/score/cpu/or32/ChangeLog index 4bc3394b5b..1dd64a9b18 100644 --- a/c/src/exec/score/cpu/or32/ChangeLog +++ b/c/src/exec/score/cpu/or32/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/or32/configure.ac b/c/src/exec/score/cpu/or32/configure.ac index 9a1295d0c5..f15e7101d8 100644 --- a/c/src/exec/score/cpu/or32/configure.ac +++ b/c/src/exec/score/cpu/or32/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-or32],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.c]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/powerpc/ChangeLog b/c/src/exec/score/cpu/powerpc/ChangeLog index 435b2953db..8a9b0efe59 100644 --- a/c/src/exec/score/cpu/powerpc/ChangeLog +++ b/c/src/exec/score/cpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/powerpc/configure.ac b/c/src/exec/score/cpu/powerpc/configure.ac index 3229404f98..53d0374888 100644 --- a/c/src/exec/score/cpu/powerpc/configure.ac +++ b/c/src/exec/score/cpu/powerpc/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-powerpc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([asm.h]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/sh/ChangeLog b/c/src/exec/score/cpu/sh/ChangeLog index e60342239c..4dc1980048 100644 --- a/c/src/exec/score/cpu/sh/ChangeLog +++ b/c/src/exec/score/cpu/sh/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/sh/configure.ac b/c/src/exec/score/cpu/sh/configure.ac index 8249fa1f29..20269f96a4 100644 --- a/c/src/exec/score/cpu/sh/configure.ac +++ b/c/src/exec/score/cpu/sh/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-sh],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([asm.h]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/sparc/ChangeLog b/c/src/exec/score/cpu/sparc/ChangeLog index 6d698d9a32..1460eb56cd 100644 --- a/c/src/exec/score/cpu/sparc/ChangeLog +++ b/c/src/exec/score/cpu/sparc/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-17 Ralf Corsepius * Makefile.am: Include $(top_srcdir)/../../../automake/*.am. diff --git a/c/src/exec/score/cpu/sparc/configure.ac b/c/src/exec/score/cpu/sparc/configure.ac index 6e24851a76..76d8ad7347 100644 --- a/c/src/exec/score/cpu/sparc/configure.ac +++ b/c/src/exec/score/cpu/sparc/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-sparc],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu_asm.S]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB diff --git a/c/src/exec/score/cpu/unix/ChangeLog b/c/src/exec/score/cpu/unix/ChangeLog index a5f8e52a36..58424e1db8 100644 --- a/c/src/exec/score/cpu/unix/ChangeLog +++ b/c/src/exec/score/cpu/unix/ChangeLog @@ -1,3 +1,8 @@ +2002-06-27 Ralf Corsepius + + * configure.ac: Use AC_CONFIG_AUX_DIR(../../../..). + Add AC_PROG_RANLIB. + 2002-06-26 Ralf Corsepius * configure.ac: Remove references to RTEMS_BSP. diff --git a/c/src/exec/score/cpu/unix/configure.ac b/c/src/exec/score/cpu/unix/configure.ac index b0a38ef6db..6a370d528d 100644 --- a/c/src/exec/score/cpu/unix/configure.ac +++ b/c/src/exec/score/cpu/unix/configure.ac @@ -6,7 +6,7 @@ AC_PREREQ(2.52) AC_INIT([rtems-c-src-exec-score-cpu-unix],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_CONFIG_SRCDIR([cpu.c]) RTEMS_TOP(../../../../../..) -AC_CONFIG_AUX_DIR(../../../../../..) +AC_CONFIG_AUX_DIR(../../../..) RTEMS_CANONICAL_TARGET_CPU @@ -22,6 +22,7 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +AC_PROG_RANLIB RTEMS_CHECK_NEWLIB RTEMS_CHECK_MULTIPROCESSING -- cgit v1.2.3