]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-libtool.m4
Fix source file header text duplication text duplication.
[thirdparty/cups.git] / config-scripts / cups-libtool.m4
index 060f91859f131c7fd7db5f9ba581bdd8ac085460..429ce0ba3524066db1d5e346a6b2c3f0881fec1f 100644 (file)
@@ -1,35 +1,23 @@
 dnl
-dnl "$Id$"
+dnl Libtool stuff for CUPS.
 dnl
-dnl   Libtool stuff for the Common UNIX Printing System (CUPS).
+dnl Copyright 2007-2011 by Apple Inc.
+dnl Copyright 1997-2005 by Easy Software Products, all rights reserved.
 dnl
-dnl   Copyright 1997-2005 by Easy Software Products, all rights reserved.
-dnl
-dnl   These coded instructions, statements, and computer programs are the
-dnl   property of Easy Software Products and are protected by Federal
-dnl   copyright law.  Distribution and use rights are outlined in the file
-dnl   "LICENSE.txt" which should have been included with this file.  If this
-dnl   file is missing or damaged please contact Easy Software Products
-dnl   at:
-dnl
-dnl       Attn: CUPS Licensing Information
-dnl       Easy Software Products
-dnl       44141 Airport View Drive, Suite 204
-dnl       Hollywood, Maryland 20636 USA
-dnl
-dnl       Voice: (301) 373-9600
-dnl       EMail: cups-info@cups.org
-dnl         WWW: http://www.cups.org
+dnl These coded instructions, statements, and computer programs are the
+dnl property of Apple Inc. and are protected by Federal copyright
+dnl law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+dnl which should have been included with this file.  If this file is
+dnl 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])
@@ -43,7 +31,3 @@ if test x$LIBTOOL != x; then
        LINKCUPSIMAGE="../filter/\$(LIBCUPSIMAGE)"
        DSO="\$(CC)"
 fi
-
-dnl
-dnl End of "$Id$".
-dnl