source: trunk/bootstrap @ 44

Last change on this file since 44 was 8, checked in by Jari Häkkinen, 17 years ago

Working build system.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 239 bytes
Line 
1#!/bin/sh
2
3# $Id: bootstrap 8 2005-12-30 07:09:36Z jari $
4
5# Run this to generate all auto-generated files needed by the GNU
6# configure program. This should be run everytime configure.ac is
7# changed.
8
9mkdir -p autotools
10aclocal
11autoheader
12automake --add-missing --gnu
13autoconf
Note: See TracBrowser for help on using the repository browser.