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

View file

@ -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)