aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-11-05Include the full commit id.Werner Koch1-7/+18
* autogen.sh: Update to version 2024-07-04 from libgpg-error. * configure.ac (BUILD_COMMITID): New. Append to VERSION file. * src/version.c (cright_blurb): Use BUILD_COMMITID here.
2023-03-15build: Update autogen.sh from libgpg-errorWerner Koch1-23/+20
-- This fixes hopefully issues with the beta numbering. Also removes the Windows-CE support
2018-10-10build: Let configure create the VERSION file.NIIBE Yutaka1-16/+40
* autogen.sh: Update from libgpg-error. * configure.ac: Use mym4_version to create VERSION file. * Makefile.am (dist-hook): Do not create VERSION. (EXTRA_DIST): Add VERSION. -- GnuPG-bug-id: 3283 Signed-off-by: NIIBE Yutaka <[email protected]>
2017-07-13Sync 'autogen.sh'.Justus Winter1-20/+116
-- Signed-off-by: Justus Winter <[email protected]>
2016-11-16doc: Replace http: by https: in core source files.Werner Koch1-1/+1
-- Signed-off-by: Werner Koch <[email protected]>
2016-05-31build: Fix URL.Justus Winter1-1/+1
-- Signed-off-by: Justus Winter <[email protected]>
2014-01-10Use the generic autogen.sh script.Werner Koch1-81/+185
* autogen.rc: New. * Makefile.am (EXTRA_DIST): Add it. * autogen.sh: Update from GnuPG. * configure.ac (AM_SILENT_RULES): New.
2013-02-26Update helper scripts.Werner Koch1-8/+9
* configure.ac: Use AC_CONFIG_AUX_DIR. Remove args from AM_INIT_AUTOMAKE. Replace AM_CONFIG_HEADER by AC_CONFIG_HEADER. * compile, config.guess, config.sub, depcomp, install-sh, ltmain.sh * mkinstalldirs, texinfo.texi: Move to build-aux/ and update from gnulib (c042abf). * build-aux/mdate-sh, build-aux/missing: Install via automake -a -c. Update autogen.sh for changed config dir. * autogen.sh: Adjust for scripts dir change. Update W32 toolprefix list.
2012-11-16Fix non-portable use of chmod in autogen.sh.Werner Koch1-2/+2
* autogen.sh: Remove option -c from chmod.
2012-01-19Support the mingw-w64 toolchain.Werner Koch1-2/+2
* autogen.sh (build-w32): Add i686-w64-mingw32 to the toolprefix.
2011-12-02Generate the ChangeLog from commit logs.Werner Koch1-1/+26
* build-aux/gitlog-to-changelog: New script. Taken from gnulib. * build-aux/git-log-fix: New file. * build-aux/git-log-footer: New file. * build-aux/git-hook/commit-msg: New script. * doc/HACKING: New file. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. * autogen.sh: Install commit-msg hook for git. Rename all ChangeLog files to ChangeLog-2011.
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