From: Peter O'Gorman Date: Sun, 5 Oct 2003 15:27:34 +0000 (+0000) Subject: * ltmain.in: Specifying -allow-undefined is now an error. X-Git-Tag: release-1-9b~316 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb8a008f1256c9d1cf46cd7a59b35eb2663bc23c;p=thirdparty%2Flibtool.git * ltmain.in: Specifying -allow-undefined is now an error. --- diff --git a/ChangeLog b/ChangeLog index e7b21d372..1038a8feb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ * 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 * m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for linux* diff --git a/NEWS b/NEWS index ff4bace16..bf2b1324a 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ NEWS - list of user-visible changes between releases of GNU Libtool 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. New in 1.5.1: 2003-??-??; CVS version 1.5.0a, Libtool team: * lt_dlrealloc is an official part of the libltdl API. diff --git a/ltmain.in b/ltmain.in index fd9b2b87e..2b3028251 100644 --- a/ltmain.in +++ b/ltmain.in @@ -1164,8 +1164,8 @@ EOF -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)