Check-in [07b3ee6214]
Overview
Comment:Updated to create initial directory
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 07b3ee621418ccf1127bfe1e06ad8d3120252dac
User & Date: rkeene on 2014-05-01 22:58:06
Other Links: manifest | tags
Context
2014-05-01
23:13
Updated to download TCC check-in: 2631d4cf7d user: rkeene tags: trunk
22:58
Updated to create initial directory check-in: 07b3ee6214 user: rkeene tags: trunk
21:56
Updated to generate files check-in: 4d5caafa3d user: rkeene tags: trunk
Changes

Modified build/autogen.sh from [257c5a2cf3] to [95541498bc].

1
2
3
4

5
6
7
8
9
10
11
#! /bin/bash

# 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}" || continue





>







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