Hello Everyone,
I have an automake target that looks like this:
noinst_LTLIBRARIES = liblocate_paths.la
liblocate_paths_la_SOURCES = \
locate_paths.c \
locate_paths.h
liblocate_paths_la_LIBADD = -L @RPM_PREFIX@/lib -lrpm
Which generates the following libtool command
/bin/sh
On Mar 27, 2000, "Dirk A. Mueller" <[EMAIL PROTECTED]> wrote:
> would it be possible to add "install-strip" support to libtool?
It's already there, but only in CVS.
--
Alexandre OlivaEnjoy GuaranĂ¡, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat companyaoliva@{redh
Hi,
would it be possible to add "install-strip" support to libtool?
Dirk
Hello!
> I notice that AC_CANONICAL_BUILD is now considered to be an internal
> macro (CVS autoconf) and is renamed _AC_CANONICAL_BUILD. CVS libtool
> is still requiring AC_CANONICAL_BUILD so it does not work with CVS
> autoconf. Will this be fixed soon?
Already fixed in Autoconf.
Current CVS