ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/autogen.sh
Revision: 1.1
Committed: Sat Oct 4 17:07:54 2003 UTC (20 years, 6 months ago) by tdb
Content type: application/x-sh
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_17, LIBSTATGRAB_0_16, LIBSTATGRAB_0_15, LIBSTATGRAB_0_14, LIBSTATGRAB_0_13, LIBSTATGRAB_0_12, LIBSTATGRAB_0_11_1, LIBSTATGRAB_0_11, LIBSTATGRAB_0_10_3, LIBSTATGRAB_0_10_2, LIBSTATGRAB_0_10_1, LIBSTATGRAB_0_10, LIBSTATGRAB_0_9, LIBSTATGRAB_0_8_2, LIBSTATGRAB_0_8_1, LIBSTATGRAB_0_8, LIBSTATGRAB_0_7, LIBSTATGRAB_0_6_1, LIBSTATGRAB_0_6, 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

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