summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/canonical-target-name.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-11-20 07:02:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-11-20 07:02:53 +0000
commit3da33bf8132ee46cb268ae732670bd0c534c3ada (patch)
tree38a6a723888bd117c304c428dc411ca157fc4ff5 /cpukit/aclocal/canonical-target-name.m4
parent2003-11-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3da33bf8132ee46cb268ae732670bd0c534c3ada.tar.bz2
2003-11-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: New. * configure.ac: Don't use AUTOHEADER to generate cpuopts.h. Add local autoheader config.h. * aclocal/canonical-target-name.m4: Require AC_CANONICAL_HOST. * aclocal/enable-inlines.m4: Remove USE_MACROS (Unused).
Diffstat (limited to 'cpukit/aclocal/canonical-target-name.m4')
-rw-r--r--cpukit/aclocal/canonical-target-name.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/aclocal/canonical-target-name.m4 b/cpukit/aclocal/canonical-target-name.m4
index ff1750111b..963a71cda3 100644
--- a/cpukit/aclocal/canonical-target-name.m4
+++ b/cpukit/aclocal/canonical-target-name.m4
@@ -9,8 +9,7 @@ dnl Therefore autoconf's AC_CANONICAL_TARGET will fail for them
dnl and we have to fix it for rtems ourselves
AC_DEFUN([RTEMS_CANONICAL_TARGET_CPU],
-[
-AC_CANONICAL_HOST
+[AC_REQUIRE([AC_CANONICAL_HOST])
AC_MSG_CHECKING(rtems target cpu)
case "${host}" in
# hpux unix port should go here