From b11bb3b8080fb418d77e4072d58787f8125cda91 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Wed, 20 Aug 2003 12:33:56 +0000 Subject: [PATCH] 2003-08-20 Marcel Telka * configure.ac (AC_INIT): Changed version number to 0.3.1. * Makefile.am (nobase_openwinceinc_HEADERS): Removed win32/stdint.h. (noinst_HEADERS): Added win32/stdint.h. * acinclude.m4 (AX_CREATE_STDINT_H): Forced not to include other stdint.h. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@538 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- include/ChangeLog | 7 +++++++ include/Makefile.am | 4 +++- include/NEWS | 5 +++++ include/acinclude.m4 | 2 +- include/configure.ac | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/include/ChangeLog b/include/ChangeLog index 137b9efe..f5e9c1ad 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,10 @@ +2003-08-20 Marcel Telka + + * configure.ac (AC_INIT): Changed version number to 0.3.1. + * Makefile.am (nobase_openwinceinc_HEADERS): Removed win32/stdint.h. + (noinst_HEADERS): Added win32/stdint.h. + * acinclude.m4 (AX_CREATE_STDINT_H): Forced not to include other stdint.h. + 2003-08-19 Marcel Telka Version 0.3 released. diff --git a/include/Makefile.am b/include/Makefile.am index 53aa616d..f271ac85 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -79,7 +79,9 @@ nobase_openwinceinc_HEADERS = \ device/flash/28fxxxk.h \ device/flash/cfi.h \ device/flash/intel.h \ - std/mic.h \ + std/mic.h + +noinst_HEADERS = \ win32/stdint.h nodist_openwinceinc_HEADERS = \ diff --git a/include/NEWS b/include/NEWS index 5c0e06e3..d7b95318 100644 --- a/include/NEWS +++ b/include/NEWS @@ -1,5 +1,10 @@ $Id$ +include-0.3.1: + + * Removed win32/stdint.h installation in POSIX environments. + * Fixed recursive stdint.h include in owce-stdint.h. + include-0.3 (2003-08-19): * Changes in PXA2x0 support: diff --git a/include/acinclude.m4 b/include/acinclude.m4 index e212d275..00660c6e 100644 --- a/include/acinclude.m4 +++ b/include/acinclude.m4 @@ -204,7 +204,7 @@ cat >>$ac_stdint < #else #include diff --git a/include/configure.ac b/include/configure.ac index 8e7e7a8c..1e34b68b 100644 --- a/include/configure.ac +++ b/include/configure.ac @@ -30,7 +30,7 @@ # Written by Marcel Telka , 2002. # -AC_INIT(include,0.3) +AC_INIT(include,0.3.1) AC_PREREQ(2.53) AC_REVISION($Revision$)