From 78c4e30534208ea8b54527cabc1d6d3241e787a5 Mon Sep 17 00:00:00 2001 From: Cheng Date: Thu, 21 Jul 2022 04:41:40 -0700 Subject: [PATCH] introducing upstream changes in stable --- autogen.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/autogen.sh b/autogen.sh index cb67ea58..54939ec5 100755 --- a/autogen.sh +++ b/autogen.sh @@ -46,7 +46,10 @@ if [ -s configure ]; then exit 0 fi elif [ "$dev_setup" != true ]; then - echo "A development environment was not created." + echo "If you are looking to install a stable version of libsodium," + echo "please do not run arbitrary, undocumented commands." + echo + echo "Installation instructions are available at https://libsodium.org" exit 0 fi @@ -97,7 +100,7 @@ if [ "$overwrite_config" = false ]; then fi fi -[ "$update_config" = true ] && [ -z "$DO_NOT_UPDATE_CONFIG_SCRIPTS" ] && +[ "$update_config" = true ] && command -v curl >/dev/null 2>&1 && { echo "Downloading config.guess and config.sub..."