From 67e23a08df32f7b84eb0469bf8eb13d22b0fe549 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 26 Jun 2001 10:35:39 +0000 Subject: [PATCH] 0.9.0beta5 --- configure.in | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c88e558a..83786781 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ dnl change API = c+1:0:a dnl add API = c+1:0:a+1 dnl remove API = c+1:0:0 dnl ************************************************* -AM_INIT_AUTOMAKE(alsa-lib, 0.9.0beta4) +AM_INIT_AUTOMAKE(alsa-lib, 0.9.0beta5) eval LIBTOOL_VERSION_INFO="2:0:0" dnl ************************************************* AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal") @@ -49,6 +49,16 @@ ALSA_CHECK_DRIVER SAVE_LIBRARY_VERSION AC_SUBST(LIBTOOL_VERSION_INFO) +test "x$prefix" = xNONE && prefix=$ac_default_prefix +if test -z $BASH; then + echo "This script contains GNU BASH extended commands..." + echo "Please, use the GNU BASH shell..." + exit 0 +fi +DATADIR=${datadir/\$\{prefix\}/$prefix} +DATADIR=${DATADIR/./$PWD} +AC_DEFINE_UNQUOTED(DATADIR, "$DATADIR") + AC_OUTPUT(Makefile doc/Makefile include/Makefile src/Makefile \ src/control/Makefile src/mixer/Makefile src/pcm/Makefile \ src/rawmidi/Makefile src/timer/Makefile \ -- 2.47.1