aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-09-032003-09-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* configure.ac (AC_INIT): Bump up version number.
2003-09-032003-09-03 Marcus Brinkmann <[email protected]>libgpg-error-0-4Marcus Brinkmann1-1/+1
Released 0.4. * src/gpg-error.h: Define GPG_ERR_INLINE to nothing if the compiler does not implement C99. * configure.ac: (AC_INIT): Bump up version number.
2003-07-312003-07-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* src/strerror.c (gpg_strerror): Use CODE, not ERR to map error code to errno. * configure.ac (AC_INIT): Bump version to 0.3.
2003-07-302003-07-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* configure.ac (AC_INIT): Bump version to 0.2.
2003-06-062003-06-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+7
* configure.ac: Define GPG_ERROR_CONFIG_LIBS and GPG_ERROR_CONFIG_CFLAGS. Add src/gpg-error-config to config files. * src/Makefile.am (EXTRA_DIST): Add gpg-error-config.in and gpg-error.m4. (bin_SCRIPTS): New variable. (m4datadir, m4data_DATA): New variables. * src/gpg-error-config.in: New file. * src/gpg-error.m4: New file.
2003-05-152003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-7/+7
* src/mkstrtable.awk: Add exception clause to license about the output of the script. * configure.ac: Change license to LGPL 2.1 or later. * Makefile.am: Likewise. * src/Makefile.am: Likewise. * src/err-codes.h.in: Likewise. * src/err-sources.h.in: Likewise. * src/strsource.c: Likewise. * src/strerror.c: Likewise. * src/gpg/error.h: Likewise. * tests/Makefile.am: Likewise. * src/mkstrtable.awk: New variable HEADER. Copy input until first line with an actual code and description occurs. * src/err-codes.h.in: Uncomment license, so it is copied into the output. * src/err-sources.h.in: Likewise.
2003-05-152003-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+62
* Initial check-in.