Merge pull request #321 from HubertJFarnsworth/feature/add-automake-and-libtool-to-armv7a

updated armv7a to enable libtool and automake
This commit is contained in:
Matt McCormick 2019-04-24 13:13:16 -04:00 committed by GitHub
commit b3be15533e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -588,6 +588,12 @@ CT_NCURSES_TARGET_FALLBACKS=""
# CT_COMP_TOOLS_autoconf is not set
# CT_COMP_TOOLS_automake is not set
# CT_COMP_TOOLS_libtool is not set
CT_COMP_TOOLS_automake=y
CT_AUTOMAKE_V_1_15=y
CT_AUTOMAKE_VERSION="1.15"
CT_COMP_TOOLS_libtool=y
CT_LIBTOOL_V_2_4_6=y
CT_LIBTOOL_VERSION="2.4.6"
# CT_COMP_TOOLS_m4 is not set
# CT_COMP_TOOLS_make is not set