diff --git a/include/ChangeLog b/include/ChangeLog index 904d0c33..afe64459 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2005-10-03 Marcel Telka + + * Makefile.am (openwinceincdir): Removed different setting for hwbench. + * configure.ac (HWBENCH_PATH): Removed unused constant. + 2005-09-29 Marcel Telka * h8/h83048/adc.h: Simplified preprocessor directive syntax. diff --git a/include/Makefile.am b/include/Makefile.am index 363da079..9554fb01 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -30,11 +30,7 @@ # Written by Marcel Telka , 2002. # -if HAVE_HWBENCH -openwinceincdir = @HWBENCH_PATH@/IAR/INC/openwince -else openwinceincdir = $(includedir)/openwince -endif nobase_openwinceinc_HEADERS = \ common.h \ diff --git a/include/NEWS b/include/NEWS index 6490ac1f..7c63af4c 100644 --- a/include/NEWS +++ b/include/NEWS @@ -4,6 +4,7 @@ include-0.4.2: * Moved content of the obsolete common.h into new openwince.h file. * Simplified preprocessor directive syntax for Renesas H8/3048 headers. + * Changed installation steps for Hitachi Workbench/IAR Compiler. include-0.4.1 (2005-07-15): diff --git a/include/README b/include/README index 94290878..7b4d40ed 100644 --- a/include/README +++ b/include/README @@ -30,3 +30,7 @@ You should use following parameters for the ./configure script: --with-hwbench=PATH_TO_HWBENCH --host=hwbench for example --with-hwbench=/cygdrive/c/hwbench --host=hwbench + +You could also use --includedir parameter for the ./configure script to install +the package under hwbench tree. For example: + --includedir=/cygdrive/c/hwbench/IAR/INC/ diff --git a/include/configure.ac b/include/configure.ac index ef039140..23cd4520 100644 --- a/include/configure.ac +++ b/include/configure.ac @@ -73,7 +73,5 @@ if test "$hwbench_path" = "no"; then fi AM_CONDITIONAL( GENERATE_STDINT_H, test "$generate_stdint_h" = "yes" ) AM_CONDITIONAL( HAVE_HWBENCH, test "$hwbench_path" != "no" ) -HWBENCH_PATH="$hwbench_path" -AC_SUBST( HWBENCH_PATH ) AC_OUTPUT