aboutsummaryrefslogtreecommitdiff
path: root/nxcomp
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2018-03-02 05:51:17 +0100
committerMihai Moldovan <ionic@ionic.de>2018-03-02 05:51:17 +0100
commited9512ed17706371903aef43bedad8c1e0c71d09 (patch)
tree07f4a7397b3007b58adba22b29e21e2e08849e20 /nxcomp
parentae40bb9c4e579ad947dc4a18d042e725b912c128 (diff)
downloadnx-libs-ed9512ed17706371903aef43bedad8c1e0c71d09.tar.gz
nx-libs-ed9512ed17706371903aef43bedad8c1e0c71d09.tar.bz2
nx-libs-ed9512ed17706371903aef43bedad8c1e0c71d09.zip
nxcomp{,shad}/configure.ac: pass more portable -E option to sed instead of -r.
Diffstat (limited to 'nxcomp')
-rw-r--r--nxcomp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/configure.ac b/nxcomp/configure.ac
index 695f174f4..da0832123 100644
--- a/nxcomp/configure.ac
+++ b/nxcomp/configure.ac
@@ -22,7 +22,7 @@ AC_PROG_LIBTOOL
COMP_VERSION=nxcomp_version
AC_SUBST([COMP_VERSION])
-LT_COMP_VERSION=[`echo $COMP_VERSION | sed -r -e 's/^([0-9]+\.[0-9]+\.[0-9]+).*$/\1/' -e 's/\./:/g'`]
+LT_COMP_VERSION=[`echo $COMP_VERSION | sed -E -e 's/^([0-9]+\.[0-9]+\.[0-9]+).*$/\1/' -e 's/\./:/g'`]
AC_SUBST([LT_COMP_VERSION])
# Silence warning: ar: 'u' modifier ignored since 'D' is the default