From 5c4f066a30d70b0e3d153f4998874996317a5167 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 5 Oct 2006 02:40:43 +0000 Subject: More build system fixes, everything now builds against the local copy if toplevel scripts are used. git-svn-id: http://svn.drobilla.net/lad/libslv2@158 a436a847-0d15-0410-975c-d299462d15a1 --- configure.ac | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 565359f..5e2c3fa 100644 --- a/configure.ac +++ b/configure.ac @@ -54,8 +54,6 @@ AC_SUBST(lv2dir) # Check for RASQAL PKG_CHECK_MODULES(RASQAL, rasqal >= 0.9.11, build_rasqal="yes", build_rasqal="no") -AC_SUBST(RASQAL_CFLAGS) -AC_SUBST(RASQAL_LIBS) # Check for JACK build_jack="yes" @@ -67,8 +65,6 @@ if test "$build_jack" = "yes"; then fi if test "$build_jack" = "yes"; then AC_DEFINE(HAVE_JACK, 1, [Has JACK]) - AC_SUBST(JACK_CFLAGS) - AC_SUBST(JACK_LIBS) else AC_MSG_WARN([JACK not found, JACK clients will not be built.]) fi @@ -86,11 +82,14 @@ AC_CONFIG_FILES([examples/hosts/Makefile]) AC_CONFIG_FILES([libslv2.pc]) AC_CONFIG_FILES([doc/Makefile]) AC_CONFIG_FILES([doc/reference.doxygen]) -AC_OUTPUT +AC_OUTPUT -# Display summary message +AC_MSG_RESULT([]) +AC_MSG_RESULT([**********************************************************************]) +AC_MSG_RESULT([SLV2 build configuration:]) AC_MSG_RESULT([]) AC_MSG_RESULT([Building JACK client: $build_jack]) +AC_MSG_RESULT([**********************************************************************]) AC_MSG_RESULT([]) -- cgit v1.2.1