[pkg-opensc-commit] [libp11] 142/239: Handle svn checkout detection correctly when srcdir is different

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:19 UTC 2015


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

eric pushed a commit to branch master
in repository libp11.

commit accb66f23ca5bb5f04ef3ff369c5e48c216b8463
Author: Alon Bar-Lev <alon.barlev at gmail.com>
Date:   Sat Sep 20 15:46:48 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 48ed4c7..8bcfeea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,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/libp11.git



More information about the pkg-opensc-commit mailing list