[Pcsclite-cvs-commit] r4223 - in /trunk/PCSC: Makefile.am configure.in
rousseau at users.alioth.debian.org
rousseau at users.alioth.debian.org
Mon May 25 08:50:44 UTC 2009
Author: rousseau
Date: Mon May 25 08:50:44 2009
New Revision: 4223
URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4223
Log:
generate a .bz2 archive only
Modified:
trunk/PCSC/Makefile.am
trunk/PCSC/configure.in
Modified: trunk/PCSC/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/Makefile.am?rev=4223&op=diff
==============================================================================
--- trunk/PCSC/Makefile.am (original)
+++ trunk/PCSC/Makefile.am Mon May 25 08:50:44 2009
@@ -1,5 +1,3 @@
-AUTOMAKE_OPTIONS = dist-bzip2
-
SUBDIRS = m4 src etc doc
ACLOCAL_AMFLAGS = -I m4
Modified: trunk/PCSC/configure.in
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/configure.in?rev=4223&op=diff
==============================================================================
--- trunk/PCSC/configure.in (original)
+++ trunk/PCSC/configure.in Mon May 25 08:50:44 2009
@@ -5,7 +5,7 @@
AC_INIT(pcsc-lite, 1.5.3)
AC_CONFIG_SRCDIR(src/pcscdaemon.c)
-AM_INIT_AUTOMAKE(1.8)
+AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_MACRO_DIR(m4)
More information about the Pcsclite-cvs-commit
mailing list