diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-13 00:38:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-13 00:38:03 -0700 |
commit | 45c5bb0f484cba724be2c6105801dcce9a1a82d9 (patch) | |
tree | 8fd1c8eaa2ef203009d72b6ca6348611dcc5ee1c /scripts/build/companion_tools/100-m4.sh | |
parent | 8f8e131d566af1f577d8fb6e62e6f121b7955472 (diff) | |
parent | b32fcf7c1eea890a2bd3f88487f818ba241aabb1 (diff) | |
download | crosstool-ng-45c5bb0f484cba724be2c6105801dcce9a1a82d9.tar.gz crosstool-ng-45c5bb0f484cba724be2c6105801dcce9a1a82d9.tar.bz2 crosstool-ng-45c5bb0f484cba724be2c6105801dcce9a1a82d9.zip |
Merge pull request #767 from stilor/packages
Packages
Diffstat (limited to 'scripts/build/companion_tools/100-m4.sh')
-rw-r--r-- | scripts/build/companion_tools/100-m4.sh | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/scripts/build/companion_tools/100-m4.sh b/scripts/build/companion_tools/100-m4.sh index e0fccd7d..1707d642 100644 --- a/scripts/build/companion_tools/100-m4.sh +++ b/scripts/build/companion_tools/100-m4.sh @@ -1,13 +1,11 @@ # Build script for m4 do_companion_tools_m4_get() { - CT_GetFile "m4-${CT_M4_VERSION}" \ - {http,ftp,https}://ftp.gnu.org/gnu/m4 + CT_Fetch M4 } do_companion_tools_m4_extract() { - CT_Extract "m4-${CT_M4_VERSION}" - CT_Patch "m4" "${CT_M4_VERSION}" + CT_ExtractPatch M4 } do_companion_tools_m4_for_build() { @@ -58,7 +56,7 @@ do_m4_backend() { CFLAGS="${cflags}" \ LDFLAGS="${ldflags}" \ ${CONFIG_SHELL} \ - "${CT_SRC_DIR}/m4-${CT_M4_VERSION}/configure" \ + "${CT_SRC_DIR}/m4/configure" \ --host="${host}" \ --prefix="${prefix}" |