]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - configure.ac
Changelog.
[thirdparty/cups.git] / configure.ac
index ec148799718f703a8a5f7254fd933c5ac08d7f60..72b5344608aec7a45596f400bd291973f842ef9d 100644 (file)
@@ -1,23 +1,17 @@
 dnl
-dnl "$Id$"
-dnl
 dnl Configuration script for CUPS.
 dnl
-dnl Copyright 2007-2015 by Apple Inc.
+dnl Copyright 2007-2017 by Apple Inc.
 dnl Copyright 1997-2007 by Easy Software Products, all rights reserved.
 dnl
-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 file is missing or damaged, see the license at "http://www.cups.org/".
+dnl Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
 dnl
 
 dnl We need at least autoconf 2.60...
 AC_PREREQ(2.60)
 
 dnl Package name and version...
-AC_INIT([CUPS], [2.1.1], [https://www.cups.org/str.php], [cups], [https://www.cups.org/])
+AC_INIT([CUPS], [2.3b1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/])
 
 sinclude(config-scripts/cups-opsys.m4)
 sinclude(config-scripts/cups-common.m4)
@@ -38,7 +32,6 @@ sinclude(config-scripts/cups-largefile.m4)
 sinclude(config-scripts/cups-dnssd.m4)
 sinclude(config-scripts/cups-startup.m4)
 sinclude(config-scripts/cups-defaults.m4)
-sinclude(config-scripts/cups-scripting.m4)
 
 INSTALL_LANGUAGES=""
 UNINSTALL_LANGUAGES=""
@@ -93,7 +86,3 @@ AC_OUTPUT(Makedefs
          $LANGFILES)
 
 chmod +x cups-config
-
-dnl
-dnl End of "$Id$".
-dnl