mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 06:41:03 +08:00
problem with new version of autoreconf fixed
This commit is contained in:
parent
1b90e5f6f5
commit
7884f4541a
@ -26,8 +26,13 @@ if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
mkdir config
|
||||
if [ $? -ne 0 ]; then
|
||||
echo
|
||||
echo "Cannot create config directory."
|
||||
echo
|
||||
fi
|
||||
autoreconf --install --force --verbose -I config
|
||||
|
||||
if [ $? -ne 0 ]; then
|
||||
echo
|
||||
echo "Could not run autoreconf, check autotools installation."
|
||||
|
Loading…
x
Reference in New Issue
Block a user