source: trunk/debathena/third/schroot/bootstrap @ 24167

Revision 24167, 247 bytes checked in by broder, 15 years ago (diff)
Import schroot upstream into subversion.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3set -e
4
5# Generate version information from git release tag
6
7./scripts/git-version > VERSION
8
9# To satisfy automake
10touch ChangeLog
11
12# Bootstrap autotools
13autoreconf --verbose --force --install
14
15rm -rf autom4te.cache
16rm -f config.h.in~
Note: See TracBrowser for help on using the repository browser.