[Pcsclite-git-commit] [pcsc-tools] 03/03: Remove useless c-mac.sh

Ludovic Rousseau rousseau at moszumanska.debian.org
Sat May 13 15:30:23 UTC 2017


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

rousseau pushed a commit to branch master
in repository pcsc-tools.

commit 4df1b96c64a117060867b997697ced92c63e6f0e
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Sat May 13 17:28:47 2017 +0200

    Remove useless c-mac.sh
    
    ./configure now works by default on macOS.
    No need to use special arguments any more.
---
 c-mac.sh | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/c-mac.sh b/c-mac.sh
deleted file mode 100755
index 06855b0..0000000
--- a/c-mac.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-# use ${varname:-word} to return word only if varname is not already defined
-PCSC_CFLAGS=${PCSC_CFLAGS:--framework PCSC}
-PCSC_LIBS=${PCSC_LIBS:--framework PCSC}
-
-./configure \
-	PCSC_CFLAGS="$PCSC_CFLAGS" \
-	PCSC_LIBS="$PCSC_LIBS" \
-	"$@"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/pcsc-tools.git



More information about the Pcsclite-cvs-commit mailing list