#39252: kdelibs3 needs patched for automake 1.13/1.14 ------------------------+-------------------------------- Reporter: drogers@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: kdelibs3 | ------------------------+-------------------------------- Old 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.
New 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. -- Comment (by macsforever2000@…): In the future, please use WikiFormatting. -- Ticket URL: <https://trac.macports.org/ticket/39252#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X