Last change
on this file since 4 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 | |
---|
9 | mkdir -p autotools |
---|
10 | libtoolize --automake |
---|
11 | aclocal |
---|
12 | autoheader |
---|
13 | automake --add-missing --gnu |
---|
14 | autoconf |
---|
Note: See
TracBrowser
for help on using the repository browser.