aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* include: Remove this directory.Werner Koch2014-01-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/cipher.h: Move to ... * g10/cipher.h: here. * agent/gpg-agent.c: Adjust header file name. * include/host2net.h: Move to ... * common/host2net.h: here. Change license to LGPLv3/GPLv2. Adjust notices to reflect that only me worked on that file. * include/types.h: Remove. * common/types.h: Include inttypes.h. Add byte typedef and comments for __riscos__. * common/iobuf.h: Adjust header file name. * include/_regex.h: Remove this unused file. * include/Makefile.am: Remove. * Makefile.am (SUBDIRS): Remove "include". * configure.ac (AC_CONFIG_FILES): Remove include/Makefile. * include/ChangeLog-2011: Move to ... * common/ChangeLog-2011.include: here. * common/Makefile.am (EXTRA_DIST): Add file. * include/zlib-riscos.h: Move this repo only file to ... * g10/zlib-riscos.h: here. * include/: Remove. -- include/ was a leftover from GnuPG 1.x times. Signed-off-by: Werner Koch <[email protected]>
* Turn autogen.sh into a generic script.Werner Koch2014-01-101-1/+1
| | | | | | | | | * autogen.sh: Revamp. * autogen.rc: New. * Makefile.am (EXTRA_DIST): Add autogen.rc. -- Signed-off-by: Werner Koch <[email protected]>
* Rename scripts/ to build-aux/Werner Koch2014-01-101-9/+10
| | | | | | * scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux.
* Improve the speedo make script.Werner Koch2014-01-091-1/+2
| | | | | | | | | | | | | | * scripts/gpg-w32-dev/README: Remove * scripts/gpg-w32-dev/GNUmakefile, scripts/gpg-w32-dev/speedo.mk: Merge into .. * scripts/speedo.mk: this. -- Speedo may now be used to build from GIT or tarballs and has a couple of other improvements as well. For best results the autogen.sh files of all source package should be updated to the one used in gnupg. Signed-off-by: Werner Koch <[email protected]>
* Prepare for newer automake versions.Werner Koch2013-06-271-1/+0
| | | | | | | | | | * configure.ac (AM_INIT_AUTOMAKE): Replace 2 argument form by the option form. Add options from the top Makefile. (AM_CONFIG_HEADER): Rename to AC_CONFIG_HEADER. * Makefile.am (AUTOMAKE_OPTIONS): Remove. * kbx/Makefile.am: Remove INCLUDES. Include cmacros.am. FActor some AM_CPPFLAGS options to AM_CFLAGS.
* Fix build system for Android by disabling tests since its x-compiledHans-Christoph Steiner2012-08-241-3/+3
| | | | | | * configure.ac (HAVE_ANDROID_SYSTEM, RUN_TESTS): New. (AH_BOTTOM) [__ANDROID__]: Do not re-define ttyname. * Makefile.am: Depend tests on new RUN_TESTS conditional.
* Require gitlog-to-changelog to be installed.Werner Koch2012-01-251-2/+3
| | | | | | | | | | | * Makefile.am (GITLOG_TO_CHANGELOG): New. (gen-ChangeLog): Use installed version of gitlog-to-changelog. -- In case an appropriate version of gitlog-to-changelog is not in the PATH, it is possible to override it using something like: make distcheck GITLOG_TO_CHANGELOG=/foo/bar/my-gitlog-to-changelog
* gitlog-to-changelog: New option --tear-off.Werner Koch2011-12-121-1/+1
| | | | | * scripts/gitlog-to-changelog: Add option --tear-off. * Makefile.am (gen-ChangeLog): Use that option.
* Correct punctuation in the ChangeLog summary line.Werner Koch2011-12-071-0/+1
| | | | * Makefile.am (gen-ChangeLog): Supply --append-dot.
* Generate the ChangeLog from commit logs.Werner Koch2011-12-011-3/+21
| | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch2011-02-041-9/+8
| | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
* Keyserver search and get basically works again.Werner Koch2011-01-181-1/+1
|
* Rename README.SVN also in MakefileWerner Koch2011-01-031-3/+3
|
* Install the mo files on W32 platformsWerner Koch2010-10-181-2/+14
|
* Merged Dirmngr with GnuPG.Werner Koch2010-06-091-1/+7
| | | | | A few code changes to support dirmngr.
* ./autogen.sh --build-w32ce does now succeed.Werner Koch2010-04-141-0/+2
|
* Merged jnlib into common.Werner Koch2010-03-101-1/+1
|
* s/DOTLOCK/dotlock_t/.Werner Koch2009-09-231-1/+6
| | | | | Add some stuff for g13.
* Remove testing cruft.Werner Koch2009-05-191-6/+1
| | | | | Typo fixes.
* New gpgsm server option no-encrypt-to.Werner Koch2009-05-181-1/+6
| | | | | | Add caching for symkey encryption. Minor cleanups.
* Utilize new automake vars for proper installation into doc/.Werner Koch2008-03-271-0/+3
|
* Changed to GPLv3.Werner Koch2007-07-041-6/+4
| | | | | Removed intl/.
* Fixed installation of gpg2keys_mailtoWerner Koch2007-05-041-1/+1
|
* Made some PIN pads work.Werner Koch2006-11-201-1/+1
| | | | | Some cleanups for 64 bit CPUs.
* .Werner Koch2006-10-231-0/+2
|
* 2006-09-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2006-09-271-4/+4
| | | | | * Makefile.am: Fix cut & paste error.
* Cleanups.Werner Koch2006-09-201-10/+1
|
* Ready for another releasegnupg-1.9.23Werner Koch2006-09-181-1/+11
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-1/+1
|
* Migrated more stuff to doc/Werner Koch2006-08-211-0/+1
| | | | | | | | Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-2/+1
| | | | | shows no prblems. Needs more testing of course.
* Added keyserver directory from trunkWerner Koch2006-06-301-1/+4
|
* Updated FSF's address.Werner Koch2006-06-201-1/+2
|
* * configure.ac (gl_INIT): Add gnulib stuff.Werner Koch2005-06-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (fseeko, ftello, ttyname, isascii): Replaced the AC_REPLACE_FUNCS by a simple check. (putc_unlocked): Removed check. Not used. (strsep, mkdtemp, asprintf): Replaced checks by gnulib checks. (xsize): Added will probably come handy soon. (CFLAGS): Use -Wformat-security instead of -Wformat-nonliteral. Add --Wno-format-y2k. * gl/, gl/m4/: New. * gpg-agent.c: Include setenv.h. * Makefile.am (AM_CPPFLAGS): Added. * util.h: Add some includes for gnulib. (ttyname, isascii): Define them inline. * fseeko.c, ftello.c: Removed. * strsep.c, mkdtemp.c: Removed. * ttyname.c, isascii.c: Removed. * mkdtemp.c: Removed. * exec.c: Include mkdtemp.h * keybox-file.c (ftello) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/ftello.c. * keybox-update.c (fseeko) [!HAVE_FSEEKO]: New replacement function. Copied from ../common/iobuf.c. * scdaemon.c: Include mkdtemp.h. * misc.c: Include setenv.h. * symcryptrun.c: Include mkdtemp.h.
* A whole bunch of changes to allow building for W32.Werner Koch2004-12-151-1/+7
|
* Compile fixes.Werner Koch2004-10-221-1/+2
|
* * Makefile.am (sm): Build kbx only if gpgsm is to be build.Werner Koch2004-07-201-1/+8
| | | | | * maperror.c: Removed header ksba.h. Not required anymore.
* * README-alpha: Removed.V1-9-3Werner Koch2003-12-231-2/+2
| | | | | * configure.ac, Makefile.am: Add the tests and tools directories.
* Enable the tests directory.Werner Koch2003-12-231-5/+1
|
* * configure.ac: Add a min_automake_version.Werner Koch2003-12-091-2/+2
| | | | | | | * README.CVS: New. * autogen.sh: Revamped except for the --build-w32 hack. * Makefile.am: Add README.CVS
* About to release the first 1.9 version.Werner Koch2003-08-051-1/+1
|
* minor changes to make make distcheck happyWerner Koch2003-07-311-1/+4
|
* Minor changes to make make dist work correctly.Werner Koch2003-07-041-2/+14
|
* A small step for GnuPG but a huge leap for error codes.Werner Koch2003-06-051-1/+7
| | | | | | (Sorry, it does not build currently - I need to check it in to avoid duplicate work.)
* * configure.ac (ALL_LINUGAS): Removed.Werner Koch2003-04-291-4/+4
| | | | | | * Makefile.am (ACLOCAL_AMFLAGS): New. * configure.ac (AM_GNU_GETTEXT_VERSION): New. Set to 0.11.5.
* Merged Top directory of NewPG with GnuPG.Werner Koch2002-10-191-29/+22
|
* Update head to match stable 1.0David Shaw2002-06-291-17/+28
|
* Removed the libgcrypt stuff and started to modify the source to work withWerner Koch2000-12-191-29/+2
| | | | | that external library.
* configuraton changes, make dist should work now.Werner Koch2000-10-101-2/+7
|
* See ChangeLog: Fri Aug 18 14:27:14 CEST 2000 Werner KochWerner Koch2000-08-181-1/+8
|