xref: /Universal-ctags/libreadtags/autogen.sh (revision 0e675dcc44e62ca4628330a3e983e7b45eb28fd2)
1#!/bin/sh
2
3set -xe
4
5for c in autoconf automake libtoolize autoreconf; do
6	type $c || exit 1
7done
8
9autoreconf -vfi
10