## libs/potrace/ac/potrace.ac: configure.ac fragment for the TeX Live subdirectory libs/potrace/ dnl dnl Copyright (C) 2013 Peter Breitenlohner dnl You may freely use, modify and/or distribute this file. dnl ## basic check of system potrace KPSE_TRY_LIB([potrace], [#include ], [potrace_state_t st; const char *version = potrace_version(); potrace_state_free(&st);])