Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autogen.sh error: two- and three-arguments forms are deprecated #56

Open
tseemann opened this issue Sep 8, 2018 · 3 comments
Open

autogen.sh error: two- and three-arguments forms are deprecated #56

tseemann opened this issue Sep 8, 2018 · 3 comments
Assignees

Comments

@tseemann
Copy link

tseemann commented Sep 8, 2018

./autogen.sh

configure.ac:2: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:2: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:3: installing './compile'
configure.ac:2: installing './install-sh'
configure.ac:2: installing './missing'
src/Makefile.am:4: warning: source file './ext/iniFile.cpp' is in a subdirectory,
src/Makefile.am:4: 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.
src/Makefile.am: installing './depcomp'
@treangen treangen self-assigned this Sep 11, 2018
@treangen treangen added the bug label Sep 11, 2018
@treangen
Copy link
Member

thanks @tseemann

@tseemann
Copy link
Author

configure.ac:52: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:52: https://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
configure.ac:64: installing 'config/compile'
configure.ac:52: installing 'config/missing'
libMUSCLE/Makefile.am:28: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
libMUSCLE/Makefile.am: installing 'config/depcomp'

Still in 1.5.0 ?

@bkille
Copy link
Contributor

bkille commented Jun 19, 2020

Yup 😞 I'm new to autotools and have been putting this on the backburner. I'll see if I can take care of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants