diff options
author | Mihai Moldovan <ionic@ionic.de> | 2018-02-25 04:29:52 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2018-02-25 04:29:52 +0100 |
commit | dd1ae1769858b7467bd4cde2b83b1cda8653c983 (patch) | |
tree | 919ef0bf60a5bf5547109fcb8fdc8821ac378076 | |
parent | 7af47b583ba8b2ab78aeec6b67c862d5eef6e9f1 (diff) | |
download | nx-libs-dd1ae1769858b7467bd4cde2b83b1cda8653c983.tar.gz nx-libs-dd1ae1769858b7467bd4cde2b83b1cda8653c983.tar.bz2 nx-libs-dd1ae1769858b7467bd4cde2b83b1cda8653c983.zip |
nxcomp{,shad}/configure.ac: trailing whitespace removal only.
-rw-r--r-- | nxcomp/configure.ac | 2 | ||||
-rw-r--r-- | nxcompshad/configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/nxcomp/configure.ac b/nxcomp/configure.ac index b7350a45e..695f174f4 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 -r -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 diff --git a/nxcompshad/configure.ac b/nxcompshad/configure.ac index 3113918b2..932fb45a8 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_COMPSHAD_VERSION=[`echo $COMPSHAD_VERSION | sed -r -e 's/^([0-9]+\.[0-9]+\.[0-9]+).*$/\1/' -e 's/\./:/g'`] +LT_COMPSHAD_VERSION=[`echo $COMPSHAD_VERSION | sed -r -e 's/^([0-9]+\.[0-9]+\.[0-9]+).*$/\1/' -e 's/\./:/g'`] AC_SUBST([LT_COMPSHAD_VERSION]) # Silence warning: ar: 'u' modifier ignored since 'D' is the default |