Мой файл configure.in имеет LT_VERSION = "1.1". Я использую последнюю версию autoconf и libtool. При использовании Autoconf или AUTORECONF, я получаю следующее сообщение об ошибке:LT_VERSION для libtool и autoconf не распознается
configure.ac:41: error: possibly undefined macro: LT_VERSION
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
Что я могу сделать?