From 2860645fcf9e05b5257b77fe7933258c177b59b4 Mon Sep 17 00:00:00 2001 From: lllucius Date: Tue, 5 Nov 2013 04:26:03 +0000 Subject: [PATCH] Re-adding our configure script for libsoxr 0.1.1 --- lib-src/libsoxr/configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 lib-src/libsoxr/configure diff --git a/lib-src/libsoxr/configure b/lib-src/libsoxr/configure new file mode 100755 index 000000000..0c71041f2 --- /dev/null +++ b/lib-src/libsoxr/configure @@ -0,0 +1,13 @@ +#!/bin/sh + +# SoX Resampler Library Copyright (c) 2007-12 robs@users.sourceforge.net +# Licence for this file: LGPL v2.1 See LICENCE for details. + +# Wrapper to allow easier integration with projects using autotools. + +# Such projects will probably be using static libs so should pass +# -DBUILD_SHARED_LIBS=OFF amongst any other options needed. + +# Autotools options should not be passed to this script. + +cmake -DBUILD_SHARED_LIBS=OFF -DWITH_OPENMP=OFF .