head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2006.02.01.20.28.11;	author jbj;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add existing tcl bindings to rpm cvs sources.
@
text
@#!/bin/sh
echo "Running aclocal"
aclocal-1.7
echo "Running autoconf"
autoconf -f
echo "Running automake"
automake-1.7 -a -c -f
@
