shithub: libsamplerate

Download patch

ref: 534ee353f02bf7bb5c99b9fa2458b330a4a41ef1
parent: cf06faa02c15bdf66df7ec42f92c7eaced9d532c
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Mon Oct 10 16:28:12 EDT 2016

configure.ac: Drop use of 'echo -e'

Because it doesn't work on BSD. Suggested by Jan Stary.

--- a/configure.ac
+++ b/configure.ac
@@ -330,7 +330,7 @@
 ])
 
 if test x$ac_cv_c_compiler_gnu = xyes ; then
-	echo -e "  Tools :\n"
+	echo "  Tools :"
 	echo "    Compiler is GCC : ............. ${ac_cv_c_compiler_gnu}"
 	echo "    GCC major version : ........... ${GCC_MAJOR_VERSION}"
 	fi
@@ -353,7 +353,7 @@
 
 if test x$prefix != "x/usr" ; then
 	echo "Compiling some other packages against ${PACKAGE} may require "
-	echo -e "the addition of \"${prefix}/lib/pkgconfig\" to the "
-	echo -e "PKG_CONFIG_PATH environment variable.\n"
+	echo "the addition of \"${prefix}/lib/pkgconfig\" to the "
+	echo "PKG_CONFIG_PATH environment variable.\n"
 	fi