bhyve-fw: drop CSM
[oi-userland.git] / components / library / mm-common / patches / use-gsed.patch
blobb08108f301ae835620aa4136cec4658d046a9290
1 --- mm-common-0.9.7/util/mm-common-prepare.in.~1~ 2014-11-28 12:03:47.841861286 +0300
2 +++ mm-common-0.9.7/util/mm-common-prepare.in 2014-11-28 12:05:40.825647612 +0300
3 @@ -85,8 +85,8 @@
5 # Extract the directory macro arguments from configure.ac
6 s=' ' # tab+space
7 -auxdir=`sed -n "s/^[$s]*AC_CONFIG_AUX_DIR([[$s]*\\([^])\$,$s]*\\).*/\\1/p" "$acfile"`
8 -doctooldir=`sed -n "s/^[$s]*MM_CONFIG_DOCTOOL_DIR([[$s]*\\([^])\$,$s]*\\).*/\\1/p" "$acfile"`
9 +auxdir=`@SED@ -n "s/^[$s]*AC_CONFIG_AUX_DIR([[$s]*\\([^])\$,$s]*\\).*/\\1/p" "$acfile"`
10 +doctooldir=`@SED@ -n "s/^[$s]*MM_CONFIG_DOCTOOL_DIR([[$s]*\\([^])\$,$s]*\\).*/\\1/p" "$acfile"`
12 auxdir=$srcdir${auxdir:+/}$auxdir
13 echo "$progname: putting auxiliary files in '$auxdir'."