summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove version_parts in autogen.sh.NIIBE Yutaka2018-07-101-14/+10
| | | | | | | | | | | | | * autogen.rc (version_parts): Remove. * autogen.sh: Determine by $micro argument. -- It can be determined by the invocation of ./autogen.sh --find-version Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
* build: Add option --git-build to autogen.shWerner Koch2018-03-221-1/+25
|
* build: Document how to use git send-email.Werner Koch2018-02-211-0/+1
| | | | | | | | | | * autogen.rc: Add patches_to. * autogen.sh: Run git config sendemail.to. * doc/HACKING: Describe use of git send-email. -- Co-authored-by: Todd Zullinger Signed-off-by: Werner Koch <wk@gnupg.org>
* build: let autogen.sh set a git PATCH prefixWerner Koch2018-02-211-2/+5
| | | | | | | | -- Also commit the missing commit-msg hook. Signed-off-by: Werner Koch <wk@gnupg.org>
* build: Modernize autogen.sh.Werner Koch2017-01-171-20/+116
| | | | | | | | | | * autogen.sh: Update from GnuPG. * autogen.rc (version_parts): New. * configure.ac: Change to use autogen.sh --find-version helper. * Makefile.am (dist-hook): Do not create VERSION (EXTRA_DIST): Add VERSION. Signed-off-by: Werner Koch <wk@gnupg.org>
* Convert http links to https where possible in the source.Daniel Kahn Gillmor2016-02-081-1/+1
| | | | | | | | | | | | | | | | -- * use https for bug reporting * in comments and docs, use https to refer to: - www.gnu.org - creativecommons.org - translationproject.org - mail.gnome.org - www.perl.org - www.ctan.org - www.cl.cam.ac.uk - www.ntg.nl - cygwin.com - www.ethnologue.com
* Correct URL.Neal H. Walfield2015-02-181-1/+1
|
* Use the generic autogen.sh script.Werner Koch2014-01-101-80/+188
| | | | | | | | | * Makefile.am (EXTRA_DIST): Add autogen.rc remove config.rpath. * autogen.rc: New. * autogen.sh: Update from current GnuPG. -- Note that config.rpath is automatically distributed by automake.
* Support building for w64.Werner Koch2013-06-171-1/+4
|
* Make i686-w64-mingw32 the primary W32 toolchain.Werner Koch2013-02-231-2/+3
| | | | --
* Support mingw64 toolchain.Werner Koch2012-11-161-1/+1
| | | | --
* Fix non-portable use of chmod in autogen.sh.Werner Koch2012-11-161-1/+1
| | | | * autogen.sh: Remove option -c from chmod.
* Prepare for a W64 target.Werner Koch2011-04-061-1/+10
|
* Make gpg-error-config and gpg-error.m4 more robust.Werner Koch2011-02-231-14/+36
| | | | | | | | | This is done by taking host prefixed config scripts names in account (as suggested by bug#1261) and adding a new config option --host to print a warning if the used config script was not built for the current host. Care has been taken not to mess things up if an old config script without the option is used or if AC_CANONICAL_HOST has not been used.
* Require new GPG_ERR_ENABLE_ERRNO_MACROS define to include the strerrorWerner Koch2010-08-191-1/+1
| | | | | define.
* Updated.Werner Koch2010-04-141-1/+24
|
* Add a mapping for ESPIPE on W32CE.Werner Koch2010-03-011-2/+4
|
* Add some code to build nativley under WindowsCE - not finished.Werner Koch2010-01-181-5/+33
|
* 2007-08-03 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2007-08-031-1/+1
| | | | | | | * configure.ac: Call AM_PROG_CC_C_O. * autogen.sh: Use = not == in test. * lang/cl/Makefile.am: Do not use :=, but =.
* * configure.ac: Set LT version to C3/A3/R1.libgpg-error-1.5Werner Koch2006-11-301-2/+7
| | | | | | | | | | | | | | | * README: Switch to tar.bz2 and sha1sum. * src/gpg-error.c (main): Add option --version. * autogen.sh (FORCE): Add option --force. * intl/: Removed. * Makefile.am (SUBDIRS): Removed intl. * configure.ac (AM_GNU_GETTEXT): Use external flag * src/Makefile.am: Removed -I../intl.
* Removed included gettext and updated latest gettextWerner Koch2006-11-301-0/+46
|
* Ready for a new releaselibgpg-error-1.4Werner Koch2006-09-141-20/+16
|
* Changes for building on W32 without needing libintl.Werner Koch2005-11-021-2/+1
|
* Does now allow to build a W32 DLL.Werner Koch2005-08-191-1/+1
|
* Add option --build-w32.Werner Koch2004-12-181-2/+53
|
* 2004-04-02 Thomas Schwinge <schwinge@nic-nac-project.de>Marcus Brinkmann2004-04-191-2/+2
| | | | | * autogen.sh: Added ACLOCAL_FLAGS.
* * src/Makefile.am (mkerrcodes.h): Let CPP work on a temporary file.Werner Koch2004-03-091-1/+1
| | | | | | | | | (CLEANFILES): Add that temporary file. * configure.ac (AC_PROG_CPP): Added. * src/err-codes.h.in: Removed trailing spaces from GPG_ERR_NOT_LOCKED.
* Get the gettext version from the special GETTEXT_VERSION macro.Werner Koch2003-12-081-2/+2
|
* * README.CVS: Enhanced.Werner Koch2003-12-081-42/+56
| | | | | | * autogen.sh: New. * Makefile.am (EXTRA_DIST): Added autogen.sh.
* Also test for msgmerge to detect presence of gettext-dev.Werner Koch2003-12-081-5/+8
|
* * autogen.sh: New.Werner Koch2003-12-081-49/+28
| | | | | | | * Makefile.am (EXTRA_DIST): Added autogen.sh. * libtool.m4: Added (CVS only).
* * autogen.sh: New.Werner Koch2003-12-081-0/+104
* Makefile.am (EXTRA_DIST): Added autogen.sh.