diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/gpg-error.m4 | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2004-09-14 Marcus Brinkmann <[email protected]> + * src/gpg-error.m4: Add copyright note. + * configure.ac: Call AC_CANONICAL_HOST. Suppress warning about lack of strerror_r on all Solaris platforms. diff --git a/src/gpg-error.m4 b/src/gpg-error.m4 index a5875f0..e85f511 100644 --- a/src/gpg-error.m4 +++ b/src/gpg-error.m4 @@ -1,4 +1,13 @@ -dnl Autoconf macros for libgpg-error +# gpg-error.m4 - autoconf macro to detect libgpg-error. +# Copyright (C) 2002, 2003, 2004 g10 Code GmbH +# +# This file is free software; as a special exception the author gives +# unlimited permission to copy and/or distribute it, with or without +# modifications, as long as this notice is preserved. +# +# This file is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the +# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION, dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) |