File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mtr / bootstrap.sh
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Mon Oct 21 14:25:31 2019 UTC (4 years, 7 months ago) by misho
Branches: mtr, elwix, MAIN
CVS tags: v0_95, v0_94, v0_92, HEAD
mtr ver 0.92

#!/bin/sh

aclocal $ACLOCAL_OPTS
autoheader
automake --add-missing --copy --foreign
autoconf --force

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>