mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Update make_tarball.sh to run autoreconf instead of autoconf
This is necessary as part of the autotools build changes for C++11
This commit is contained in:
parent
9588c9a811
commit
e97c5b552c
1 changed files with 1 additions and 3 deletions
|
@ -49,9 +49,7 @@ rm -f "$path" "$path".gz
|
|||
git archive --format=tar --prefix="$prefix"/ HEAD > "$path"
|
||||
|
||||
# tarball out the documentation, generate a configure script and version file
|
||||
# Don't use autoreconf since it invokes commands that may not be installed, like aclocal
|
||||
# Don't run autoheader since configure.ac runs it. autoconf is enough.
|
||||
autoconf
|
||||
autoreconf --no-recursive
|
||||
./configure --with-doxygen
|
||||
make doc share/man
|
||||
echo $VERSION > version
|
||||
|
|
Loading…
Reference in a new issue