I have been using

AM_ENABLE_SHARED(no)
AM_ENABLE_STATIC(yes)
AC_PROG_LIBTOOL

in configure.in in order to control the default settings for whether
shared libraries are built or not.  It seems that supplying these in
configure.in to set the defaults is not supported any more (nothing in
the documentation). Now I see

  --enable-shared[=PKGS]  build shared libraries [default=yes]
  --enable-static[=PKGS]  build static libraries [default=yes]
  --enable-fast-install[=PKGS]  optimize for fast installation
[default=yes]
  --disable-libtool-lock  avoid locking (might break parallel builds)
  --enable-shared[=PKGS]  build shared libraries [default=no]
  --enable-static[=PKGS]  build static libraries [default=yes]

In the configure --help output, and the first set seems to win.

Is there a fix for this.

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED]
http://www.simplesystems.org/users/bfriesen

Reply via email to