diff options
| author | Mihai Moldovan <ionic@ionic.de> | 2018-03-07 21:35:51 +0100 |
|---|---|---|
| committer | Mihai Moldovan <ionic@ionic.de> | 2018-03-07 21:35:51 +0100 |
| commit | f3231601be0b83051c0c2732120a8f9f72e616d9 (patch) | |
| tree | 2bb212a1b6881863836e3e259630f22e923d57c7 | |
| parent | 570d3fea43b0eba153c8c96365c63ed32cce787e (diff) | |
| download | nx-libs-f3231601be0b83051c0c2732120a8f9f72e616d9.tar.gz nx-libs-f3231601be0b83051c0c2732120a8f9f72e616d9.tar.bz2 nx-libs-f3231601be0b83051c0c2732120a8f9f72e616d9.zip | |
nxcompshad/configure.ac: blindly copy-pasting might not be the smartest idea; it's *COMPSHAD* here.
| -rw-r--r-- | nxcompshad/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcompshad/configure.ac b/nxcompshad/configure.ac index 3f2b6abae..19a6ae7e4 100644 --- a/nxcompshad/configure.ac +++ b/nxcompshad/configure.ac @@ -22,7 +22,7 @@ AC_PROG_LIBTOOL COMPSHAD_VERSION=nxcompshad_version AC_SUBST([COMPSHAD_VERSION]) -LT_COMP_VERSION=["$(printf '%s\n' "${COMP_VERSION}" | awk -F '.' '/^[0-9]+\.[0-9]+\.[0-9]+.*$/ { print $1 ":" $2 ":" $3; }')"] +LT_COMPSHAD_VERSION=["$(printf '%s\n' "${COMPSHAD_VERSION}" | awk -F '.' '/^[0-9]+\.[0-9]+\.[0-9]+.*$/ { print $1 ":" $2 ":" $3; }')"] AC_SUBST([LT_COMPSHAD_VERSION]) # Silence warning: ar: 'u' modifier ignored since 'D' is the default |
