unittest-cpp/autogen.sh
2017-05-22 00:22:38 +09:00

9 lines
322 B
Bash
Executable file

#!/bin/sh
test -e ./.autotools_aux || mkdir .autotools_aux
libtoolize -cq
aclocal -I m4 --install # Generate aclocal
autoconf # Generate configure script
autoheader # Generate config.h
automake --add-missing --copy # Generate Makefile.in and other scripts