fixed the condition to install alsa.m4.

the newer automake sets ACLOCAL=aclocal-1.6.
This commit is contained in:
Takashi Iwai 2002-07-03 08:48:17 +00:00
parent 3bcd8ebfcf
commit 46761b6ad3

View file

@ -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)