diff host/configure.in @ 2528:a2fb80f5315f

Update host-side configury
author bartv
date Mon, 18 Aug 2008 13:34:28 +0000
parents f58bc1b2c2bc
children 74dbf4c3f2e1
line wrap: on
line diff
--- a/host/configure.in
+++ b/host/configure.in
@@ -54,8 +54,6 @@ dnl recurse into appropriate subdirector
 dnl tree is rather deep, so to avoid having to create lots of intermediate
 dnl configure scripts and associated files the required build tree
 dnl subdirectories are created here.
-SUBDIRS="infra libcdl tools/configtool/standalone/common"
-
 AC_OUTPUT_COMMANDS([
     test -d tools   			       || mkdir tools
     test -d tools/configtool                   || mkdir tools/configtool
@@ -63,6 +61,9 @@ AC_OUTPUT_COMMANDS([
     test -d tools/configtool/standalone/common || mkdir tools/configtool/standalone/common
 ])
 
-AC_SUBST(SUBDIRS)
-AC_CONFIG_SUBDIRS(${SUBDIRS})
+dnl AC_SUBST(SUBDIRS)
+dnl AC_CONFIG_SUBDIRS([${SUBDIRS}])
+AC_CONFIG_SUBDIRS([infra])
+AC_CONFIG_SUBDIRS([libcdl])
+AC_CONFIG_SUBDIRS([tools/configtool/standalone/common])
 AC_OUTPUT(Makefile)