@@ -16,7 +16,6 @@ export SHELL
16
16
17
17
# Be more Bourne compatible
18
18
DUALCASE=1; export DUALCASE # for MKS sh
19
- as_nop=:
20
19
if test ${ZSH_VERSION+y} && (emulate sh) > /dev/null 2>&1
21
20
then :
22
21
emulate sh
@@ -25,12 +24,13 @@ then :
25
24
# is contrary to our usage. Disable this feature.
26
25
alias -g ' ${1+"$@"}' =' "$@"'
27
26
setopt NO_GLOB_SUBST
28
- else $as_nop
29
- case ` (set -o) 2> /dev/null` in # (
27
+ else case e in # (
28
+ e) case ` (set -o) 2> /dev/null` in # (
30
29
* posix* ) :
31
30
set -o posix ;; # (
32
31
* ) :
33
32
;;
33
+ esac ;;
34
34
esac
35
35
fi
36
36
@@ -102,7 +102,7 @@ IFS=$as_save_IFS
102
102
103
103
;;
104
104
esac
105
- # We did not find ourselves, most probably we were run as ` sh COMMAND'
105
+ # We did not find ourselves, most probably we were run as ' sh COMMAND'
106
106
# in which case we are not to be found in the path.
107
107
if test " x$as_myself " = x; then
108
108
as_myself=$0
@@ -131,7 +131,6 @@ as_fn_error ()
131
131
} # as_fn_error
132
132
133
133
134
-
135
134
# as_fn_set_status STATUS
136
135
# -----------------------
137
136
# Set $? to STATUS, without forking.
@@ -171,11 +170,12 @@ then :
171
170
{
172
171
eval $1+=\$2
173
172
}'
174
- else $as_nop
175
- as_fn_append ()
173
+ else case e in # (
174
+ e) as_fn_append ()
176
175
{
177
176
eval $1 =\$ $1 \$ 2
178
- }
177
+ } ;;
178
+ esac
179
179
fi # as_fn_append
180
180
181
181
# as_fn_arith ARG...
@@ -189,11 +189,12 @@ then :
189
189
{
190
190
as_val=$(( $* ))
191
191
}'
192
- else $as_nop
193
- as_fn_arith ()
192
+ else case e in # (
193
+ e) as_fn_arith ()
194
194
{
195
195
as_val=` expr " $@ " || test $? -eq 1`
196
- }
196
+ } ;;
197
+ esac
197
198
fi # as_fn_arith
198
199
199
200
@@ -276,9 +277,9 @@ if (echo >conf$$.file) 2>/dev/null; then
276
277
if ln -s conf$$ .file conf$$ 2> /dev/null; then
277
278
as_ln_s=' ln -s'
278
279
# ... but there are two gotchas:
279
- # 1) On MSYS, both ` ln -s file dir' and ` ln file dir' fail.
280
- # 2) DJGPP < 2.04 has no symlinks; ` ln -s' creates a wrapper executable.
281
- # In both cases, we have to default to ` cp -pR'.
280
+ # 1) On MSYS, both ' ln -s file dir' and ' ln file dir' fail.
281
+ # 2) DJGPP < 2.04 has no symlinks; ' ln -s' creates a wrapper executable.
282
+ # In both cases, we have to default to ' cp -pR'.
282
283
ln -s conf$$ .file conf$$ .dir 2> /dev/null && test ! -f conf$$ .exe ||
283
284
as_ln_s=' cp -pR'
284
285
elif ln conf$$ .file conf$$ 2> /dev/null; then
@@ -359,10 +360,12 @@ as_test_x='test -x'
359
360
as_executable_p=as_fn_executable_p
360
361
361
362
# Sed expression to map a string onto a valid CPP name.
362
- as_tr_cpp=" eval sed 'y%*$as_cr_letters %P$as_cr_LETTERS %;s%[^_$as_cr_alnum ]%_%g'"
363
+ as_sed_cpp=" y%*$as_cr_letters %P$as_cr_LETTERS %;s%[^_$as_cr_alnum ]%_%g"
364
+ as_tr_cpp=" eval sed '$as_sed_cpp '" # deprecated
363
365
364
366
# Sed expression to map a string onto a valid variable name.
365
- as_tr_sh=" eval sed 'y%*+%pp%;s%[^_$as_cr_alnum ]%_%g'"
367
+ as_sed_sh=" y%*+%pp%;s%[^_$as_cr_alnum ]%_%g"
368
+ as_tr_sh=" eval sed '$as_sed_sh '" # deprecated
366
369
367
370
368
371
exec 6>&1
@@ -373,8 +376,8 @@ exec 6>&1
373
376
# report actual input values of CONFIG_FILES etc. instead of their
374
377
# values after options handling.
375
378
ac_log="
376
- This file was extended by sndfile $as_me 1.1 , which was
377
- generated by GNU Autoconf 2.71 . Invocation command line was
379
+ This file was extended by sndfile $as_me 1.2 , which was
380
+ generated by GNU Autoconf 2.72 . Invocation command line was
378
381
379
382
CONFIG_FILES = $CONFIG_FILES
380
383
CONFIG_HEADERS = $CONFIG_HEADERS
@@ -389,7 +392,7 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q`
389
392
config_files=" Makefile pkgIndex.tcl"
390
393
391
394
ac_cs_usage=" \
392
- \` $as_me ' instantiates files and other configuration actions
395
+ ' $as_me ' instantiates files and other configuration actions
393
396
from templates according to the current configuration. Unless the files
394
397
and actions are specified as TAGs, all are instantiated by default.
395
398
@@ -412,11 +415,11 @@ Report bugs to the package provider."
412
415
413
416
ac_cs_config=' '
414
417
ac_cs_version=" \
415
- sndfile config.status 1.1
416
- configured by ./configure, generated by GNU Autoconf 2.71 ,
418
+ sndfile config.status 1.2
419
+ configured by ./configure, generated by GNU Autoconf 2.72 ,
417
420
with options \" $ac_cs_config \"
418
421
419
- Copyright (C) 2021 Free Software Foundation, Inc.
422
+ Copyright (C) 2023 Free Software Foundation, Inc.
420
423
This config.status script is free software; the Free Software Foundation
421
424
gives unlimited permission to copy, distribute and modify it."
422
425
470
473
ac_cs_silent=: ;;
471
474
472
475
# This is an error.
473
- -* ) as_fn_error $? " unrecognized option: \` $1 '
474
- Try \` $0 --help' for more information." ;;
476
+ -* ) as_fn_error $? " unrecognized option: ' $1 '
477
+ Try ' $0 --help' for more information." ;;
475
478
476
479
* ) as_fn_append ac_config_targets " $1 "
477
480
ac_need_defaults=false ;;
513
516
" Makefile" ) CONFIG_FILES=" $CONFIG_FILES Makefile" ;;
514
517
" pkgIndex.tcl" ) CONFIG_FILES=" $CONFIG_FILES pkgIndex.tcl" ;;
515
518
516
- * ) as_fn_error $? " invalid argument: \` $ac_config_target '" " $LINENO " 5;;
519
+ * ) as_fn_error $? " invalid argument: ' $ac_config_target '" " $LINENO " 5;;
517
520
esac
518
521
done
519
522
531
534
# creating and moving files from /tmp can sometimes cause problems.
532
535
# Hook for its removal unless debugging.
533
536
# Note that there is a small window in which the directory will not be cleaned:
534
- # after its creation but before its name has been assigned to ` $tmp'.
537
+ # after its creation but before its name has been assigned to ' $tmp'.
535
538
$debug ||
536
539
{
537
540
tmp= ac_tmp=
@@ -555,7 +558,7 @@ ac_tmp=$tmp
555
558
556
559
# Set up the scripts for CONFIG_FILES section.
557
560
# No need to generate them if there are no CONFIG_FILES.
558
- # This happens for instance with ` ./config.status config.h'.
561
+ # This happens for instance with ' ./config.status config.h'.
559
562
if test -n " $CONFIG_FILES " ; then
560
563
561
564
@@ -580,13 +583,11 @@ S["TCLSH_PROG"]="/usr/bin/tclsh8.6"
580
583
S["VC_MANIFEST_EMBED_EXE"]=""
581
584
S["VC_MANIFEST_EMBED_DLL"]=""
582
585
S["RANLIB_STUB"]="ranlib"
583
- S["PKG_STUB_LIB_FILE"]="libsndfilestub1.1 .a"
586
+ S["PKG_STUB_LIB_FILE"]="libsndfilestub1.2 .a"
584
587
S["MAKE_STUB_LIB"]="${STLIB_LD} $@ $( PKG_STUB_OBJECTS) "
585
588
S["MAKE_STATIC_LIB"]="${STLIB_LD} $@ $( PKG_OBJECTS) "
586
589
S["MAKE_SHARED_LIB"]="${SHLIB_LD} ${LDFLAGS} ${LDFLAGS_DEFAULT} -o $@ $( PKG_OBJECTS) ${SHLIB_LD_LIBS} "
587
590
S["MAKE_LIB"]="${SHLIB_LD} ${LDFLAGS} ${LDFLAGS_DEFAULT} -o $@ $( PKG_OBJECTS) ${SHLIB_LD_LIBS} "
588
- S["EGREP"]="/usr/bin/grep -E"
589
- S["GREP"]="/usr/bin/grep"
590
591
S["LDFLAGS_DEFAULT"]=""
591
592
S["CFLAGS_DEFAULT"]="-O2 -fomit-frame-pointer -DNDEBUG"
592
593
S["LD_LIBRARY_PATH_VAR"]="LD_LIBRARY_PATH"
@@ -660,9 +661,9 @@ S["PKG_HEADERS"]=""
660
661
S["PKG_TCL_SOURCES"]=""
661
662
S["PKG_STUB_OBJECTS"]=""
662
663
S["PKG_STUB_SOURCES"]=""
663
- S["PKG_LIB_FILE9"]="libtcl9sndfile1.1 .so"
664
- S["PKG_LIB_FILE8"]="libsndfile1.1 .so"
665
- S["PKG_LIB_FILE"]="libsndfile1.1 .so"
664
+ S["PKG_LIB_FILE9"]="libtcl9sndfile1.2 .so"
665
+ S["PKG_LIB_FILE8"]="libsndfile1.2 .so"
666
+ S["PKG_LIB_FILE"]="libsndfile1.2 .so"
666
667
S["EXEEXT"]=""
667
668
S["CYGPATH"]="echo"
668
669
S["target_alias"]=""
@@ -672,7 +673,7 @@ S["LIBS"]=""
672
673
S["ECHO_T"]=""
673
674
S["ECHO_N"]="-n"
674
675
S["ECHO_C"]=""
675
- S["DEFS"]="-DPACKAGE_NAME=\\ \"sndfile\\ \" -DPACKAGE_TARNAME=\\ \"sndfile\\ \" -DPACKAGE_VERSION=\\ \"1.1 \\ \" -DPACKAGE_STRING=\\ \"sndfile\\ 1.1 \\ \" -DPACKAGE_BUGREPORT=\\ \"\\ \" -DPACK"\
676
+ S["DEFS"]="-DPACKAGE_NAME=\\ \"sndfile\\ \" -DPACKAGE_TARNAME=\\ \"sndfile\\ \" -DPACKAGE_VERSION=\\ \"1.2 \\ \" -DPACKAGE_STRING=\\ \"sndfile\\ 1.2 \\ \" -DPACKAGE_BUGREPORT=\\ \"\\ \" -DPACK"\
676
677
"AGE_URL=\\ \"\\ \" -DBUILD_sndfile=/\\ *\\ */ -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -D"\
677
678
"HAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DTcl_Size=int -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_"\
678
679
"THREADS=1 -DUSE_TCL_STUBS=1 -DUSE_TCLOO_STUBS=1 -DMODULE_SCOPE=extern\\ __attribute__\\ (\\ (__visibility__\\ (\\ \"hidden\\ \"\\ )\\ )\\ ) -DHAVE_HIDDEN=1 -DHAVE_CAST"\
@@ -702,8 +703,8 @@ S["prefix"]="/usr"
702
703
S["exec_prefix"]="/usr"
703
704
S["PACKAGE_URL"]=""
704
705
S["PACKAGE_BUGREPORT"]=""
705
- S["PACKAGE_STRING"]="sndfile 1.1 "
706
- S["PACKAGE_VERSION"]="1.1 "
706
+ S["PACKAGE_STRING"]="sndfile 1.2 "
707
+ S["PACKAGE_VERSION"]="1.2 "
707
708
S["PACKAGE_TARNAME"]="sndfile"
708
709
S["PACKAGE_NAME"]="sndfile"
709
710
S["PATH_SEPARATOR"]=":"
753
754
esac
754
755
case $ac_mode$ac_tag in
755
756
:[FHL]* :* );;
756
- :L* | :C* :* ) as_fn_error $? " invalid tag \` $ac_tag '" " $LINENO " 5;;
757
+ :L* | :C* :* ) as_fn_error $? " invalid tag ' $ac_tag '" " $LINENO " 5;;
757
758
:[FH]-) ac_tag=-:-;;
758
759
:[FH]* ) ac_tag=$ac_tag :$ac_tag .in;;
759
760
esac
775
776
-) ac_f=" $ac_tmp /stdin" ;;
776
777
* ) # Look for the file first in the build tree, then in the source tree
777
778
# (if the path is not absolute). The absolute path cannot be DOS-style,
778
- # because $ac_f cannot contain ` :'.
779
+ # because $ac_f cannot contain ' :'.
779
780
test -f " $ac_f " ||
780
781
case $ac_f in
781
782
[\\ /$]* ) false ;;
782
783
* ) test -f " $srcdir /$ac_f " && ac_f=" $srcdir /$ac_f " ;;
783
784
esac ||
784
- as_fn_error 1 " cannot find input file: \` $ac_f '" " $LINENO " 5;;
785
+ as_fn_error 1 " cannot find input file: ' $ac_f '" " $LINENO " 5;;
785
786
esac
786
787
case $ac_f in * \' * ) ac_f=` printf " %s\n" " $ac_f " | sed " s/'/'\\\\\\\\ ''/g" ` ;; esac
787
788
as_fn_append ac_file_inputs " '$ac_f '"
788
789
done
789
790
790
- # Let's still pretend it is ` configure' which instantiates (i.e., don't
791
+ # Let's still pretend it is ' configure' which instantiates (i.e., don't
791
792
# use $as_me), people would be surprised to read:
792
793
# /* config.h. Generated by config.status. */
793
794
configure_input=' Generated from ' `
@@ -942,9 +943,9 @@ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
942
943
{ ac_out=` sed -n ' /\${datarootdir}/p' " $ac_tmp /out" ` ; test -n " $ac_out " ; } &&
943
944
{ ac_out=` sed -n ' /^[ ]*datarootdir[ ]*:*=/p' \
944
945
" $ac_tmp /out" ` ; test -z " $ac_out " ; } &&
945
- { printf " %s\n" " $as_me :${as_lineno-$LINENO } : WARNING: $ac_file contains a reference to the variable \` datarootdir'
946
+ { printf " %s\n" " $as_me :${as_lineno-$LINENO } : WARNING: $ac_file contains a reference to the variable ' datarootdir'
946
947
which seems to be undefined. Please make sure it is defined" >&5
947
- printf " %s\n" " $as_me : WARNING: $ac_file contains a reference to the variable \` datarootdir'
948
+ printf " %s\n" " $as_me : WARNING: $ac_file contains a reference to the variable ' datarootdir'
948
949
which seems to be undefined. Please make sure it is defined" >&2 ; }
949
950
950
951
rm -f " $ac_tmp /stdin"
0 commit comments