11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
3- # Generated by GNU Autoconf 2.71 for CUPS 2.4.12 .
3+ # Generated by GNU Autoconf 2.71 for CUPS 2.4.13 .
44#
55# Report bugs to <https://github.com/openprinting/cups/issues>.
66#
@@ -610,8 +610,8 @@ MAKEFLAGS=
610610# Identity of this package.
611611PACKAGE_NAME=' CUPS'
612612PACKAGE_TARNAME=' cups'
613- PACKAGE_VERSION=' 2.4.12 '
614- PACKAGE_STRING=' CUPS 2.4.12 '
613+ PACKAGE_VERSION=' 2.4.13 '
614+ PACKAGE_STRING=' CUPS 2.4.13 '
615615PACKAGE_BUGREPORT=' https://github.com/openprinting/cups/issues'
616616PACKAGE_URL=' https://openprinting.github.io/cups'
617617
@@ -650,8 +650,6 @@ ac_header_c_list=
650650ac_default_prefix=/
651651ac_subst_vars=' LTLIBOBJS
652652LIBOBJS
653- UNINSTALL_LANGUAGES
654- INSTALL_LANGUAGES
655653TIMEOUTSTARTSEC
656654EXIT_TIMEOUT
657655SYSTEMD_WANTED_BY
@@ -680,8 +678,6 @@ CUPS_LOG_FILE_PERM
680678CUPS_CUPSD_FILE_PERM
681679CUPS_CONFIG_FILE_PERM
682680CUPS_EXE_FILE_PERM
683- CUPS_RESOURCEDIR
684- CUPS_BUNDLEDIR
685681LANGUAGES
686682XINETD
687683RCSTOP
@@ -915,8 +911,6 @@ with_rcstart
915911with_rcstop
916912with_xinetd
917913with_languages
918- with_bundledir
919- with_bundlelang
920914with_exe_file_perm
921915with_config_file_perm
922916with_cupsd_file_perm
@@ -1504,7 +1498,7 @@ if test "$ac_init_help" = "long"; then
15041498 # Omit some internal or obsolete options to make the list less imposing.
15051499 # This message is too long to be a string in the A/UX 3.1 sh.
15061500 cat << _ACEOF
1507- \` configure' configures CUPS 2.4.12 to adapt to many kinds of systems.
1501+ \` configure' configures CUPS 2.4.13 to adapt to many kinds of systems.
15081502
15091503Usage: $0 [OPTION]... [VAR=VALUE]...
15101504
15701564
15711565if test -n " $ac_init_help " ; then
15721566 case $ac_init_help in
1573- short | recursive ) echo " Configuration of CUPS 2.4.12 :" ;;
1567+ short | recursive ) echo " Configuration of CUPS 2.4.13 :" ;;
15741568 esac
15751569 cat << \_ACEOF
15761570
@@ -1649,9 +1643,6 @@ Optional Packages:
16491643 --with-rcstop set stop number for rc scripts
16501644 --with-xinetd set path for xinetd config files
16511645 --with-languages set installed languages, default=all
1652- --with-bundledir set localization bundle directory
1653- --with-bundlelang set localization bundle base language (English or
1654- en)
16551646 --with-exe-file-perm set default executable permissions value,
16561647 default=0755
16571648 --with-config-file-perm set default ConfigFilePerm value, default=0640
17581749test -n " $ac_init_help " && exit $ac_status
17591750if $ac_init_version ; then
17601751 cat << \_ACEOF
1761- CUPS configure 2.4.12
1752+ CUPS configure 2.4.13
17621753generated by GNU Autoconf 2.71
17631754
17641755Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2113,7 +2104,7 @@ cat >config.log <<_ACEOF
21132104This file contains any messages produced by compilers while
21142105running configure, to aid debugging if configure makes a mistake.
21152106
2116- It was created by CUPS $as_me 2.4.12 , which was
2107+ It was created by CUPS $as_me 2.4.13 , which was
21172108generated by GNU Autoconf 2.71. Invocation command line was
21182109
21192110 $ $0 $ac_configure_args_raw
@@ -3244,8 +3235,8 @@ done
32443235ac_config_headers=" $ac_config_headers config.h"
32453236
32463237
3247- CUPS_VERSION=" 2.4.12 "
3248- CUPS_API_VERSION=" $( echo 2.4.12 | awk -F. ' {print $1 "." $2}' ) "
3238+ CUPS_VERSION=" 2.4.13 "
3239+ CUPS_API_VERSION=" $( echo 2.4.13 | awk -F. ' {print $1 "." $2}' ) "
32493240CUPS_BUILD=" cups-$CUPS_VERSION "
32503241
32513242
@@ -11522,75 +11513,6 @@ fi
1152211513
1152311514
1152411515
11525- # Check whether --with-bundledir was given.
11526- if test ${with_bundledir+y}
11527- then :
11528- withval=$with_bundledir ;
11529- CUPS_BUNDLEDIR=" $withval "
11530-
11531- else $as_nop
11532-
11533- if test " x$host_os_name " = xdarwin -a $host_os_version -ge 100
11534- then :
11535-
11536- CUPS_BUNDLEDIR=" /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A"
11537- LANGUAGES=" "
11538-
11539- else $as_nop
11540-
11541- CUPS_BUNDLEDIR=" "
11542-
11543- fi
11544-
11545- fi
11546-
11547-
11548-
11549- if test " x$CUPS_BUNDLEDIR " ! = x
11550- then :
11551-
11552-
11553- printf " %s\n" " #define CUPS_BUNDLEDIR \" $CUPS_BUNDLEDIR \" " >> confdefs.h
11554-
11555-
11556- fi
11557-
11558-
11559- # Check whether --with-bundlelang was given.
11560- if test ${with_bundlelang+y}
11561- then :
11562- withval=$with_bundlelang ;
11563- cups_bundlelang=" $withval "
11564-
11565- else $as_nop
11566-
11567- if test $host_os_version -ge 190
11568- then :
11569-
11570- cups_bundlelang=" en"
11571-
11572- else $as_nop
11573-
11574- cups_bundlelang=" English"
11575-
11576- fi
11577-
11578- fi
11579-
11580-
11581- if test " x$cups_bundlelang " ! = x -a " x$CUPS_BUNDLEDIR " ! = x
11582- then :
11583-
11584- CUPS_RESOURCEDIR=" $CUPS_BUNDLEDIR /Resources/$cups_bundlelang .lproj"
11585-
11586- else $as_nop
11587-
11588- CUPS_RESOURCEDIR=" "
11589-
11590- fi
11591-
11592-
11593-
1159411516# Check whether --with-exe_file_perm was given.
1159511517if test ${with_exe_file_perm+y}
1159611518then :
@@ -12369,14 +12291,10 @@ fi
1236912291
1237012292
1237112293
12372- INSTALL_LANGUAGES=" "
12373- UNINSTALL_LANGUAGES=" "
1237412294LANGFILES=" "
1237512295if test " x$LANGUAGES " ! = x
1237612296then :
1237712297
12378- INSTALL_LANGUAGES=" install-languages"
12379- UNINSTALL_LANGUAGES=" uninstall-languages"
1238012298 for lang in $LANGUAGES ; do
1238112299 if test -f doc/$lang /index.html.in
1238212300then :
@@ -12393,17 +12311,8 @@ then :
1239312311fi
1239412312 done
1239512313
12396- elif test " x$CUPS_BUNDLEDIR " ! = x
12397- then :
12398-
12399- INSTALL_LANGUAGES=" install-langbundle"
12400- UNINSTALL_LANGUAGES=" uninstall-langbundle"
12401-
1240212314fi
1240312315
12404-
12405-
12406-
1240712316ac_config_files=" $ac_config_files Makedefs conf/cups-files.conf conf/cupsd.conf conf/mime.convs conf/pam.std conf/snmp.conf cups.pc cups-config desktop/cups.desktop doc/index.html scheduler/cups-lpd.xinetd scheduler/cups.sh scheduler/cups.xml scheduler/org.cups.cups-lpd.plist scheduler/cups-lpdAT.service scheduler/cups.path scheduler/cups.service scheduler/cups.socket templates/header.tmpl packaging/cups.list $LANGFILES "
1240812317
1240912318cat > confcache << \_ACEOF
@@ -12905,7 +12814,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1290512814# report actual input values of CONFIG_FILES etc. instead of their
1290612815# values after options handling.
1290712816ac_log="
12908- This file was extended by CUPS $as_me 2.4.12 , which was
12817+ This file was extended by CUPS $as_me 2.4.13 , which was
1290912818generated by GNU Autoconf 2.71. Invocation command line was
1291012819
1291112820 CONFIG_FILES = $CONFIG_FILES
@@ -12970,7 +12879,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1297012879cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1297112880ac_cs_config='$ac_cs_config_escaped '
1297212881ac_cs_version=" \\
12973- CUPS config.status 2.4.12
12882+ CUPS config.status 2.4.13
1297412883configured by $0 , generated by GNU Autoconf 2.71,
1297512884 with options \\ " \$ ac_cs_config\\ "
1297612885
0 commit comments