Home → Developer Docs → Configure |
---|
Trick uses autoconf
to find and version check dependencies. The autoconf scripts live in the autoconf/
directory, and the generated script that the user runs is configure
in the Trick home directory.
The configure script run by the user is generated by autoconf. To update it -
autoconf/
directory, likely to configure.ac
and macros in the m4/
directoryautoconf/
directory, run:aclocal
autoconf -o ../configure
If you get an error message that looks like
possibly undefined macro: AC_MSG_ERROR
Install the package autoconf-archive
.