[Pcsclite-cvs-commit] MCardPlugin bootstrap,1.2,1.3 config.h.in,1.1.1.1,1.2 configure.in,1.5,1.6

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/muscleplugins/MCardPlugin
In directory haydn:/tmp/cvs-serv22512

Modified Files:
	bootstrap config.h.in configure.in 
Log Message:
upgrade using the (working) pcsc-lite bootstrap script


Index: bootstrap
===================================================================
RCS file: /cvsroot/muscleplugins/MCardPlugin/bootstrap,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- bootstrap	1 Oct 2002 18:42:42 -0000	1.2
+++ bootstrap	25 Mar 2004 08:07:17 -0000	1.3
@@ -1,14 +1,11 @@
-#! /bin/sh
+#!/bin/sh
 
+set -e
 set -x
-if [ -f Makefile ]
-then
-	make distclean
+if test -f Makefile; then
+  make distclean
 fi
-aclocal -I build --output=build/aclocal.m4
-libtoolize --copy --force
-# cp -f ~/cvs/config/config.guess ~/cvs/config/config.sub build/
-autoheader
-automake --add-missing --copy
-autoreconf --localdir=build --gnu
-
+rm -rf *.cache *.m4 config.guess config.log \
+config.status config.sub depcomp ltmain.sh
+(cat aclocal/*.m4 > acinclude.m4 2> /dev/null)
+autoreconf --verbose --install

Index: config.h.in
===================================================================
RCS file: /cvsroot/muscleplugins/MCardPlugin/config.h.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- config.h.in	10 Dec 2001 20:16:29 -0000	1.1.1.1
+++ config.h.in	25 Mar 2004 08:07:17 -0000	1.2
@@ -1,41 +1,92 @@
-/* config.h.in.  Generated automatically from configure.in by autoheader.  */
+/* config.h.in.  Generated from configure.in by autoheader.  */
 
-/* Define if you have the daemon function.  */
-#undef HAVE_DAEMON
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#undef HAVE_DLFCN_H
 
-/* Name of package */
-#undef PACKAGE
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
 
-/* Version number of package */
-#undef VERSION
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
 
-/* Linux */
-#undef PCSC_TARGET_LINUX
+/* Define if you have POSIX threads libraries and header files. */
+#undef HAVE_PTHREAD
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
+/* Define to 1 if you have the `strdup' function. */
+#undef HAVE_STRDUP
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
+
+/* enable full MSC debug messaging. */
+#undef MSC_DEBUG
+
+/* status callbacks are enabled */
+#undef MSC_ENABLE_CALLBACK
 
 /* BSD */
-#undef PCSC_TARGET_BSD
+#undef MSC_TARGET_BSD
+
+/* Cygwin */
+#undef MSC_TARGET_CYGWIN
+
+/* HP-UX */
+#undef MSC_TARGET_HPUX
+
+/* Linux */
+#undef MSC_TARGET_LINUX
 
 /* OSX */
-#undef PCSC_TARGET_OSX
+#undef MSC_TARGET_OSX
 
 /* Solaris */
-#undef PCSC_TARGET_SOLARIS
+#undef MSC_TARGET_SOLARIS
 
-/* HP-UX */
-#undef PCSC_TARGET_HPUX
+/* TRU64 */
+#undef MSC_TARGET_TRU64
 
-/* enable full PCSC debug messaging. */
-#undef PCSC_DEBUG
+/* Name of package */
+#undef PACKAGE
 
-/* display atr parsing debug messages. */
-#undef ATR_DEBUG
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
 
-/* send messages to syslog instead of stdout */
-#undef USE_SYSLOG
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
 
-/* pcsc runs as a daemon in the background. */
-#undef USE_DAEMON
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
 
-/* enable client side thread safety. */
-#undef USE_THREAD_SAFETY
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
 
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
+
+/* Define to the necessary symbol if this constant uses a non-standard name on
+   your system. */
+#undef PTHREAD_CREATE_JOINABLE
+
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Version number of package */
+#undef VERSION

Index: configure.in
===================================================================
RCS file: /cvsroot/muscleplugins/MCardPlugin/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- configure.in	19 Dec 2003 21:42:36 -0000	1.5
+++ configure.in	25 Mar 2004 08:07:17 -0000	1.6
@@ -1,8 +1,15 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(src/musclecardApplet.h)
 
-AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(MCardPlugin, 1.0.3)
+# Require autoconf 2.52
+AC_PREREQ(2.52)
+
+AC_INIT(COPYING)
+AM_INIT_AUTOMAKE(MCardPlugin-lite, 1.0.3)
+AM_CONFIG_HEADER(config.h)
+
+AC_CONFIG_SRCDIR(src/musclecardApplet.c)
+
+AC_CANONICAL_HOST
 
 AM_MAINTAINER_MODE