* acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling.
authorWerner Koch <wk@gnupg.org>
Wed, 9 Mar 2005 16:03:05 +0000 (16:03 +0000)
committerWerner Koch <wk@gnupg.org>
Wed, 9 Mar 2005 16:03:05 +0000 (16:03 +0000)
commit65e9122612ee58b02198e4473c71df85f6b5544b
tree292217ebd590a9b9f62ea2485b49cabbc28b098a
parentef0c6c6aee0080456ccab4ab4597f782295090a7
* acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling.

* Makefile.am (EXTRA_DIST): Include autogen.sh

* autogen.sh: Added the usual code to build for W32 (--build-w32).

* configure.ac: Fixed the mingw32 host string, removed OS/2 stuff.
(HAVE_DRIVE_LETTERS): Removed.
(HAVE_W32_SYSTEM): Added.
(AC_GNU_SOURCE): New to replace the identical AH_VERBATIM.
(AH_BOTTOM): Added.

* w32-util.c (_gpgme_get_gpg_path, _gpgme_get_gpgsm_path): Do not
cast away type checks.

* io.h [W32]: Do not include stdio.h.  If it is needed do it at
the right place.

* data.h [W32]: Removed kludge for EOPNOTSUP.
* data.c, data-compat.c [W32]: Explicitly test for it here.
16 files changed:
trunk/ChangeLog
trunk/Makefile.am
trunk/acinclude.m4
trunk/autogen.sh
trunk/complus/gpgcom.c
trunk/configure.ac
trunk/gpgme/ChangeLog
trunk/gpgme/ath-compat.c
trunk/gpgme/ath.h
trunk/gpgme/data-compat.c
trunk/gpgme/data.c
trunk/gpgme/engine-gpgsm.c
trunk/gpgme/gpgme.c
trunk/gpgme/gpgme.h
trunk/gpgme/io.h
trunk/gpgme/w32-util.c