mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Only install alsa.m4 if aclocal is present
This commit is contained in:
parent
da615d2a4f
commit
4fad6cb780
4 changed files with 48 additions and 9 deletions
13
aclocal.m4
vendored
13
aclocal.m4
vendored
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue