forked from Imagelibrary/rtems
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR. * aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
* aclocal/rtems-top.m4: Add AC_CONFIG_AUX_DIR.
|
||||||
|
|
||||||
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: AC_PREREQ(2.57).
|
* configure.ac: AC_PREREQ(2.57).
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ dnl
|
|||||||
AC_DEFUN(RTEMS_TOP,
|
AC_DEFUN(RTEMS_TOP,
|
||||||
[dnl
|
[dnl
|
||||||
AC_REQUIRE([RTEMS_VERSIONING])
|
AC_REQUIRE([RTEMS_VERSIONING])
|
||||||
|
AC_CONFIG_AUX_DIR([$1])
|
||||||
AC_CHECK_PROGS(MAKE, gmake make)
|
AC_CHECK_PROGS(MAKE, gmake make)
|
||||||
AC_BEFORE([$0], [AC_CONFIG_AUX_DIR])dnl
|
|
||||||
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
|
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl
|
||||||
|
|
||||||
AC_PREFIX_DEFAULT([/opt/rtems])
|
AC_PREFIX_DEFAULT([/opt/rtems])
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ AC_PREREQ(2.57)
|
|||||||
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([score])
|
AC_CONFIG_SRCDIR([score])
|
||||||
RTEMS_TOP(..)
|
RTEMS_TOP(..)
|
||||||
AC_CONFIG_AUX_DIR(..)
|
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user