]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-libtool.m4
Merge changes from CUPS 1.4svn-r8346.
[thirdparty/cups.git] / config-scripts / cups-libtool.m4
index c88f41426154c0027f578733b6f8ee33ca6f6a77..614548f376326853367cc5f3c87a6ea0e5a98d03 100644 (file)
@@ -3,7 +3,7 @@ dnl "$Id: cups-libtool.m4 6649 2007-07-11 21:46:42Z mike $"
 dnl
 dnl   Libtool stuff for the Common UNIX Printing System (CUPS).
 dnl
-dnl   Copyright 2007 by Apple Inc.
+dnl   Copyright 2007-2009 by Apple Inc.
 dnl   Copyright 1997-2005 by Easy Software Products, all rights reserved.
 dnl
 dnl   These coded instructions, statements, and computer programs are the
@@ -13,14 +13,13 @@ dnl   which should have been included with this file.  If this file is
 dnl   file is missing or damaged, see the license at "http://www.cups.org/".
 dnl
 
-AC_ARG_ENABLE(libtool_unsupported, [  --enable-libtool-unsupported=LIBTOOL_PATH
-                          turn on building with libtool (UNSUPPORTED!), default=no],
+AC_ARG_ENABLE(libtool_unsupported, [  --enable-libtool-unsupported
+                          build with libtool (UNSUPPORTED!)],
        [if test x$enable_libtool_unsupported != xno; then
                LIBTOOL="$enable_libtool_unsupported"
                enable_shared=no
-               echo "WARNING: libtool is not supported or endorsed by Easy Software Products."
-               echo "         WE DO NOT PROVIDE TECHNICAL SUPPORT FOR LIBTOOL PROBLEMS."
-               echo "         (even if you have a support contract)"
+               echo "WARNING: libtool is not supported or endorsed by Apple Inc."
+               echo "         WE DO NOT PROVIDE SUPPORT FOR LIBTOOL PROBLEMS."
        else
                LIBTOOL=""
        fi])