11#! /bin/sh
22# Guess values for system-dependent variables and create Makefiles.
3- # Generated by GNU Autoconf 2.71 for ugrep 4.4 .
3+ # Generated by GNU Autoconf 2.71 for ugrep 4.5 .
44#
55#
66# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -610,8 +610,8 @@ MAKEFLAGS=
610610# Identity of this package.
611611PACKAGE_NAME=' ugrep'
612612PACKAGE_TARNAME=' ugrep'
613- PACKAGE_VERSION=' 4.4 '
614- PACKAGE_STRING=' ugrep 4.4 '
613+ PACKAGE_VERSION=' 4.5 '
614+ PACKAGE_STRING=' ugrep 4.5 '
615615PACKAGE_BUGREPORT=' '
616616PACKAGE_URL=' '
617617
@@ -796,6 +796,7 @@ with_lzma
796796with_lz4
797797with_zstd
798798with_brotli
799+ enable_7zip
799800with_bzip3
800801with_bash_completion_dir
801802with_fish_completion_dir
@@ -1379,7 +1380,7 @@ if test "$ac_init_help" = "long"; then
13791380 # Omit some internal or obsolete options to make the list less imposing.
13801381 # This message is too long to be a string in the A/UX 3.1 sh.
13811382 cat << _ACEOF
1382- \` configure' configures ugrep 4.4 to adapt to many kinds of systems.
1383+ \` configure' configures ugrep 4.5 to adapt to many kinds of systems.
13831384
13841385Usage: $0 [OPTION]... [VAR=VALUE]...
13851386
14501451
14511452if test -n " $ac_init_help " ; then
14521453 case $ac_init_help in
1453- short | recursive ) echo " Configuration of ugrep 4.4 :" ;;
1454+ short | recursive ) echo " Configuration of ugrep 4.5 :" ;;
14541455 esac
14551456 cat << \_ACEOF
14561457
@@ -1464,6 +1465,8 @@ Optional Features:
14641465 do not reject slow dependency extractors
14651466 --disable-dependency-tracking
14661467 speeds up one-time build
1468+ --disable-7zip to disable 7zip and no longer search .7z files (7z
1469+ requires more memory and takes long to decompress)
14671470 --disable-auto-color disable automatic colors, otherwise colors are
14681471 enabled by default
14691472 --enable-color deprecated, use --disable-auto-color
16231626test -n " $ac_init_help " && exit $ac_status
16241627if $ac_init_version ; then
16251628 cat << \_ACEOF
1626- ugrep configure 4.4
1629+ ugrep configure 4.5
16271630generated by GNU Autoconf 2.71
16281631
16291632Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2160,7 +2163,7 @@ cat >config.log <<_ACEOF
21602163This file contains any messages produced by compilers while
21612164running configure, to aid debugging if configure makes a mistake.
21622165
2163- It was created by ugrep $as_me 4.4 , which was
2166+ It was created by ugrep $as_me 4.5 , which was
21642167generated by GNU Autoconf 2.71. Invocation command line was
21652168
21662169 $ $0 $ac_configure_args_raw
36473650
36483651# Define the identity of the package.
36493652 PACKAGE=' ugrep'
3650- VERSION=' 4.4 '
3653+ VERSION=' 4.5 '
36513654
36523655
36533656printf " %s\n" " #define PACKAGE \" $PACKAGE \" " >> confdefs.h
@@ -8094,6 +8097,8 @@ printf "%s\n" "#define HAVE_LIBZ 1" >>confdefs.h
80948097fi
80958098
80968099
8100+ if test -n " ${zlib_places} " ; then
8101+
80978102#
80988103# Handle user hints
80998104#
@@ -8759,6 +8764,28 @@ printf "%s\n" "#define HAVE_LIBBROTLI 1" >>confdefs.h
87598764fi
87608765
87618766
8767+ # Check whether --enable-7zip was given.
8768+ if test ${enable_7zip+y}
8769+ then :
8770+ enableval=$enable_7zip ; with_no_7zip=" yes"
8771+ else $as_nop
8772+ with_no_7zip=" no"
8773+ fi
8774+
8775+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : checking for --disable-7zip" >&5
8776+ printf %s " checking for --disable-7zip... " >&6 ; }
8777+ if test " x$with_no_7zip " = " xno" ; then
8778+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: no" >&5
8779+ printf " %s\n" " no" >&6 ; }
8780+ CPPFLAGS=" $CPPFLAGS -I../lzma/C"
8781+ LDFLAGS=" $LDFLAGS -L../lzma/C"
8782+ LIBS=" -lviiz $LIBS "
8783+ else
8784+ EXTRA_CFLAGS=" -DWITH_NO_7ZIP ${EXTRA_CFLAGS} "
8785+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : result: yes" >&5
8786+ printf " %s\n" " yes" >&6 ; }
8787+ fi
8788+
87628789
87638790# Check whether --with-bzip3 was given.
87648791if test ${with_bzip3+y}
89068933
89078934fi
89088935
8936+ fi
8937+
89098938
89108939# Check whether --with-bash-completion-dir was given.
89118940if test ${with_bash_completion_dir+y}
@@ -9642,7 +9671,7 @@ PTHREAD_CFLAGS=""
96429671PTHREAD_LIBS=" -lpthread"
96439672
96449673
9645- ac_config_files=" $ac_config_files Makefile lib/Makefile src/Makefile"
9674+ ac_config_files=" $ac_config_files Makefile lib/Makefile src/Makefile lzma/C/Makefile "
96469675
96479676
96489677cat > confcache << \_ACEOF
@@ -10188,7 +10217,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1018810217# report actual input values of CONFIG_FILES etc. instead of their
1018910218# values after options handling.
1019010219ac_log="
10191- This file was extended by ugrep $as_me 4.4 , which was
10220+ This file was extended by ugrep $as_me 4.5 , which was
1019210221generated by GNU Autoconf 2.71. Invocation command line was
1019310222
1019410223 CONFIG_FILES = $CONFIG_FILES
@@ -10256,7 +10285,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
1025610285cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1025710286ac_cs_config='$ac_cs_config_escaped '
1025810287ac_cs_version=" \\
10259- ugrep config.status 4.4
10288+ ugrep config.status 4.5
1026010289configured by $0 , generated by GNU Autoconf 2.71,
1026110290 with options \\ " \$ ac_cs_config\\ "
1026210291
@@ -10390,6 +10419,7 @@ do
1039010419 " Makefile" ) CONFIG_FILES=" $CONFIG_FILES Makefile" ;;
1039110420 " lib/Makefile" ) CONFIG_FILES=" $CONFIG_FILES lib/Makefile" ;;
1039210421 " src/Makefile" ) CONFIG_FILES=" $CONFIG_FILES src/Makefile" ;;
10422+ " lzma/C/Makefile" ) CONFIG_FILES=" $CONFIG_FILES lzma/C/Makefile" ;;
1039310423
1039410424 *) as_fn_error $? " invalid argument: \` $ac_config_target ' " "$LINENO" 5;;
1039510425 esac
0 commit comments