Last change
on this file since 857 was
857,
checked in by Jari Häkkinen, 14 years ago
|
Merged trunk changes -r844:855 to replacing_gnuplot branch.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | ## $Id: bootstrap 857 2009-11-19 15:28:56Z 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 | |
---|
9 | # Copyright (C) 2005, 2006 Jari Häkkinen |
---|
10 | # Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson |
---|
11 | # |
---|
12 | # This file is part of svndigest, http://dev.thep.lu.se/svndigest |
---|
13 | # |
---|
14 | # svndigest is free software; you can redistribute it and/or modify it |
---|
15 | # under the terms of the GNU General Public License as published by |
---|
16 | # the Free Software Foundation; either version 3 of the License, or |
---|
17 | # (at your option) any later version. |
---|
18 | # |
---|
19 | # svndigest is distributed in the hope that it will be useful, but |
---|
20 | # WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
21 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
22 | # General Public License for more details. |
---|
23 | # |
---|
24 | # You should have received a copy of the GNU General Public License |
---|
25 | # along with svndigest. If not, see <http://www.gnu.org/licenses/>. |
---|
26 | |
---|
27 | # Run this to generate all auto-generated files needed by the GNU |
---|
28 | # configure program. |
---|
29 | |
---|
30 | autoreconf --install --symlink --force |
---|
Note: See
TracBrowser
for help on using the repository browser.