Build: Fix a typo in autogen.sh

Fixes: e9be74f5b1
Closes: https://github.com/tukaani-project/xz/pull/141
This commit is contained in:
Firas Khalil Khana 2024-09-10 12:30:32 +03:00 committed by Lasse Collin
parent 68c54e45d0
commit 80ffa38f56
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ${AUTOMAKE:-automake} -acf --foreign
# Generate the translated man pages if the "po4a" tool is available. # Generate the translated man pages if the "po4a" tool is available.
# This is *NOT* done by "autoreconf -fi" or when "make" is run. # This is *NOT* done by "autoreconf -fi" or when "make" is run.
# Pass --no-po4a o this script to skip this step. # Pass --no-po4a to this script to skip this step.
# It can be useful when you know that po4a isn't available and # It can be useful when you know that po4a isn't available and
# don't want autogen.sh to exit with non-zero exit status. # don't want autogen.sh to exit with non-zero exit status.
generate_po4a="y" generate_po4a="y"