[Pcsclite-cvs-commit] r2746 - in /trunk/Drivers/ccid: Makefile.am bootstrap
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Fri Jan 18 09:27:44 UTC 2008
Author: rousseau
Date: Fri Jan 18 09:27:43 2008
New Revision: 2746
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2746
Log:
add and use bootstrap instead of reconf. reconf does not work on Leopard
Added:
trunk/Drivers/ccid/bootstrap (with props)
Modified:
trunk/Drivers/ccid/Makefile.am
Modified: trunk/Drivers/ccid/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/Makefile.am?rev=2746&op=diff
==============================================================================
--- trunk/Drivers/ccid/Makefile.am (original)
+++ trunk/Drivers/ccid/Makefile.am Fri Jan 18 09:27:43 2008
@@ -12,7 +12,7 @@
$(ac_aux_dir)/missing \
$(ac_aux_dir)/ylwrap
-EXTRA_DIST = reconf ChangeLog SCARDGETATTRIB.txt \
+EXTRA_DIST = bootstrap ChangeLog SCARDGETATTRIB.txt \
$(AUX_DIST)
MAINTAINERCLEANFILES = $(AUX_DIST)
Added: trunk/Drivers/ccid/bootstrap
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/bootstrap?rev=2746&op=file
==============================================================================
--- trunk/Drivers/ccid/bootstrap (added)
+++ trunk/Drivers/ccid/bootstrap Fri Jan 18 09:27:43 2008
@@ -1,0 +1,11 @@
+#! /bin/bash
+
+# $Id:$
+
+set -x
+
+aclocal
+libtoolize --copy --force --automake
+autoheader --force
+autoconf --force
+automake --add-missing --copy --force --foreign
Propchange: trunk/Drivers/ccid/bootstrap
------------------------------------------------------------------------------
svn:executable = *
More information about the Pcsclite-cvs-commit
mailing list