---- a/configure.in
-+++ b/configure.in
-@@ -149,12 +149,12 @@ AC_ARG_ENABLE(targetincl,
- echo Set the target image include path $enableval
- AC_SUBST([TARGET_INCL_PATH],[$enableval])
- else
-- echo -e Set the default target image include path $DEFAULT_TARGET_INCL_PATH
-+ echo Set the default target image include path $DEFAULT_TARGET_INCL_PATH
- AC_SUBST([TARGET_INCL_PATH],[$DEFAULT_TARGET_INCL_PATH])
- fi
- ],
- [
-- echo -e Set the default target image include path $DEFAULT_TARGET_INCL_PATH
-+ echo Set the default target image include path $DEFAULT_TARGET_INCL_PATH
- AC_SUBST([TARGET_INCL_PATH],[$DEFAULT_TARGET_INCL_PATH])
- ]
- )