Last change
on this file since 5 was
2,
checked in by Jari Häkkinen, 20 years ago
|
Added initial support for automake/autoconf.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
255 bytes
|
Line | |
---|
1 | #!/bin/sh |
---|
2 | |
---|
3 | # $Id: autogen.sh 2 2003-02-19 14:27:27Z jari $ |
---|
4 | |
---|
5 | # Run this to generate all auto-generated files needed by the GNU |
---|
6 | # configure program. This should be run 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.