Wie man die autoconf-Warnung behebt: The macro `AC_PROG_LIBTOOL' is obsolete.

Problem

Beim Ausführen von autoconf sehen Sie eine Fehlermeldung wie

autoupdate.sh
configure.ac:29: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
configure.ac:29: You should run autoupdate.
aclocal.m4:122: AC_PROG_LIBTOOL is expanded from...
configure.ac:29: the top level

Lösung

Vor dem Ausführen von autoconf müssen Sie autoupdate ausführen, um dieses Problem zu umgehen.

run_autoupdate.sh
autoupdate

Danach können Sie autoconf erneut ausführen und der Fehler wird verschwunden sein.


Check out similar posts by category: Build Systems