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

fixed automake warnings about configure.in and INCLUDES #15

Merged
merged 3 commits into from
Jul 18, 2013

Conversation

mvidner
Copy link
Member

@mvidner mvidner commented Jul 18, 2013

No description provided.

Avoid
    warning: autoconf input should be named 'configure.ac', not 'configure.in'

which would break later:
  http://lists.gnu.org/archive/html/automake/2013-01/msg00000.html

- Automake 1.14 will drop support for the long-deprecated
  'configure.in' name for the Autoconf input file.  You are advised
  to start using the recommended name 'configure.ac' instead, ASAP.
Avoid
    warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
lslezak added a commit that referenced this pull request Jul 18, 2013
fixed automake warnings about configure.in and INCLUDES
@lslezak lslezak merged commit 333c1b5 into yast:master Jul 18, 2013
@mvidner mvidner deleted the automake-warnings branch September 5, 2014 13:52
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.

None yet

2 participants