Annotation of embedaddon/mtr/bootstrap.sh, revision 1.1.1.1

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

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