autoconf
[Top][All Lists]
Advanced

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

conditionally using libtool


From: Bob Rossi
Subject: conditionally using libtool
Date: Fri, 28 Apr 2006 22:00:03 -0400
User-agent: Mutt/1.5.9i

Hi,

I would like to have my package create a single static library and a
single program by default.

However, if the user does --enable-tcl-extension, then I would like to
create a shared library using libtool.

Can I do something in configure.in that says 
  if .. 
    AM_LIBTOOL
  fi;

or is this invalid?

Thanks,
Bob Rossi




reply via email to

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