diff --git a/Utils/make-src-archive.sh b/Utils/make-src-archive.sh index ad90794cad..75c2833b8b 100755 --- a/Utils/make-src-archive.sh +++ b/Utils/make-src-archive.sh @@ -40,9 +40,12 @@ echo y hg update -C "$1" hg clean --all -# This replaces autogen.sh. Run now so our users don't have -# to have autoconf and friends installed. -autoreconf -i +# This replaces autogen.sh. Run now so our users don't need to have autoconf +# and friends installed. +# +# Note: the -f flag is here so any symlinks in autoconf/ get replaced with real +# files. +autoreconf -if # Tarball will be placed here mkdir dist