Displaying 3 results from an estimated 3 matches for "use_libtool".
2011 Sep 06
1
libtool FIXME
...he build scripts, I noticed on configure.ac
## <FIXME>
## Completely disable using libtool for building shlibs until libtool
## fully supports Fortran and C++.
## AC_ARG_WITH([libtool],
## [AS_HELP_STRING([--with-libtool],[use libtool for building shared
libraries @
<:@yes@:>@])],
## [use_libtool="${withval}"],
## [use_libtool=yes])
## AM_CONDITIONAL(USE_LIBTOOL, [test "x${use_libtool}" = xyes])
## </FIXME>
Is this comment outdated or still valid ?
In my experience, Octave, that is mainly Fortran and C++ plus a small
amount of C, is fully employing libtool and a...
2015 Dec 11
0
R-devel, autotools and libtool
...LIBR1=
fi
And then, ignoring the rest until I get to:
## <FIXME>
## Completely disable using libtool for building shlibs until libtool
## fully supports Fortran and C++.
## AC_ARG_WITH([libtool],
## [AS_HELP_STRING([--with-libtool],[use libtool for building shared
libraries [yes]])],
## [use_libtool="${withval}"],
## [use_libtool=yes])
## AM_CONDITIONAL(USE_LIBTOOL, [test "x${use_libtool}" = xyes])
## </FIXME>
Hence the question - is there a real interest on someone (like me) to
examine libtool usage on a slightly used platform?
Michael
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
...p $
COMMENT= "open video codec"
-DISTNAME= libtheora-1.0alpha4
-PKGNAME= ${DISTNAME}p0
+DISTNAME= libtheora-1.0alpha6
CATEGORIES= multimedia
SHARED_LIBS= theora 1.0
-MODGNU_SHARED_LIBS= theora ''
MASTER_SITES= http://downloads.xiph.org/releases/theora/
@@ -27,9 +25,6 @@ USE_LIBTOOL= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libtheora
- ${INSTALL_DATA} ${WRKSRC}/doc/{color.html,vp3-format.txt} \
- ${PREFIX}/share/doc/libtheora
-
+REGRESS_TARGET=check
+
.include <bsd.port.mk>
diff -pruN --exclude=C...