Last change
on this file since 296 was
296,
checked in by Peter, 18 years ago
|
corrected name of KernelBox?
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
269 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | # $Id: bootstrap 296 2005-04-29 09:34:37Z peter $ |
---|
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 | |
---|
9 | libtoolize --automake |
---|
10 | aclocal |
---|
11 | autoheader |
---|
12 | automake --add-missing --gnu |
---|
13 | autoconf |
---|
Note: See
TracBrowser
for help on using the repository browser.