mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Added a comment about "autoconf -fi" to autogen.sh.
This commit is contained in:
parent
6e685aae45
commit
89dac1db6f
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
||||||
#
|
#
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
# The result of using "autoreconf -fi" should be identical to using this
|
||||||
|
# script. I'm leaving this script here just in case someone finds it useful.
|
||||||
|
|
||||||
set -e -x
|
set -e -x
|
||||||
|
|
||||||
${AUTOPOINT:-autopoint} -f
|
${AUTOPOINT:-autopoint} -f
|
||||||
|
|
Loading…
Reference in a new issue