bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AM_INIT_AUTOMAKE([subdir-objects])


From: Heinrich Schuchardt
Subject: AM_INIT_AUTOMAKE([subdir-objects])
Date: Tue, 3 Dec 2019 18:03:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0

Hello Andrew,

when running autogen.sh automake 1.16.1 complains:

src/Makefile.am:29: warning: source file 'amd/amd_1.c' is in a subdirectory,
src/Makefile.am:29: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
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.

Please, add the following line to configure.ac:

AM_INIT_AUTOMAKE([subdir-objects])

Best regards

Heinrich



reply via email to

[Prev in Thread] Current Thread [Next in Thread]