(file) Return to bootstrap CVS log (file) (dir) Up to [DeepSpace6] / nc6

File: [DeepSpace6] / nc6 / bootstrap (download)
Revision: 1.7, Sat Jan 14 08:35:07 2006 UTC (4 years, 7 months ago) by chris
Branch: MAIN
CVS Tags: release_1_0, iucv_patch_branch_merged, iucv_patch_branch_base, iucv_patch_branch, HEAD
Changes since 1.6: +1 -0 lines
Merged autopoint_test branch to head

#! /bin/sh
# bootstrap -- again, this is taken from Gary V. Vaughan's
# excellent autotools book (http://sources.redhat.com/autotools).

## @start 1
#! /bin/sh

set -x
autopoint
aclocal -I config $@
autoheader
automake --add-missing --copy
autoconf
## @end 1

The CVS admin
Powered by
ViewCVS 0.9.2