OSDN Git Service
(root)
/
android-x86
/
external-alsa-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bcd8eb
)
fixed the condition to install alsa.m4.
author
Takashi Iwai
<tiwai@suse.de>
Wed, 3 Jul 2002 08:48:17 +0000
(08:48 +0000)
committer
Takashi 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
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
21b6697
..
7cc4963
100644
(file)
--- 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)