Opened 11 years ago

Last modified 9 years ago

#39252 closed defect

kdelibs3 needs patched for automake 1.13/1.14 — at Initial Version

Reported by: drogers@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.3
Keywords: Cc:
Port: kdelibs3

Description

Attempting to compile kdelibs3 results in the following wanring/error:

* Creating aclocal.m4 aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' acinclude.m4:3724: warning: the serial number must appear before any macro definition acinclude.m4:3769: warning: the serial number must appear before any macro definition acinclude.m4:3814: warning: the serial number must appear before any macro definition acinclude.m4:6007: warning: the serial number must appear before any macro definition acinclude.m4:12474: warning: the serial number must appear before any macro definition configure.in:29: error: 'AM_CONFIG_HEADER': this macro is obsolete.

You should use the 'AC_CONFIG_HEADERS' macro instead.

Replacing AM_CONFIG_HEADER with AC_CONFIG_HEADERS in all configure.in files fixes the problem an allows the compile to continue.

Change History (0)

Note: See TracTickets for help on using tickets.