[Pcsclite-cvs-commit] r6740 - trunk/Drivers/ccid

ludovic.rousseau at free.fr ludovic.rousseau at free.fr
Sat Aug 24 09:38:50 UTC 2013


Author: rousseau
Date: 2013-08-24 09:38:50 +0000 (Sat, 24 Aug 2013)
New Revision: 6740

Modified:
   trunk/Drivers/ccid/configure.ac
Log:
Use subdir-objects option

src/Makefile.am:36: warning: source file 'towitoko/atr.c' is in a
subdirectory,
src/Makefile.am:36: but option 'subdir-objects' is disabled

automake-1.14: warning: possible forward-incompatibility.
automake-1.14: At least a source file is in a subdirectory, but the 'subdir-objects'
automake-1.14: automake option hasn't been enabled.  For now, the corresponding output
automake-1.14: object file(s) will be placed in the top-level directory.  However,
automake-1.14: this behaviour will change in future Automake versions: they will
automake-1.14: unconditionally cause object files to be placed in the same subdirectory
automake-1.14: of the corresponding sources.
automake-1.14: You are advised to start using 'subdir-objects' option throughout your
automake-1.14: project, to avoid future incompatibilities.


Modified: trunk/Drivers/ccid/configure.ac
===================================================================
--- trunk/Drivers/ccid/configure.ac	2013-08-23 14:11:18 UTC (rev 6739)
+++ trunk/Drivers/ccid/configure.ac	2013-08-24 09:38:50 UTC (rev 6740)
@@ -9,7 +9,7 @@
 AC_INIT([ccid],[1.4.12])
 AC_CONFIG_SRCDIR(src/ifdhandler.c)
 AC_CONFIG_AUX_DIR([.])
-AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip)
+AM_INIT_AUTOMAKE(1.8 dist-bzip2 no-dist-gzip subdir-objects)
 AC_CONFIG_MACRO_DIR([m4])
 
 # silent build by default




More information about the Pcsclite-cvs-commit mailing list