X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=configure.ac;h=50828a05f1bfc6442094a65796a41e3201b5b075;hp=9acda01297b803f263ceed5f476a59e02f1b66bb;hb=87030afb3aa8735848c66a0526d06af69d7010c6;hpb=591b26322a319eacdcef31e445a244e09cd1897b diff --git a/configure.ac b/configure.ac index 9acda0129..50828a05f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,23 +1,18 @@ dnl -dnl "$Id$" -dnl dnl Configuration script for CUPS. dnl -dnl Copyright 2007-2015 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.1.0], [https://www.cups.org/str.php], [cups], [https://www.cups.org/]) +AC_INIT([CUPS], [2.3b7], [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 +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="" @@ -72,14 +66,6 @@ AC_OUTPUT(Makedefs cups-config desktop/cups.desktop doc/index.html - man/client.conf.man - man/cups-files.conf.man - man/cups-lpd.man - man/cups-snmp.man - man/cupsaddsmb.man - man/cupsd.conf.man - man/cupsd.man - man/lpoptions.man scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml @@ -93,7 +79,3 @@ AC_OUTPUT(Makedefs $LANGFILES) chmod +x cups-config - -dnl -dnl End of "$Id$". -dnl