diff options
author | Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com> | 2015-06-18 09:48:02 +0200 |
---|---|---|
committer | Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com> | 2015-06-18 09:48:02 +0200 |
commit | 023dfee9b4962b734940e247a56d7310a90c06d6 (patch) | |
tree | 47e289030ef8449f88f1f5c662f6387e7e3fb813 /configure.ac | |
parent | baceedd23903353477617f0b3e1f71cdbb4b3674 (diff) | |
download | crosstool-ng-023dfee9b4962b734940e247a56d7310a90c06d6.tar.gz crosstool-ng-023dfee9b4962b734940e247a56d7310a90c06d6.tar.bz2 crosstool-ng-023dfee9b4962b734940e247a56d7310a90c06d6.zip |
autoconf: Update sub directory name
Due to patch 0e45cdf, the VERSION string has changed. And so, the the sub
directory names has changed too:
From 'ct-ng.1.21.0' to 'ct-ng.crosstool-ng-1.21.0-xx-yyyyyyy'
This patch rename the sub directory to: 'crosstool-ng-1.21.0-xx-yyyyyyy'
Signed-off-by: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 573d0b9a..adde2abb 100644 --- a/configure.ac +++ b/configure.ac @@ -391,8 +391,8 @@ AS_IF( subdocdir="" datarootdir="$prefix" mandir="$docdir"], - [sublibdir="/ct-ng.\${VERSION}" - subdocdir="/ct-ng.\${VERSION}"]) + [sublibdir="/\${VERSION}" + subdocdir="/\${VERSION}"]) #-------------------------------------------------------------------- # Finally, generate the output file(s) |