aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update autogen.sh from gpgrtWerner Koch2025-02-211-6/+31
| | | | | | | -- This has no functional changes except for the recent beta numbering fix.
* Include the full commit id.Werner Koch2024-11-051-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.
* build: Update autogen.sh from libgpg-errorWerner Koch2023-03-151-23/+20
| | | | | | | -- This fixes hopefully issues with the beta numbering. Also removes the Windows-CE support
* build: Let configure create the VERSION file.NIIBE Yutaka2018-10-101-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]>
* Sync 'autogen.sh'.Justus Winter2017-07-131-20/+116
| | | | | -- Signed-off-by: Justus Winter <[email protected]>
* doc: Replace http: by https: in core source files.Werner Koch2016-11-161-1/+1
| | | | | | -- Signed-off-by: Werner Koch <[email protected]>
* build: Fix URL.Justus Winter2016-05-311-1/+1
| | | | | -- Signed-off-by: Justus Winter <[email protected]>
* Use the generic autogen.sh script.Werner Koch2014-01-101-81/+185
| | | | | | | | * autogen.rc: New. * Makefile.am (EXTRA_DIST): Add it. * autogen.sh: Update from GnuPG. * configure.ac (AM_SILENT_RULES): New.
* Update helper scripts.Werner Koch2013-02-261-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.
* Fix non-portable use of chmod in autogen.sh.Werner Koch2012-11-161-2/+2
| | | | * autogen.sh: Remove option -c from chmod.
* Support the mingw-w64 toolchain.Werner Koch2012-01-191-2/+2
| | | | * autogen.sh (build-w32): Add i686-w64-mingw32 to the toolprefix.
* Generate the ChangeLog from commit logs.Werner Koch2011-12-021-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.
* Insert platform dependent typedefs into gpgme.hWerner Koch2011-04-061-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.
* First take on changes to allow building with MSC for W32CE.Werner Koch2010-11-021-1/+1
| | | | | Fixed regression in plain W32 build.
* 2010-05-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2010-05-071-31/+119
| | | | | * autogen.sh: Update the thing.
* Allow the native W32 version to properly work with sockets.Werner Koch2010-01-251-0/+2
|
* First take on the low-level assuan interface.Werner Koch2009-01-261-1/+3
|
* (no commit message)Marcus Brinkmann2008-01-301-1/+1
|
* Changes for W32Werner Koch2007-07-121-1/+1
|
* 2007-07-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-07-041-1/+1
| | | | | * assuan/: Update files to 2007-07-04 version of assuan.
* Preparing a new releasegpgme-1.1.4gpgme-1.1.3Werner Koch2007-03-051-2/+7
|
* GPA does now work with the glib based i/o backend.Werner Koch2005-11-181-1/+2
|
* build static and shared lib by default - required by gpgol.Werner Koch2005-11-151-2/+2
|
* Changes to allow building a W32 DLLWerner Koch2005-08-191-1/+1
|
* * acinclude.m4 (GNUPG_CHECK_VA_COPY): Assume no when cross-compiling.Werner Koch2005-03-091-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-02 Thomas Schwinge <[email protected]>Marcus Brinkmann2004-04-191-2/+2
| | | | | * autogen.sh: Added ACLOCAL_FLAGS.
* (memrchr): Fixed implementation. Problem pointed outWerner Koch2004-02-151-1/+1
| | | | | by Adriaan de Groot.
* Updated the CVS build stuffWerner Koch2004-01-121-133/+84
|
* 2002-12-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-12-231-1/+1
| | | | | | * autogen.sh (automake_vers): Require 1.7 (really 1.7.1) for the conditional source distribution bug fix.
* 2002-09-04 Marcus Brinkmann <[email protected]>Marcus Brinkmann2002-09-041-1/+1
| | | | | | * autogen.sh (autoconf_vers): Bump up to 2.53 to get the @&t@ quadrigraph. Always cutting the edge!
* 2001-12-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-12-181-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-21 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-11-211-3/+3
| | | | | * autogen.sh: Tighten version dependencies.
* 2001-10-22 Marcus Brinkmann <[email protected]>Marcus Brinkmann2001-10-221-14/+2
| | | | | | * autogen.sh: Invoke automake with `-a' (add missing files). Do not invoke configure.
* W32 fixWerner Koch2001-01-301-1/+4
|
* Add better debug printing. Use reader threads for W32Werner Koch2001-01-301-1/+1
|
* Some new but untested functionsWerner Koch2001-01-221-1/+1
|
* Nicer W32 installation supportWerner Koch2001-01-181-3/+10
|
* Does now compile under MingW32/CPD 0.3Werner Koch2001-01-181-19/+38
|
* Add 2 missing files and other changesWerner Koch2000-12-291-0/+132