[SCM] GNU gnutls branch, master, updated. gnutls_3_0_11-71-gdf895da
"Simon Josefsson" <[email protected]>
| Newsgroups | gmane.comp.encryption.gpg.gnutls.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".
http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=df895da2766c27b7e4858ed98efbc08555902c44
The branch, master has been updated
via df895da2766c27b7e4858ed98efbc08555902c44 (commit)
from 1597d60f0bc63f9c5d820a931390df5ec5994d92 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit df895da2766c27b7e4858ed98efbc08555902c44
Author: Simon Josefsson <[email protected]>
Date: Wed Jan 18 20:01:19 2012 +0100
Fix builddir != srcdir builds.
-----------------------------------------------------------------------
Summary of changes:
guile/pre-inst-guile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/guile/pre-inst-guile.in b/guile/pre-inst-guile.in
index cd74e32..9dd409d 100644
--- a/guile/pre-inst-guile.in
+++ b/guile/pre-inst-guile.in
@@ -24,7 +24,7 @@ GUILE_LOAD_PATH="@abs_top_srcdir@/guile/modules:$GUILE_LOAD_PATH"
GUILE_LOAD_PATH="@abs_top_builddir@/guile/modules:$GUILE_LOAD_PATH"
export GUILE_LOAD_PATH
-GNUTLS_GUILE_EXTENSION_DIR="@abs_top_srcdir@/guile/src"
+GNUTLS_GUILE_EXTENSION_DIR="@abs_top_builddir@/guile/src"
export GNUTLS_GUILE_EXTENSION_DIR
exec @abs_top_builddir@/libtool --mode=execute \
hooks/post-receive
--
GNU gnutls