[pkg-opensc-commit] [pam-p11] 47/66: Handle svn checkout detection correctly when srcdir is different

Eric Dorland eric at moszumanska.debian.org
Tue Jun 13 04:06:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pam-p11.

commit 975b11ca429920cc7b31eba5b280f8e34902e36d
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Sat Sep 20 15:49:21 2008 +0000

    Handle svn checkout detection correctly when srcdir is different
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 65a69c4..8cf4518 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ PKG_PROG_PKG_CONFIG
 AC_C_BIGENDIAN
 
 AC_MSG_CHECKING([svn checkout])
-if test -e packaged; then
+if test -e "${srcdir}/packaged"; then
 	svn_checkout="no"
 else
 	svn_checkout="yes"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pam-p11.git



More information about the pkg-opensc-commit mailing list