FS#33888 - [libmng] can not build on autoconf 2.69

Attached to Project: Arch Linux
Opened by Daniel YC Lin (dlin) - Saturday, 16 February 2013, 11:09 GMT
Last edited by Eric Belanger (Snowman) - Tuesday, 19 February 2013, 21:05 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Eric Belanger (Snowman)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


Additional info:
* package version(s)

autoconf 2.69-1
automake 1.13.1-1

* config and/or log files etc.

aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
configure.in:18: error: automatic de-ANSI-fication support has been removed
/usr/share/aclocal-1.13/obsolete-err.m4:24: AM_C_PROTOTYPES is expanded from...
configure.in:18: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
==> ERROR: A failure occurred in build().

Steps to reproduce:
This task depends upon

Closed by  Eric Belanger (Snowman)
Tuesday, 19 February 2013, 21:05 GMT
Reason for closing:  Fixed
Additional comments about closing:  Thanks.
Comment by Daniel YC Lin (dlin) - Monday, 18 February 2013, 13:57 GMT
My workable patch is add following line before ./configure.

sed -i 's/^AM_C_PROTOTYPES//' configure.in

Loading...