mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-26 23:01:04 +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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
mkdir config
|
||||||
|
if [ $? -ne 0 ]; then
|
||||||
|
echo
|
||||||
|
echo "Cannot create config directory."
|
||||||
|
echo
|
||||||
|
fi
|
||||||
autoreconf --install --force --verbose -I config
|
autoreconf --install --force --verbose -I config
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo
|
echo
|
||||||
echo "Could not run autoreconf, check autotools installation."
|
echo "Could not run autoreconf, check autotools installation."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user