You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to successfully run autogen.sh until I had installed libtool. I'm running Fedora 32.
Before I installed it I had lots of errors like this:
plugins/subtitleformats/subtitleeditorproject/Makefile.am:4: error: Libtool library used but 'LIBTOOL' is undefined
plugins/subtitleformats/subtitleeditorproject/Makefile.am:4: The usual way to define 'LIBTOOL' is to add 'LT_INIT'
plugins/subtitleformats/subtitleeditorproject/Makefile.am:4: to 'configure.ac' and run 'aclocal' and 'autoconf' again.
plugins/subtitleformats/subtitleeditorproject/Makefile.am:4: If 'LT_INIT' is in 'configure.ac', make sure
plugins/subtitleformats/subtitleeditorproject/Makefile.am:4: its definition is in aclocal's search path.
The text was updated successfully, but these errors were encountered:
I wasn't able to successfully run
autogen.sh
until I had installed libtool. I'm running Fedora 32.Before I installed it I had lots of errors like this:
The text was updated successfully, but these errors were encountered: