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

Autoconf setup needs help #7

Closed
nicowilliams opened this issue Mar 22, 2016 · 1 comment
Closed

Autoconf setup needs help #7

nicowilliams opened this issue Mar 22, 2016 · 1 comment

Comments

@nicowilliams
Copy link

  • configure.in should be named configure.ac.

  • The files in m4/ should not be committed (but a m4/.whatever file must be included as otherwise m4/ would be empty, and you need it present in order to have autoreconf -fi work).

  • autoreconf -fi fails, but this patch helps:

    -AM_INIT_AUTOMAKE
    +AM_INIT_AUTOMAKE([-Wno-portability 1.14])

  • Makefile.am and sample/Makefile.am use INCLUDES instead of AM_CPPFLAGS.

  • There's some other automake error I haven't yet worked out.

@kkos
Copy link
Owner

kkos commented Mar 23, 2016

Thanks for your indication.

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

No branches or pull requests

2 participants