root/branches/volker_dev/bootstrap

Revision 729, 210 bytes (checked in by michael, 2 years ago)

added svn properties and keywords

  • Property svn:executable set to *
  • Property svn:keywords set to Id URL
Line 
1#!/bin/sh
2
3# $Id$
4# $URL$
5
6# exit on errors
7set -e
8
9# set nicer prompt for tracing
10PS4="$0:\$LINENO> "
11set -x
12
13aclocal
14# libtoolize --copy --force
15autoheader
16automake --add-missing --copy --foreign
17autoconf
Note: See TracBrowser for help on using the browser.