Check-in [5c79fa6870]
Overview
Comment:Removed extraneous code
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 5c79fa68702a5870d184d1daf54a394aef02c848
User & Date: rkeene on 2011-09-09 14:35:40
Other Links: manifest | tags
Context
2011-09-09
14:53
Fixed bug in installation Updated to install pkgIndex.tcl check-in: d0146d1870 user: rkeene tags: trunk
14:35
Removed extraneous code check-in: 5c79fa6870 user: rkeene tags: trunk
14:32
Clean up build-related source check-in: 424c69792c user: rkeene tags: trunk
Changes

Modified build/autogen.sh from [855de803e9] to [01ca528618].

1
2
3
4
5
6
7
8
9
10
11
12
13
#! /bin/bash

if [ -n "${VERS}" ]; then
	sed "s|@@VERS@@|${VERS}|g" configure.ac > configure.ac.new
	cat configure.ac.new > configure.ac
	rm -f configure.ac.new
fi

cat aclocal/*.m4 > aclocal.m4 || exit 1
autoconf || exit 1
rm -rf autom4te.cache/

exit 0


<
<
<
<
<
<





1
2






3
4
5
6
7
#! /bin/bash







cat aclocal/*.m4 > aclocal.m4 || exit 1
autoconf || exit 1
rm -rf autom4te.cache/

exit 0