autotools: Rename build-aux to autotools-aux

This change improves separation from CMake build directories, which
typically use the "build" prefix.

Additionally, corresponding `.gitignore` entries have been refactored.
This commit is contained in:
Hennadii Stepanov
2025-11-20 12:40:50 +00:00
parent b6c2a3cd77
commit 7eb86bdb01
5 changed files with 7 additions and 18 deletions

View File

@@ -95,7 +95,7 @@ set_target_properties(secp256k1_objs PROPERTIES
)
# This emulates Libtool to make sure Libtool and CMake agree on the ABI version,
# see below "Calculate the version variables" in build-aux/ltmain.sh.
# see below "Calculate the version variables" in autotools-aux/ltmain.sh.
math(EXPR ${PROJECT_NAME}_soversion "${${PROJECT_NAME}_LIB_VERSION_CURRENT} - ${${PROJECT_NAME}_LIB_VERSION_AGE}")
set_target_properties(secp256k1 PROPERTIES
SOVERSION ${${PROJECT_NAME}_soversion}