2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Use AC_CONFIG_AUX_DIR(..).
This commit is contained in:
Ralf Corsepius
2002-06-27 04:00:05 +00:00
parent 6f79a970cd
commit 15c107ff5a
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_CONFIG_AUX_DIR(..).
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to RTEMS_BSP. * configure.ac: Remove references to RTEMS_BSP.

View File

@@ -6,7 +6,7 @@ AC_PREREQ(2.52)
AC_INIT([rtems-c-src-exec],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_INIT([rtems-c-src-exec],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([score]) AC_CONFIG_SRCDIR([score])
RTEMS_TOP(../../..) RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..) AC_CONFIG_AUX_DIR(..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU

View File

@@ -1,3 +1,7 @@
2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_CONFIG_AUX_DIR(..).
2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-06-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to RTEMS_BSP. * configure.ac: Remove references to RTEMS_BSP.

View File

@@ -6,7 +6,7 @@ AC_PREREQ(2.52)
AC_INIT([rtems-c-src-exec],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) AC_INIT([rtems-c-src-exec],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([score]) AC_CONFIG_SRCDIR([score])
RTEMS_TOP(../../..) RTEMS_TOP(../../..)
AC_CONFIG_AUX_DIR(../../..) AC_CONFIG_AUX_DIR(..)
RTEMS_CANONICAL_TARGET_CPU RTEMS_CANONICAL_TARGET_CPU