OSDN Git Service

fixed the condition to install alsa.m4.
authorTakashi Iwai <tiwai@suse.de>
Wed, 3 Jul 2002 08:48:17 +0000 (08:48 +0000)
committerTakashi Iwai <tiwai@suse.de>
Wed, 3 Jul 2002 08:48:17 +0000 (08:48 +0000)
the newer automake sets ACLOCAL=aclocal-1.6.

configure.in

index 21b6697..7cc4963 100644 (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)