[Pcsclite-cvs-commit] Drivers/ccid reconf,NONE,1.1 Makefile.am,1.3,1.4

rousseau@quantz.debian.org rousseau@quantz.debian.org
Mon, 22 Sep 2003 16:21:02 +0200


Update of /cvsroot/pcsclite/Drivers/ccid
In directory quantz:/tmp/cvs-serv19010

Modified Files:
	Makefile.am 
Added Files:
	reconf 
Log Message:
add reconf file


--- NEW FILE: reconf ---
#!/bin/sh

# $Id: reconf,v 1.1 2003/09/22 14:21:00 rousseau Exp $

# I use
# - autoconf (GNU Autoconf) 2.57
# - automake (GNU automake) 1.7.3
# - ltmain.sh (GNU libtool) 1.4.3 (1.922.2.111 2002/10/23 02:54:36)

set -e
set -x
if test -f Makefile; then
  make distclean
fi
rm -rf *.cache *.m4 config.guess config.log config.status config.sub depcomp ltmain.sh
autoreconf --verbose --install


Index: Makefile.am
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	10 Sep 2003 12:03:39 -0000	1.3
+++ Makefile.am	22 Sep 2003 14:21:00 -0000	1.4
@@ -13,7 +13,7 @@
 	$(ac_aux_dir)/mkinstalldirs \
 	$(ac_aux_dir)/ylwrap
 
-EXTRA_DIST = bootstrap ChangeLog \
+EXTRA_DIST = bootstrap reconf ChangeLog \
 	$(AUX_DIST)
 
 MAINTAINERCLEANFILES = $(AUX_DIST)