diff --git a/util/altbuild.sh b/util/altbuild.sh index a6ed4060e1..616db325ed 100644 --- a/util/altbuild.sh +++ b/util/altbuild.sh @@ -15,7 +15,7 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: altbuild.sh,v 1.5 2000/12/21 02:58:49 gson Exp $ +# $Id: altbuild.sh,v 1.6 2000/12/22 23:05:17 gson Exp $ # # "Alternative build" test. @@ -29,6 +29,8 @@ case $# in *) echo "usage: $0 cvs-tag" >&2; exit 1 ;; esac +here=`pwd` + kitdir=/tmp/kit srcdir=/tmp/src builddir=/tmp/build @@ -75,4 +77,5 @@ make install # Check the installed header files +cd $here sh util/check-instincludes.sh $instdir