FS#33497 - [lirc] Fix for new automake

Attached to Project: Arch Linux
Opened by Kevin Mihelich (kmihelich) - Monday, 21 January 2013, 20:04 GMT
Last edited by Tobias Powalowski (tpowa) - Wednesday, 23 January 2013, 20:42 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: A fix for the new automake is needed in build():
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac


Additional info:
* package version: 0.9.0-35
* config and/or log files etc:
configure.ac:11: error: 'AM_CONFIG_HEADER': this macro is obsolete.
You should use the 'AC_CONFIG_HEADERS' macro instead.
/usr/share/aclocal-1.13/obsolete-err.m4:12: AM_CONFIG_HEADER is expanded from...
configure.ac:11: 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


Steps to reproduce: Build from an up-to-date clean chroot.
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Wednesday, 23 January 2013, 20:42 GMT
Reason for closing:  Fixed
Additional comments about closing:  in trunk

Loading...