Add an extra layer of quoting to ltmain.sh sanity check. --- a/configure 2005-05-07 14:19:31.000000000 +0200 +++ b/configure 2015-02-10 11:16:32.456146934 +0100 @@ -6266,7 +6266,7 @@ exit 1 fi gentoo_lt_version="1.5.16" -gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'` +gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'` if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 --- a/aclocal.m4 2005-05-07 14:19:25.000000000 +0200 +++ b/aclocal.m4 2015-02-10 11:16:15.352030318 +0100 @@ -246,7 +246,7 @@ exit 1 fi gentoo_lt_version="1.5.16" -gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'` +gentoo_ltmain_version=`[grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||']` if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then AC_MSG_RESULT(no) echo --- a/libcpufreq/configure 2005-05-07 14:19:31.000000000 +0200 +++ b/libcpufreq/configure 2015-02-10 11:16:32.456146934 +0100 @@ -6266,7 +6266,7 @@ exit 1 fi gentoo_lt_version="1.5.16" -gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'` +gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'` if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then echo "$as_me:$LINENO: result: no" >&5 echo "${ECHO_T}no" >&6 --- a/libcpufreq/aclocal.m4 2005-05-07 14:19:25.000000000 +0200 +++ b/libcpufreq/aclocal.m4 2015-02-10 11:16:15.352030318 +0100 @@ -246,7 +246,7 @@ exit 1 fi gentoo_lt_version="1.5.16" -gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'` +gentoo_ltmain_version=`[grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||']` if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then AC_MSG_RESULT(no) echo earch'/>
path: root/gnu/packages/lisp-check.scm
AgeCommit message (Expand)Author
2023-08-08gnu: cl-clunit2: Update to 0.5.2-2.5e28343....* gnu/packages/lisp-check.scm (sbcl-clunit2): Update to 0.5.2-2.5e28343. [source, home-page]: Switch from Notabug to Codeberg. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage
2023-07-19gnu: cl-lisp-unit2: Update to 0.9.4-0.b5aa17b....* gnu/packages/lisp-check.scm (sbcl-lisp-unit2): Update to 0.9.4-0.b5aa17b. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Andre A. Gomes
2023-07-10gnu: cl-rove: Update to 0.10.0-1.6a5dfcd....* gnu/packages/lisp-check.scm (sbcl-rove): Update to 0.10.0-1.6a5dfcd. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Mike Delago