diff options
author | Alexey Neyman <stilor@att.net> | 2018-03-18 14:41:30 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:03:17 -0700 |
commit | f45e29c5ca5c50bded67c295fb62e208365cf4d6 (patch) | |
tree | 5e921925a2927efeda12bbfaed1ecb31592cb763 /configure.ac | |
parent | bc542408ca3c74e977e4f30d77ae6b9a6f388cbe (diff) | |
download | crosstool-ng-f45e29c5ca5c50bded67c295fb62e208365cf4d6.tar.gz crosstool-ng-f45e29c5ca5c50bded67c295fb62e208365cf4d6.tar.bz2 crosstool-ng-f45e29c5ca5c50bded67c295fb62e208365cf4d6.zip |
Restore --enable-local use
Signed-off-by: Alexey Neyman <stilor@att.net>
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 5e9fb182..c431f697 100644 --- a/configure.ac +++ b/configure.ac @@ -290,9 +290,9 @@ AS_IF( prefix=$(pwd) exec_prefix="$prefix" bindir="$prefix" - libdir="$prefix" docdir="$prefix""/docs" - datarootdir="$prefix" + pkgdatadir="$prefix" + pkglibexecdir="$prefix/kconfig" mandir="$docdir"]) AC_CONFIG_FILES([ |