summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordeva <deva>2008-07-21 11:01:18 +0000
committerdeva <deva>2008-07-21 11:01:18 +0000
commit9f07c02a19ee79906ad3f3ab8c9eed725def8b96 (patch)
treeef166ec97f77628f236078b8dc32651049100a85
parent242285d4863a66b4033ca7b5371bae5160ccf62c (diff)
Dep for libsndfile
-rw-r--r--configure.in5
-rwxr-xr-xtools/add_file2
2 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index c1963f1..33366c2 100644
--- a/configure.in
+++ b/configure.in
@@ -31,6 +31,11 @@ dnl ======================
PKG_CHECK_MODULES(JACK, jack >= 0.109.2)
dnl ======================
+dnl Check for sndfile
+dnl ======================
+PKG_CHECK_MODULES(SNDFILE, sndfile >= 1.0.17)
+
+dnl ======================
dnl Check for getopt
dnl ======================
AC_HAVE_HEADERS(getopt.h)
diff --git a/tools/add_file b/tools/add_file
index 10f2174..f95f241 100755
--- a/tools/add_file
+++ b/tools/add_file
@@ -49,7 +49,7 @@ function hfile() {
local pr=`echo $PROJECT | tr 'a-z.' 'A-Z_'`
echo "#ifndef __${pr}_${hn}__" >> $1;
echo "#define __${pr}_${hn}__" >> $1;
- echo "#endif/*__${pr}_${hn}__" >> $1;
+ echo "#endif/*__${pr}_${hn}__*/" >> $1;
}
if [ "$#" = "1" ]; then