diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-13 12:55:45 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-13 12:55:45 +0300 |
commit | e51b4e49e800bd84e6d589dca2964d3985e88139 (patch) | |
tree | b1aa08694cb4b00a220ca35d5ce62ec7f7b8792e /configure.ac | |
parent | Sync some error messages from xz to xzdec. (diff) | |
download | xz-e51b4e49e800bd84e6d589dca2964d3985e88139.tar.xz |
Add lzmainfo for backward compatibility with LZMA Utils.
lzmainfo now links against static liblzma. In contrast
to other command line tools in XZ Utils, linking lzmainfo
against static liblzma by default is dumb. This will be
fixed once I have fixed some related issues in configure.ac.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index d46ebee1..6efb12ed 100644 --- a/configure.ac +++ b/configure.ac @@ -663,6 +663,7 @@ AC_CONFIG_FILES([ src/liblzma/api/Makefile src/xz/Makefile src/xzdec/Makefile + src/lzmainfo/Makefile src/scripts/Makefile src/scripts/xzdiff src/scripts/xzgrep |