aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-06Insert platform dependent typedefs into gpgme.hWerner Koch1-16/+25
We already modify gpgme.h per playform and thus we can also get rid of some #ifdefs. The change does not change anything for current platforms but should do the right think for W64. Note that as per MS specs ssize_t is to be defined as LONG_PTR which translates to a long on 32 bit platforms and to __int64 on 64 bit Windows platforms. We already used long in the past. There seems to be a problem with some versions of mingw32 which includes a ssize_t type typedefed to int. O(n 32 bit W32 platforms int and long are identically.
2010-11-02First take on changes to allow building with MSC for W32CE.Werner Koch1-1/+1
Fixed regression in plain W32 build.
2010-05-072010-05-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-31/+119
* autogen.sh: Update the thing.
2010-01-25Allow the native W32 version to properly work with sockets.Werner Koch1-0/+2
2009-01-26First take on the low-level assuan interface.Werner Koch1-1/+3
2008-01-30(no commit message)Marcus Brinkmann1-1/+1
2007-07-12Changes for W32Werner Koch1-1/+1
2007-07-042007-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* assuan/: Update files to 2007-07-04 version of assuan.
2007-03-05Preparing a new releasegpgme-1.1.4gpgme-1.1.3Werner Koch1-2/+7
2005-11-18GPA does now work with the glib based i/o backend.Werner Koch1-1/+2
2005-11-15build static and shared lib by default - required by gpgol.Werner Koch1-2/+2
2005-08-19Changes to allow building a W32 DLLWerner Koch1-1/+1
2005-03-09* acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling.Werner Koch1-0/+56
* 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.
2004-04-192004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann1-2/+2
* autogen.sh: Added ACLOCAL_FLAGS.
2004-02-15(memrchr): Fixed implementation. Problem pointed outWerner Koch1-1/+1
by Adriaan de Groot.
2004-01-12Updated the CVS build stuffWerner Koch1-133/+84
2002-12-232002-12-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* autogen.sh (automake_vers): Require 1.7 (really 1.7.1) for the conditional source distribution bug fix.
2002-09-042002-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* autogen.sh (autoconf_vers): Bump up to 2.53 to get the @&t@ quadrigraph. Always cutting the edge!
2001-12-182001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* autogen.sh (libtool_vers): Bump to 1.4. * configure.ac (LIBGPGME_LT_CURRENT): Increment. (LIBGPGME_LT_AGE): Likewise. Improve comment. Fix wrong comment character.
2001-11-212001-11-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-3/+3
* autogen.sh: Tighten version dependencies.
2001-10-222001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-14/+2
* autogen.sh: Invoke automake with `-a' (add missing files). Do not invoke configure.
2001-01-30W32 fixWerner Koch1-1/+4
2001-01-30Add better debug printing. Use reader threads for W32Werner Koch1-1/+1
2001-01-22Some new but untested functionsWerner Koch1-1/+1
2001-01-18Nicer W32 installation supportWerner Koch1-3/+10
2001-01-18Does now compile under MingW32/CPD 0.3Werner Koch1-19/+38
2000-12-29Add 2 missing files and other changesWerner Koch1-0/+132