Skip to content

./autogen.sh fails on error: automatic de-ANSI-fication support has been removed #30

Open
@spyysalo

Description

@spyysalo

On Ubuntu 13.10, after downloading and unpacking crfsuite master:

./autogen.sh
...
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:33: error: automatic de-ANSI-fication support has been removed
/usr/share/aclocal-1.13/obsolete.m4:26: AM_C_PROTOTYPES is expanded from...
configure.in:33: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
aclocal failed!

removing the offending macro by replacing

AM_C_PROTOTYPES

with

dnl AM_C_PROTOTYPES

in configure.in fixes the (immediate) issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions