diff options
author | Marcus Brinkmann <[email protected]> | 2006-05-25 01:11:08 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2006-05-25 01:11:08 +0000 |
commit | 4c8ff5703eee33fab05db97d20b98beeed2b6a8d (patch) | |
tree | b51259d1ecab6ebf607c9e9ac656a67dac4cfdd0 | |
parent | Fix last change. (diff) | |
download | libgpg-error-4c8ff5703eee33fab05db97d20b98beeed2b6a8d.tar.gz libgpg-error-4c8ff5703eee33fab05db97d20b98beeed2b6a8d.zip |
2006-05-25 Marcus Brinkmann <[email protected]>
* lang/cl/gpg-error.asd: Renamed to ...
* lang/cl/gpg-error.asd.in: ... this.
* configure.ac (AC_CONFIG_FILES): Add lang/cl/gpg-error.asd.in.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | lang/cl/gpg-error.asd.in (renamed from lang/cl/gpg-error.asd) | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2006-05-25 Marcus Brinkmann <[email protected]> + * lang/cl/gpg-error.asd: Renamed to ... + * lang/cl/gpg-error.asd.in: ... this. + * configure.ac (AC_CONFIG_FILES): Add lang/cl/gpg-error.asd.in. + * lang/cl/mkerrcodes.awk, lang/cl/gpg-error-package.lisp, lang/cl/gpg-error.lisp, lang/cl/gpg-error.asd, lang/cl/Makefile.am (clfilesdir): Fix package and file names. diff --git a/configure.ac b/configure.ac index 429ec98..4d0db09 100644 --- a/configure.ac +++ b/configure.ac @@ -143,7 +143,7 @@ AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([intl/Makefile]) AC_CONFIG_FILES([po/Makefile.in m4/Makefile]) AC_CONFIG_FILES([src/Makefile tests/Makefile]) -AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile]) +AC_CONFIG_FILES([lang/Makefile lang/cl/Makefile lang/cl/gpg-error.asd]) AC_CONFIG_FILES([src/versioninfo.rc]) AC_OUTPUT diff --git a/lang/cl/gpg-error.asd b/lang/cl/gpg-error.asd.in index a2f3e10..8c079f1 100644 --- a/lang/cl/gpg-error.asd +++ b/lang/cl/gpg-error.asd.in @@ -26,8 +26,8 @@ (defsystem gpg-error :description "Common error values for all GnuPG components." - :version "1.4" :author "g10 Code GmbH" + :version "@VERSION@" :licence "LGPL" :components ((:file "gpg-error-package") (:file "gpg-error-codes" |