| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
* configure.ac: Set LT version to C9/A9/R0.
* Makefile.am (GITLOG_TO_CHANGELOG): New.
(gen-ChangeLog): Use --tear-off.
* build-aux/gitlog-to-changelog: Remove.
|
|
|
|
|
|
|
|
|
| |
* compile, config.guess, config.rpath, config.sub, depcomp,
* install-sh, mkinstalldirs: Update to current versions from gnulib.
--
Some of them have not been updated here in over 8 years, time to fix
that.
|
|
|
|
|
| |
* po/uk.po: New.
* po/LINGUAS: Add uk.po
|
|
|
|
|
| |
* po/eo.po: New.
* po/LINGUAS: Add eo.po.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* configure.ac (VERSION_NUMBER): New ac_subst.
(BUILD_FILEVERSION): Build on all platforms
(BUILD_TIMESTAMP): Try to use an ISO string.
* src/Makefile.am (extra-h.in): Add new version numbers.
* src/versioninfo.rc.in: Update copyright year.
* src/version.c: New.
(gpg_error_check_version): New API.
* src/gpg-error.h.in: Add gpg_error_check_version prototype.
* src/gpg-error.def.in: Add gpg_error_check_version
* tests/t-version.c: New.
* tests/Makefile.am (TESTS): Add t-version.c
* src/gpg-error-config.in: s/VERSION/PACKAGE_VERSION/.
--
All other GnuPG libraries do this, thus we do it here as well.
|
|
|
|
| |
--
|
|
|
|
| |
--
|
|
|
|
|
|
|
|
| |
* src/gpg-error.m4: Do not use the no-action branch in AC_ARG_WITH.
--
This fixes commit aaa3f534. The bug was that --with-gpg-error-prefix
always reset the value from --with-libgpg-error-prefix.
|
|
|
|
|
|
| |
* configure.ac: Change to a git only revision id setup.
(BUILD_FILEVERSION): Use revision id for this.
* src/versioninfo.rc.in (FileVersion): Use LT version.
|
|
|
|
| |
--
|
| |
|
|
|
|
| |
* src/err-sources.h.in (GPG_ERR_SOURCE_ASSUAN): New.
|
|
|
|
| |
* configure.ac (git_revision): Use git rev-parse.
|
|
|
|
| |
* autogen.sh: Remove option -c from chmod.
|
|
|
|
| |
--
|
| |
|
|
|
|
| |
--
|
|
|
|
| |
--
|
|
|
|
| |
* src/err-codes.h.in: Unify uppercase.
|
|
|
|
| |
* po/nl.po: Update.
|
|
|
|
| |
* po/cs.po: Update.
|
|
|
|
|
| |
* po/da.po: New.
* po/LINGUAS: Add da.po.
|
|
|
|
| |
* po/fr.po: Update, proofread by Jordy Provost
|
|
|
|
| |
* po/Makefile.in.in: Add --previous option to msgmerge.
|
|
|
|
|
| |
* po/ja.po: New.
* po/LINGUAS: Add ja.po.
|
|
|
|
| |
* po/de.po: Update.
|
|
|
|
| |
--
|
|
|
|
| |
--
|
|
|
|
|
|
| |
* src/Makefile.am (mkerrcodes.h): Use CPPFLAGS.
Signed-off-by: Rafaël Carré <[email protected]>
|
|
|
|
| |
* po/remove-potcdate.sed: Remove.
|
|
|
|
|
|
| |
* Makefile.am (EXTRA_DIST): Fix filename.
* configure.ac (my_full_version): New.
(AC_INIT): Use new macro. Change bug address to the bug tracker URL.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* build-aux/gitlog-to-changelog: New script. Taken from gnulib.
* build-aux/git-log-fix: New file.
* build-aux/git-log-footer: New file.
* doc/HACKING: New file.
* 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.
|
|
|
|
|
|
| |
* src/gpg-error.m4 (AM_PATH_GPG_ERROR): Also accept
--with-libgpg-error-prefix=PFX, for consistency with our three
library sibling packages.
|
|
|
|
|
|
|
| |
Distributions such as Gentoo Linux use /usr/lib64 for system libraries on
multilib setups, so in those cases, ignore the libraries as well.
Signed-off-by: Diego Elio Pettenò <[email protected]>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
If the path to gpg-error-config was explicitly given by the user it
may happen that it does not exists but AC_CHECK_TOOL may assume it
still exists because it is somewhere in the PATH. The extra check
avoids extra sh warnings.
Note that we can't use test -x because that is not defined on some old
systems.
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* conf-w32ce-msc/stdint.h: New file.
* conf-w32ce-msc/build.mk (conf_sources): Add stdint.h.
|
| |
|
| |
|
| |
|
| |
|