mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -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
|
|
@ -1,6 +1,7 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(src/control/control.c)
|
||||
AM_INIT_AUTOMAKE(alsa-lib, 0.1.3)
|
||||
AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal")
|
||||
|
||||
AC_PREFIX_DEFAULT(/usr)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue