/* Change REAL_VTM to the absolute path of the Perl command-line version of * the VTM. For example, if you installed the vtm file in /usr/local/bin/vtm, * then change the #define line to read: * #define REAL_VTM "/usr/local/bin/vtm" * * When installed on cs March 8 2008, * I've put the perl script as /usr/local/bin/vtm_perl * and copied this wrapper ./vtml to /usr/local/bin/vtm . */ #define REAL_VTM "/usr/local/bin/vtm_perl" int main(int argc, char *argv[]) { execv(REAL_VTM, argv); }