[Genabel-commits] r1527 - pkg/ProbABEL
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Jan 2 17:32:42 CET 2014
Author: lckarssen
Date: 2014-01-02 17:32:42 +0100 (Thu, 02 Jan 2014)
New Revision: 1527
Modified:
pkg/ProbABEL/configure.ac
Log:
Add the subdir-objects option for Automake to ProbABEL's configure.ac. Without this option automake 1.14 gives the following warning:
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled. For now, the corresponding output
automake: object file(s) will be placed in the top-level directory. However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
I haven't noticed any problems on my regular Ubuntu machine when building using Automake 1.13.
Modified: pkg/ProbABEL/configure.ac
===================================================================
--- pkg/ProbABEL/configure.ac 2014-01-02 01:44:21 UTC (rev 1526)
+++ pkg/ProbABEL/configure.ac 2014-01-02 16:32:42 UTC (rev 1527)
@@ -3,7 +3,7 @@
AC_PREREQ([2.67])
AC_INIT(ProbABEL, 0.4.2, genabel-devel at r-forge.wu-wien.ac.at)
-AM_INIT_AUTOMAKE([silent-rules])
+AM_INIT_AUTOMAKE([silent-rules subdir-objects])
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([src/data.h])
AC_CONFIG_HEADERS([src/config.h])
More information about the Genabel-commits
mailing list