source: plugins/base1/se.lu.thep.wenni/trunk/bootstrap @ 825

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

Fixes #146.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 1021 bytes
Line 
1#!/bin/sh
2
3# $Id: bootstrap 825 2008-11-26 22:42:17Z jari $
4
5# Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson
6#
7# This file is part of WeNNI,
8# http://baseplugins.thep.lu.se/wiki/se.lu.thep.WeNNI
9#
10# WeNNI is free software; you can redistribute it and/or modify it
11# under the terms of the GNU General Public License as published by the
12# Free Software Foundation; either version 3 of the License, or (at
13# your option) any later version.
14#
15# WeNNI is distributed in the hope that it will be useful, but WITHOUT
16# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
17# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
18# for more details.
19#
20# You should have received a copy of the GNU General Public License
21# along with WeNNI. If not, see <http://www.gnu.org/licenses/>.
22
23
24# Run this to generate all auto-generated files needed by the GNU
25# configure program. This should be run everytime configure.ac is
26# changed.
27
28mkdir -p autotools
29libtoolize --automake
30aclocal
31autoheader
32automake --add-missing --gnu
33autoconf
Note: See TracBrowser for help on using the repository browser.