libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Libtool never sets exeext.


From: Peter Ekberg
Subject: Libtool never sets exeext.
Date: Thu, 28 Jul 2005 21:23:22 +0200

I'm curious about these lines in m4/libtool.m4:

AC_REQUIRE([AC_EXEEXT])dnl
_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl

exeext is empty on Windows, shouldn't it be:

AC_REQUIRE([AC_EXEEXT])dnl
_LT_DECL([exeext], [ac_exeext], [0], [Executable file suffix (normally
"")])dnl

I haven't tried this, I'm just curious as to why there's
an (undocumented?) exeext variable in the libtool script
that seems to always be empty...

Cheers,
Peter




reply via email to

[Prev in Thread] Current Thread [Next in Thread]