* ltmain.in: Remove inferrence of mode, add shorthand for mode
choice.
+ * ltmain.in: Specifying -allow-undefined is now an error.
+
2003-09-29 Scott James Remnant <scott@netsplit.com>
* m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for linux*
New in 1.5b: 2003-??-??; CVS version 1.5a, Libtool team:
* Bug fixes.
* Mode inferrence removed, shorthand for choosing modes added.
+* Specifying -allow-undefined is now an error.
\f
New in 1.5.1: 2003-??-??; CVS version 1.5.0a, Libtool team:
* lt_dlrealloc is an official part of the libltdl API.
-allow-undefined)
# FIXME: remove this flag sometime in the future.
- $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2
- continue
+ $echo "$modename: \`-allow-undefined' must not be used because it is the default" 1>&2
+ exit 1
;;
-avoid-version)