From: Takashi Iwai Date: Wed, 3 Jul 2002 08:48:17 +0000 (+0000) Subject: fixed the condition to install alsa.m4. X-Git-Tag: android-x86-9.0-r1~2462 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=46761b6ad3e0df6b49ffc3023cad5a437d8115da;p=android-x86%2Fexternal-alsa-lib.git fixed the condition to install alsa.m4. the newer automake sets ACLOCAL=aclocal-1.6. --- diff --git a/configure.in b/configure.in index 21b66977..7cc49637 100644 --- a/configure.in +++ b/configure.in @@ -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)