Only install alsa.m4 if aclocal is present

This commit is contained in:
Chris Cannam 1998-11-18 22:35:29 +00:00
parent da615d2a4f
commit 4fad6cb780
4 changed files with 48 additions and 9 deletions

13
aclocal.m4 vendored
View file

@ -140,6 +140,19 @@ else
fi
AC_SUBST($1)])
# Define a conditional.
AC_DEFUN(AM_CONDITIONAL,
[AC_SUBST($1_TRUE)
AC_SUBST($1_FALSE)
if $2; then
$1_TRUE=
$1_FALSE='#'
else
$1_TRUE='#'
$1_FALSE=
fi])
# serial 25 AM_PROG_LIBTOOL
AC_DEFUN(AM_PROG_LIBTOOL,