aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* speedo: Revamped speedo and include a w32 installer.Werner Koch2014-06-1012-67/+4146
| | | | | | | | | | | | | | | | * build-aux/speedo/: New. * build-aux/speedo/w32/: New. -- The new installer uses some code from Gpg4win but is much smaller and easier to maintain. To build an installer, unpack GnuPG and then run make -f build-aux/speedo.mk TARBALLS=~/mytarballs installer ~/mytarballs is a directory with tarballs of external libraries. See speedo.mk for a list of them. WARNING: The installed W32 version does not correctly work right now.
* speedo: Add support for gpgex.Werner Koch2014-01-101-3/+19
| | | | | | -- Speedo is now able to build gpgex for Windows. Building gpa for Windows does not yet work due to a bunch of other dependencies.
* speedo: Minor improvements.Werner Koch2014-01-101-23/+23
| | | | --
* Rename scripts/ to build-aux/Werner Koch2014-01-1019-0/+15692
* scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux.