make-src-archive: overwrite symlinks in autoconf/ if needed

This commit is contained in:
Devin J. Pohly
2013-01-10 16:39:03 -05:00
parent 5e6a9628d0
commit 4a3e3370d8
+6 -3
View File
@@ -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