[Pcsclite-git-commit] [pcsc-tools] 02/32: configure.ac: use foreign format
Ludovic Rousseau
rousseau at moszumanska.debian.org
Thu May 4 15:44:46 UTC 2017
This is an automated email from the git hooks/post-receive script.
rousseau pushed a commit to branch master
in repository pcsc-tools.
commit 1af2ff759064d800254b0d664342349dd085e6b5
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date: Sat Apr 8 14:22:03 2017 +0200
configure.ac: use foreign format
foreign
Automake will check for only those things that are absolutely
required for proper operations. For instance, whereas GNU standards
dictate the existence of a NEWS file, it will not be required in
this mode. This strictness will also turn off some warnings by
default (among them, portability warnings). The name comes from the
fact that Automake is intended to be used for GNU programs; these
relaxed rules are not the standard mode of operation.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 2ce6127..a0295f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ([2.69])
AC_INIT([pcsc_scan], [1.4.27])
AC_CONFIG_SRCDIR([pcsc_scan.c])
-AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 no-dist-gzip foreign])
dnl create a config.h file (Automake will add -DHAVE_CONFIG_H)
AM_CONFIG_HEADER(config.h)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/pcsc-tools.git
More information about the Pcsclite-cvs-commit
mailing list