summaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAgeFilesLines
* Build: Generate doxygen documentation in autogen.sh.Jia Tan2023-03-171-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.
* Build: Add support for --no-po4a option to autogen.sh.Lasse Collin2020-02-271-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.
* Build: Add support for translated man pages using po4a.Lasse Collin2020-02-071-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.
* Added a comment about "autoconf -fi" to autogen.sh.Lasse Collin2009-06-291-0/+3
|
* Allow to explicitly specify autotool versions in autogen.sh.Lasse Collin2009-06-261-6/+6
|
* Put the interesting parts of XZ Utils into the public domain.Lasse Collin2009-04-131-0/+9
| | | | Some minor documentation cleanups were made at the same time.
* Omit the wrong and (even if corrected) nowadays useless rmLasse Collin2009-02-071-28/+0
| | | | from autogen.sh.
* * tests/test_block_header.c (test3): Remove duplicate initializer.Jim Meyering2007-12-091-1/+1
|
* Imported to git.Lasse Collin2007-12-091-0/+38