From: Ruediger Meier Date: Tue, 29 Nov 2016 11:34:33 +0000 (+0100) Subject: build-sys: cosmetics, avoid useless m4 quotes X-Git-Tag: v2.30-rc1~395^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a341a5e2e439fd035e94da3036068e7cc1153d4a;p=thirdparty%2Futil-linux.git build-sys: cosmetics, avoid useless m4 quotes Signed-off-by: Ruediger Meier --- diff --git a/configure.ac b/configure.ac index 7f4f79e153..dddc6a9ca7 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ PACKAGE_VERSION_MAJOR=$(echo $PACKAGE_VERSION | awk -F. '{print $1}') PACKAGE_VERSION_MINOR=$(echo $PACKAGE_VERSION | awk -F. '{ sub("-.*","",$2); print $2}') PACKAGE_VERSION_RELEASE=$(echo $PACKAGE_VERSION | awk -F. '{ - sub("-.*","",$3); print $3 ~ /^@<:@[0-9]@:>@+$/ ? $3 : 0}') + sub("-.*","",$3); print $3 ~ /^@<:@0-9@:>@+$/ ? $3 : 0}') dnl libblkid version LIBBLKID_VERSION="$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_RELEASE"