ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/ihost/autogen.sh
Revision: 1.1
Committed: Sat Oct 4 17:07:54 2003 UTC (20 years, 7 months ago) by tdb
Content type: application/x-sh
Branch: MAIN
CVS Tags: IHOST_1_5_8, IHOST_1_5_7, HEAD
Log Message:
Add autogen.sh, a script to run automake/autoconf/etc. This is used
to build the build system when the package is checked out of CVS.

Updated README.CVS files accordingly.

File Contents

# User Rev Content
1 tdb 1.1 #!/bin/sh
2    
3     # $Id$
4    
5     aclocal
6     autoheader
7     autoconf
8     automake -a -c