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

Fix automake warning message #3

Open
czchen opened this issue Sep 4, 2013 · 1 comment
Open

Fix automake warning message #3

czchen opened this issue Sep 4, 2013 · 1 comment
Labels

Comments

@czchen
Copy link
Member

czchen commented Sep 4, 2013

Automake version 1:1.13.3-1.1ubuntu2 shows the following warning messages.

configure.ac:23: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:23: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:23: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
src/Makefile.am:5: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
@jserv
Copy link
Member

jserv commented Apr 19, 2014

Automake 1.14 works perfectly to me. Should we migrate?

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

No branches or pull requests

2 participants