aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-02-14Add SPDX license identifier into 0BSD source code files.Lasse Collin1-0/+1
2024-02-14Change most public domain parts to 0BSD.Lasse Collin1-3/+0
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt were not touched. COPYING.0BSD was added.
2023-03-17Build: Generate doxygen documentation in autogen.sh.Jia Tan1-6/+29
Another command line option (--no-doxygen) was added to disable creating the doxygen documenation in cases where it not wanted or if the doxygen tool is not installed.
2020-02-27Build: Add support for --no-po4a option to autogen.sh.Lasse Collin1-1/+10
Normally, if po4a isn't available, autogen.sh will return with non-zero exit status. The option --no-po4a can be useful when one knows that po4a isn't available but wants autogen.sh to still return with zero exit status.
2020-02-07Build: Add support for translated man pages using po4a.Lasse Collin1-3/+5
The dependency on po4a is optional. It's never required to install the translated man pages when xz is built from a release tarball. If po4a is missing when building from xz.git, the translated man pages won't be generated but otherwise the build will work normally. The translations are only updated automatically by autogen.sh and by "make mydist". This makes it easy to keep po4a as an optional dependency and ensures that I won't forget to put updated translations to a release tarball. The translated man pages aren't installed if --disable-nls is used. The installation of translated man pages abuses Automake internals by calling "install-man" with redefined dist_man_MANS and man_MANS. This makes the hairy script code slightly less hairy. If it breaks some day, this code needs to be fixed; don't blame Automake developers. Also, this adds more quotes to the existing shell script code in the Makefile.am "-hook"s.
2009-06-29Added a comment about "autoconf -fi" to autogen.sh.Lasse Collin1-0/+3
2009-06-26Allow to explicitly specify autotool versions in autogen.sh.Lasse Collin1-6/+6
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-0/+9
Some minor documentation cleanups were made at the same time.
2009-02-07Omit the wrong and (even if corrected) nowadays useless rmLasse Collin1-28/+0
from autogen.sh.
2007-12-09* tests/test_block_header.c (test3): Remove duplicate initializer.Jim Meyering1-1/+1
2007-12-09Imported to git.Lasse Collin1-0/+38