Diff

Differences From Artifact [a32990e3be]:

To Artifact [f56e71ada1]:


1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







#! /bin/bash
#! /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