Skip to content

cannot compile with autoconf error #9

Description

@paolino

archlinux up to date here

[paolino@localhost ~]$ git clone https://github.com/williamweston/phasex.git
Cloning into 'phasex'...
remote: Counting objects: 472, done.
remote: Compressing objects: 100% (300/300), done.
remote: Total 472 (delta 259), reused 383 (delta 170)
Receiving objects: 100% (472/472), 10.03 MiB | 447.00 KiB/s, done.
Resolving deltas: 100% (259/259), done.
[paolino@localhost ~]$ cd phasex/
[paolino@localhost phasex]$ aclocal && autoconf && automake && autoheader
configure.ac:213: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:221: error: possibly undefined macro: AC_MSG_WARN

configure.ac:213: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:221: error: possibly undefined macro: AC_MSG_WARN

It seems a syntax error catched as something different, but I'm not expert in autoconf.
Please fix.

Thanks
paolino

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