mirror of https://github.com/xiph/flac
Fix for autoreconf failures.
Fixes "undefined macro: AM_PATH_XMMS" and similar errors which cause autoreconf to fail. From Sebastian Andrzej Siewior <bigeasy@linutronix.de> via Debian.
This commit is contained in:
parent
b6e64af3b3
commit
e38026a52c
|
@ -30,6 +30,8 @@
|
|||
|
||||
AUTOMAKE_OPTIONS = foreign 1.7
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = doc include m4 man src examples test build obj
|
||||
|
||||
DISTCLEANFILES = libtool-disable-static
|
||||
|
|
|
@ -33,6 +33,7 @@ sed -e 's/^build_old_libs=yes/build_old_libs=no/' libtool > libtool-disable-stat
|
|||
chmod +x libtool-disable-static
|
||||
|
||||
AC_SUBST(ACLOCAL_AMFLAGS, "-I m4")
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AM_PROG_AS
|
||||
AC_PROG_CXX
|
||||
|
|
Loading…
Reference in New Issue