OSDN Git Service

Added AM_PROG_AR
[ccunit/ccunit.git] / bootstrap
1 #!/bin/sh
2
3 set -x
4 aclocal -I config
5 libtoolize -f -c
6 autoheader -I config
7 automake --add-missing --copy
8 autoconf