ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libukcprog/autogen.sh
Revision: 1.1
Committed: Sat Oct 4 17:07:55 2003 UTC (20 years, 7 months ago) by tdb
Content type: application/x-sh
Branch: MAIN
CVS Tags: LIBUKCPROG_1_0_2, HEAD
Error occurred while calculating annotation data.
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

# Content
1 #!/bin/sh
2
3 # $Id$
4
5 aclocal
6 autoconf
7 libtoolize -c
8 automake -a -c