Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 2a38a16

Browse files
author
Matthias Koeppe
committed
build/pkgs/gsl/spkg-configure.m4: Quoting fix
1 parent f5b4f62 commit 2a38a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/pkgs/gsl/spkg-configure.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SAGE_SPKG_CONFIGURE([gsl], [
66
GSL_PC="$GSLPCDIR"/gsl.pc
77
AC_SUBST([SAGE_SYSTEM_FACADE_PC_FILES])
88
AS_VAR_APPEND([SAGE_SYSTEM_FACADE_PC_FILES], [" \$(SAGE_PKGCONFIG)/gsl.pc"])
9-
AC_SUBST([SAGE_GSL_PC_COMMAND],["\$(SED) -e \"s/\${GSL_CBLAS_LIB}\ //\" -e \"s/GSL_CBLAS_LIB.*/Requires: cblas/\" \"$GSL_PC\" > \"\$(@)\""])
9+
AC_SUBST([SAGE_GSL_PC_COMMAND],["\$(SED) -e 's/\$\${GSL_CBLAS_LIB}//' -e \"s/^GSL_CBLAS_LIB=.*/Requires: cblas/\" \"$GSL_PC\" > \"\$(@)\""])
1010
], [
1111
AC_MSG_WARN([Unable to locate the directory of gsl.pc. This should not happen!])
1212
sage_spkg_install_gsl=yes

0 commit comments

Comments
 (0)