make-src-archive: overwrite symlinks in autoconf/ if needed
This commit is contained in:
@@ -40,9 +40,12 @@ echo y
|
|||||||
hg update -C "$1"
|
hg update -C "$1"
|
||||||
hg clean --all
|
hg clean --all
|
||||||
|
|
||||||
# This replaces autogen.sh. Run now so our users don't have
|
# This replaces autogen.sh. Run now so our users don't need to have autoconf
|
||||||
# to have autoconf and friends installed.
|
# and friends installed.
|
||||||
autoreconf -i
|
#
|
||||||
|
# Note: the -f flag is here so any symlinks in autoconf/ get replaced with real
|
||||||
|
# files.
|
||||||
|
autoreconf -if
|
||||||
|
|
||||||
# Tarball will be placed here
|
# Tarball will be placed here
|
||||||
mkdir dist
|
mkdir dist
|
||||||
|
|||||||
Reference in New Issue
Block a user