src/utils_cgi.c: Complete the fix: The script was moved to the pkg_libdir, too.
[collection4.git] / autogen.sh
1 #! /bin/sh
2
3 set -ex
4
5 aclocal
6 autoconf --force --warnings=all
7 autoheader --force --warnings=all
8 automake --add-missing --copy --foreign --warnings=all
9