2003-08-20 Marcel Telka <marcel@telka.sk>

* 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
master
Marcel Telka 22 years ago
parent de9a83792d
commit b11bb3b808

@ -1,3 +1,10 @@
2003-08-20 Marcel Telka <marcel@telka.sk>
* 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 <marcel@telka.sk>
Version 0.3 released.

@ -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 = \

@ -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:

@ -204,7 +204,7 @@ cat >>$ac_stdint <<STDINT_EOF
/* ................... shortcircuit part ........................... */
#if defined HAVE_STDINT_H || defined _STDINT_HAVE_STDINT_H
#if 0
#include <stdint.h>
#else
#include <stddef.h>

@ -30,7 +30,7 @@
# Written by Marcel Telka <marcel@telka.sk>, 2002.
#
AC_INIT(include,0.3)
AC_INIT(include,0.3.1)
AC_PREREQ(2.53)
AC_REVISION($Revision$)

Loading…
Cancel
Save