Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autogen warning message. #38

Closed
Achaean opened this issue May 26, 2022 · 3 comments
Closed

Autogen warning message. #38

Achaean opened this issue May 26, 2022 · 3 comments

Comments

@Achaean
Copy link

Achaean commented May 26, 2022

Autogen brings this error message (although it completes successfully and I can't see any negative effects):

libtoolize: Remember to add 'LT_INIT' to configure.ac.

The entire console output (including the above message) is here:

>./autogen.sh
Running autoreconf --verbose --install --force
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Remember to add 'LT_INIT' to configure.ac.
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:189: installing './compile'
configure.ac:32: installing './config.guess'
configure.ac:32: installing './config.sub'
configure.ac:36: installing './install-sh'
configure.ac:36: installing './missing'
Makefile.am: installing './INSTALL'
libfuse-lite/Makefile.am: installing './depcomp'
autoreconf: Leaving directory `.'
>

I compiled NTFS-3G, at my 2 systems here: PCLinux and Devuan.

@unsound
Copy link
Member

unsound commented May 27, 2022

AFAIK this is just an informational message, not even a warning... I'm not sure that it can be silenced but feel free to contribute a patch if you have other information.

@unsound unsound closed this as completed May 27, 2022
@unsound
Copy link
Member

unsound commented May 27, 2022

And just to be clear, we do call LT_INIT if it's defined:

ifdef(
	[[LT_INIT]],
	[[LT_INIT]],
	[
		AC_PROG_LIBTOOL
		AC_ENABLE_STATIC
		AC_ENABLE_SHARED
	]
)

@Achaean
Copy link
Author

Achaean commented May 27, 2022

AFAIK this is just an informational message, not even a warning... I'm not sure that it can be silenced but feel free to contribute a patch if you have other information.

Oh I see!
Then please ignore this report.
THANKS! Bye!!! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants