diff host/tools/Utils/common/configure.in @ 283:f58bc1b2c2bc

Reorganization of the host-side autoconfiscation support, and a couple of minor bug fixes. The main goal is to support per-package host-side software in addition to the generic host-side tools. For example, the synthetic target HAL and device driver packages can now have host subdirectories with support code.
author bartv
date Sun, 11 Aug 2002 21:40:50 +0000
parents e0c0827131d1
children 74dbf4c3f2e1
line wrap: on
line diff
--- a/host/tools/Utils/common/configure.in
+++ b/host/tools/Utils/common/configure.in
@@ -42,7 +42,7 @@ dnl ====================================
 AC_INIT(eCosStd.cpp)
 
 dnl Pick up the support files from the top-level of the source tree
-AC_CONFIG_AUX_DIR(../../..)
+AC_CONFIG_AUX_DIR(../../../../acsupport)
 
 dnl Other standard options.
 AC_CANONICAL_HOST
@@ -57,7 +57,7 @@ AC_PROG_CXX
 AC_PROG_RANLIB
 AC_OBJEXT
 AC_EXEEXT
-CYG_AC_PROG_MSVC
-CYG_AC_PROG_STANDARD_COMPILER_FLAGS
+ECOS_PROG_MSVC
+ECOS_PROG_STANDARD_COMPILER_FLAGS
 
 AC_OUTPUT(Makefile)