aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-02-21build: Update autogen.sh to set a git PATCH prefix.Werner Koch1-2/+6
-- Signed-off-by: Werner Koch <[email protected]>
2018-02-21build: Update autogen.shWerner Koch1-2/+5
-- Now installs a git patch prefix. Signed-off-by: Werner Koch <[email protected]>
2017-01-17build: Handle packages with dashes in --find-version.Werner Koch1-5/+22
* autogen.sh (--find-version): Improve version extraction. * (--help): Extend. Signed-off-by: Werner Koch <[email protected]>
2017-01-12build: Make autogen.sh more POSIX friendly (next try)Werner Koch1-1/+1
* autogen.sh: Fix dd count to 5. -- Fixes-commit: 3c00b52f7cb0fbd756c0bbe5134b8f2d69c60dd1 Signed-off-by: Werner Koch <[email protected]>
2017-01-12build: Make autogen.sh more POSIX friendly.Werner Koch1-3/+6
* autogen.sh: Replace non POSIX "cp -a" and "head -c". -- Signed-off-by: Werner Koch <[email protected]>
2016-10-31w32: Fix PKG_CONFIG_LIBDIR in --build-w32Andre Heinecke1-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]>
2016-05-31build: Fix URL.Justus Winter1-1/+1
-- Signed-off-by: Justus Winter <[email protected]>
2016-01-13Fix to support git worktree.NIIBE Yutaka1-1/+1
* autogen.sh, Makefile.am, doc/Makefile.am: Use -e for testing .git. -- Signed-off-by: NIIBE Yutaka <[email protected]>
2015-10-20build: Allow building without SQLlite support.Werner Koch1-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]>
2014-11-05speedo: Do not not assume GNU tar.Werner Koch1-2/+2
-- Signed-off-by: Werner Koch <[email protected]>
2014-10-17w32: Set SYSROOT to help finding config scripts.Werner Koch1-1/+1
* autogen.sh <build-w32>: Set SYSROOT.
2014-08-14build: Yet another autogen.sh --find-version change.Werner Koch1-2/+2
--
2014-08-14build: Fix autogen.sh base version hack.Werner Koch1-3/+4
* autogen.sh <find-version>: Fix.
2014-06-10build: Add more options to autogen.sh.Werner Koch1-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.
2014-06-06Improve the beta number generation.Werner Koch1-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.
2014-01-10autogen.sh: Add rule for 64 bit windows.Werner Koch1-0/+6
2014-01-10Turn autogen.sh into a generic script.Werner Koch1-76/+124
* autogen.sh: Revamp. * autogen.rc: New. * Makefile.am (EXTRA_DIST): Add autogen.rc. -- Signed-off-by: Werner Koch <[email protected]>
2014-01-09autogen.sh: Add envvar AUTOGEN_SH_SILENTWerner Koch1-15/+35
--
2014-01-08Add i686-w64-mingw32 as w32 toolchain to autogen.sh.Werner Koch1-1/+1
--
2013-08-01w32: Change autogen.sh to use npth.Werner Koch1-1/+1
--
2012-11-16Fix non-portable use of chmod in autogen.sh.Werner Koch1-2/+2
* autogen.sh: Remove option -c from chmod.
2011-12-01Add hook to check the commit log syntax.Werner Koch1-0/+7
* autogen.sh: Install commit-msg hook for git.
2011-11-29Make sure HOME et al have no unsafe characters.Werner Koch1-0/+20
2011-02-04Let autogen.sh check the git configWerner Koch1-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.
2011-01-19Use estream for dirmngr's --gpgconf-list.Werner Koch1-1/+2
Change insalled name of gpg2 for Wince.
2010-10-08New configure optionh --enable-dirmngr-auto-start.Werner Koch1-1/+2
autogen.sh enables this for CE.
2010-08-13Fixed LDAP access on CEWerner Koch1-5/+3
2010-08-09Support logging via TCPWerner Koch1-1/+1
2010-07-16Some work on porting dirmngr (unfinished)Werner Koch1-2/+2
Ported gpgtar to W32.
2010-06-09Merged Dirmngr with GnuPG.Werner Koch1-1/+1
A few code changes to support dirmngr.
2010-04-14./autogen.sh --build-w32ce does now succeed.Werner Koch1-3/+4
2010-04-14Whole lot of changes to support CE.Werner Koch1-8/+33
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-1/+3
descriptors.
2010-03-15Builds again for W32.Werner Koch1-1/+2
2010-02-26First batch of changes to support W32CE.Werner Koch1-2/+1
Note that jnlib/w32-reg.c is not yet ready.
2010-02-26Some minor changes and typo fixes.Werner Koch1-6/+36
Started to implement a TCP option in gpg-connect-agent.
2008-12-05Add option --card-timeout.Werner Koch1-1/+1
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-1/+3
2008-05-27Fixed segv in gpg-agent (command marktrusted).Werner Koch1-1/+1
Replaced almost all free by xfree. Translation fixes.
2008-05-06Fixed bug#907.Werner Koch1-0/+1
Fixed a segv in keybox and made it more robust.
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-2/+2
New tool gpg-check-pattern.
2007-06-25Fixed a problem in estream-printf.c.Werner Koch1-1/+1
Changes for Windows (gpgsm -k does now work). Minor cleanups.
2007-06-15Build fixes for W32Werner Koch1-2/+3
2007-06-06First steps towards supporting W32.Werner Koch1-1/+1
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-07Upgraded gettext.Werner Koch1-1/+1
Fixed accidental dependency on libgcrypt 1.3.0.
2007-03-08Well, missed to change the SVN flaggnupg-2.0.3Werner Koch1-2/+7
2006-11-20Made some PIN pads work.Werner Koch1-0/+48
Some cleanups for 64 bit CPUs.
2006-10-17Pth tweaks and improved estream.cWerner Koch1-1/+1
2006-09-15Allow for a global trustlist.Werner Koch1-1/+1
2006-09-13Various fixes and new features.Werner Koch1-25/+17
Enhanced gpg-connect-agent.