]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Specifying -allow-undefined is now an error.
authorPeter O'Gorman <peter@pogma.com>
Sun, 5 Oct 2003 15:27:34 +0000 (15:27 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 5 Oct 2003 15:27:34 +0000 (15:27 +0000)
ChangeLog
NEWS
ltmain.in

index e7b21d37212fadb929735adb3ea516e39bd05fed..1038a8feb918f87c24b3c49813a084272689c901 100644 (file)
--- 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  <scott@netsplit.com>
 
        * m4/libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Use pass_all for linux*
diff --git a/NEWS b/NEWS
index ff4bace1671b2197d65a8147f748174b906e0290..bf2b1324a5c82a8249f92108468ee6e3c01978b7 100644 (file)
--- 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.
 \f
 New in 1.5.1: 2003-??-??; CVS version 1.5.0a, Libtool team:
 * lt_dlrealloc is an official part of the libltdl API.
index fd9b2b87edb01824de5b72aa3a5bf38df01f81fd..2b302825193a6b8876fa6411570d43e8c7e3e1f0 100644 (file)
--- 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)