|
|
|
|
File: [DeepSpace6] / nc6 / bootstrap
(download)
Revision: 1.4, Sun Jan 12 17:57:44 2003 UTC (7 years, 7 months ago) by chris Branch: MAIN CVS Tags: release_0_5, release_0_4_right, release_0_4, release_0_3, pre_mauro_refactor_130103_merge, pre_i18n_merge, pre_chris_refactor_060103_merge, mauro_refactor_130103_base, mauro_refactor_130103, i18n_last_HEAD_merge Changes since 1.3: +1 -1 lines My system uses some m4 files in /sw/share/aclocal (don't ask). This lets me add that dir to the search from bootstrap - though it still breaks auto configure regeneration in make, since ACLOCAL_AMFLAGS doesn't get updated. Oh well. |
#! /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 aclocal -I config $@ autoheader automake --add-missing --copy autoconf ## @end 1
| The CVS admin |
Powered by ViewCVS 0.9.2 |