source: trunk/bootstrap @ 2

Last change on this file since 2 was 2, checked in by Jari Häkkinen, 18 years ago

Building directory structure.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 261 bytes
Line 
1#!/bin/sh
2
3# $Id: bootstrap 2 2005-12-20 20:54:03Z 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
10libtoolize --automake
11aclocal
12autoheader
13automake --add-missing --gnu
14autoconf
Note: See TracBrowser for help on using the repository browser.