Differences From Artifact [a32990e3be]:
- Executable file build/autogen.sh — part of check-in [4d18f784a8] at 2014-08-31 19:43:50 on branch trunk — Updated to support MUSL better (user: rkeene, size: 675) [annotate] [blame] [check-ins using]
To Artifact [f56e71ada1]:
- Executable file build/autogen.sh — part of check-in [634ad56305] at 2016-01-25 20:30:24 on branch trunk — Updated to use more universal hash-bang lines for scripts (user: rkeene, size: 683) [annotate] [blame] [check-ins using]
|
| | | 1 2 3 4 5 6 7 8 | #! /usr/bin/env bash # Download latest copy of autoconf macros ( mkdir aclocal >/dev/null 2>/dev/null cd aclocal || exit 1 for file in shobj.m4 tcl.m4 versionscript.m4; do |
︙ | ︙ |