X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=configure.ac;h=1756754d4912a42f63cc42e0e3915d210b6bc3bf;hb=658c64bf2ed2553121c3679eb24c7beda99a7ddc;hp=1a6a5a69abe847f0165aa4d9213062a85fcd021f;hpb=61b7ebde7c55ddb8883713c0a7ae170068f8a8fe;p=thirdparty%2Fcups.git diff --git a/configure.ac b/configure.ac index 1a6a5a69a..1756754d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,21 +1,18 @@ dnl dnl Configuration script for CUPS. dnl -dnl Copyright 2007-2016 by Apple Inc. -dnl Copyright 1997-2007 by Easy Software Products, all rights reserved. +dnl Copyright © 2007-2018 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 +dnl information. dnl dnl We need at least autoconf 2.60... AC_PREREQ(2.60) dnl Package name and version... -AC_INIT([CUPS], [2.2.2], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/]) +AC_INIT([CUPS], [2.3rc1], [https://github.com/apple/cups/issues], [cups], [https://www.cups.org/]) sinclude(config-scripts/cups-opsys.m4) sinclude(config-scripts/cups-common.m4) @@ -36,7 +33,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=""