source: trunk/bootstrap @ 540

Last change on this file since 540 was 519, checked in by Jari Häkkinen, 15 years ago

trac moved to new location.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 1.1 KB
RevLine 
[2]1#!/bin/sh
2
[84]3## $Id: bootstrap 519 2007-12-23 20:14:50Z 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.
[2]8
[84]9# Copyright (C) 2005, 2006 Jari Häkkinen
[492]10# Copyright (C) 2007 Peter Johansson
[84]11#
[519]12# This file is part of svndigest, http://trac.thep.lu.se/svndigest
[84]13#
[149]14# svndigest is free software; you can redistribute it and/or modify it
[84]15# under the terms of the GNU General Public License as published by
16# the Free Software Foundation; either version 2 of the License, or
17# (at your option) any later version.
18#
[149]19# svndigest is distributed in the hope that it will be useful, but
[84]20# WITHOUT ANY WARRANTY; without even the implied warranty of
[149]21# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
[84]22# General Public License for more details.
23#
24# You should have received a copy of the GNU General Public License
25# along with this program; if not, write to the Free Software
26# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
27# 02111-1307, USA.
[2]28
29mkdir -p autotools
[167]30libtoolize --automake
[2]31aclocal
32autoheader
33automake --add-missing --gnu
34autoconf
Note: See TracBrowser for help on using the repository browser.