This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
fix addon_dir
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@235 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
wingo
23 years ago
parent
8a1e99e581
commit
04161effd1
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
acinclude.m4
+ 5
- 1
acinclude.m4
View File
@@ -17,7 +17,11 @@ AC_DEFUN(AS_AC_EXPAND,
fi
exec_prefix_save=$exec_prefix
if test "x$exec_prefix" = "xNONE"; then
exec_prefix=/usr/local
if test "x$prefix_save" = "xNONE"; then
exec_prefix=/usr/local
else
exec_prefix=$prefix
fi
fi
full_var="$FROM_VAR"
Write
Preview
Loading…
Cancel
Save