Remove the new configure option --enable-static-only, and instead
authorGreg Hudson <ghudson@mit.edu>
Thu, 18 Jun 2009 17:34:17 +0000 (17:34 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 18 Jun 2009 17:34:17 +0000 (17:34 +0000)
commitbd13166a4098198832d921b8e50b97008b714b7b
treec48bc93ff2c41479b06ef696c2513b5bf5dce661
parent85a53b0a2dd28dfa90cac560d406e7f96e4676df
Remove the new configure option --enable-static-only, and instead
require --enable-static --disable-shared for the same effect.  Error
out if only one of those two is specified.

While here, remove an unnecessary clause in the --disable-rpath block,
and make the notices consistent when using shared and static
libraries.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@22416 dc483132-0cff-0310-8789-dd5450dbe970
src/aclocal.m4