Skip to content

undefined macros when running autotools #37

@JohnPJenkins

Description

@JohnPJenkins

Hi,

I'm building cci from the repository on titan and am running into some undefined macro issues. Autotools versions:

autoconf - 2.69
automake - 1.14
libtool - 2.4.2

And here's the output of autogen.pl:

CCI autogen
[...]
2. Running GNU Autotools...
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I ./config
configure.ac:152: warning: macro 'AM_ENABLE_SHARED' not found in library
configure.ac:153: warning: macro 'AM_DISABLE_STATIC' not found in library
[...]
autoreconf: configure.ac: tracing
autoreconf: configure.ac: adding subdirectory src/openpa to autoreconf
autoreconf: Entering directory `src/openpa'
[...]
autoreconf: Leaving directory `src/openpa'
autoreconf: configure.ac: not using Libtool
configure.ac:152: error: possibly undefined macro: AM_ENABLE_SHARED
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.ac:153: error: possibly undefined macro: AM_DISABLE_STATIC
configure.ac:265: error: possibly undefined macro: AC_PROG_LIBTOOL
autoreconf: /sw/xk6/autoconf/2.69/sles11.1_gnu4.3.4/bin/autoconf failed with exit status: 1

Each of these macros are deprecated, which may have something to do with it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions