pyparsley/bootstrap.sh

6 lines
83 B
Bash
Executable File

#!/bin/sh
libtoolize || glibtoolize
aclocal
autoconf
automake -a
bison -yd parser.y