File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mtr / bootstrap.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Sun Jul 21 23:43:42 2013 UTC (10 years, 11 months ago) by misho
Branches: mtr, elwix, MAIN
CVS tags: v0_86, v0_85, HEAD
0.85

    1: #!/bin/sh
    2: 
    3: aclocal
    4: autoheader
    5: automake --add-missing --copy --foreign
    6: autoconf
    7: 

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