mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
fixed the condition to install alsa.m4.
the newer automake sets ACLOCAL=aclocal-1.6.
This commit is contained in:
parent
3bcd8ebfcf
commit
46761b6ad3
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ AC_CANONICAL_SYSTEM
|
|||
AM_INIT_AUTOMAKE(alsa-lib, 0.9.0rc2)
|
||||
eval LIBTOOL_VERSION_INFO="2:0:0"
|
||||
dnl *************************************************
|
||||
AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal")
|
||||
AM_CONDITIONAL(INSTALL_M4, test -n "${ACLOCAL}")
|
||||
|
||||
AC_PREFIX_DEFAULT(/usr)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue