Differences From Artifact [257c5a2cf3]:
- Executable file build/autogen.sh — part of check-in [4d5caafa3d] at 2014-05-01 21:56:10 on branch trunk — Updated to generate files (user: rkeene, size: 407) [annotate] [blame] [check-ins using]
To Artifact [95541498bc]:
- Executable file build/autogen.sh — part of check-in [07b3ee6214] at 2014-05-01 22:58:06 on branch trunk — Updated to create initial directory (user: rkeene, size: 445) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 | 1 2 3 4 5 6 7 8 9 10 11 12 | + |
#! /bin/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
rm -f "${file}"
wget -O "${file}.new" "http://rkeene.org/devel/autoconf/${file}" || continue
|
| ︙ |