Last change
on this file since 247 was
9,
checked in by Jari Häkkinen, 20 years ago
|
Added autotools configuration directory and renamed autogen.sh to
the more proper 'bootstrap'.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
247 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | # $Id: bootstrap 9 2003-03-03 21:16:52Z jari $ |
---|
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 | aclocal |
---|
10 | autoheader |
---|
11 | automake --add-missing --gnu |
---|
12 | autoconf |
---|
Note: See
TracBrowser
for help on using the repository browser.