aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2004-09-14 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-141-2/+14
| | | | | | * configure.ac: Call AC_CANONICAL_HOST. Suppress warning about lack of strerror_r on all Solaris platforms.
* post release version bumbWerner Koch2004-07-301-1/+1
|
* Bumbed version to 1.0, LT to C1/A1/R3.Werner Koch2004-07-301-2/+2
|
* * src/Makefile.am (mkerrcodes.h): Let CPP work on a temporary file.Werner Koch2004-03-091-2/+2
| | | | | | | | | (CLEANFILES): Add that temporary file. * configure.ac (AC_PROG_CPP): Added. * src/err-codes.h.in: Removed trailing spaces from GPG_ERR_NOT_LOCKED.
* Prepare for next round of changes.Marcus Brinkmann2004-03-081-1/+1
|
* 2004-03-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-071-3/+3
| | | | | | | Released 0.7. * configure.ac: Bumbed up LIBGPG_ERROR_LT_REVISON.
* 2004-03-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-03-011-0/+13
| | | | | | | | | | | | | | | | * configure.ac: Define CC_FOR_BUILD. * src/Makefile.am (BUILT_SOURCES): Add gpg-error.h. (EXTRA_DIST): Add mkerrcodes.awk and mkerrcodes.c. (CLEANFILES): Add mkerrcodes.h and mkerrcodes. (mkerrcodes.h): New target. (mkerrcodes): New target. (code-from-errno.h): Rewritten. * src/errnos.in: Remove include statement (which was ignored anyway). * src/mkerrcodes.awk: New file. * src/mkerrcodes.c: New file.
* Get the gettext version from the special GETTEXT_VERSION macro.Werner Koch2003-12-081-2/+4
|
* * README.CVS: Enhanced.Werner Koch2003-12-081-3/+4
| | | | | | * autogen.sh: New. * Makefile.am (EXTRA_DIST): Added autogen.sh.
* * autogen.sh: New.Werner Koch2003-12-081-1/+3
| | | | | * Makefile.am (EXTRA_DIST): Added autogen.sh.
* Bumbed version number to 0.7.Werner Koch2003-11-141-1/+1
|
* About to release 0.6libgpg-error-0-6Werner Koch2003-11-141-1/+2
|
* Prepare development of next release.Marcus Brinkmann2003-10-061-1/+1
|
* 2003-10-06 Marcus Brinkmann <[email protected]>libgpg-error-0-5Marcus Brinkmann2003-10-061-2/+2
| | | | | | | | Released 0.5. * configure.ac (LIBGPG_ERROR_LT_CURRENT, LIBGPG_ERROR_LT_AGE): Bump up by one.
* 2003-09-13 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-131-0/+3
| | | | | | | | * configure.ac: Invoke AC_FUNC_STRERROR_R. * src/gpg-error.h (gpg_strerror_r): New prototype. * src/strerror.c (system_strerror_r): New function. (gpg_strerror_r): New function.
* 2003-09-03 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-09-031-1/+1
| | | | | * configure.ac (AC_INIT): Bump up version number.
* 2003-09-03 Marcus Brinkmann <[email protected]>libgpg-error-0-4Marcus Brinkmann2003-09-031-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-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-311-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-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-07-301-1/+1
| | | | | * configure.ac (AC_INIT): Bump version to 0.2.
* 2003-06-06 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-06-061-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-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-151-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-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2003-05-151-0/+62
* Initial check-in.