From bb762a31e1ad096e92091840e6f95fca320fc3c2 Mon Sep 17 00:00:00 2001 From: Ivica Ico Bukvic <ico@monsoon-hp.(none)> Date: Sun, 4 Mar 2012 12:02:56 -0500 Subject: [PATCH] build and docs update --- doc/1.manual/1.introduction.txt | 3 +-- src/configure.in | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/1.manual/1.introduction.txt b/doc/1.manual/1.introduction.txt index e38caafce..05c168b6c 100644 --- a/doc/1.manual/1.introduction.txt +++ b/doc/1.manual/1.introduction.txt @@ -1,8 +1,7 @@ PD_VERSION A real-time graphical programming environment for live interactive -computer music, Pd works on SGI machines, Microsoft Windows, -Linux, and Mac OSX. +computer music, Pd-l2ork currently works only on Linux. Pd is copyrighted, but is free for you to use for any reasonable purpose. See the file: diff --git a/src/configure.in b/src/configure.in index 369d0d9df..f0748c394 100644 --- a/src/configure.in +++ b/src/configure.in @@ -192,8 +192,8 @@ dnl This should be fixed so Pd can use ALSA shared libraries where appropriate. if test x$jack = xyes; then AC_CHECK_LIB(rt,shm_open,LIBS="$LIBS -lrt") - AC_CHECK_LIB(jack,jack_set_xrun_callback,LIBS="$LIBS -ljack";jack=xrun,jack=no) - AC_CHECK_LIB(jack,jack_set_error_function,LIBS="$LIBS -ljack";jack=yes,jack=no) + AC_CHECK_LIB(jack,jack_set_xrun_callback,PDLIB="$PDLIB -ljack";jack=xrun,jack=no) + AC_CHECK_LIB(jack,jack_set_error_function,PDLIB="$PDLIB -ljack";jack=yes,jack=no) fi LDFLAGS="-Wl,-export-dynamic" -- GitLab