source: trunk/bootstrap @ 508

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

Removed autotools directory that should not exist here (autotools directory is now created with bootstrap).

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 288 bytes
Line 
1#!/bin/sh
2
3# $Id: bootstrap 508 2006-02-17 00:08:17Z jari $
4
5# Run this to generate all auto-generated files needed by the GNU
6# configure program. To be on the safe side, run this everytime
7# configure.ac/configure.in is changed.
8
9mkdir -p autotools
10libtoolize --automake
11aclocal
12autoheader
13automake --add-missing --gnu
14autoconf
Note: See TracBrowser for help on using the repository browser.