From 4a3e3370d819aa94dba63bb108de9ccaedb279ab Mon Sep 17 00:00:00 2001 From: "Devin J. Pohly" Date: Thu, 10 Jan 2013 16:39:03 -0500 Subject: [PATCH] make-src-archive: overwrite symlinks in autoconf/ if needed --- Utils/make-src-archive.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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