ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/idar/autogen.sh
Revision: 1.1
Committed: Sat Oct 4 17:07:53 2003 UTC (20 years, 8 months ago) by tdb
Content type: application/x-sh
Branch: MAIN
CVS Tags: IDAR_1_2, 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