Artifact 27b94ef2cbebd7269dbba5c7d3b265e8ac393510:
- Executable file build/pre.sh — part of check-in [9c68da7718] at 2014-05-01 21:49:33 on branch trunk — Initial skeleton with patch for tcltcc-0.4 (user: rkeene, size: 364) [annotate] [blame] [check-ins using]
#! /bin/bash cd "$(dirname "$(which "$0")")/.." || exit 1 # Download latest copy of autoconf macros ( 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}.m4" || continue mv "${file}.new" "${file}" done ) # Generate configure script ./build/autogen.sh