aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/autogen.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-06autogen.sh: Do not use -c with chmod.Werner Koch1-2/+2
--
2012-01-16Automate W32 installer building.Werner Koch1-1/+1
* doc/README.W32: Document new installer build procedure. * scripts/autogen.sh: Pass all args to the installer (regression fix). * scripts/conf-w32/README: Remove from repo. * scripts/conf-w32/bzip2-1.diff: Remove from repo. * scripts/mk-w32-dist: Rewrite. * scripts/w32installer.nsi [WITH_PATCHES]: Use constant patch file name.
2012-01-13Include bzip2 code to ease building for W32.Werner Koch1-3/+2
* bzlib/: Include bzip2 code. * configure.ac [W32]: Force use of included bzip2 code. * scripts/autogen.sh <--build-w32>: Do not pass --with-bzip option. * Makefile.am (SUBDIRS): Add bzip. Use it only under W32. -- In the past it happened that we forgot to build against bzip2 which is a standard feature these days. Having the source included makes sure that we will always build with bzip2 support.
2012-01-12Allow building with the 32 bit mingw-w64 toolchain.Werner Koch1-1/+1
* scripts/autogen.sh <--build-w32>: Support i686-w64-mingw32 and use it by default if installed. * keyserver/gpgkeys_ldap.c (my_ldap_start_tls_s): Define macro depending on compiler version. (main): Use new macro. * util/miscutil.c [!HAVE_TIMEGM]: Add prototype for the timegm autoconf replacement function. -- It seems that the LDAP keyserver helper build with the old mingw32 toolchain never worked correctly for LDAPS. The prototype there for ldap_start_tls_s is plainly wrong for Windows. Anyway I included special support so not to break building with the old compiler.
2012-01-10Update gitlog-to-changelog.Werner Koch1-1/+1
* scripts/gitlog-to-changelog: Update from gnupg master. * Makefile.am (gen-ChangeLog): Add new options. * scripts/autogen.sh: Fix typo in URL. Reported by Gilles Espinasse.
2011-12-02Generate the ChangeLog from commit logs.Werner Koch1-0/+7
* scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog.
2011-02-23Don't link gpgv with libreadlineWerner Koch1-15/+38
Also add a useful .gitignore file.
2009-09-05Make it easier to distribute bzip2Werner Koch1-0/+4
2006-09-26Allow to build w/o curl.Werner Koch1-24/+16
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch1-9/+11
2006-02-14about to release 1.4.3rc1gnupg-1.4.3rc1Werner Koch1-0/+1
2005-10-032005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-6/+0
* configure.ac [!$try_gettext]: Invoke AM_PO_SUBDIRS. scripts/ 2005-10-02 Marcus Brinkmann <[email protected]> * autogen.sh (DIE): Remove ugly hack for po dir suppression.
2004-12-21* autogen.sh: automake needs --add-missing for conditional CPPFLAGS buildDavid Shaw1-2/+2
in keyserver/Makefile.am.
2004-12-07*** empty log message ***Werner Koch1-1/+1
2004-10-26Detect the Debian mingw32 package.Werner Koch1-15/+25
2004-10-01* mk-w32-dist: Updated from stable branch.Werner Koch1-0/+2
* mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded.
2004-07-27* configure.ac (AM_GNU_GETTEXT_VERSION): New.Werner Koch1-63/+64
(min_automake_version): New. * LINGUAS: Added all languages we supported in 1.2.5. Copied all po files from 1.2.5. * autogen.sh: Updated to the modern version, grepping the required tool versions from configure.ac.
2004-06-14* mk-w32-dist: Do not include the en@* po files.Werner Koch1-1/+1
* autogen.sh <--build-w32>: Build keyserver helpers again.
2004-05-22About to release 1.3.6Werner Koch1-1/+1
2004-04-192004-04-02 Thomas Schwinge <[email protected]>Marcus Brinkmann1-2/+2
* autogen.sh: Added ACLOCAL_FLAGS.
2003-10-25Updated required versions and add -I m4 to aclocal.Werner Koch1-7/+7
2003-08-29* autogen.sh: Touch po/all for --build-w32. From Werner on stable branch.David Shaw1-0/+5
2003-04-08* autogen.sh: Add options to build for coldfire and uClinux.Werner Koch1-1/+116
2002-10-17* autogen.sh: Allow env variables to override the auto* toolWerner Koch1-12/+15
names. Suggested by Simon Josefsson.
2002-08-23Include intl/ in the CVS again; otherwise we are not able toWerner Koch1-6/+3
re-recreate a distribution from CVS. Some minor other fixes.
2002-06-29Update head to match stable 1.0David Shaw1-27/+71
2000-12-21Does now work with libgcryptWerner Koch1-17/+17
1999-07-12See ChangeLog: Mon Jul 12 14:55:34 CEST 1999 Werner KochWerner Koch1-0/+2
1999-07-07See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner KochWerner Koch1-1/+1
1999-05-22See ChangeLog: Sat May 22 22:47:26 CEST 1999 Werner KochWerner Koch1-2/+2
1999-03-14See ChangeLog: Sun Mar 14 19:34:36 CET 1999 Werner KochWerner Koch1-0/+17
1999-02-22See ChangeLog: Mon Feb 22 20:04:00 CET 1999 Werner KochWerner Koch1-7/+25
1999-02-20See ChangeLog: Sat Feb 20 21:40:49 CET 1999 Werner KochWerner Koch1-4/+4
1999-02-13See ChangeLog: Sat Feb 13 12:14:42 CET 1999 Werner KochWerner Koch1-3/+8
1999-01-17See ChangeLog: Sun Jan 17 11:04:33 CET 1999 Werner KochWerner Koch1-0/+12
1998-10-21Epxerimenta support for GDBM keyings.Werner Koch1-2/+10
1998-10-18Snapshot release 0.4.2V0-4-2Werner Koch1-19/+17
1998-10-17Removed some trashWerner Koch1-0/+44