aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update autogen.sh from upstream to version 2025-03-10Werner Koch2025-03-101-8/+7
| | | | --
* build: Update autogen.sh to the current version.Werner Koch2025-02-211-6/+31
| | | | | | -- This is a general maintenance update
* gpgconf: Print the full commit id.Werner Koch2024-07-041-26/+68
| | | | | | | * autogen.sh: Update to version 2024-07-04 from libgpg-error. * configure.ac (BUILD_REVISION): Rename the ac_define by BUILD_COMMITID. * tools/gpgconf.c (show_version_gnupg): Use it here.
* build: Remove Windows CE support.NIIBE Yutaka2022-12-091-16/+2
| | | | | | | | | | | | | | | | * agent/Makefile.am [HAVE_W32CE_SYSTEM]: Remove. * am/cmacros.am [HAVE_W32CE_SYSTEM]: Remove. * autogen.sh: Remove W32ce_ variables. * configure.ac: Likewise. * dirmngr/Makefile.am (extra_bin_ldflags): Remove. * g10/Makefile.am [HAVE_W32CE_SYSTEM]: Remove. * kbx/Makefile.am: Likewise. * sm/Makefile.am (extra_bin_ldflags): Remove. * tools/Makefile.am (extra_bin_ldflags): Remove. -- Signed-off-by: NIIBE Yutaka <[email protected]>
* build: Update autogen.sh to set a git PATCH prefix.Werner Koch2018-02-211-2/+6
| | | | | | -- Signed-off-by: Werner Koch <[email protected]>
* build: Handle packages with dashes in --find-version.Werner Koch2017-01-171-5/+22
| | | | | | | * autogen.sh (--find-version): Improve version extraction. * (--help): Extend. Signed-off-by: Werner Koch <[email protected]>
* build: Make autogen.sh more POSIX friendly (next try)Werner Koch2017-01-121-1/+1
| | | | | | | | * autogen.sh: Fix dd count to 5. -- Fixes-commit: 3c00b52f7cb0fbd756c0bbe5134b8f2d69c60dd1 Signed-off-by: Werner Koch <[email protected]>
* build: Make autogen.sh more POSIX friendly.Werner Koch2017-01-121-3/+6
| | | | | | | * autogen.sh: Replace non POSIX "cp -a" and "head -c". -- Signed-off-by: Werner Koch <[email protected]>
* w32: Fix PKG_CONFIG_LIBDIR in --build-w32Andre Heinecke2016-10-311-1/+1
| | | | | | | | | | | * autogen.sh: Point pkg-config to the right location. -- PKG_CONFIG_LIBDIR is located to usually be /usr/lib/pkgconfig so in our case it should also point directly to the pkgconfig location and not the prefix. This fixes gnutls and sqlite detection. Signed-off-by: Andre Heinecke <[email protected]>
* build: Fix URL.Justus Winter2016-05-311-1/+1
| | | | | -- Signed-off-by: Justus Winter <[email protected]>
* Fix to support git worktree.NIIBE Yutaka2016-01-131-1/+1
| | | | | | | * autogen.sh, Makefile.am, doc/Makefile.am: Use -e for testing .git. -- Signed-off-by: NIIBE Yutaka <[email protected]>
* build: Allow building without SQLlite support.Werner Koch2015-10-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add option --dsiable-tofu and --disable-sqlite. (NEED_SQLITE_VERSION): New var. (USE_TOFU): New ac_define and am_conditional. * autogen.sh (build-w32): Add PKG_CONFIG_LIBDIR to configure so that pkg-config find the correct .pc file. * g10/Makefile.am (tofu_source): New. Build only if enabled. * g10/gpg.c (parse_trust_model)[!USE_TOFU]: Disable tofu models. (parse_tofu_policy)[!USE_TOFU]: Disable all. (parse_tofu_db_format)[!USE_TOFU]: Disable all. (main) <aTOFUPolicy>[!USE_TOFU]: Skip. * g10/keyedit.c (show_key_with_all_names_colon)[!USE_TOFU]: Do not call tofu functions. * g10/keylist.c (list_keyblock_colon)[!USE_TOFU]: Ditto. * g10/trustdb.c (tdb_get_validity_core)[!USE_TOFU]: Skip tofu processing. -- This allows to build a minimal version of GnuPG. It is also currently required to build for Windows. Signed-off-by: Werner Koch <[email protected]>
* speedo: Do not not assume GNU tar.Werner Koch2014-11-051-2/+2
| | | | | -- Signed-off-by: Werner Koch <[email protected]>
* w32: Set SYSROOT to help finding config scripts.Werner Koch2014-10-171-1/+1
| | | | * autogen.sh <build-w32>: Set SYSROOT.
* build: Yet another autogen.sh --find-version change.Werner Koch2014-08-141-2/+2
| | | | --
* build: Fix autogen.sh base version hack.Werner Koch2014-08-141-3/+4
| | | | * autogen.sh <find-version>: Fix.
* build: Add more options to autogen.sh.Werner Koch2014-06-101-13/+30
| | | | | | | | * autogen.sh: Add options --print-host and --print-build. -- Being able to know the build system and the host as used by GnuPG is useful to build other packages.
* Improve the beta number generation.Werner Koch2014-06-061-2/+59
| | | | | | | | | | | * autogen.sh: Add option --find-version * configure.ac: Rework the setting of the mym4_ variables. -- The old system was not too well defined if no release for a series has yet been done. We now introduce a "PACKAGE-N.M-base" tag to solve this problem. To keep the M4 code readable the GIT parsing has been moved to ./autogen.sh.
* autogen.sh: Add rule for 64 bit windows.Werner Koch2014-01-101-0/+6
|
* Turn autogen.sh into a generic script.Werner Koch2014-01-101-76/+124
| | | | | | | | | * autogen.sh: Revamp. * autogen.rc: New. * Makefile.am (EXTRA_DIST): Add autogen.rc. -- Signed-off-by: Werner Koch <[email protected]>
* autogen.sh: Add envvar AUTOGEN_SH_SILENTWerner Koch2014-01-091-15/+35
| | | | --
* Add i686-w64-mingw32 as w32 toolchain to autogen.sh.Werner Koch2014-01-081-1/+1
| | | | --
* w32: Change autogen.sh to use npth.Werner Koch2013-08-011-1/+1
| | | | --
* Fix non-portable use of chmod in autogen.sh.Werner Koch2012-11-161-2/+2
| | | | * autogen.sh: Remove option -c from chmod.
* Add hook to check the commit log syntax.Werner Koch2011-12-011-0/+7
| | | | * autogen.sh: Install commit-msg hook for git.
* Make sure HOME et al have no unsafe characters.Werner Koch2011-11-291-0/+20
|
* Let autogen.sh check the git configWerner Koch2011-02-041-15/+36
| | | | | | | | To avoid checking in trailing scripts the autogen.sh script now enables the standard pre-commit hook, which check for this. Add a cleanpo filter if not yet set. This works with together with po/.gitattributes.
* Use estream for dirmngr's --gpgconf-list.Werner Koch2011-01-191-1/+2
| | | | Change insalled name of gpg2 for Wince.
* New configure optionh --enable-dirmngr-auto-start.Werner Koch2010-10-081-1/+2
| | | | | autogen.sh enables this for CE.
* Fixed LDAP access on CEWerner Koch2010-08-131-5/+3
|
* Support logging via TCPWerner Koch2010-08-091-1/+1
|
* Some work on porting dirmngr (unfinished)Werner Koch2010-07-161-2/+2
| | | | | Ported gpgtar to W32.
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-1/+1
| | | | | A few code changes to support dirmngr.
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-141-3/+4
|
* Whole lot of changes to support CE.Werner Koch2010-04-141-8/+33
|
* More chnages to use estream. Add a way to replace the standardWerner Koch2010-03-221-1/+3
| | | | | descriptors.
* Builds again for W32.Werner Koch2010-03-151-1/+2
|
* First batch of changes to support W32CE.Werner Koch2010-02-261-2/+1
| | | | | Note that jnlib/w32-reg.c is not yet ready.
* Some minor changes and typo fixes.Werner Koch2010-02-261-6/+36
| | | | | Started to implement a TCP option in gpg-connect-agent.
* Add option --card-timeout.Werner Koch2008-12-051-1/+1
| | | | | | | Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-1/+3
|
* Fixed segv in gpg-agent (command marktrusted).Werner Koch2008-05-271-1/+1
| | | | | | Replaced almost all free by xfree. Translation fixes.
* Fixed bug#907.Werner Koch2008-05-061-0/+1
| | | | | Fixed a segv in keybox and made it more robust.
* Implemented more gpg-agen options to support certain passphrase policies.Werner Koch2007-08-271-2/+2
| | | | | New tool gpg-check-pattern.
* Fixed a problem in estream-printf.c.Werner Koch2007-06-251-1/+1
| | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups.
* Build fixes for W32Werner Koch2007-06-151-2/+3
|
* First steps towards supporting W32.Werner Koch2007-06-061-1/+1
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Upgraded gettext.Werner Koch2007-05-071-1/+1
| | | | | Fixed accidental dependency on libgcrypt 1.3.0.
* Well, missed to change the SVN flaggnupg-2.0.3Werner Koch2007-03-081-2/+7
|
* Made some PIN pads work.Werner Koch2006-11-201-0/+48
| | | | | Some cleanups for 64 bit CPUs.