mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 11:52:57 +01:00
problem with new version of autoreconf fixed
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user