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 levelLösung
Vor dem Ausführen von autoconf müssen Sie autoupdate ausführen, um dieses Problem zu umgehen.
run_autoupdate.sh
autoupdateDanach können Sie autoconf erneut ausführen und der Fehler wird verschwunden sein.
Check out similar posts by category:
Build Systems
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow