[pkg-opensc-commit] [engine-pkcs11] 94/152: Create a m4 directory if not already present

Eric Dorland eric at moszumanska.debian.org
Mon Oct 19 03:11:20 UTC 2015


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

eric pushed a commit to branch master
in repository engine-pkcs11.

commit 49acb54c60dc1c452f39f819ecbcb2632d1d6668
Author: Ludovic Rousseau <ludovic.rousseau at gmail.com>
Date:   Fri Jan 25 13:47:52 2013 +0100

    Create a m4 directory if not already present
    
    It is not possible to store an empty directory using git(1). So we need
    to create one after a 'git clone'.
    
    Thanks to Steve Beaty for the bug report
    https://sourceforge.net/mailarchive/message.php?msg_id=30391747
---
 bootstrap | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bootstrap b/bootstrap
index 1ed89d2..63dfd0c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -5,6 +5,10 @@ set -x
 if test -f Makefile; then
   make distclean
 fi
+
+# create a m4 directory if not already present
+test -d m4 || mkdir m4
+
 rm -rf *~ *.cache *.m4 config.guess config.log \
 	config.status config.sub depcomp ltmain.sh
 autoreconf --verbose --install --force

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



More information about the pkg-opensc-commit mailing list