You are not logged in.
Pages: 1
Hello.
I upgraded this morning automake to version 1.13.0. And when I try to get build vlc-git, I got this error :
configure.ac:28: error: possibly undefined macro: AM_CONFIG_HEADER
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
Going back to previous version fixes the problem.
Any idea ?
Offline
sed 's|AM_CONFIG_HEADER(config.h)|AC_CONFIG_HEADERS([config.h])|g' -i configure.ac
edited
Last edited by sl1pkn07 (2012-12-31 22:25:28)
Offline
AKA it needs to be fixed upstream.
Offline
Already reported upstream : https://trac.videolan.org/vlc/ticket/7975
Until it is fixed, I will warn on AUR vlc-git page.
Offline
you can use
export AUTOMAKE:automake
work for me
Well, I suppose that this is somekind of signature, no?
Offline
Pages: 1