Skip to content

autotools fixes#2

Merged
ddennedy merged 3 commits intoddennedy:masterfrom
aakoskin:autotools
May 16, 2016
Merged

autotools fixes#2
ddennedy merged 3 commits intoddennedy:masterfrom
aakoskin:autotools

Conversation

@aakoskin
Copy link
Copy Markdown
Contributor

Hi,

Some fixes to get rid of warnings with current autotools.

A.

aakoskin added 3 commits May 17, 2016 00:05
Rename configure.in to configure.ac, to avoid warnings such as:

aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
INCLUDES is deprecated, use AM_CPPFLAGS instead. To avoid a warning:

Makefile.am:17: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Update to current syntax to avoid warnings:

configure.ac:4: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated.  For more info, see:
configure.ac:4: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
@ddennedy
Copy link
Copy Markdown
Owner

Looks good to me. Thanks!

@ddennedy ddennedy merged commit e46042e into ddennedy:master May 16, 2016
@aakoskin aakoskin deleted the autotools branch May 16, 2016 21:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants