mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08: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
@ -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…
x
Reference in New Issue
Block a user