[pkg-opensc-commit] [libp11] 169/239: Create a m4 directory if not already present

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:29 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 df758cce63f766f6c3e38451bb26a5189c8dab5e
Author: Ludovic Rousseau <ludovic.rousseau at gmail.com>
Date:   Fri Jan 25 13:57:29 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'.
---
 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/libp11.git



More information about the pkg-opensc-commit mailing list