Skip to content

Commit

Permalink
build: show system
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Aug 26, 2024
1 parent b2eee56 commit b60c9bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions config/configure
Original file line number Diff line number Diff line change
Expand Up @@ -12931,11 +12931,12 @@ echo "Building dependencies (if it blocks, try '$GNU_MAKE depend' to see the pro
$GNU_MAKE depend 2> /dev/null > /dev/null || echo "Building dependencies fails: try: '$GNU_MAKE depend'"
echo ""
printf "Configuring MLDonkey %s" "$MLDONKEY_VERSION"
printf "Configuring MLDonkey %s completed." "$MLDONKEY_VERSION"
if test ! -z "$SCM_VERSION"; then
printf " - SCM: %s" "$SCM_VERSION"
echo " - SCM $SCM_VERSION"
fi
echo " completed."
echo " - host $host"
echo " - system $SYSTEM"
echo ""
echo "Network modules:"
Expand Down Expand Up @@ -13099,6 +13100,7 @@ echo " - $CC version $CC_VERSION"
if test "x$CXX" != "x"; then
echo " - $CXX version $CXX_VERSION"
fi
echo ""
echo "\nNow execute '$GNU_MAKE' to start compiling. Good luck!"
Expand Down
8 changes: 5 additions & 3 deletions config/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -1449,11 +1449,12 @@ echo "Building dependencies (if it blocks, try '$GNU_MAKE depend' to see the pro
$GNU_MAKE depend 2> /dev/null > /dev/null || echo "Building dependencies fails: try: '$GNU_MAKE depend'"

echo ""
printf "Configuring MLDonkey %s" "$MLDONKEY_VERSION"
printf "Configuring MLDonkey %s completed." "$MLDONKEY_VERSION"
if test ! -z "$SCM_VERSION"; then
printf " - SCM: %s" "$SCM_VERSION"
echo " - SCM $SCM_VERSION"
fi
echo " completed."
echo " - host $host"
echo " - system $SYSTEM"

echo ""
echo "Network modules:"
Expand Down Expand Up @@ -1617,6 +1618,7 @@ echo " - $CC version $CC_VERSION"
if test "x$CXX" != "x"; then
echo " - $CXX version $CXX_VERSION"
fi

echo ""
echo "\nNow execute '$GNU_MAKE' to start compiling. Good luck!"

Expand Down

0 comments on commit b60c9bc

Please sign in to comment.