]> ncurses.scripts.mit.edu Git - ncurses.git/blob - aclocal.m4
ncurses 6.5 - patch 20240519
[ncurses.git] / aclocal.m4
1 dnl***************************************************************************
2 dnl Copyright 2018-2023,2024 Thomas E. Dickey                                *
3 dnl Copyright 1998-2017,2018 Free Software Foundation, Inc.                  *
4 dnl                                                                          *
5 dnl Permission is hereby granted, free of charge, to any person obtaining a  *
6 dnl copy of this software and associated documentation files (the            *
7 dnl "Software"), to deal in the Software without restriction, including      *
8 dnl without limitation the rights to use, copy, modify, merge, publish,      *
9 dnl distribute, distribute with modifications, sublicense, and/or sell       *
10 dnl copies of the Software, and to permit persons to whom the Software is    *
11 dnl furnished to do so, subject to the following conditions:                 *
12 dnl                                                                          *
13 dnl The above copyright notice and this permission notice shall be included  *
14 dnl in all copies or substantial portions of the Software.                   *
15 dnl                                                                          *
16 dnl THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *
17 dnl OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *
18 dnl MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *
19 dnl IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *
20 dnl DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *
21 dnl OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *
22 dnl THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *
23 dnl                                                                          *
24 dnl Except as contained in this notice, the name(s) of the above copyright   *
25 dnl holders shall not be used in advertising or otherwise to promote the     *
26 dnl sale, use or other dealings in this Software without prior written       *
27 dnl authorization.                                                           *
28 dnl***************************************************************************
29 dnl
30 dnl Author: Thomas E. Dickey 1995-on
31 dnl
32 dnl $Id: aclocal.m4,v 1.1071 2024/05/18 19:49:14 tom Exp $
33 dnl Macros used in NCURSES auto-configuration script.
34 dnl
35 dnl These macros are maintained separately from NCURSES.  The copyright on
36 dnl this file applies to the aggregation of macros and does not affect use of
37 dnl these macros in other applications.
38 dnl
39 dnl See these pages for additional information:
40 dnl             https://invisible-island.net/autoconf/
41 dnl             https://invisible-island.net/autoconf/my-autoconf.html
42 dnl
43 dnl ---------------------------------------------------------------------------
44 dnl ---------------------------------------------------------------------------
45 dnl AM_LANGINFO_CODESET version: 7 updated: 2023/01/11 04:05:23
46 dnl -------------------
47 dnl Inserted as requested by gettext 0.10.40
48 dnl File from /usr/share/aclocal
49 dnl codeset.m4
50 dnl ====================
51 dnl serial AM1
52 dnl
53 dnl From Bruno Haible.
54 AC_DEFUN([AM_LANGINFO_CODESET],
55 [
56 AC_CACHE_CHECK([for nl_langinfo and CODESET], am_cv_langinfo_codeset,
57         [AC_TRY_LINK([
58 $ac_includes_default
59 #include <langinfo.h>],
60         [char* cs = nl_langinfo(CODESET); (void)cs],
61         am_cv_langinfo_codeset=yes,
62         am_cv_langinfo_codeset=no)
63         ])
64         if test "$am_cv_langinfo_codeset" = yes; then
65                 AC_DEFINE(HAVE_LANGINFO_CODESET, 1,
66                 [Define if you have <langinfo.h> and nl_langinfo(CODESET).])
67         fi
68 ])dnl
69 dnl ---------------------------------------------------------------------------
70 dnl CF_ABI_DEFAULTS version: 5 updated: 2023/10/21 08:54:23
71 dnl ---------------
72 dnl Provide configure-script defaults for different ncurses ABIs.
73 AC_DEFUN([CF_ABI_DEFAULTS],[
74 AC_REQUIRE([CF_NCURSES_WITH_ABI_VERSION])
75
76 # ABI 5 defaults:
77 cf_dft_ccharw_max=5
78 cf_dft_chtype=auto
79 cf_dft_ext_colors=no
80 cf_dft_ext_const=no
81 cf_dft_ext_mouse=no
82 cf_dft_ext_putwin=no
83 cf_dft_ext_spfuncs=no
84 cf_dft_filter_syms=no
85 cf_dft_interop=no
86 cf_dft_mmask_t=auto
87 cf_dft_opaque_curses=no
88 cf_dft_ordinate_type=short
89 cf_dft_signed_char=no
90 cf_dft_tparm_arg=long
91 cf_dft_widec=no
92 cf_dft_with_lp64=no
93
94 # ABI 6 default differences from ABI 5:
95 case x$cf_cv_abi_default in
96 (x[[6789]])
97         cf_dft_chtype=uint32_t
98         cf_dft_ext_colors=yes
99         cf_dft_ext_const=yes
100         cf_dft_ext_mouse=yes
101         cf_dft_ext_putwin=yes
102         cf_dft_ext_spfuncs=yes
103         cf_dft_filter_syms=yes
104         cf_dft_interop=yes
105         cf_dft_mmask_t=uint32_t
106         cf_dft_opaque_curses=yes
107         cf_dft_tparm_arg=intptr_t
108         cf_dft_widec=yes
109         cf_dft_with_lp64=yes
110         ;;
111 esac
112
113 # ABI 7 default differences from ABI 6:
114 case x$cf_cv_abi_default in
115 (x[[789]])
116         cf_dft_ccharw_max=6
117         cf_dft_mmask_t=uint64_t
118         cf_dft_ordinate_type=int
119         cf_dft_signed_char=yes
120         # also: remove the wgetch-events feature in ABI 7
121         ;;
122 esac
123 ])dnl
124 dnl ---------------------------------------------------------------------------
125 dnl CF_ACVERSION_CHECK version: 5 updated: 2014/06/04 19:11:49
126 dnl ------------------
127 dnl Conditionally generate script according to whether we're using a given autoconf.
128 dnl
129 dnl $1 = version to compare against
130 dnl $2 = code to use if AC_ACVERSION is at least as high as $1.
131 dnl $3 = code to use if AC_ACVERSION is older than $1.
132 define([CF_ACVERSION_CHECK],
133 [
134 ifdef([AC_ACVERSION], ,[ifdef([AC_AUTOCONF_VERSION],[m4_copy([AC_AUTOCONF_VERSION],[AC_ACVERSION])],[m4_copy([m4_PACKAGE_VERSION],[AC_ACVERSION])])])dnl
135 ifdef([m4_version_compare],
136 [m4_if(m4_version_compare(m4_defn([AC_ACVERSION]), [$1]), -1, [$3], [$2])],
137 [CF_ACVERSION_COMPARE(
138 AC_PREREQ_CANON(AC_PREREQ_SPLIT([$1])),
139 AC_PREREQ_CANON(AC_PREREQ_SPLIT(AC_ACVERSION)), AC_ACVERSION, [$2], [$3])])])dnl
140 dnl ---------------------------------------------------------------------------
141 dnl CF_ACVERSION_COMPARE version: 3 updated: 2012/10/03 18:39:53
142 dnl --------------------
143 dnl CF_ACVERSION_COMPARE(MAJOR1, MINOR1, TERNARY1,
144 dnl                      MAJOR2, MINOR2, TERNARY2,
145 dnl                      PRINTABLE2, not FOUND, FOUND)
146 define([CF_ACVERSION_COMPARE],
147 [ifelse(builtin([eval], [$2 < $5]), 1,
148 [ifelse([$8], , ,[$8])],
149 [ifelse([$9], , ,[$9])])])dnl
150 dnl ---------------------------------------------------------------------------
151 dnl CF_ADA_INCLUDE_DIRS version: 8 updated: 2013/10/14 04:24:07
152 dnl -------------------
153 dnl Construct the list of include-options for the C programs in the Ada95
154 dnl binding.
155 AC_DEFUN([CF_ADA_INCLUDE_DIRS],
156 [
157 ACPPFLAGS="-I. -I../include -I../../include $ACPPFLAGS"
158 if test "$srcdir" != "."; then
159         ACPPFLAGS="-I\${srcdir}/../../include $ACPPFLAGS"
160 fi
161 if test "$GCC" != yes; then
162         ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
163 elif test "$includedir" != "/usr/include"; then
164         if test "$includedir" = '${prefix}/include' ; then
165                 if test x$prefix != x/usr ; then
166                         ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
167                 fi
168         else
169                 ACPPFLAGS="$ACPPFLAGS -I\${includedir}"
170         fi
171 fi
172 AC_SUBST(ACPPFLAGS)
173 ])dnl
174 dnl ---------------------------------------------------------------------------
175 dnl CF_ADD_ADAFLAGS version: 1 updated: 2010/06/19 15:22:18
176 dnl ---------------
177 dnl Add to $ADAFLAGS, which is substituted into makefile and scripts.
178 AC_DEFUN([CF_ADD_ADAFLAGS],[
179         ADAFLAGS="$ADAFLAGS $1"
180         AC_SUBST(ADAFLAGS)
181 ])dnl
182 dnl ---------------------------------------------------------------------------
183 dnl CF_ADD_CFLAGS version: 15 updated: 2020/12/31 10:54:15
184 dnl -------------
185 dnl Copy non-preprocessor flags to $CFLAGS, preprocessor flags to $CPPFLAGS
186 dnl $1 = flags to add
187 dnl $2 = if given makes this macro verbose.
188 dnl
189 dnl Put any preprocessor definitions that use quoted strings in $EXTRA_CPPFLAGS,
190 dnl to simplify use of $CPPFLAGS in compiler checks, etc., that are easily
191 dnl confused by the quotes (which require backslashes to keep them usable).
192 AC_DEFUN([CF_ADD_CFLAGS],
193 [
194 cf_fix_cppflags=no
195 cf_new_cflags=
196 cf_new_cppflags=
197 cf_new_extra_cppflags=
198
199 for cf_add_cflags in $1
200 do
201 case "$cf_fix_cppflags" in
202 (no)
203         case "$cf_add_cflags" in
204         (-undef|-nostdinc*|-I*|-D*|-U*|-E|-P|-C)
205                 case "$cf_add_cflags" in
206                 (-D*)
207                         cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^-D[[^=]]*='\''\"[[^"]]*//'`
208
209                         test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
210                                 && test -z "${cf_tst_cflags}" \
211                                 && cf_fix_cppflags=yes
212
213                         if test "$cf_fix_cppflags" = yes ; then
214                                 CF_APPEND_TEXT(cf_new_extra_cppflags,$cf_add_cflags)
215                                 continue
216                         elif test "${cf_tst_cflags}" = "\"'" ; then
217                                 CF_APPEND_TEXT(cf_new_extra_cppflags,$cf_add_cflags)
218                                 continue
219                         fi
220                         ;;
221                 esac
222                 case "$CPPFLAGS" in
223                 (*$cf_add_cflags)
224                         ;;
225                 (*)
226                         case "$cf_add_cflags" in
227                         (-D*)
228                                 cf_tst_cppflags=`echo "x$cf_add_cflags" | sed -e 's/^...//' -e 's/=.*//'`
229                                 CF_REMOVE_DEFINE(CPPFLAGS,$CPPFLAGS,$cf_tst_cppflags)
230                                 ;;
231                         esac
232                         CF_APPEND_TEXT(cf_new_cppflags,$cf_add_cflags)
233                         ;;
234                 esac
235                 ;;
236         (*)
237                 CF_APPEND_TEXT(cf_new_cflags,$cf_add_cflags)
238                 ;;
239         esac
240         ;;
241 (yes)
242         CF_APPEND_TEXT(cf_new_extra_cppflags,$cf_add_cflags)
243
244         cf_tst_cflags=`echo "${cf_add_cflags}" |sed -e 's/^[[^"]]*"'\''//'`
245
246         test "x${cf_add_cflags}" != "x${cf_tst_cflags}" \
247                 && test -z "${cf_tst_cflags}" \
248                 && cf_fix_cppflags=no
249         ;;
250 esac
251 done
252
253 if test -n "$cf_new_cflags" ; then
254         ifelse([$2],,,[CF_VERBOSE(add to \$CFLAGS $cf_new_cflags)])
255         CF_APPEND_TEXT(CFLAGS,$cf_new_cflags)
256 fi
257
258 if test -n "$cf_new_cppflags" ; then
259         ifelse([$2],,,[CF_VERBOSE(add to \$CPPFLAGS $cf_new_cppflags)])
260         CF_APPEND_TEXT(CPPFLAGS,$cf_new_cppflags)
261 fi
262
263 if test -n "$cf_new_extra_cppflags" ; then
264         ifelse([$2],,,[CF_VERBOSE(add to \$EXTRA_CPPFLAGS $cf_new_extra_cppflags)])
265         CF_APPEND_TEXT(EXTRA_CPPFLAGS,$cf_new_extra_cppflags)
266 fi
267
268 AC_SUBST(EXTRA_CPPFLAGS)
269
270 ])dnl
271 dnl ---------------------------------------------------------------------------
272 dnl CF_ADD_CXXFLAGS version: 1 updated: 2020/04/04 16:16:13
273 dnl ---------------
274 dnl Copy non-preprocessor flags to $CXXFLAGS, preprocessor flags to $CPPFLAGS
275 dnl The second parameter if given makes this macro verbose.
276 dnl
277 dnl Put any preprocessor definitions that use quoted strings in $EXTRA_CPPFLAGS,
278 dnl to simplify use of $CPPFLAGS in compiler checks, etc., that are easily
279 dnl confused by the quotes (which require backslashes to keep them usable).
280 AC_DEFUN([CF_ADD_CXXFLAGS],
281 [
282 cf_save_CXXFLAGS="$CFLAGS"
283 CFLAGS="$CXXFLAGS"
284 CF_ADD_CFLAGS($1 ifelse($2,,,[,$2]))
285 CXXFLAGS="$CFLAGS"
286 CFLAGS="$cf_save_CXXFLAGS"
287 ])dnl
288 dnl ---------------------------------------------------------------------------
289 dnl CF_ADD_INCDIR version: 17 updated: 2021/09/04 06:35:04
290 dnl -------------
291 dnl Add an include-directory to $CPPFLAGS.  Don't add /usr/include, since it is
292 dnl redundant.  We don't normally need to add -I/usr/local/include for gcc,
293 dnl but old versions (and some misinstalled ones) need that.  To make things
294 dnl worse, gcc 3.x may give error messages if -I/usr/local/include is added to
295 dnl the include-path).
296 AC_DEFUN([CF_ADD_INCDIR],
297 [
298 if test -n "$1" ; then
299   for cf_add_incdir in $1
300   do
301         while test "$cf_add_incdir" != /usr/include
302         do
303           if test -d "$cf_add_incdir"
304           then
305                 cf_have_incdir=no
306                 if test -n "$CFLAGS$CPPFLAGS" ; then
307                   # a loop is needed to ensure we can add subdirs of existing dirs
308                   for cf_test_incdir in $CFLAGS $CPPFLAGS ; do
309                         if test ".$cf_test_incdir" = ".-I$cf_add_incdir" ; then
310                           cf_have_incdir=yes; break
311                         fi
312                   done
313                 fi
314
315                 if test "$cf_have_incdir" = no ; then
316                   if test "$cf_add_incdir" = /usr/local/include ; then
317                         if test "$GCC" = yes
318                         then
319                           cf_save_CPPFLAGS=$CPPFLAGS
320                           CF_APPEND_TEXT(CPPFLAGS,-I$cf_add_incdir)
321                           AC_TRY_COMPILE([#include <stdio.h>],
322                                   [printf("Hello")],
323                                   [],
324                                   [cf_have_incdir=yes])
325                           CPPFLAGS=$cf_save_CPPFLAGS
326                         fi
327                   fi
328                 fi
329
330                 if test "$cf_have_incdir" = no ; then
331                   CF_VERBOSE(adding $cf_add_incdir to include-path)
332                   ifelse([$2],,CPPFLAGS,[$2])="$ifelse([$2],,CPPFLAGS,[$2]) -I$cf_add_incdir"
333
334                   cf_top_incdir=`echo "$cf_add_incdir" | sed -e 's%/include/.*$%/include%'`
335                   test "$cf_top_incdir" = "$cf_add_incdir" && break
336                   cf_add_incdir="$cf_top_incdir"
337                 else
338                   break
339                 fi
340           else
341                 break
342           fi
343         done
344   done
345 fi
346 ])dnl
347 dnl ---------------------------------------------------------------------------
348 dnl CF_ADD_LIB version: 2 updated: 2010/06/02 05:03:05
349 dnl ----------
350 dnl Add a library, used to enforce consistency.
351 dnl
352 dnl $1 = library to add, without the "-l"
353 dnl $2 = variable to update (default $LIBS)
354 AC_DEFUN([CF_ADD_LIB],[CF_ADD_LIBS(-l$1,ifelse($2,,LIBS,[$2]))])dnl
355 dnl ---------------------------------------------------------------------------
356 dnl CF_ADD_LIBDIR version: 11 updated: 2020/12/31 20:19:42
357 dnl -------------
358 dnl     Adds to the library-path
359 dnl
360 dnl     Some machines have trouble with multiple -L options.
361 dnl
362 dnl $1 is the (list of) directory(s) to add
363 dnl $2 is the optional name of the variable to update (default LDFLAGS)
364 dnl
365 AC_DEFUN([CF_ADD_LIBDIR],
366 [
367 if test -n "$1" ; then
368         for cf_add_libdir in $1
369         do
370                 if test "$cf_add_libdir" = /usr/lib ; then
371                         :
372                 elif test -d "$cf_add_libdir"
373                 then
374                         cf_have_libdir=no
375                         if test -n "$LDFLAGS$LIBS" ; then
376                                 # a loop is needed to ensure we can add subdirs of existing dirs
377                                 for cf_test_libdir in $LDFLAGS $LIBS ; do
378                                         if test ".$cf_test_libdir" = ".-L$cf_add_libdir" ; then
379                                                 cf_have_libdir=yes; break
380                                         fi
381                                 done
382                         fi
383                         if test "$cf_have_libdir" = no ; then
384                                 CF_VERBOSE(adding $cf_add_libdir to library-path)
385                                 ifelse([$2],,LDFLAGS,[$2])="-L$cf_add_libdir $ifelse([$2],,LDFLAGS,[$2])"
386                         fi
387                 fi
388         done
389 fi
390 ])dnl
391 dnl ---------------------------------------------------------------------------
392 dnl CF_ADD_LIBS version: 3 updated: 2019/11/02 16:47:33
393 dnl -----------
394 dnl Add one or more libraries, used to enforce consistency.  Libraries are
395 dnl prepended to an existing list, since their dependencies are assumed to
396 dnl already exist in the list.
397 dnl
398 dnl $1 = libraries to add, with the "-l", etc.
399 dnl $2 = variable to update (default $LIBS)
400 AC_DEFUN([CF_ADD_LIBS],[
401 cf_add_libs="[$]ifelse($2,,LIBS,[$2])"
402 # reverse order
403 cf_add_0lib=
404 for cf_add_1lib in $1; do cf_add_0lib="$cf_add_1lib $cf_add_0lib"; done
405 # filter duplicates
406 for cf_add_1lib in $cf_add_0lib; do
407         for cf_add_2lib in $cf_add_libs; do
408                 if test "x$cf_add_1lib" = "x$cf_add_2lib"; then
409                         cf_add_1lib=
410                         break
411                 fi
412         done
413         test -n "$cf_add_1lib" && cf_add_libs="$cf_add_1lib $cf_add_libs"
414 done
415 ifelse($2,,LIBS,[$2])="$cf_add_libs"
416 ])dnl
417 dnl ---------------------------------------------------------------------------
418 dnl CF_ADD_SUBDIR_PATH version: 5 updated: 2020/12/31 20:19:42
419 dnl ------------------
420 dnl Append to a search-list for a nonstandard header/lib-file
421 dnl     $1 = the variable to return as result
422 dnl     $2 = the package name
423 dnl     $3 = the subdirectory, e.g., bin, include or lib
424 dnl $4 = the directory under which we will test for subdirectories
425 dnl $5 = a directory that we do not want $4 to match
426 AC_DEFUN([CF_ADD_SUBDIR_PATH],
427 [
428 test "x$4" != "x$5" && \
429 test -d "$4" && \
430 ifelse([$5],NONE,,[{ test -z "$5" || test "x$5" = xNONE || test "x$4" != "x$5"; } &&]) {
431         test -n "$verbose" && echo "    ... testing for $3-directories under $4"
432         test -d "$4/$3" &&          $1="[$]$1 $4/$3"
433         test -d "$4/$3/$2" &&       $1="[$]$1 $4/$3/$2"
434         test -d "$4/$3/$2/$3" &&    $1="[$]$1 $4/$3/$2/$3"
435         test -d "$4/$2/$3" &&       $1="[$]$1 $4/$2/$3"
436         test -d "$4/$2/$3/$2" &&    $1="[$]$1 $4/$2/$3/$2"
437 }
438 ])dnl
439 dnl ---------------------------------------------------------------------------
440 dnl CF_APPEND_CFLAGS version: 3 updated: 2021/09/05 17:25:40
441 dnl ----------------
442 dnl Use CF_ADD_CFLAGS after first checking for potential redefinitions.
443 dnl $1 = flags to add
444 dnl $2 = if given makes this macro verbose.
445 define([CF_APPEND_CFLAGS],
446 [
447 for cf_add_cflags in $1
448 do
449         case "x$cf_add_cflags" in
450         (x-[[DU]]*)
451                 CF_REMOVE_CFLAGS($cf_add_cflags,CFLAGS,[$2])
452                 CF_REMOVE_CFLAGS($cf_add_cflags,CPPFLAGS,[$2])
453                 ;;
454         esac
455         CF_ADD_CFLAGS([$cf_add_cflags],[$2])
456 done
457 ])dnl
458 dnl ---------------------------------------------------------------------------
459 dnl CF_APPEND_TEXT version: 1 updated: 2017/02/25 18:58:55
460 dnl --------------
461 dnl use this macro for appending text without introducing an extra blank at
462 dnl the beginning
463 define([CF_APPEND_TEXT],
464 [
465         test -n "[$]$1" && $1="[$]$1 "
466         $1="[$]{$1}$2"
467 ])dnl
468 dnl ---------------------------------------------------------------------------
469 dnl CF_ARG_DISABLE version: 3 updated: 1999/03/30 17:24:31
470 dnl --------------
471 dnl Allow user to disable a normally-on option.
472 AC_DEFUN([CF_ARG_DISABLE],
473 [CF_ARG_OPTION($1,[$2],[$3],[$4],yes)])dnl
474 dnl ---------------------------------------------------------------------------
475 dnl CF_ARG_ENABLE version: 3 updated: 1999/03/30 17:24:31
476 dnl -------------
477 dnl Allow user to enable a normally-off option.
478 AC_DEFUN([CF_ARG_ENABLE],
479 [CF_ARG_OPTION($1,[$2],[$3],[$4],no)])dnl
480 dnl ---------------------------------------------------------------------------
481 dnl CF_ARG_OPTION version: 5 updated: 2015/05/10 19:52:14
482 dnl -------------
483 dnl Restricted form of AC_ARG_ENABLE that ensures user doesn't give bogus
484 dnl values.
485 dnl
486 dnl Parameters:
487 dnl $1 = option name
488 dnl $2 = help-string
489 dnl $3 = action to perform if option is not default
490 dnl $4 = action if perform if option is default
491 dnl $5 = default option value (either 'yes' or 'no')
492 AC_DEFUN([CF_ARG_OPTION],
493 [AC_ARG_ENABLE([$1],[$2],[test "$enableval" != ifelse([$5],no,yes,no) && enableval=ifelse([$5],no,no,yes)
494         if test "$enableval" != "$5" ; then
495 ifelse([$3],,[    :]dnl
496 ,[    $3]) ifelse([$4],,,[
497         else
498                 $4])
499         fi],[enableval=$5 ifelse([$4],,,[
500         $4
501 ])dnl
502 ])])dnl
503 dnl ---------------------------------------------------------------------------
504 dnl CF_AR_FLAGS version: 9 updated: 2021/01/01 13:31:04
505 dnl -----------
506 dnl Check for suitable "ar" (archiver) options for updating an archive.
507 dnl
508 dnl In particular, handle some obsolete cases where the "-" might be omitted,
509 dnl as well as a workaround for breakage of make's archive rules by the GNU
510 dnl binutils "ar" program.
511 AC_DEFUN([CF_AR_FLAGS],[
512 AC_REQUIRE([CF_PROG_AR])
513
514 AC_CACHE_CHECK(for options to update archives, cf_cv_ar_flags,[
515         case "$cf_cv_system_name" in
516         (*-msvc*)
517                 cf_cv_ar_flags=''
518                 cat >mk_static_lib.sh <<-EOF
519                 #!$SHELL
520                 MSVC_BIN="[$]AR"
521                 out="\[$]1"
522                 shift
523                 exec \[$]MSVC_BIN -out:"\[$]out" \[$]@
524                 EOF
525                 chmod +x mk_static_lib.sh
526                 AR=`pwd`/mk_static_lib.sh
527                 ;;
528         (*)
529                 cf_cv_ar_flags=unknown
530                 for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
531                 do
532
533                         # check if $ARFLAGS already contains this choice
534                         if test "x$ARFLAGS" != "x" ; then
535                                 cf_check_ar_flags=`echo "x$ARFLAGS" | sed -e "s/$cf_ar_flags\$//" -e "s/$cf_ar_flags / /"`
536                                 if test "x$ARFLAGS" != "$cf_check_ar_flags" ; then
537                                         cf_cv_ar_flags=
538                                         break
539                                 fi
540                         fi
541
542                         rm -f "conftest.$ac_cv_objext"
543                         rm -f conftest.a
544
545                         cat >"conftest.$ac_ext" <<EOF
546 #line __oline__ "configure"
547 int     testdata[[3]] = { 123, 456, 789 };
548 EOF
549                         if AC_TRY_EVAL(ac_compile) ; then
550                                 echo "$AR $ARFLAGS $cf_ar_flags conftest.a conftest.$ac_cv_objext" >&AC_FD_CC
551                                 $AR $ARFLAGS "$cf_ar_flags" conftest.a "conftest.$ac_cv_objext" 2>&AC_FD_CC 1>/dev/null
552                                 if test -f conftest.a ; then
553                                         cf_cv_ar_flags="$cf_ar_flags"
554                                         break
555                                 fi
556                         else
557                                 CF_VERBOSE(cannot compile test-program)
558                                 break
559                         fi
560                 done
561                 rm -f conftest.a "conftest.$ac_ext" "conftest.$ac_cv_objext"
562                 ;;
563         esac
564 ])
565
566 if test -n "$ARFLAGS" ; then
567         if test -n "$cf_cv_ar_flags" ; then
568                 ARFLAGS="$ARFLAGS $cf_cv_ar_flags"
569         fi
570 else
571         ARFLAGS=$cf_cv_ar_flags
572 fi
573
574 AC_SUBST(ARFLAGS)
575 ])
576 dnl ---------------------------------------------------------------------------
577 dnl CF_AWK_BIG_PRINTF version: 5 updated: 2015/04/17 21:13:04
578 dnl -----------------
579 dnl Check if awk can handle big strings using printf.  Some older versions of
580 dnl awk choke on large strings passed via "%s".
581 dnl
582 dnl $1 = desired string size
583 dnl $2 = variable to set with result
584 AC_DEFUN([CF_AWK_BIG_PRINTF],
585 [
586         case x$AWK in
587         (x)
588                 eval $2=no
589                 ;;
590         (*)
591                 if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < $1) { xx = xx "x"; }; printf("%s\n", xx); }' 2>/dev/null \
592                         | $AWK '{ printf "%d\n", length([$]0); }' 2>/dev/null | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ([$]0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then
593                         eval $2=yes
594                 else
595                         eval $2=no
596                 fi
597                 ;;
598         esac
599 ])dnl
600 dnl ---------------------------------------------------------------------------
601 dnl CF_BOOL_DECL version: 9 updated: 2023/12/03 09:21:34
602 dnl ------------
603 dnl Test if 'bool' is a builtin type in the configured C++ compiler.  Some
604 dnl older compilers (e.g., gcc 2.5.8) don't support 'bool' directly; gcc
605 dnl 2.6.3 does, in anticipation of the ANSI C++ standard.
606 dnl
607 dnl Treat the configuration-variable specially here, since we're directly
608 dnl substituting its value (i.e., 1/0).
609 dnl
610 dnl $1 is the shell variable to store the result in, if not $cv_cv_builtin_bool
611 AC_DEFUN([CF_BOOL_DECL],
612 [
613 AC_MSG_CHECKING(if we should include stdbool.h)
614
615 AC_CACHE_VAL(cf_cv_header_stdbool_h,[
616         AC_TRY_COMPILE([],[bool foo = false; (void)foo],
617                 [cf_cv_header_stdbool_h=0],
618                 [AC_TRY_COMPILE([
619 #ifndef __BEOS__
620 #include <stdbool.h>
621 #endif
622 ],[bool foo = false; (void)foo],
623                         [cf_cv_header_stdbool_h=1],
624                         [cf_cv_header_stdbool_h=0])])])
625
626 if test "$cf_cv_header_stdbool_h" = 1
627 then    AC_MSG_RESULT(yes)
628 else    AC_MSG_RESULT(no)
629 fi
630
631 AC_MSG_CHECKING([for builtin bool type])
632
633 AC_CACHE_VAL(ifelse($1,,cf_cv_builtin_bool,[$1]),[
634         AC_TRY_COMPILE([
635 #include <stdio.h>
636 #include <sys/types.h>
637 ],[bool x = false; (void)x],
638                 [ifelse($1,,cf_cv_builtin_bool,[$1])=1],
639                 [ifelse($1,,cf_cv_builtin_bool,[$1])=0])
640         ])
641
642 if test "$ifelse($1,,cf_cv_builtin_bool,[$1])" = 1
643 then    AC_MSG_RESULT(yes)
644 else    AC_MSG_RESULT(no)
645 fi
646 ])dnl
647 dnl ---------------------------------------------------------------------------
648 dnl CF_BOOL_SIZE version: 20 updated: 2023/02/18 17:41:25
649 dnl ------------
650 dnl Test for the size of 'bool' in the configured C++ compiler (e.g., a type).
651 dnl Don't bother looking for bool.h, since it has been deprecated.
652 dnl
653 dnl If the current compiler is C rather than C++, we get the bool definition
654 dnl from <stdbool.h>.
655 AC_DEFUN([CF_BOOL_SIZE],
656 [
657 AC_CHECK_SIZEOF(bool,,[
658 $ac_includes_default
659
660 #if defined(__cplusplus)
661
662 #ifdef HAVE_GXX_BUILTIN_H
663 #include <g++/builtin.h>
664 #elif HAVE_GPP_BUILTIN_H
665 #include <gpp/builtin.h>
666 #elif HAVE_BUILTIN_H
667 #include <builtin.h>
668 #endif
669
670 #else
671
672 #if $cf_cv_header_stdbool_h
673 #include <stdbool.h>
674 #endif
675
676 #endif
677 ])
678
679 AC_CACHE_CHECK(for type of bool, cf_cv_type_of_bool,[
680         rm -f cf_test.out
681         AC_TRY_RUN([
682 $ac_includes_default
683
684 #if defined(__cplusplus)
685
686 #ifdef HAVE_GXX_BUILTIN_H
687 #include <g++/builtin.h>
688 #elif HAVE_GPP_BUILTIN_H
689 #include <gpp/builtin.h>
690 #elif HAVE_BUILTIN_H
691 #include <builtin.h>
692 #endif
693
694 #else
695
696 #if $cf_cv_header_stdbool_h
697 #include <stdbool.h>
698 #endif
699
700 #endif
701
702 int main(void)
703 {
704         FILE *fp = fopen("cf_test.out", "w");
705         if (fp != 0) {
706                 bool x = true;
707                 if ((bool)(-x) >= 0)
708                         fputs("unsigned ", fp);
709                 if (sizeof(x) == sizeof(int))       fputs("int",  fp);
710                 else if (sizeof(x) == sizeof(char)) fputs("char", fp);
711                 else if (sizeof(x) == sizeof(short))fputs("short",fp);
712                 else if (sizeof(x) == sizeof(long)) fputs("long", fp);
713                 fclose(fp);
714         }
715         ${cf_cv_main_return:-return}(0);
716 }
717                 ],
718                 [cf_cv_type_of_bool=`cat cf_test.out`
719                  if test -z "$cf_cv_type_of_bool"; then
720                    cf_cv_type_of_bool=unknown
721                  fi],
722                 [cf_cv_type_of_bool=unknown],
723                 [
724                 case x$ac_cv_sizeof_bool in
725                 (x1) cf_cv_type_of_bool="unsigned char";;
726                 (x2) cf_cv_type_of_bool="unsigned short";;
727                 (x4) cf_cv_type_of_bool="unsigned int";;
728                 (x8) cf_cv_type_of_bool="unsigned long";;
729                 (*)  cf_cv_type_of_bool=unknown;;
730                 esac
731                 ])
732         rm -f cf_test.out
733 ])
734
735 if test "$cf_cv_type_of_bool" = unknown ; then
736         case .$NCURSES_BOOL in
737         (.auto|.) NCURSES_BOOL=unsigned;;
738         esac
739         AC_MSG_WARN(Assuming $NCURSES_BOOL for type of bool)
740         cf_cv_type_of_bool=$NCURSES_BOOL
741 fi
742 ])dnl
743 dnl ---------------------------------------------------------------------------
744 dnl CF_BUILD_CC version: 12 updated: 2024/03/17 09:17:26
745 dnl -----------
746 dnl If we're cross-compiling, allow the user to override the tools and their
747 dnl options.  The configure script is oriented toward identifying the host
748 dnl compiler, etc., but we need a build compiler to generate parts of the
749 dnl source.
750 dnl
751 dnl $1 = default for $CPPFLAGS
752 dnl $2 = default for $LIBS
753 AC_DEFUN([CF_BUILD_CC],[
754 CF_ACVERSION_CHECK(2.52,,
755         [AC_REQUIRE([CF_PROG_EXT])])
756 if test "$cross_compiling" = yes ; then
757
758         # defaults that we might want to override
759         : ${BUILD_CFLAGS:=''}
760         : ${BUILD_CPPFLAGS:='ifelse([$1],,,[$1])'}
761         : ${BUILD_LDFLAGS:=''}
762         : ${BUILD_LIBS:='ifelse([$2],,,[$2])'}
763         : ${BUILD_EXEEXT:='$x'}
764         : ${BUILD_OBJEXT:='o'}
765
766         AC_ARG_WITH(build-cc,
767                 [  --with-build-cc=XXX     the build C compiler ($BUILD_CC)],
768                 [BUILD_CC="$withval"],
769                 [AC_CHECK_PROGS(BUILD_CC, [gcc clang c99 c89 cc cl],none)])
770         AC_MSG_CHECKING(for native build C compiler)
771         AC_MSG_RESULT($BUILD_CC)
772
773         AC_MSG_CHECKING(for native build C preprocessor)
774         AC_ARG_WITH(build-cpp,
775                 [  --with-build-cpp=XXX    the build C preprocessor ($BUILD_CPP)],
776                 [BUILD_CPP="$withval"],
777                 [BUILD_CPP='${BUILD_CC} -E'])
778         AC_MSG_RESULT($BUILD_CPP)
779
780         AC_MSG_CHECKING(for native build C flags)
781         AC_ARG_WITH(build-cflags,
782                 [  --with-build-cflags=XXX the build C compiler-flags ($BUILD_CFLAGS)],
783                 [BUILD_CFLAGS="$withval"])
784         AC_MSG_RESULT($BUILD_CFLAGS)
785
786         AC_MSG_CHECKING(for native build C preprocessor-flags)
787         AC_ARG_WITH(build-cppflags,
788                 [  --with-build-cppflags=XXX the build C preprocessor-flags ($BUILD_CPPFLAGS)],
789                 [BUILD_CPPFLAGS="$withval"])
790         AC_MSG_RESULT($BUILD_CPPFLAGS)
791
792         AC_MSG_CHECKING(for native build linker-flags)
793         AC_ARG_WITH(build-ldflags,
794                 [  --with-build-ldflags=XXX the build linker-flags ($BUILD_LDFLAGS)],
795                 [BUILD_LDFLAGS="$withval"])
796         AC_MSG_RESULT($BUILD_LDFLAGS)
797
798         AC_MSG_CHECKING(for native build linker-libraries)
799         AC_ARG_WITH(build-libs,
800                 [  --with-build-libs=XXX   the build libraries (${BUILD_LIBS})],
801                 [BUILD_LIBS="$withval"])
802         AC_MSG_RESULT($BUILD_LIBS)
803
804         # this assumes we're on Unix.
805         BUILD_EXEEXT=
806         BUILD_OBJEXT=o
807
808         : ${BUILD_CC:='${CC}'}
809
810         AC_MSG_CHECKING(if the build-compiler "$BUILD_CC" works)
811
812         cf_save_crossed=$cross_compiling
813         cf_save_ac_link=$ac_link
814         cross_compiling=no
815         cf_build_cppflags=$BUILD_CPPFLAGS
816         test "$cf_build_cppflags" = "#" && cf_build_cppflags=
817         ac_link='$BUILD_CC -o "conftest$ac_exeext" $BUILD_CFLAGS $cf_build_cppflags $BUILD_LDFLAGS "conftest.$ac_ext" $BUILD_LIBS >&AS_MESSAGE_LOG_FD'
818
819         AC_TRY_RUN([#include <stdio.h>
820                 int main(int argc, char *argv[])
821                 {
822                         ${cf_cv_main_return:-return}(argc < 0 || argv == 0 || argv[0] == 0);
823                 }
824         ],
825                 cf_ok_build_cc=yes,
826                 cf_ok_build_cc=no,
827                 cf_ok_build_cc=unknown)
828
829         cross_compiling=$cf_save_crossed
830         ac_link=$cf_save_ac_link
831
832         AC_MSG_RESULT($cf_ok_build_cc)
833
834         if test "$cf_ok_build_cc" != yes
835         then
836                 AC_MSG_ERROR([Cross-build requires two compilers.
837 Use --with-build-cc to specify the native compiler.])
838         fi
839
840 else
841         : ${BUILD_CC:='${CC}'}
842         : ${BUILD_CPP:='${CPP}'}
843         : ${BUILD_CFLAGS:='${CFLAGS}'}
844         : ${BUILD_CPPFLAGS:='ifelse([$1],,'${CPPFLAGS}',[$1])'}
845         : ${BUILD_LDFLAGS:='${LDFLAGS}'}
846         : ${BUILD_LIBS:='ifelse([$2],,'${LIBS}',[$2])'}
847         : ${BUILD_EXEEXT:='$x'}
848         : ${BUILD_OBJEXT:='o'}
849 fi
850
851 AC_SUBST(BUILD_CC)
852 AC_SUBST(BUILD_CPP)
853 AC_SUBST(BUILD_CFLAGS)
854 AC_SUBST(BUILD_CPPFLAGS)
855 AC_SUBST(BUILD_LDFLAGS)
856 AC_SUBST(BUILD_LIBS)
857 AC_SUBST(BUILD_EXEEXT)
858 AC_SUBST(BUILD_OBJEXT)
859 ])dnl
860 dnl ---------------------------------------------------------------------------
861 dnl CF_C11_NORETURN version: 4 updated: 2023/02/18 17:41:25
862 dnl ---------------
863 AC_DEFUN([CF_C11_NORETURN],
864 [
865 AC_MSG_CHECKING(if you want to use C11 _Noreturn feature)
866 CF_ARG_ENABLE(stdnoreturn,
867         [  --enable-stdnoreturn    enable C11 _Noreturn feature for diagnostics],
868         [enable_stdnoreturn=yes],
869         [enable_stdnoreturn=no])
870 AC_MSG_RESULT($enable_stdnoreturn)
871
872 if test $enable_stdnoreturn = yes; then
873 AC_CACHE_CHECK([for C11 _Noreturn feature], cf_cv_c11_noreturn,
874         [AC_TRY_COMPILE([
875 $ac_includes_default
876 #include <stdnoreturn.h>
877 static _Noreturn void giveup(void) { exit(0); }
878         ],
879         [if (feof(stdin)) giveup()],
880         cf_cv_c11_noreturn=yes,
881         cf_cv_c11_noreturn=no)
882         ])
883 else
884         cf_cv_c11_noreturn=no,
885 fi
886
887 if test "$cf_cv_c11_noreturn" = yes; then
888         AC_DEFINE(HAVE_STDNORETURN_H, 1,[Define if <stdnoreturn.h> header is available and working])
889         AC_DEFINE_UNQUOTED(STDC_NORETURN,_Noreturn,[Define if C11 _Noreturn keyword is supported])
890         HAVE_STDNORETURN_H=1
891 else
892         HAVE_STDNORETURN_H=0
893 fi
894
895 AC_SUBST(HAVE_STDNORETURN_H)
896 AC_SUBST(STDC_NORETURN)
897 ])dnl
898 dnl ---------------------------------------------------------------------------
899 dnl CF_CC_ENV_FLAGS version: 11 updated: 2023/02/20 11:15:46
900 dnl ---------------
901 dnl Check for user's environment-breakage by stuffing CFLAGS/CPPFLAGS content
902 dnl into CC.  This will not help with broken scripts that wrap the compiler
903 dnl with options, but eliminates a more common category of user confusion.
904 dnl
905 dnl In particular, it addresses the problem of being able to run the C
906 dnl preprocessor in a consistent manner.
907 dnl
908 dnl Caveat: this also disallows blanks in the pathname for the compiler, but
909 dnl the nuisance of having inconsistent settings for compiler and preprocessor
910 dnl outweighs that limitation.
911 AC_DEFUN([CF_CC_ENV_FLAGS],
912 [
913 # This should have been defined by AC_PROG_CC
914 : "${CC:=cc}"
915
916 AC_MSG_CHECKING(\$CFLAGS variable)
917 case "x$CFLAGS" in
918 (*-[[IUD]]*)
919         AC_MSG_RESULT(broken)
920         AC_MSG_WARN(your environment uses the CFLAGS variable to hold CPPFLAGS options)
921         cf_flags="$CFLAGS"
922         CFLAGS=
923         for cf_arg in $cf_flags
924         do
925                 CF_ADD_CFLAGS($cf_arg)
926         done
927         ;;
928 (*)
929         AC_MSG_RESULT(ok)
930         ;;
931 esac
932
933 AC_MSG_CHECKING(\$CC variable)
934 case "$CC" in
935 (*[[\ \ ]]-*)
936         AC_MSG_RESULT(broken)
937         AC_MSG_WARN(your environment uses the CC variable to hold CFLAGS/CPPFLAGS options)
938         # humor him...
939         cf_prog=`echo "$CC" | sed -e 's/        / /g' -e 's/[[ ]]* / /g' -e 's/[[ ]]*[[ ]]-[[^ ]].*//'`
940         cf_flags=`echo "$CC" | sed -e "s%^$cf_prog%%"`
941         CC="$cf_prog"
942         for cf_arg in $cf_flags
943         do
944                 case "x$cf_arg" in
945                 (x-[[IUDfgOW]]*)
946                         CF_ADD_CFLAGS($cf_arg)
947                         ;;
948                 (*)
949                         CC="$CC $cf_arg"
950                         ;;
951                 esac
952         done
953         CF_VERBOSE(resulting CC: '$CC')
954         CF_VERBOSE(resulting CFLAGS: '$CFLAGS')
955         CF_VERBOSE(resulting CPPFLAGS: '$CPPFLAGS')
956         ;;
957 (*)
958         AC_MSG_RESULT(ok)
959         ;;
960 esac
961 ])dnl
962 dnl ---------------------------------------------------------------------------
963 dnl CF_CFG_DEFAULTS version: 16 updated: 2021/01/04 19:33:05
964 dnl ---------------
965 dnl Determine the default configuration into which we'll install ncurses.  This
966 dnl can be overridden by the user's command-line options.  There's two items to
967 dnl look for:
968 dnl     1. the prefix (e.g., /usr)
969 dnl     2. the header files (e.g., /usr/include/ncurses)
970 dnl We'll look for a previous installation of ncurses and use the same defaults.
971 dnl
972 dnl We don't use AC_PREFIX_DEFAULT, because it gets evaluated too soon, and
973 dnl we don't use AC_PREFIX_PROGRAM, because we cannot distinguish ncurses's
974 dnl programs from a vendor's.
975 AC_DEFUN([CF_CFG_DEFAULTS],
976 [AC_REQUIRE([AC_PROG_FGREP])dnl
977
978 AC_MSG_CHECKING(for prefix)
979 if test "x$prefix" = "xNONE" ; then
980         case "$cf_cv_system_name" in
981                 # non-vendor systems don't have a conflict
982         (openbsd*|freebsd*|mirbsd*|linux*|cygwin*|msys*|k*bsd*-gnu|mingw*)
983                 prefix=/usr
984                 ;;
985         (*)     prefix=$ac_default_prefix
986                 ;;
987         esac
988 fi
989 AC_MSG_RESULT($prefix)
990
991 if test "x$prefix" = "xNONE" ; then
992 AC_MSG_CHECKING(for default include-directory)
993 test -n "$verbose" && echo 1>&AC_FD_MSG
994 for cf_symbol in \
995         "$includedir" \
996         "$includedir/ncurses" \
997         "$prefix/include" \
998         "$prefix/include/ncurses" \
999         /usr/local/include \
1000         /usr/local/include/ncurses \
1001         /usr/include \
1002         /usr/include/ncurses
1003 do
1004         cf_dir=`eval echo "$cf_symbol"`
1005         if test -f "$cf_dir/curses.h" ; then
1006         if ( ${FGREP-fgrep} NCURSES_VERSION "$cf_dir/curses.h" >/dev/null 2>&1 ) ; then
1007                 includedir="$cf_symbol"
1008                 test -n "$verbose"  && echo $ECHO_N "   found " 1>&AC_FD_MSG
1009                 break
1010         fi
1011         fi
1012         test -n "$verbose"  && echo "   tested $cf_dir" 1>&AC_FD_MSG
1013 done
1014 AC_MSG_RESULT($includedir)
1015 fi
1016 ])dnl
1017 dnl ---------------------------------------------------------------------------
1018 dnl CF_CGETENT version: 7 updated: 2023/02/18 17:41:25
1019 dnl ----------
1020 dnl Check if the terminal-capability database functions are available.  If not,
1021 dnl ncurses has a much-reduced version.
1022 AC_DEFUN([CF_CGETENT],[
1023 AC_CACHE_CHECK(for terminal-capability database functions,cf_cv_cgetent,[
1024 AC_TRY_LINK([
1025 $ac_includes_default],[
1026         char temp[128];
1027         char *buf = temp;
1028         char *db_array = temp;
1029         cgetent(&buf, &db_array, "vt100");
1030         cgetcap(buf, "tc", '=');
1031         cgetmatch(buf, "tc");
1032         ],
1033         [cf_cv_cgetent=yes],
1034         [cf_cv_cgetent=no])
1035 ])
1036
1037 if test "$cf_cv_cgetent" = yes
1038 then
1039         AC_DEFINE(HAVE_BSD_CGETENT,1,[Define to 1 if we have BSD cgetent])
1040 AC_CACHE_CHECK(if cgetent uses const parameter,cf_cv_cgetent_const,[
1041 AC_TRY_LINK([
1042 #pragma GCC diagnostic error "-Wincompatible-pointer-types-discards-qualifiers"
1043 $ac_includes_default],[
1044         char temp[128];
1045         char *buf = temp;
1046 #ifndef _NETBSD_SOURCE                  /* given, since April 2004 in stdlib.h */
1047         const char *db_array = temp;
1048         cgetent(&buf, &db_array, "vt100");
1049 #endif
1050         cgetcap(buf, "tc", '=');
1051         cgetmatch(buf, "tc");
1052         ],
1053         [cf_cv_cgetent_const=yes],
1054         [cf_cv_cgetent_const=no])
1055 ])
1056         if test "$cf_cv_cgetent_const" = yes
1057         then
1058                 AC_DEFINE_UNQUOTED(CGETENT_CONST,const,[Define to const if needed for some BSD cgetent variations])
1059         fi
1060 fi
1061 ])dnl
1062 dnl ---------------------------------------------------------------------------
1063 dnl CF_CHECK_CACHE version: 13 updated: 2020/12/31 10:54:15
1064 dnl --------------
1065 dnl Check if we're accidentally using a cache from a different machine.
1066 dnl Derive the system name, as a check for reusing the autoconf cache.
1067 dnl
1068 dnl If we've packaged config.guess and config.sub, run that (since it does a
1069 dnl better job than uname).  Normally we'll use AC_CANONICAL_HOST, but allow
1070 dnl an extra parameter that we may override, e.g., for AC_CANONICAL_SYSTEM
1071 dnl which is useful in cross-compiles.
1072 dnl
1073 dnl Note: we would use $ac_config_sub, but that is one of the places where
1074 dnl autoconf 2.5x broke compatibility with autoconf 2.13
1075 AC_DEFUN([CF_CHECK_CACHE],
1076 [
1077 if test -f "$srcdir/config.guess" || test -f "$ac_aux_dir/config.guess" ; then
1078         ifelse([$1],,[AC_CANONICAL_HOST],[$1])
1079         system_name="$host_os"
1080 else
1081         system_name="`(uname -s -r) 2>/dev/null`"
1082         if test -z "$system_name" ; then
1083                 system_name="`(hostname) 2>/dev/null`"
1084         fi
1085 fi
1086 test -n "$system_name" && AC_DEFINE_UNQUOTED(SYSTEM_NAME,"$system_name",[Define to the system name.])
1087 AC_CACHE_VAL(cf_cv_system_name,[cf_cv_system_name="$system_name"])
1088
1089 test -z "$system_name" && system_name="$cf_cv_system_name"
1090 test -n "$cf_cv_system_name" && AC_MSG_RESULT(Configuring for $cf_cv_system_name)
1091
1092 if test ".$system_name" != ".$cf_cv_system_name" ; then
1093         AC_MSG_RESULT(Cached system name ($system_name) does not agree with actual ($cf_cv_system_name))
1094         AC_MSG_ERROR("Please remove config.cache and try again.")
1095 fi
1096 ])dnl
1097 dnl ---------------------------------------------------------------------------
1098 dnl CF_CHECK_ENVIRON version: 5 updated: 2023/02/18 17:41:25
1099 dnl ----------------
1100 dnl Check for data that is usually declared in <unistd.h>, e.g., the 'environ'
1101 dnl variable.  Define a DECL_xxx symbol if we must declare it ourselves.
1102 dnl
1103 dnl $1 = the name to check
1104 dnl $2 = the assumed type
1105 AC_DEFUN([CF_CHECK_ENVIRON],
1106 [
1107 AC_CACHE_CHECK(if external $1 is declared, cf_cv_dcl_$1,[
1108     AC_TRY_COMPILE([
1109 $ac_includes_default],
1110     ifelse([$2],,void*,[$2]) x = (ifelse([$2],,void*,[$2])) $1; (void)x,
1111     [cf_cv_dcl_$1=yes],
1112     [cf_cv_dcl_$1=no])
1113 ])
1114
1115 if test "$cf_cv_dcl_$1" = no ; then
1116     CF_UPPER(cf_result,decl_$1)
1117     AC_DEFINE_UNQUOTED($cf_result)
1118 fi
1119
1120 # It's possible (for near-UNIX clones) that the data doesn't exist
1121 CF_CHECK_EXTERN_DATA($1,ifelse([$2],,int,[$2]))
1122 ])dnl
1123 dnl ---------------------------------------------------------------------------
1124 dnl CF_CHECK_ERRNO version: 14 updated: 2023/02/18 17:41:25
1125 dnl --------------
1126 dnl Check for data that is usually declared in <stdio.h> or <errno.h>, e.g.,
1127 dnl the 'errno' variable.  Define a DECL_xxx symbol if we must declare it
1128 dnl ourselves.
1129 dnl
1130 dnl $1 = the name to check
1131 dnl $2 = the assumed type
1132 AC_DEFUN([CF_CHECK_ERRNO],
1133 [
1134 AC_CACHE_CHECK(if external $1 is declared, cf_cv_dcl_$1,[
1135         AC_TRY_COMPILE([
1136 $ac_includes_default
1137 #include <errno.h> ],
1138         ifelse([$2],,int,[$2]) x = (ifelse([$2],,int,[$2])) $1; (void)x,
1139         [cf_cv_dcl_$1=yes],
1140         [cf_cv_dcl_$1=no])
1141 ])
1142
1143 if test "$cf_cv_dcl_$1" = no ; then
1144         CF_UPPER(cf_result,decl_$1)
1145         AC_DEFINE_UNQUOTED($cf_result)
1146 fi
1147
1148 # It's possible (for near-UNIX clones) that the data doesn't exist
1149 CF_CHECK_EXTERN_DATA($1,ifelse([$2],,int,[$2]))
1150 ])dnl
1151 dnl ---------------------------------------------------------------------------
1152 dnl CF_CHECK_EXTERN_DATA version: 5 updated: 2021/09/04 06:35:04
1153 dnl --------------------
1154 dnl Check for existence of external data in the current set of libraries.  If
1155 dnl we can modify it, it is real enough.
1156 dnl $1 = the name to check
1157 dnl $2 = its type
1158 AC_DEFUN([CF_CHECK_EXTERN_DATA],
1159 [
1160 AC_CACHE_CHECK(if external $1 exists, cf_cv_have_$1,[
1161         AC_TRY_LINK([
1162 #undef $1
1163 extern $2 $1;
1164 ],
1165         [$1 = 2],
1166         [cf_cv_have_$1=yes],
1167         [cf_cv_have_$1=no])
1168 ])
1169
1170 if test "$cf_cv_have_$1" = yes ; then
1171         CF_UPPER(cf_result,have_$1)
1172         AC_DEFINE_UNQUOTED($cf_result)
1173 fi
1174
1175 ])dnl
1176 dnl ---------------------------------------------------------------------------
1177 dnl CF_CHECK_FVISIBILITY version: 2 updated: 2020/04/04 16:16:13
1178 dnl --------------------
1179 dnl Check whether the compiler understands -fvisibility=hidden
1180 dnl
1181 dnl $1 = compiler
1182 dnl $2 = compiler-flags variable name
1183 dnl $3 = cache variable to set
1184 AC_DEFUN([CF_CHECK_FVISIBILITY],[
1185 AC_CACHE_CHECK(if $1 -fvisibility=hidden option works,$3,[
1186     cf_save_cflags="[$]$2"
1187     $2="[$]$2 -fvisibility=hidden"
1188     AC_TRY_LINK([
1189 __attribute__ ((visibility("default"))) int somefunc() {return 42;}
1190         ],[
1191         if (somefunc()) return 1;
1192 ],
1193     [$3=yes],
1194     [$3=no])
1195     $2=$cf_save_cflags
1196 ])
1197 ])dnl
1198 dnl ---------------------------------------------------------------------------
1199 dnl CF_CHECK_GETENV version: 4 updated: 2023/12/03 10:18:09
1200 dnl ---------------
1201 dnl Check if repeated getenv calls return the same pointer, e.g., it does not
1202 dnl discard the previous pointer when returning a new one.
1203 AC_DEFUN([CF_CHECK_GETENV],
1204 [
1205 AC_REQUIRE([CF_CHECK_ENVIRON])
1206 AC_CHECK_FUNC( getenv, ,, AC_MSG_ERROR(getenv not found) )
1207 AC_CHECK_FUNCS( putenv setenv strdup )
1208 AC_CACHE_CHECK(if getenv returns consistent values,cf_cv_consistent_getenv,[
1209 AC_TRY_RUN([
1210 $ac_includes_default
1211
1212 #if defined(HAVE_ENVIRON) && defined(DECL_ENVIRON) && !defined(environ)
1213 extern char **environ;  /* POSIX, but some systems are not... */
1214 #endif
1215
1216 #if defined(HAVE_STRDUP)
1217 #define str_alloc(s) strdup(s)
1218 #else
1219 #define str_alloc(s) strcpy(malloc(strlen(s) + 1, s))
1220 #endif
1221
1222 static void set_value(const char *name, const char *value)
1223 {
1224 #if defined(HAVE_SETENV)
1225         setenv(name, value, 1);
1226 #elif defined(HAVE_PUTENV)
1227         char buffer[1024];
1228         sprintf(buffer, "%s=%s", name, value);
1229         putenv(str_alloc(buffer));
1230 #else
1231 #error neither putenv/setenv found
1232 #endif
1233 }
1234 int main(void)
1235 {
1236         int pass;
1237         size_t numenv, limit, j;
1238         char **mynames;
1239         char **myvalues;
1240         char **mypointer;
1241         char *equals;
1242         for (numenv = 0; environ[numenv]; ++numenv) ;
1243         limit = numenv + 10;
1244         mynames = (char **) calloc(limit + 1, sizeof(char *));
1245         myvalues = (char **) calloc(limit + 1, sizeof(char *));
1246         mypointer = (char **) calloc(limit + 1, sizeof(char *));
1247 #if defined(HAVE_ENVIRON)
1248         for (j = 0; environ[j]; ++j) {
1249                 mynames[j] = str_alloc(environ[j]);
1250                 equals = strchr(mynames[j], '=');
1251                 if (equals != 0) {
1252                         *equals++ = '\\0';
1253                         myvalues[j] = str_alloc(equals);
1254                 } else {
1255                         myvalues[j] = str_alloc("");
1256                 }
1257         }
1258 #endif
1259         for (j = numenv; j < limit; ++j) {
1260                 char name[80];
1261                 char value[80];
1262                 size_t found;
1263                 size_t k = 0;
1264                 do {
1265                         size_t jk;
1266                         found = 0;
1267                         sprintf(name, "TERM%lu", (unsigned long) k);
1268                         for (jk = 0; jk < j; ++jk) {
1269                                 if (!strcmp(name, mynames[jk])) {
1270                                         found = 1;
1271                                         ++k;
1272                                         break;
1273                                 }
1274                         }
1275                 } while (found);
1276                 sprintf(value, "%lu:%p", (unsigned long) k, (void*)&mynames[j]);
1277                 set_value(name, value);
1278                 mynames[j] = str_alloc(name);
1279                 myvalues[j] = str_alloc(value);
1280         }
1281         for (pass = 0; pass < 3; ++pass) {
1282                 for (j = 0; j < limit; ++j) {
1283                         char *value = getenv(mynames[j]);
1284                         if (pass) {
1285                                 if (value == 0) {
1286                                         fprintf(stderr, "getenv returned null for %s\\n", mynames[j]);
1287                                         ${cf_cv_main_return:-return}(1);
1288                                 } else if (value != mypointer[j]) {
1289                                         fprintf(stderr, "getenv returned different pointer for %s\\n", mynames[j]);
1290                                         ${cf_cv_main_return:-return}(1);
1291                                 } else if (strcmp(value, myvalues[j])) {
1292                                         fprintf(stderr, "getenv returned different value for %s\\n", mynames[j]);
1293                                         ${cf_cv_main_return:-return}(1);
1294                                 }
1295                         } else {
1296                                 size_t k;
1297                                 mypointer[j] = value;
1298                                 for (k = 0; k < j; ++k) {
1299                                         if (mypointer[j] == mypointer[k]) {
1300                                                 fprintf(stderr, "getenv returned same pointer for %s and %s\\n", mynames[j], mynames[k]);
1301                                                 ${cf_cv_main_return:-return}(1);
1302                                         }
1303                                 }
1304                         }
1305                 }
1306         }
1307         ${cf_cv_main_return:-return}(0);
1308 }
1309 ],
1310 [cf_cv_consistent_getenv=yes],
1311 [cf_cv_consistent_getenv=no],
1312 [cf_cv_consistent_getenv=unknown])
1313 ])
1314
1315 if test "x$cf_cv_consistent_getenv" = xno
1316 then
1317         AC_DEFINE(HAVE_CONSISTENT_GETENV,1,[Define to 1 if getenv repeatably returns the same value for a given name])
1318 fi
1319 ])dnl
1320 dnl ---------------------------------------------------------------------------
1321 dnl CF_CHECK_GNAT_VERSION version: 4 updated: 2021/01/01 13:31:04
1322 dnl ---------------------
1323 AC_DEFUN([CF_CHECK_GNAT_VERSION],
1324 [
1325 AC_REQUIRE([CF_GNAT_VERSION])
1326 case "$cf_cv_gnat_version" in
1327 (3.1[[1-9]]*|3.[[2-9]]*|[[4-9]].*|[[1-9]][[0-9]].[[0-9]]*|20[[0-9]][[0-9]])
1328         cf_cv_prog_gnat_correct=yes
1329         ;;
1330 (*)
1331         AC_MSG_WARN(Unsupported GNAT version $cf_cv_gnat_version. We require 3.11 or better. Disabling Ada95 binding.)
1332         cf_cv_prog_gnat_correct=no
1333         ;;
1334 esac
1335 ])
1336 dnl ---------------------------------------------------------------------------
1337 dnl CF_CHECK_GPM_WGETCH version: 6 updated: 2021/01/04 18:48:01
1338 dnl -------------------
1339 dnl Check if GPM is already linked with curses.  If so - and if the linkage
1340 dnl is not "weak" - warn about this because it can create problems linking
1341 dnl applications with ncurses.
1342 AC_DEFUN([CF_CHECK_GPM_WGETCH],[
1343 AC_REQUIRE([AC_PROG_EGREP])dnl
1344
1345 AC_CHECK_LIB(gpm,Gpm_Wgetch,[
1346
1347 AC_CACHE_CHECK(if GPM is weakly bound to curses library, cf_cv_check_gpm_wgetch,[
1348 cf_cv_check_gpm_wgetch=unknown
1349 if test "$cross_compiling" != yes ; then
1350
1351 cat >conftest.$ac_ext <<CF_EOF
1352 #include <gpm.h>
1353 int main(void)
1354 {
1355         Gpm_Wgetch();
1356         ${cf_cv_main_return:-return}(0);
1357 }
1358 CF_EOF
1359
1360         cf_save_LIBS="$LIBS"
1361         # This only works if we can look at the symbol table.  If a shared
1362         # library is stripped for install, we cannot use that.  So we're forced
1363         # to rely on the static library, noting that some packagers may not
1364         # include it.
1365         LIBS="-static -lgpm -dynamic $LIBS"
1366         if AC_TRY_EVAL(ac_compile) ; then
1367                 if AC_TRY_EVAL(ac_link) ; then
1368                         cf_cv_check_gpm_wgetch="`nm \"conftest$ac_exeext\" | ${EGREP-egrep} '\<wgetch\>' | ${EGREP-egrep} '\<[[vVwW]]\>'`"
1369                         test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes
1370                         test -z "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=no
1371                 fi
1372         fi
1373         rm -rf ./conftest*
1374         LIBS="$cf_save_LIBS"
1375 fi
1376 ])
1377
1378 if test "$cf_cv_check_gpm_wgetch" != yes ; then
1379         AC_MSG_WARN(GPM library is already linked with curses - read the FAQ)
1380 fi
1381 ])])dnl
1382 dnl ---------------------------------------------------------------------------
1383 dnl CF_CHECK_LIBSSP version: 1 updated: 2021/10/30 10:40:19
1384 dnl ---------------
1385 dnl Check if libssp is needed, e.g., to work around misconfigured libraries
1386 dnl used in cross-compiling to MinGW.
1387 AC_DEFUN([CF_CHECK_LIBSSP],[
1388 AC_CACHE_CHECK(if ssp library is needed,cf_cv_need_libssp,[
1389 AC_TRY_LINK([
1390 #include <sys/types.h>
1391 #include <dirent.h>
1392 ],[
1393        DIR *dp = opendir(".");
1394 ],cf_cv_need_libssp=no,[
1395         cf_save_LIBS="$LIBS"
1396         LIBS="$LIBS -lssp"
1397         AC_TRY_LINK([
1398 #include <sys/types.h>
1399 #include <dirent.h>
1400         ],[
1401                    DIR *dp = opendir(".");
1402         ],cf_cv_need_libssp=yes,
1403           cf_cv_need_libssp=maybe)
1404         LIBS="$cf_save_LIBS"
1405 ])dnl
1406 ])
1407
1408 if test "x$cf_cv_need_libssp" = xyes
1409 then
1410         CF_ADD_LIB(ssp)
1411 fi
1412 ])dnl
1413 dnl ---------------------------------------------------------------------------
1414 dnl CF_CHECK_LIBTOOL_VERSION version: 2 updated: 2021/05/01 16:24:34
1415 dnl ------------------------
1416 dnl Show the version of libtool
1417 dnl
1418 dnl Save the version in a cache variable - this is not entirely a good thing,
1419 dnl but the version string from libtool is very ugly, and for bug reports it
1420 dnl might be useful to have the original string.
1421 dnl
1422 dnl There is an imitation in OpenBSD, which has no apparent use other than to
1423 dnl deny that it is GNU libtool.  Just ignore it.
1424 AC_DEFUN([CF_CHECK_LIBTOOL_VERSION],[
1425 if test -n "$LIBTOOL" && test "$LIBTOOL" != none
1426 then
1427         AC_MSG_CHECKING(version of $LIBTOOL)
1428         CF_LIBTOOL_VERSION
1429         AC_MSG_RESULT($cf_cv_libtool_version)
1430         if test -n "$cf_cv_libtool_version"
1431         then
1432                 cf_check_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' -e 's,[[()]],...,g' -e 's,[[ ]],-,g' -e '2,$d'`
1433                 case "x$cf_check_libtool_version" in
1434                 (*...GNU-libtool...*)
1435                         ;;
1436                 (*)
1437                         AC_MSG_ERROR(This is not GNU libtool)
1438                         ;;
1439                 esac
1440         else
1441                 AC_MSG_ERROR(No version found for $LIBTOOL)
1442         fi
1443 else
1444         AC_MSG_ERROR(GNU libtool has not been found)
1445 fi
1446 ])dnl
1447 dnl ---------------------------------------------------------------------------
1448 dnl CF_CHECK_WCHAR_H version: 5 updated: 2023/12/03 09:21:34
1449 dnl ----------------
1450 dnl Check if wchar.h can be used, i.e., without defining _XOPEN_SOURCE_EXTENDED
1451 AC_DEFUN([CF_CHECK_WCHAR_H],[
1452 AC_CHECK_HEADERS( \
1453 wchar.h \
1454 wctype.h \
1455 )
1456 AC_CACHE_CHECK(if wchar.h can be used as is,cf_cv_wchar_h_okay,[
1457 AC_TRY_COMPILE(
1458 [
1459 $ac_includes_default
1460 #ifdef HAVE_WCHAR_H
1461 #include <wchar.h>
1462 #endif
1463 #ifdef HAVE_WCTYPE_H
1464 #include <wctype.h>
1465 #endif
1466 ],[
1467         wint_t foo = 0;
1468         int bar = iswpunct(foo); (void) bar],
1469         [cf_cv_wchar_h_okay=yes],
1470         [cf_cv_wchar_h_okay=no])])
1471
1472 if test "$cf_cv_wchar_h_okay" = no
1473 then
1474         CF_PREDEFINE(_XOPEN_SOURCE_EXTENDED)
1475 fi
1476 ])dnl
1477 dnl ---------------------------------------------------------------------------
1478 dnl CF_CHECK_WCWIDTH_GRAPHICS version: 4 updated: 2023/12/03 10:17:07
1479 dnl -------------------------
1480 dnl Most "modern" terminal emulators are based to some degree on VT100, and
1481 dnl should support line-drawing.  Even with Unicode.  There is a problem.
1482 dnl
1483 dnl While most of the VT100 graphics characters were incorporated into Unicode,
1484 dnl all of those were combined into a page of useful graphics characters.
1485 dnl
1486 dnl So far, so good.
1487 dnl
1488 dnl However, while they are useful, there are other considerations.  CJK
1489 dnl is (because of poor device resolution) often rendered as double-width
1490 dnl characters.  So... for these generally-useful characters, what should
1491 dnl be the width (to make them consistent with adjacent characters)?
1492 dnl
1493 dnl The obvious choice would have been to make this locale-dependent, and use
1494 dnl wcwidth() to tell applications what the actual width is.  That was too
1495 dnl obvious.  Instead, we have a slew of "ambiguous-width" characters.
1496 dnl See for example
1497 dnl             http://www.unicode.org/reports/tr11/tr11-29.html
1498 dnl             http://www.cl.cam.ac.uk/~mgk25/ucs/scw-proposal.html
1499 dnl
1500 dnl The EastAsianWidth-6.2.0.txt file from the Unicode organization lists
1501 dnl more than 22,000 characters, with 1281 of those as ambiguous-width.  For
1502 dnl instance, it lists half (44/96) of the Latin-1 characters as
1503 dnl ambiguous-width.  Also, all of the box-characters at 0x2500 are ambiguous.
1504 dnl
1505 dnl What this means for the implementor is that on some systems wcwidth() can
1506 dnl give bad advice.  On Solaris, some of the ambiguous widths are returned as
1507 dnl 1 (the Latin-1 characters), while others are returned as 2 (line-drawing
1508 dnl characters).  These do not necessarily match the behavior of the terminal
1509 dnl emulator.  xterm, for instance, does an optional startup check to find if
1510 dnl this problem (or similar) exists with the system's locale tables, rejecting
1511 dnl them if they are too unreliable.
1512 AC_DEFUN([CF_CHECK_WCWIDTH_GRAPHICS],[
1513 AC_CACHE_CHECK(if wcwidth agrees graphics are single-width, cf_cv_wcwidth_graphics,[
1514 cat >conftest.in <<CF_EOF
1515 -       VT100 symbols
1516 0x250c  upper left corner
1517 0x2514  lower left corner
1518 0x2510  upper right corner
1519 0x2518  lower right corner
1520 0x251c  tee pointing left
1521 0x2524  tee pointing right
1522 0x2534  tee pointing up
1523 0x252c  tee pointing down
1524 0x2500  horizontal line
1525 0x2502  vertical line
1526 0x253c  large plus or crossover
1527 0x23ba  scan line 1
1528 0x23bd  scan line 9
1529 0x25c6  diamond
1530 0x2592  checker board (stipple)
1531 0x00b0  degree symbol
1532 0x00b1  plus/minus
1533 0x00b7  bullet
1534 -       Teletype 5410v1 symbols
1535 0x2190  arrow pointing left
1536 0x2192  arrow pointing right
1537 0x2193  arrow pointing down
1538 0x2191  arrow pointing up
1539 0x2592  board of squares
1540 0x2603  lantern symbol
1541 0x25ae  solid square block
1542 -       these defaults were invented for ncurses
1543 0x23bb  scan line 3
1544 0x23bc  scan line 7
1545 0x2264  less-than-or-equal-to
1546 0x2265  greater-than-or-equal-to
1547 0x03c0  greek pi
1548 0x2260  not-equal
1549 0x00a3  pound-sterling symbol
1550 -       thick-line-drawing
1551 0x250f  upper left corner
1552 0x2517  lower left corner
1553 0x2513  upper right corner
1554 0x251b  lower right corner
1555 0x2523  tee pointing left
1556 0x252b  tee pointing right
1557 0x253b  tee pointing up
1558 0x2533  tee pointing down
1559 0x2501  horizontal line
1560 0x2503  vertical line
1561 0x254b  large plus or crossover
1562 -       double-line-drawing
1563 0x2554  upper left corner
1564 0x255a  lower left corner
1565 0x2557  upper right corner
1566 0x255d  lower right corner
1567 0x2563  tee pointing left
1568 0x2560  tee pointing right
1569 0x2569  tee pointing up
1570 0x2566  tee pointing down
1571 0x2550  horizontal line
1572 0x2551  vertical line
1573 0x256c  large plus or crossover
1574 CF_EOF
1575 AC_TRY_RUN([
1576 $ac_includes_default
1577
1578 #include <locale.h>
1579 #include <wchar.h>
1580
1581 #define MY_LEN 80
1582
1583 int
1584 main(void)
1585 {
1586         FILE *fp;
1587         unsigned value;
1588         char buffer[MY_LEN + 1];
1589         char notes[MY_LEN + 1];
1590         int totals = 0;
1591         int passed = 0;
1592
1593         if (setlocale(LC_ALL, "en_US.UTF8") ||
1594                 setlocale(LC_ALL, "en_US.UTF-8") ||
1595                 setlocale(LC_ALL, "en_US.utf8") ||
1596                 setlocale(LC_ALL, "en_US.utf-8")) {
1597                 if ((fp = fopen("conftest.in", "r")) != 0) {
1598                         while (fgets(buffer, MY_LEN, fp) != 0) {
1599                                 if (*buffer == '-') {
1600                                         fprintf(stderr, "\\t%s", buffer);
1601                                 } else if (sscanf(buffer, "%x %s", &value, notes) == 2) {
1602                                         ++totals;
1603                                         if (wcwidth((int)value) == 1)
1604                                                 ++passed;
1605                                         fprintf(stderr, "%d\\t%s", wcwidth((int)value), buffer);
1606                                 } else {
1607                                         fprintf(stderr, "?\\t%s", buffer);
1608                                 }
1609                         }
1610                 }
1611         }
1612         fprintf(stderr, "%d/%d passed wcwidth/graphics check\\n", passed, totals);
1613         return (totals == passed) ? 0 : 1;
1614 }
1615 ],
1616 [cf_cv_wcwidth_graphics=yes],
1617 [cf_cv_wcwidth_graphics=no],
1618 [cf_cv_wcwidth_graphics=unknown])
1619 ])
1620 ])dnl
1621 dnl ---------------------------------------------------------------------------
1622 dnl CF_CLANG_COMPILER version: 9 updated: 2023/02/18 17:41:25
1623 dnl -----------------
1624 dnl Check if the given compiler is really clang.  clang's C driver defines
1625 dnl __GNUC__ (fooling the configure script into setting $GCC to yes) but does
1626 dnl not ignore some gcc options.
1627 dnl
1628 dnl This macro should be run "soon" after AC_PROG_CC or AC_PROG_CPLUSPLUS, to
1629 dnl ensure that it is not mistaken for gcc/g++.  It is normally invoked from
1630 dnl the wrappers for gcc and g++ warnings.
1631 dnl
1632 dnl $1 = GCC (default) or GXX
1633 dnl $2 = CLANG_COMPILER (default)
1634 dnl $3 = CFLAGS (default) or CXXFLAGS
1635 AC_DEFUN([CF_CLANG_COMPILER],[
1636 ifelse([$2],,CLANG_COMPILER,[$2])=no
1637
1638 if test "$ifelse([$1],,[$1],GCC)" = yes ; then
1639         AC_MSG_CHECKING(if this is really Clang ifelse([$1],GXX,C++,C) compiler)
1640         cf_save_CFLAGS="$ifelse([$3],,CFLAGS,[$3])"
1641         AC_TRY_COMPILE([],[
1642 #ifdef __clang__
1643 #else
1644 #error __clang__ is not defined
1645 #endif
1646 ],[ifelse([$2],,CLANG_COMPILER,[$2])=yes
1647 ],[])
1648         ifelse([$3],,CFLAGS,[$3])="$cf_save_CFLAGS"
1649         AC_MSG_RESULT($ifelse([$2],,CLANG_COMPILER,[$2]))
1650 fi
1651
1652 CLANG_VERSION=none
1653
1654 if test "x$ifelse([$2],,CLANG_COMPILER,[$2])" = "xyes" ; then
1655         case "$CC" in
1656         (c[[1-9]][[0-9]]|*/c[[1-9]][[0-9]])
1657                 AC_MSG_WARN(replacing broken compiler alias $CC)
1658                 CFLAGS="$CFLAGS -std=`echo "$CC" | sed -e 's%.*/%%'`"
1659                 CC=clang
1660                 ;;
1661         esac
1662
1663         AC_MSG_CHECKING(version of $CC)
1664         CLANG_VERSION="`$CC --version 2>/dev/null | sed -e '2,$d' -e 's/^.*(CLANG[[^)]]*) //' -e 's/^.*(Debian[[^)]]*) //' -e 's/^[[^0-9.]]*//' -e 's/[[^0-9.]].*//'`"
1665         test -z "$CLANG_VERSION" && CLANG_VERSION=unknown
1666         AC_MSG_RESULT($CLANG_VERSION)
1667
1668         for cf_clang_opt in \
1669                 -Qunused-arguments \
1670                 -Wno-error=implicit-function-declaration
1671         do
1672                 AC_MSG_CHECKING(if option $cf_clang_opt works)
1673                 cf_save_CFLAGS="$CFLAGS"
1674                 CFLAGS="$CFLAGS $cf_clang_opt"
1675                 AC_TRY_LINK([
1676                         #include <stdio.h>],[
1677                         printf("hello!\\n");],[
1678                         cf_clang_optok=yes],[
1679                         cf_clang_optok=no])
1680                 AC_MSG_RESULT($cf_clang_optok)
1681                 CFLAGS="$cf_save_CFLAGS"
1682                 if test "$cf_clang_optok" = yes; then
1683                         CF_VERBOSE(adding option $cf_clang_opt)
1684                         CF_APPEND_TEXT(CFLAGS,$cf_clang_opt)
1685                 fi
1686         done
1687 fi
1688 ])
1689 dnl ---------------------------------------------------------------------------
1690 dnl CF_CONST_X_STRING version: 8 updated: 2023/12/01 17:22:50
1691 dnl -----------------
1692 dnl The X11R4-X11R6 Xt specification uses an ambiguous String type for most
1693 dnl character-strings.
1694 dnl
1695 dnl It is ambiguous because the specification accommodated the pre-ANSI
1696 dnl compilers bundled by more than one vendor in lieu of providing a standard C
1697 dnl compiler other than by costly add-ons.  Because of this, the specification
1698 dnl did not take into account the use of const for telling the compiler that
1699 dnl string literals would be in readonly memory.
1700 dnl
1701 dnl As a workaround, one could (starting with X11R5) define XTSTRINGDEFINES, to
1702 dnl let the compiler decide how to represent Xt's strings which were #define'd.
1703 dnl That does not solve the problem of using the block of Xt's strings which
1704 dnl are compiled into the library (and is less efficient than one might want).
1705 dnl
1706 dnl Xt specification 7 introduces the _CONST_X_STRING symbol which is used both
1707 dnl when compiling the library and compiling using the library, to tell the
1708 dnl compiler that String is const.
1709 AC_DEFUN([CF_CONST_X_STRING],
1710 [
1711 AC_REQUIRE([AC_PATH_XTRA])
1712
1713 CF_SAVE_XTRA_FLAGS([CF_CONST_X_STRING])
1714
1715 AC_TRY_COMPILE(
1716 [
1717 #include <stdlib.h>
1718 #include <X11/Intrinsic.h>
1719 ],
1720 [String foo = malloc(1); free((void*)foo)],[
1721
1722 AC_CACHE_CHECK(for X11/Xt const-feature,cf_cv_const_x_string,[
1723         AC_TRY_COMPILE(
1724                 [
1725 #undef  _CONST_X_STRING
1726 #define _CONST_X_STRING /* X11R7.8 (perhaps) */
1727 #undef  XTSTRINGDEFINES /* X11R5 and later */
1728 #include <stdlib.h>
1729 #include <X11/Intrinsic.h>
1730                 ],[String foo = malloc(1); *foo = 0],[
1731                         cf_cv_const_x_string=no
1732                 ],[
1733                         cf_cv_const_x_string=yes
1734                 ])
1735 ])
1736
1737 CF_RESTORE_XTRA_FLAGS([CF_CONST_X_STRING])
1738
1739 case "$cf_cv_const_x_string" in
1740 (no)
1741         CF_APPEND_TEXT(CPPFLAGS,-DXTSTRINGDEFINES)
1742         ;;
1743 (*)
1744         CF_APPEND_TEXT(CPPFLAGS,-D_CONST_X_STRING)
1745         ;;
1746 esac
1747
1748 ])
1749 ])dnl
1750 dnl ---------------------------------------------------------------------------
1751 dnl CF_CPP_OVERRIDE version: 1 updated: 2022/08/20 16:07:10
1752 dnl ---------------
1753 dnl Check if the C++ compiler accepts the override keyword.  This is a C++-11
1754 dnl feature.
1755 AC_DEFUN([CF_CPP_OVERRIDE],
1756 [
1757 if test -n "$CXX"; then
1758 AC_CACHE_CHECK(if $CXX accepts override keyword,cf_cv_cpp_override,[
1759         AC_LANG_SAVE
1760         AC_LANG_CPLUSPLUS
1761         AC_TRY_RUN([
1762
1763 class base
1764 {
1765 public:
1766         virtual int foo(float x) = 0; 
1767 };
1768
1769
1770 class derived: public base
1771 {
1772 public:
1773         int foo(float x) override { return x != 0.0 ? 1 : 0; }
1774 };
1775
1776 int main(void) { }
1777 ],
1778         [cf_cv_cpp_override=yes],
1779         [cf_cv_cpp_override=no],
1780         [cf_cv_cpp_override=unknown])
1781         AC_LANG_RESTORE
1782 ])
1783 fi
1784 test "$cf_cv_cpp_override" = yes && AC_DEFINE(CPP_HAS_OVERRIDE,1,[Define to 1 if C++ has override keyword])
1785 ])dnl
1786 dnl ---------------------------------------------------------------------------
1787 dnl CF_CPP_PARAM_INIT version: 7 updated: 2017/01/21 11:06:25
1788 dnl -----------------
1789 dnl Check if the C++ compiler accepts duplicate parameter initialization.  This
1790 dnl is a late feature for the standard and is not in some recent compilers
1791 dnl (1999/9/11).
1792 AC_DEFUN([CF_CPP_PARAM_INIT],
1793 [
1794 if test -n "$CXX"; then
1795 AC_CACHE_CHECK(if $CXX accepts parameter initialization,cf_cv_cpp_param_init,[
1796         AC_LANG_SAVE
1797         AC_LANG_CPLUSPLUS
1798         AC_TRY_RUN([
1799 class TEST {
1800 private:
1801         int value;
1802 public:
1803         TEST(int x = 1);
1804         ~TEST();
1805 };
1806
1807 TEST::TEST(int x = 1)   // some compilers do not like second initializer
1808 {
1809         value = x;
1810 }
1811 int main(void) { }
1812 ],
1813         [cf_cv_cpp_param_init=yes],
1814         [cf_cv_cpp_param_init=no],
1815         [cf_cv_cpp_param_init=unknown])
1816         AC_LANG_RESTORE
1817 ])
1818 fi
1819 test "$cf_cv_cpp_param_init" = yes && AC_DEFINE(CPP_HAS_PARAM_INIT,1,[Define to 1 if C++ has parameter initialization])
1820 ])dnl
1821 dnl ---------------------------------------------------------------------------
1822 dnl CF_CPP_STATIC_CAST version: 3 updated: 2013/04/13 18:03:21
1823 dnl ------------------
1824 dnl Check if the C++ compiler accepts static_cast in generics.  This appears to
1825 dnl not be supported in g++ before 3.0
1826 AC_DEFUN([CF_CPP_STATIC_CAST],
1827 [
1828 if test -n "$CXX"; then
1829
1830 AC_CACHE_CHECK(if $CXX accepts static_cast,cf_cv_cpp_static_cast,[
1831         AC_LANG_SAVE
1832         AC_LANG_CPLUSPLUS
1833
1834         AC_TRY_COMPILE([
1835 class NCursesPanel
1836 {
1837 public:
1838   NCursesPanel(int nlines,
1839                int ncols,
1840                int begin_y = 0,
1841                int begin_x = 0)
1842   {
1843   }
1844   NCursesPanel();
1845   ~NCursesPanel();
1846 };
1847
1848 template<class T> class NCursesUserPanel : public NCursesPanel
1849 {
1850 public:
1851   NCursesUserPanel (int nlines,
1852                     int ncols,
1853                     int begin_y = 0,
1854                     int begin_x = 0,
1855                     const T* p_UserData = static_cast<T*>(0))
1856     : NCursesPanel (nlines, ncols, begin_y, begin_x)
1857   {
1858   };
1859   NCursesUserPanel(const T* p_UserData = static_cast<T*>(0)) : NCursesPanel()
1860   {
1861   };
1862
1863   virtual ~NCursesUserPanel() {};
1864 };
1865 ],[
1866         const char* p_UserData = static_cast<char*>(0)],
1867         [cf_cv_cpp_static_cast=yes],
1868         [cf_cv_cpp_static_cast=no])
1869
1870         AC_LANG_RESTORE
1871 ])
1872
1873 fi
1874
1875 test "$cf_cv_cpp_static_cast" = yes && AC_DEFINE(CPP_HAS_STATIC_CAST,1,[Define to 1 if C++ has static_cast])
1876 ])dnl
1877 dnl ---------------------------------------------------------------------------
1878 dnl CF_CXX_AR_FLAGS version: 3 updated: 2021/01/01 13:31:04
1879 dnl ---------------
1880 dnl Setup special archiver flags for given compilers.
1881 AC_DEFUN([CF_CXX_AR_FLAGS],[
1882         CXX_AR='$(AR)'
1883         CXX_ARFLAGS='$(ARFLAGS)'
1884         case "$cf_cv_system_name" in
1885         (irix*)
1886             if test "$GXX" != yes ; then
1887                 CXX_AR='$(CXX)'
1888                 CXX_ARFLAGS='-ar -o'
1889             fi
1890             ;;
1891         (sco3.2v5*)
1892             CXXLDFLAGS="-u main"
1893             ;;
1894         (solaris2*)
1895             if test "$GXX" != yes ; then
1896                 CXX_AR='$(CXX)'
1897                 CXX_ARFLAGS='-xar -o'
1898             fi
1899             ;;
1900         esac
1901         AC_SUBST(CXXLDFLAGS)
1902         AC_SUBST(CXX_AR)
1903         AC_SUBST(CXX_ARFLAGS)
1904 ])dnl
1905 dnl ---------------------------------------------------------------------------
1906 dnl CF_CXX_IOSTREAM_NAMESPACE version: 2 updated: 2012/10/06 17:56:13
1907 dnl -------------------------
1908 dnl For c++, check if iostream uses "std::" namespace.
1909 AC_DEFUN([CF_CXX_IOSTREAM_NAMESPACE],[
1910 AC_CHECK_HEADERS(iostream)
1911 if test x"$ac_cv_header_iostream" = xyes ; then
1912         AC_MSG_CHECKING(if iostream uses std-namespace)
1913         AC_TRY_COMPILE([
1914 #include <iostream>
1915 using std::endl;
1916 using std::cerr;],[
1917 cerr << "testing" << endl;
1918 ],[cf_iostream_namespace=yes],[cf_iostream_namespace=no])
1919         AC_MSG_RESULT($cf_iostream_namespace)
1920         if test "$cf_iostream_namespace" = yes ; then
1921                 AC_DEFINE(IOSTREAM_NAMESPACE,1,[Define to 1 if C++ has namespace iostream])
1922         fi
1923 fi
1924 ])dnl
1925 dnl ---------------------------------------------------------------------------
1926 dnl CF_C_INLINE version: 6 updated: 2019/09/07 13:38:36
1927 dnl -----------
1928 dnl Check if the C compiler supports "inline".
1929 dnl $1 is the name of a shell variable to set if inline is supported
1930 dnl $2 is the threshold for gcc 4.x's option controlling maximum inline size
1931 AC_DEFUN([CF_C_INLINE],[
1932 AC_REQUIRE([CF_GCC_VERSION])
1933 AC_C_INLINE
1934 $1=
1935 if test "$ac_cv_c_inline" != no ; then
1936         $1=inline
1937         if test "$INTEL_COMPILER" = yes
1938         then
1939                 :
1940         elif test "$CLANG_COMPILER" = yes
1941         then
1942                 :
1943         elif test "$GCC" = yes
1944         then
1945                 AC_CACHE_CHECK(if $CC supports options to tune inlining,cf_cv_gcc_inline,[
1946                 cf_save_CFLAGS=$CFLAGS
1947                 CFLAGS="$CFLAGS --param max-inline-insns-single=$2"
1948                 AC_TRY_COMPILE([inline int foo(void) { return 1; }],
1949                 [${cf_cv_main_return:-return} foo()],
1950                 [cf_cv_gcc_inline=yes],
1951                 [cf_cv_gcc_inline=no])
1952                 CFLAGS=$cf_save_CFLAGS
1953                 ])
1954                 if test "$cf_cv_gcc_inline" = yes ; then
1955                         CF_ADD_CFLAGS([--param max-inline-insns-single=$2])
1956                 fi
1957         fi
1958 fi
1959 AC_SUBST($1)
1960 ])dnl
1961 dnl ---------------------------------------------------------------------------
1962 dnl CF_DIRNAME version: 5 updated: 2020/12/31 20:19:42
1963 dnl ----------
1964 dnl "dirname" is not portable, so we fake it with a shell script.
1965 AC_DEFUN([CF_DIRNAME],[$1=`echo "$2" | sed -e 's%/[[^/]]*$%%'`])dnl
1966 dnl ---------------------------------------------------------------------------
1967 dnl CF_DIRS_TO_MAKE version: 4 updated: 2021/01/01 13:31:04
1968 dnl ---------------
1969 AC_DEFUN([CF_DIRS_TO_MAKE],
1970 [
1971 DIRS_TO_MAKE="lib"
1972 for cf_item in $cf_list_models
1973 do
1974         CF_OBJ_SUBDIR($cf_item,cf_subdir)
1975         for cf_item2 in $DIRS_TO_MAKE
1976         do
1977                 test "$cf_item2" = "$cf_subdir" && break
1978         done
1979         test ".$cf_item2" != ".$cf_subdir" && DIRS_TO_MAKE="$DIRS_TO_MAKE $cf_subdir"
1980 done
1981 for cf_dir in $DIRS_TO_MAKE
1982 do
1983         test ! -d "$cf_dir" && mkdir "$cf_dir"
1984 done
1985 AC_SUBST(DIRS_TO_MAKE)
1986 ])dnl
1987 dnl ---------------------------------------------------------------------------
1988 dnl CF_DISABLE_ECHO version: 14 updated: 2021/09/04 06:35:04
1989 dnl ---------------
1990 dnl You can always use "make -n" to see the actual options, but it is hard to
1991 dnl pick out/analyze warning messages when the compile-line is long.
1992 dnl
1993 dnl Sets:
1994 dnl     ECHO_LT - symbol to control if libtool is verbose
1995 dnl     ECHO_LD - symbol to prefix "cc -o" lines
1996 dnl     RULE_CC - symbol to put before implicit "cc -c" lines (e.g., .c.o)
1997 dnl     SHOW_CC - symbol to put before explicit "cc -c" lines
1998 dnl     ECHO_CC - symbol to put before any "cc" line
1999 dnl
2000 AC_DEFUN([CF_DISABLE_ECHO],[
2001 AC_MSG_CHECKING(if you want to see long compiling messages)
2002 CF_ARG_DISABLE(echo,
2003         [  --disable-echo          do not display "compiling" commands],
2004         [
2005         ECHO_LT='--silent'
2006         ECHO_LD='@echo linking [$]@;'
2007         RULE_CC='@echo compiling [$]<'
2008         SHOW_CC='@echo compiling [$]@'
2009         ECHO_CC='@'
2010 ],[
2011         ECHO_LT=''
2012         ECHO_LD=''
2013         RULE_CC=''
2014         SHOW_CC=''
2015         ECHO_CC=''
2016 ])
2017 AC_MSG_RESULT($enableval)
2018 AC_SUBST(ECHO_LT)
2019 AC_SUBST(ECHO_LD)
2020 AC_SUBST(RULE_CC)
2021 AC_SUBST(SHOW_CC)
2022 AC_SUBST(ECHO_CC)
2023 ])dnl
2024 dnl ---------------------------------------------------------------------------
2025 dnl CF_DISABLE_GNAT_PROJECTS version: 1 updated: 2014/06/01 11:34:00
2026 dnl ------------------------
2027 AC_DEFUN([CF_DISABLE_GNAT_PROJECTS],[
2028 AC_MSG_CHECKING(if we want to use GNAT projects)
2029 CF_ARG_DISABLE(gnat-projects,
2030         [  --disable-gnat-projects test: disable GNAT projects even if usable],
2031         [enable_gnat_projects=no],
2032         [enable_gnat_projects=yes])
2033 AC_MSG_RESULT($enable_gnat_projects)
2034 ])dnl
2035 dnl ---------------------------------------------------------------------------
2036 dnl CF_DISABLE_LEAKS version: 9 updated: 2021/04/03 16:41:50
2037 dnl ----------------
2038 dnl Combine no-leak checks with the libraries or tools that are used for the
2039 dnl checks.
2040 AC_DEFUN([CF_DISABLE_LEAKS],[
2041
2042 AC_REQUIRE([CF_WITH_DMALLOC])
2043 AC_REQUIRE([CF_WITH_DBMALLOC])
2044 AC_REQUIRE([CF_WITH_VALGRIND])
2045
2046 AC_MSG_CHECKING(if you want to perform memory-leak testing)
2047 AC_ARG_ENABLE(leaks,
2048         [  --disable-leaks         test: free permanent memory, analyze leaks],
2049         [enable_leaks=$enableval],
2050         [enable_leaks=yes])
2051 dnl with_no_leaks is more readable...
2052 if test "x$enable_leaks" = xno; then with_no_leaks=yes; else with_no_leaks=no; fi
2053 AC_MSG_RESULT($with_no_leaks)
2054
2055 if test "$enable_leaks" = no ; then
2056         AC_DEFINE(NO_LEAKS,1,[Define to 1 if you want to perform memory-leak testing.])
2057         AC_DEFINE(YY_NO_LEAKS,1,[Define to 1 if you want to perform memory-leak testing.])
2058 fi
2059 ])dnl
2060 dnl ---------------------------------------------------------------------------
2061 dnl CF_DISABLE_LIBTOOL_VERSION version: 3 updated: 2015/04/17 21:13:04
2062 dnl --------------------------
2063 dnl Check if we should use the libtool 1.5 feature "-version-number" instead of
2064 dnl the older "-version-info" feature.  The newer feature allows us to use
2065 dnl version numbering on shared libraries which make them compatible with
2066 dnl various systems.
2067 AC_DEFUN([CF_DISABLE_LIBTOOL_VERSION],
2068 [
2069 AC_MSG_CHECKING(if libtool -version-number should be used)
2070 CF_ARG_DISABLE(libtool-version,
2071         [  --disable-libtool-version  enable to use libtool's incompatible naming scheme],
2072         [cf_libtool_version=no],
2073         [cf_libtool_version=yes])
2074 AC_MSG_RESULT($cf_libtool_version)
2075
2076 if test "$cf_libtool_version" = yes ; then
2077         LIBTOOL_VERSION="-version-number"
2078 else
2079         LIBTOOL_VERSION="-version-info"
2080         case "x$VERSION" in
2081         (x)
2082                 AC_MSG_WARN(VERSION was not set)
2083                 ;;
2084         (x*.*.*)
2085                 ABI_VERSION="$VERSION"
2086                 CF_VERBOSE(ABI_VERSION: $ABI_VERSION)
2087                 ;;
2088         (x*:*:*)
2089                 ABI_VERSION=`echo "$VERSION" | sed -e 's/:/./g'`
2090                 CF_VERBOSE(ABI_VERSION: $ABI_VERSION)
2091                 ;;
2092         (*)
2093                 AC_MSG_WARN(unexpected VERSION value: $VERSION)
2094                 ;;
2095         esac
2096 fi
2097
2098 AC_SUBST(ABI_VERSION)
2099 AC_SUBST(LIBTOOL_VERSION)
2100 ])dnl
2101 dnl ---------------------------------------------------------------------------
2102 dnl CF_DISABLE_RPATH_HACK version: 3 updated: 2021/01/05 20:14:44
2103 dnl ---------------------
2104 dnl The rpath-hack makes it simpler to build programs, particularly with the
2105 dnl *BSD ports which may have essential libraries in unusual places.  But it
2106 dnl can interfere with building an executable for the base system.  Use this
2107 dnl option in that case.
2108 AC_DEFUN([CF_DISABLE_RPATH_HACK],
2109 [
2110 AC_MSG_CHECKING(if rpath-hack should be disabled)
2111 CF_ARG_DISABLE(rpath-hack,
2112         [  --disable-rpath-hack    don't add rpath options for additional libraries],
2113         [enable_rpath_hack=no],
2114         [enable_rpath_hack=yes])
2115 dnl TODO - drop cf_disable_rpath_hack
2116 if test "x$enable_rpath_hack" = xno; then cf_disable_rpath_hack=yes; else cf_disable_rpath_hack=no; fi
2117 AC_MSG_RESULT($cf_disable_rpath_hack)
2118
2119 if test "$enable_rpath_hack" = yes ; then
2120         CF_RPATH_HACK
2121 fi
2122 ])
2123 dnl ---------------------------------------------------------------------------
2124 dnl CF_ENABLE_BROKEN_LINKER version: 2 updated: 2021/01/02 17:09:14
2125 dnl -----------------------
2126 dnl Some linkers cannot reference a data-only object.  Cygwin used to be one.
2127 dnl This usually follows CF_LINK_DATAONLY, but is not required in case we need
2128 dnl an unconditional feature.
2129 AC_DEFUN([CF_ENABLE_BROKEN_LINKER],[
2130
2131 AC_MSG_CHECKING(if you want broken-linker support code)
2132 AC_ARG_ENABLE(broken_linker,
2133         [  --enable-broken_linker  compile with broken-linker support code],
2134         [with_broken_linker=$enableval],
2135         [with_broken_linker=no])
2136 AC_MSG_RESULT($with_broken_linker)
2137
2138 : "${BROKEN_LINKER:=0}"
2139 if test "x$with_broken_linker" = xyes ; then
2140         AC_DEFINE(BROKEN_LINKER,1,[Define to 1 to work around linkers which cannot link data-only modules])
2141         BROKEN_LINKER=1
2142 fi
2143 AC_SUBST(BROKEN_LINKER)
2144 ])dnl
2145 dnl ---------------------------------------------------------------------------
2146 dnl CF_ENABLE_PC_FILES version: 16 updated: 2021/11/20 12:48:37
2147 dnl ------------------
2148 dnl This is the "--enable-pc-files" option, which is available if there is a
2149 dnl pkg-config configuration on the local machine.
2150 AC_DEFUN([CF_ENABLE_PC_FILES],[
2151 AC_REQUIRE([CF_PKG_CONFIG])
2152 AC_REQUIRE([CF_WITH_PKG_CONFIG_LIBDIR])
2153
2154 if test "x$PKG_CONFIG" != xnone
2155 then
2156         AC_MSG_CHECKING(if we should install .pc files for $PKG_CONFIG)
2157 else
2158         AC_MSG_CHECKING(if we should install .pc files)
2159 fi
2160
2161 AC_ARG_ENABLE(pc-files,
2162         [  --enable-pc-files       generate and install .pc files for pkg-config],
2163         [enable_pc_files=$enableval],
2164         [enable_pc_files=no])
2165 AC_MSG_RESULT($enable_pc_files)
2166
2167 if test "x$enable_pc_files" != xno
2168 then
2169         MAKE_PC_FILES=
2170         case "x$PKG_CONFIG_LIBDIR" in
2171         (xno|xnone|xyes|x)
2172                 AC_MSG_WARN(no PKG_CONFIG_LIBDIR was found)
2173                 ;;
2174         (*)
2175                 cf_pkg_config_libdir="$PKG_CONFIG_LIBDIR"
2176                 CF_PATH_SYNTAX(cf_pkg_config_libdir)
2177                 ;;
2178         esac
2179 else
2180         MAKE_PC_FILES="#"
2181 fi
2182 AC_SUBST(MAKE_PC_FILES)
2183 ])dnl
2184 dnl ---------------------------------------------------------------------------
2185 dnl CF_ENABLE_RPATH version: 2 updated: 2010/03/27 18:39:42
2186 dnl ---------------
2187 dnl Check if the rpath option should be used, setting cache variable
2188 dnl cf_cv_enable_rpath if so.
2189 AC_DEFUN([CF_ENABLE_RPATH],
2190 [
2191 AC_MSG_CHECKING(if rpath option should be used)
2192 AC_ARG_ENABLE(rpath,
2193 [  --enable-rpath          use rpath option when generating shared libraries],
2194 [cf_cv_enable_rpath=$enableval],
2195 [cf_cv_enable_rpath=no])
2196 AC_MSG_RESULT($cf_cv_enable_rpath)
2197 ])dnl
2198 dnl ---------------------------------------------------------------------------
2199 dnl CF_ENABLE_STRING_HACKS version: 6 updated: 2021/01/05 19:23:48
2200 dnl ----------------------
2201 dnl On a few platforms, the compiler and/or loader nags with untruthful
2202 dnl comments stating that "most" uses of strcat/strcpy/sprintf are incorrect,
2203 dnl and implying that most uses of the recommended alternatives are correct.
2204 dnl
2205 dnl Factually speaking, no one has actually counted the number of uses of these
2206 dnl functions versus the total of incorrect uses.  Samples of a few thousand
2207 dnl instances are meaningless compared to the hundreds of millions of lines of
2208 dnl existing C code.
2209 dnl
2210 dnl strlcat/strlcpy are (as of 2012) non-standard, and are available on some
2211 dnl platforms, in implementations of varying quality.  Likewise, snprintf is
2212 dnl standard - but evolved through phases, and older implementations are likely
2213 dnl to yield surprising results, as documented in manpages on various systems.
2214 AC_DEFUN([CF_ENABLE_STRING_HACKS],
2215 [
2216 AC_MSG_CHECKING(if you want to work around bogus compiler/loader warnings)
2217 AC_ARG_ENABLE(string-hacks,
2218         [  --enable-string-hacks   work around bogus compiler/loader warnings],
2219         [enable_string_hacks=$enableval],
2220         [enable_string_hacks=no])
2221 AC_MSG_RESULT($enable_string_hacks)
2222
2223 if test "x$enable_string_hacks" = "xyes"; then
2224         AC_DEFINE(USE_STRING_HACKS,1,[Define to 1 to work around bogus compiler/loader warnings])
2225         AC_MSG_WARN(enabling string-hacks to work around bogus compiler/loader warnings)
2226         AC_CHECK_FUNC(strlcat,[
2227                 AC_DEFINE(HAVE_STRLCAT,1,[Define to 1 if we have strlcat function])
2228                 ],[
2229                 AC_CHECK_LIB(bsd,strlcat,[
2230                         CF_ADD_LIB(bsd)
2231                         AC_CHECK_HEADERS(bsd/string.h)
2232                         AC_DEFINE(HAVE_STRLCAT,1,[Define to 1 if we have strlcat function])
2233                         ])
2234                 ])
2235         AC_CHECK_FUNCS( strlcpy snprintf )
2236 fi
2237 ])dnl
2238 dnl ---------------------------------------------------------------------------
2239 dnl CF_ENABLE_WARNINGS version: 9 updated: 2021/01/05 19:40:50
2240 dnl ------------------
2241 dnl Configure-option to enable gcc warnings
2242 dnl
2243 dnl $1 = extra options to add, if supported
2244 dnl $2 = option for checking attributes.  By default, this is done when
2245 dnl      warnings are enabled.  For other values:
2246 dnl      yes: always do this, e.g., to use in generated library-headers
2247 dnl      no: never do this
2248 AC_DEFUN([CF_ENABLE_WARNINGS],[
2249 if test "$GCC" = yes || test "$GXX" = yes
2250 then
2251 CF_FIX_WARNINGS(CFLAGS)
2252 CF_FIX_WARNINGS(CPPFLAGS)
2253 CF_FIX_WARNINGS(LDFLAGS)
2254 AC_MSG_CHECKING(if you want to turn on gcc warnings)
2255 CF_ARG_ENABLE(warnings,
2256         [  --enable-warnings       test: turn on gcc compiler warnings],
2257         [enable_warnings=yes],
2258         [enable_warnings=no])
2259 AC_MSG_RESULT($enable_warnings)
2260 if test "$enable_warnings" = "yes"
2261 then
2262         ifelse($2,,[CF_GCC_ATTRIBUTES])
2263         CF_GCC_WARNINGS($1)
2264 fi
2265 ifelse($2,yes,[CF_GCC_ATTRIBUTES])
2266 fi
2267 ])dnl
2268 dnl ---------------------------------------------------------------------------
2269 dnl CF_ERRNO version: 5 updated: 1997/11/30 12:44:39
2270 dnl --------
2271 dnl Check if 'errno' is declared in <errno.h>
2272 AC_DEFUN([CF_ERRNO],
2273 [
2274 CF_CHECK_ERRNO(errno)
2275 ])dnl
2276 dnl ---------------------------------------------------------------------------
2277 dnl CF_ETIP_DEFINES version: 7 updated: 2023/10/28 11:59:01
2278 dnl ---------------
2279 dnl Test for conflicting definitions of exception in gcc 2.8.0, etc., between
2280 dnl math.h and builtin.h, only for ncurses
2281 AC_DEFUN([CF_ETIP_DEFINES],
2282 [
2283 AC_MSG_CHECKING(for special defines needed for etip.h)
2284 cf_save_CXXFLAGS="$CXXFLAGS"
2285 cf_result="none"
2286
2287 # etip.h includes ncurses.h which includes ncurses_dll.h
2288 # But ncurses_dll.h is generated - fix here.
2289 test -d include || mkdir include
2290 test -f include/ncurses_dll.h || sed -e 's/@NCURSES_WRAP_PREFIX@/'$NCURSES_WRAP_PREFIX'/g' "${srcdir}/include/ncurses_dll.h.in" >include/ncurses_dll.h
2291
2292 for cf_math in "" MATH_H
2293 do
2294 for cf_excp in "" MATH_EXCEPTION
2295 do
2296         CXXFLAGS="$cf_save_CXXFLAGS -I${srcdir}/c++ -I${srcdir}/menu -Iinclude -I${srcdir}/include"
2297         test -n "$cf_math" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_math}"
2298         test -n "$cf_excp" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_excp}"
2299 AC_TRY_COMPILE([
2300 #include <etip.h.in>
2301 ],[],[
2302         test -n "$cf_math" && AC_DEFINE_UNQUOTED(ETIP_NEEDS_${cf_math})
2303         test -n "$cf_excp" && AC_DEFINE_UNQUOTED(ETIP_NEEDS_${cf_excp})
2304         cf_result="$cf_math $cf_excp"
2305         break 2
2306 ],[])
2307 done
2308 done
2309 AC_MSG_RESULT([${cf_result:-(none)}])
2310 CXXFLAGS="$cf_save_CXXFLAGS"
2311 ])
2312 dnl ---------------------------------------------------------------------------
2313 dnl CF_FIND_LINKAGE version: 22 updated: 2020/12/31 20:19:42
2314 dnl ---------------
2315 dnl Find a library (specifically the linkage used in the code fragment),
2316 dnl searching for it if it is not already in the library path.
2317 dnl See also CF_ADD_SEARCHPATH.
2318 dnl
2319 dnl Parameters (4-on are optional):
2320 dnl     $1 = headers for library entrypoint
2321 dnl     $2 = code fragment for library entrypoint
2322 dnl     $3 = the library name without the "-l" option or ".so" suffix.
2323 dnl     $4 = action to perform if successful (default: update CPPFLAGS, etc)
2324 dnl     $5 = action to perform if not successful
2325 dnl     $6 = module name, if not the same as the library name
2326 dnl     $7 = extra libraries
2327 dnl
2328 dnl Sets these variables:
2329 dnl     $cf_cv_find_linkage_$3 - yes/no according to whether linkage is found
2330 dnl     $cf_cv_header_path_$3 - include-directory if needed
2331 dnl     $cf_cv_library_path_$3 - library-directory if needed
2332 dnl     $cf_cv_library_file_$3 - library-file if needed, e.g., -l$3
2333 AC_DEFUN([CF_FIND_LINKAGE],[
2334
2335 # If the linkage is not already in the $CPPFLAGS/$LDFLAGS configuration, these
2336 # will be set on completion of the AC_TRY_LINK below.
2337 cf_cv_header_path_$3=
2338 cf_cv_library_path_$3=
2339
2340 CF_MSG_LOG([Starting [FIND_LINKAGE]($3,$6)])
2341
2342 cf_save_LIBS="$LIBS"
2343
2344 AC_TRY_LINK([$1],[$2],[
2345         cf_cv_find_linkage_$3=yes
2346         cf_cv_header_path_$3=/usr/include
2347         cf_cv_library_path_$3=/usr/lib
2348 ],[
2349
2350 LIBS="-l$3 $7 $cf_save_LIBS"
2351
2352 AC_TRY_LINK([$1],[$2],[
2353         cf_cv_find_linkage_$3=yes
2354         cf_cv_header_path_$3=/usr/include
2355         cf_cv_library_path_$3=/usr/lib
2356         cf_cv_library_file_$3="-l$3"
2357 ],[
2358         cf_cv_find_linkage_$3=no
2359         LIBS="$cf_save_LIBS"
2360
2361         CF_VERBOSE(find linkage for $3 library)
2362         CF_MSG_LOG([Searching for headers in [FIND_LINKAGE]($3,$6)])
2363
2364         cf_save_CPPFLAGS="$CPPFLAGS"
2365         cf_test_CPPFLAGS="$CPPFLAGS"
2366
2367         CF_HEADER_PATH(cf_search,ifelse([$6],,[$3],[$6]))
2368         for cf_cv_header_path_$3 in $cf_search
2369         do
2370                 if test -d "$cf_cv_header_path_$3" ; then
2371                         CF_VERBOSE(... testing $cf_cv_header_path_$3)
2372                         CPPFLAGS="$cf_save_CPPFLAGS"
2373                         CF_APPEND_TEXT(CPPFLAGS,-I$cf_cv_header_path_$3)
2374                         AC_TRY_COMPILE([$1],[$2],[
2375                                 CF_VERBOSE(... found $3 headers in $cf_cv_header_path_$3)
2376                                 cf_cv_find_linkage_$3=maybe
2377                                 cf_test_CPPFLAGS="$CPPFLAGS"
2378                                 break],[
2379                                 CPPFLAGS="$cf_save_CPPFLAGS"
2380                                 ])
2381                 fi
2382         done
2383
2384         if test "$cf_cv_find_linkage_$3" = maybe ; then
2385
2386                 CF_MSG_LOG([Searching for $3 library in [FIND_LINKAGE]($3,$6)])
2387
2388                 cf_save_LIBS="$LIBS"
2389                 cf_save_LDFLAGS="$LDFLAGS"
2390
2391                 ifelse([$6],,,[
2392                 CPPFLAGS="$cf_test_CPPFLAGS"
2393                 LIBS="-l$3 $7 $cf_save_LIBS"
2394                 AC_TRY_LINK([$1],[$2],[
2395                         CF_VERBOSE(... found $3 library in system)
2396                         cf_cv_find_linkage_$3=yes])
2397                         CPPFLAGS="$cf_save_CPPFLAGS"
2398                         LIBS="$cf_save_LIBS"
2399                         ])
2400
2401                 if test "$cf_cv_find_linkage_$3" != yes ; then
2402                         CF_LIBRARY_PATH(cf_search,$3)
2403                         for cf_cv_library_path_$3 in $cf_search
2404                         do
2405                                 if test -d "$cf_cv_library_path_$3" ; then
2406                                         CF_VERBOSE(... testing $cf_cv_library_path_$3)
2407                                         CPPFLAGS="$cf_test_CPPFLAGS"
2408                                         LIBS="-l$3 $7 $cf_save_LIBS"
2409                                         LDFLAGS="$cf_save_LDFLAGS -L$cf_cv_library_path_$3"
2410                                         AC_TRY_LINK([$1],[$2],[
2411                                         CF_VERBOSE(... found $3 library in $cf_cv_library_path_$3)
2412                                         cf_cv_find_linkage_$3=yes
2413                                         cf_cv_library_file_$3="-l$3"
2414                                         break],[
2415                                         CPPFLAGS="$cf_save_CPPFLAGS"
2416                                         LIBS="$cf_save_LIBS"
2417                                         LDFLAGS="$cf_save_LDFLAGS"
2418                                         ])
2419                                 fi
2420                         done
2421                         CPPFLAGS="$cf_save_CPPFLAGS"
2422                         LDFLAGS="$cf_save_LDFLAGS"
2423                 fi
2424
2425         else
2426                 cf_cv_find_linkage_$3=no
2427         fi
2428         ],$7)
2429 ])
2430
2431 LIBS="$cf_save_LIBS"
2432
2433 if test "$cf_cv_find_linkage_$3" = yes ; then
2434 ifelse([$4],,[
2435         CF_ADD_INCDIR($cf_cv_header_path_$3)
2436         CF_ADD_LIBDIR($cf_cv_library_path_$3)
2437         CF_ADD_LIB($3)
2438 ],[$4])
2439 else
2440 ifelse([$5],,AC_MSG_WARN(Cannot find $3 library),[$5])
2441 fi
2442 ])dnl
2443 dnl ---------------------------------------------------------------------------
2444 dnl CF_FIND_SUB_INCDIR version: 3 updated: 2021/01/01 13:31:04
2445 dnl ------------------
2446 dnl Find an include-directory with the given leaf-name.  This is useful for
2447 dnl example with FreeBSD ports, which use this convention to distinguish
2448 dnl different versions of the same port.
2449 AC_DEFUN([CF_FIND_SUB_INCDIR],[
2450         CF_SUBDIR_PATH(cf_search,$1,include)
2451         for cf_item in $cf_search
2452         do
2453                 case "$cf_item" in
2454                 (*/$1)
2455                         CF_ADD_INCDIR($cf_item)
2456                         ;;
2457                 esac
2458         done
2459 ])dnl
2460 dnl ---------------------------------------------------------------------------
2461 dnl CF_FIND_SUB_LIBDIR version: 3 updated: 2021/01/01 13:31:04
2462 dnl ------------------
2463 dnl Find a library-directory with the given leaf-name.  This is useful for
2464 dnl example with FreeBSD ports, which use this convention to distinguish
2465 dnl different versions of the same port.
2466 AC_DEFUN([CF_FIND_SUB_LIBDIR],[
2467         CF_SUBDIR_PATH(cf_search,$1,lib)
2468         for cf_item in $cf_search
2469         do
2470                 case "$cf_item" in
2471                 (*/$1)
2472                         CF_ADD_LIBDIR($cf_item)
2473                         ;;
2474                 esac
2475         done
2476 ])dnl
2477 dnl ---------------------------------------------------------------------------
2478 dnl CF_FIXUP_ADAFLAGS version: 2 updated: 2015/04/17 21:13:04
2479 dnl -----------------
2480 dnl make ADAFLAGS consistent with CFLAGS
2481 AC_DEFUN([CF_FIXUP_ADAFLAGS],[
2482         AC_MSG_CHECKING(optimization options for ADAFLAGS)
2483         case "$CFLAGS" in
2484         (*-g*)
2485                 CF_ADD_ADAFLAGS(-g)
2486                 ;;
2487         esac
2488         case "$CFLAGS" in
2489         (*-O*)
2490                 cf_O_flag=`echo "$CFLAGS" |sed -e 's/^.*-O/-O/' -e 's/[[        ]].*//'`
2491                 CF_ADD_ADAFLAGS($cf_O_flag)
2492                 ;;
2493         esac
2494         AC_MSG_RESULT($ADAFLAGS)
2495 ])dnl
2496 dnl ---------------------------------------------------------------------------
2497 dnl CF_FIX_WARNINGS version: 4 updated: 2021/12/16 18:22:31
2498 dnl ---------------
2499 dnl Warning flags do not belong in CFLAGS, CPPFLAGS, etc.  Any of gcc's
2500 dnl "-Werror" flags can interfere with configure-checks.  Those go into
2501 dnl EXTRA_CFLAGS.
2502 dnl
2503 dnl $1 = variable name to repair
2504 define([CF_FIX_WARNINGS],[
2505 if test "$GCC" = yes || test "$GXX" = yes
2506 then
2507         case [$]$1 in
2508         (*-Werror=*)
2509                 cf_temp_flags=
2510                 for cf_temp_scan in [$]$1
2511                 do
2512                         case "x$cf_temp_scan" in
2513                         (x-Werror=format*)
2514                                 CF_APPEND_TEXT(cf_temp_flags,$cf_temp_scan)
2515                                 ;;
2516                         (x-Werror=*)
2517                                 CF_APPEND_TEXT(EXTRA_CFLAGS,$cf_temp_scan)
2518                                 ;;
2519                         (*)
2520                                 CF_APPEND_TEXT(cf_temp_flags,$cf_temp_scan)
2521                                 ;;
2522                         esac
2523                 done
2524                 if test "x[$]$1" != "x$cf_temp_flags"
2525                 then
2526                         CF_VERBOSE(repairing $1: [$]$1)
2527                         $1="$cf_temp_flags"
2528                         CF_VERBOSE(... fixed [$]$1)
2529                         CF_VERBOSE(... extra $EXTRA_CFLAGS)
2530                 fi
2531                 ;;
2532         esac
2533 fi
2534 AC_SUBST(EXTRA_CFLAGS)
2535 ])dnl
2536 dnl ---------------------------------------------------------------------------
2537 dnl CF_FOPEN_BIN_R version: 3 updated: 2023/01/05 18:05:46
2538 dnl --------------
2539 dnl Check if fopen works when the "b" (binary) flag is added to the mode
2540 dnl parameter.  POSIX ignores the "b", which c89 specified.  Some very old
2541 dnl systems do not accept it.
2542 AC_DEFUN([CF_FOPEN_BIN_R],[
2543 AC_CACHE_CHECK(if fopen accepts explicit binary mode,cf_cv_fopen_bin_r,[
2544         AC_TRY_RUN([
2545 $ac_includes_default
2546
2547 int main(void)
2548 {
2549         FILE *fp = fopen("conftest.tmp", "wb");
2550         int rc = 0;
2551         if (fp != 0) {
2552                 int p, q;
2553                 for (p = 0; p < 256; ++p) {
2554                         fputc(p, fp);
2555                 }
2556                 fclose(fp);
2557                 fp = fopen("conftest.tmp", "rb");
2558                 if (fp != 0) {
2559                         for (p = 0; p < 256; ++p) {
2560                                 q = fgetc(fp);
2561                                 if (q != p) {
2562                                         rc = 1;
2563                                         break;
2564                                 }
2565                         }
2566                 } else {
2567                         rc = 1;
2568                 }
2569         } else {
2570                 rc = 1;
2571         }
2572         ${cf_cv_main_return:-return} (rc);
2573 }
2574 ],
2575                 [cf_cv_fopen_bin_r=yes],
2576                 [cf_cv_fopen_bin_r=no],
2577                 [cf_cv_fopen_bin_r=unknown])
2578 ])
2579 test "x$cf_cv_fopen_bin_r" != xno && AC_DEFINE(USE_FOPEN_BIN_R,1,[Define to 1 if fopen accepts explicit binary mode])
2580 ])dnl
2581 dnl ---------------------------------------------------------------------------
2582 dnl CF_FORGET_TOOL version: 1 updated: 2013/04/06 18:03:09
2583 dnl --------------
2584 dnl Forget that we saw the given tool.
2585 AC_DEFUN([CF_FORGET_TOOL],[
2586 unset ac_cv_prog_ac_ct_$1
2587 unset ac_ct_$1
2588 unset $1
2589 ])dnl
2590 dnl ---------------------------------------------------------------------------
2591 dnl CF_FUNC_DLSYM version: 4 updated: 2015/09/12 14:46:44
2592 dnl -------------
2593 dnl Test for dlsym() and related functions, as well as libdl.
2594 dnl
2595 dnl Sets
2596 dnl     $cf_have_dlsym
2597 dnl     $cf_have_libdl
2598 AC_DEFUN([CF_FUNC_DLSYM],[
2599 cf_have_dlsym=no
2600 AC_CHECK_FUNC(dlsym,cf_have_dlsym=yes,[
2601
2602 cf_have_libdl=no
2603 AC_CHECK_LIB(dl,dlsym,[
2604         cf_have_dlsym=yes
2605         cf_have_libdl=yes])])
2606
2607 if test "$cf_have_dlsym" = yes ; then
2608         test "$cf_have_libdl" = yes && { CF_ADD_LIB(dl) }
2609
2610         AC_MSG_CHECKING(whether able to link to dl*() functions)
2611         AC_TRY_LINK([#include <dlfcn.h>],[
2612                 void *obj;
2613                 if ((obj = dlopen("filename", 0)) != 0) {
2614                         if (dlsym(obj, "symbolname") == 0) {
2615                         dlclose(obj);
2616                         }
2617                 }],[
2618                 AC_DEFINE(HAVE_LIBDL,1,[Define to 1 if we have dl library])],[
2619                 AC_MSG_ERROR(Cannot link test program for libdl)])
2620         AC_MSG_RESULT(ok)
2621 else
2622         AC_MSG_ERROR(Cannot find dlsym function)
2623 fi
2624 ])
2625 dnl ---------------------------------------------------------------------------
2626 dnl CF_FUNC_GETTIME version: 3 updated: 2024/05/11 13:40:02
2627 dnl ---------------
2628 dnl Check for gettimeofday or clock_gettime.  In 2023, the former is still more
2629 dnl widely supported, but "deprecated" (2008), so we will use the latter if it
2630 dnl is available, to reduce compiler warnings.
2631 AC_DEFUN([CF_FUNC_GETTIME],[
2632 cf_save_libs="$LIBS"
2633 AC_CHECK_FUNC(clock_gettime,
2634         cf_cv_test_clock_gettime=yes,
2635         AC_CHECK_LIB(rt, clock_gettime,
2636                 [LIBS="-lrt $LIBS"
2637                  cf_cv_test_clock_gettime=yes],
2638                  cf_cv_test_clock_gettime=no))
2639
2640 if test "$cf_cv_test_clock_gettime" = yes ; then
2641 AC_CACHE_CHECK(if clock_gettime links,cf_cv_func_clock_gettime,[
2642                 AC_TRY_LINK([
2643 $ac_includes_default
2644 #include <time.h>
2645                 ],
2646                 [struct timespec ts;
2647                 int rc = clock_gettime(CLOCK_REALTIME, &ts)
2648                            + clock_gettime(CLOCK_MONOTONIC, &ts);
2649                  (void) rc; (void)ts],
2650                 [cf_cv_func_clock_gettime=yes],
2651                 [cf_cv_func_clock_gettime=no])
2652 ])
2653 else
2654         cf_cv_func_clock_gettime=no
2655 fi
2656
2657 if test "$cf_cv_func_clock_gettime" = yes
2658 then
2659         AC_DEFINE(HAVE_CLOCK_GETTIME,1,[Define to 1 if we have clock_gettime function])
2660 else
2661 AC_CHECK_FUNC(gettimeofday,
2662         AC_DEFINE(HAVE_GETTIMEOFDAY,1,[Define to 1 if we have gettimeofday function]),[
2663
2664 AC_CHECK_LIB(bsd, gettimeofday,
2665         AC_DEFINE(HAVE_GETTIMEOFDAY,1,[Define to 1 if we have gettimeofday function])
2666         CF_ADD_LIB(bsd))])dnl CLIX: bzero, select, gettimeofday
2667 fi
2668 ])dnl
2669 dnl ---------------------------------------------------------------------------
2670 dnl CF_FUNC_GETTTYNAM version: 2 updated: 2023/01/05 18:06:28
2671 dnl -----------------
2672 dnl Check if the 4.3BSD function getttyname exists, as well as if <ttyent.h>
2673 dnl defines the _PATH_TTYS symbol.  If the corresponding file exists, but the
2674 dnl other checks fail, just define HAVE_PATH_TTYS.
2675 AC_DEFUN([CF_FUNC_GETTTYNAM],[
2676 AC_CACHE_CHECK(if _PATH_TTYS is defined in ttyent.h,cf_cv_PATH_TTYS,[
2677 AC_TRY_COMPILE([
2678 #include <stdio.h>
2679 #include <ttyent.h>],[
2680 FILE *fp = fopen(_PATH_TTYS, "r"); (void)fp],
2681         [cf_cv_PATH_TTYS=yes],
2682         [cf_cv_PATH_TTYS=no])])
2683
2684 if test $cf_cv_PATH_TTYS = no
2685 then
2686         for cf_ttys in /etc/ttytype /etc/ttys
2687         do
2688                 if test -f $cf_ttys
2689                 then
2690                         cf_cv_PATH_TTYS=maybe
2691                         AC_DEFINE(_PATH_TTYS,$cf_ttys,[define to pathname of file containing mapping from tty name to terminal type])
2692                         break
2693                 fi
2694         done
2695 fi
2696
2697 if test $cf_cv_PATH_TTYS != no
2698 then
2699         AC_CACHE_CHECK(if _PATH_TTYS file exists,cf_cv_have_PATH_TTYS,[
2700                 AC_TRY_RUN([
2701 $ac_includes_default
2702
2703 #include <ttyent.h>
2704
2705 int main(void) {
2706         FILE *fp = fopen(_PATH_TTYS, "r");
2707         ${cf_cv_main_return:-return} (fp == 0);
2708 }],
2709                         [cf_cv_have_PATH_TTYS=yes],
2710                         [cf_cv_have_PATH_TTYS=no],
2711                         [cf_cv_have_PATH_TTYS=unknown])])
2712         test "$cf_cv_have_PATH_TTYS" = no && cf_cv_PATH_TTYS=no
2713 fi
2714
2715 if test $cf_cv_PATH_TTYS != no
2716 then
2717         AC_DEFINE(HAVE_PATH_TTYS,1,[define to 1 if system can map tty name to terminal type])
2718         AC_CACHE_CHECK(for getttynam,cf_cv_func_getttynam,[
2719                 AC_TRY_LINK([#include <ttyent.h>],
2720                 [struct ttyent *fp = getttynam("/dev/tty"); (void)fp],
2721                 [cf_cv_func_getttynam=yes],
2722                 [cf_cv_func_getttynam=no])])
2723         test "$cf_cv_func_getttynam" = yes && AC_DEFINE(HAVE_GETTTYNAM)
2724 fi
2725 ])dnl
2726 dnl ---------------------------------------------------------------------------
2727 dnl CF_FUNC_MEMMOVE version: 10 updated: 2023/01/05 18:51:28
2728 dnl ---------------
2729 dnl Check for memmove, or a bcopy that can handle overlapping copy.  If neither
2730 dnl is found, add our own version of memmove to the list of objects.
2731 AC_DEFUN([CF_FUNC_MEMMOVE],
2732 [
2733 AC_CHECK_FUNC(memmove,,[
2734 AC_CHECK_FUNC(bcopy,[
2735         AC_CACHE_CHECK(if bcopy does overlapping moves,cf_cv_good_bcopy,[
2736                 AC_TRY_RUN([
2737 $ac_includes_default
2738
2739 int main(void) {
2740         static char data[] = "abcdefghijklmnopqrstuwwxyz";
2741         char temp[40];
2742         bcopy(data, temp, sizeof(data));
2743         bcopy(temp+10, temp, 15);
2744         bcopy(temp+5, temp+15, 10);
2745         ${cf_cv_main_return:-return} (strcmp(temp, "klmnopqrstuwwxypqrstuwwxyz"));
2746 }
2747                 ],
2748                 [cf_cv_good_bcopy=yes],
2749                 [cf_cv_good_bcopy=no],
2750                 [cf_cv_good_bcopy=unknown])
2751                 ])
2752         ],[cf_cv_good_bcopy=no])
2753         if test "$cf_cv_good_bcopy" = yes ; then
2754                 AC_DEFINE(USE_OK_BCOPY,1,[Define to 1 to use bcopy when memmove is unavailable])
2755         else
2756                 AC_DEFINE(USE_MY_MEMMOVE,1,[Define to 1 to use replacement function when memmove is unavailable])
2757         fi
2758 ])])dnl
2759 dnl ---------------------------------------------------------------------------
2760 dnl CF_FUNC_NANOSLEEP version: 6 updated: 2023/01/05 18:51:33
2761 dnl -----------------
2762 dnl Check for existence of workable nanosleep() function.  Some systems, e.g.,
2763 dnl AIX 4.x, provide a non-working version.
2764 AC_DEFUN([CF_FUNC_NANOSLEEP],[
2765 AC_CACHE_CHECK(if nanosleep really works,cf_cv_func_nanosleep,[
2766 AC_TRY_RUN([
2767 $ac_includes_default
2768
2769 #include <errno.h>
2770 #include <time.h>
2771
2772 #ifdef HAVE_SYS_TIME_H
2773 #include <sys/time.h>
2774 #endif
2775
2776 int main(void) {
2777         struct timespec ts1, ts2;
2778         int code;
2779         ts1.tv_sec  = 0;
2780         ts1.tv_nsec = 750000000;
2781         ts2.tv_sec  = 0;
2782         ts2.tv_nsec = 0;
2783         errno = 0;
2784         code = nanosleep(&ts1, &ts2); /* on failure errno is ENOSYS. */
2785         ${cf_cv_main_return:-return}(code != 0);
2786 }
2787 ],
2788         [cf_cv_func_nanosleep=yes],
2789         [cf_cv_func_nanosleep=no],
2790         [cf_cv_func_nanosleep=unknown])])
2791
2792 test "$cf_cv_func_nanosleep" = "yes" && AC_DEFINE(HAVE_NANOSLEEP,1,[Define to 1 if we have nanosleep()])
2793 ])
2794 dnl ---------------------------------------------------------------------------
2795 dnl CF_FUNC_OPENPTY version: 7 updated: 2023/12/03 09:21:34
2796 dnl ---------------
2797 dnl Check for openpty() function, along with <pty.h> header.  It may need the
2798 dnl "util" library as well.
2799 AC_DEFUN([CF_FUNC_OPENPTY],
2800 [
2801 AC_CHECK_LIB(util,openpty,cf_cv_lib_util=yes,cf_cv_lib_util=no)
2802 AC_CACHE_CHECK(for openpty header,cf_cv_func_openpty,[
2803         cf_save_LIBS="$LIBS"
2804         test "$cf_cv_lib_util" = yes && { CF_ADD_LIB(util) }
2805         for cf_header in pty.h libutil.h util.h
2806         do
2807         AC_TRY_LINK([
2808 #include <$cf_header>
2809 ],[
2810         int x = openpty((int *)0, (int *)0, (char *)0,
2811                                    (struct termios *)0, (struct winsize *)0);
2812         (void)x;
2813 ],[
2814                 cf_cv_func_openpty=$cf_header
2815                 break
2816 ],[
2817                 cf_cv_func_openpty=no
2818 ])
2819         done
2820         LIBS="$cf_save_LIBS"
2821 ])
2822 ])dnl
2823 dnl ---------------------------------------------------------------------------
2824 dnl CF_FUNC_POLL version: 11 updated: 2023/01/05 18:51:40
2825 dnl ------------
2826 dnl See if the poll function really works.  Some platforms have poll(), but
2827 dnl it does not work for terminals or files.
2828 AC_DEFUN([CF_FUNC_POLL],[
2829 tty >/dev/null 2>&1 || { AC_CHECK_FUNCS(posix_openpt) }
2830 AC_CACHE_CHECK(if poll really works,cf_cv_working_poll,[
2831 AC_TRY_RUN([
2832 $ac_includes_default
2833
2834 #include <fcntl.h>
2835
2836 #ifdef HAVE_POLL_H
2837 #include <poll.h>
2838 #else
2839 #include <sys/poll.h>
2840 #endif
2841
2842 int main(void) {
2843         struct pollfd myfds;
2844         int ret;
2845
2846         /* check for Darwin bug with respect to "devices" */
2847         myfds.fd = open("/dev/null", 1);        /* O_WRONLY */
2848         if (myfds.fd < 0)
2849                 myfds.fd = 0;
2850         myfds.events = POLLIN;
2851         myfds.revents = 0;
2852
2853         ret = poll(&myfds, 1, 100);
2854
2855         if (ret < 0 || (myfds.revents & POLLNVAL)) {
2856                 ret = -1;
2857         } else {
2858                 int fd = 0;
2859                 if (!isatty(fd)) {
2860                         fd = open("/dev/tty", 2);       /* O_RDWR */
2861                 }
2862 #ifdef HAVE_POSIX_OPENPT
2863                 if (fd < 0) {
2864                         fd = posix_openpt(O_RDWR);
2865                 }
2866 #endif
2867
2868                 if (fd >= 0) {
2869                         /* also check with standard input */
2870                         myfds.fd = fd;
2871                         myfds.events = POLLIN;
2872                         myfds.revents = 0;
2873                         ret = poll(&myfds, 1, 100);
2874                 } else {
2875                         ret = -1;
2876                 }
2877         }
2878         ${cf_cv_main_return:-return}(ret < 0);
2879 }],
2880         [cf_cv_working_poll=yes],
2881         [cf_cv_working_poll=no],
2882         [cf_cv_working_poll=unknown])])
2883 test "$cf_cv_working_poll" = "yes" && AC_DEFINE(HAVE_WORKING_POLL,1,[Define to 1 if the poll function seems to work])
2884 ])dnl
2885 dnl ---------------------------------------------------------------------------
2886 dnl CF_FUNC_TERMIOS version: 3 updated: 2012/10/06 17:56:13
2887 dnl ---------------
2888 dnl Some old/broken variations define tcgetattr() only as a macro in
2889 dnl termio(s).h
2890 AC_DEFUN([CF_FUNC_TERMIOS],[
2891 AC_REQUIRE([CF_STRUCT_TERMIOS])
2892 AC_CACHE_CHECK(for tcgetattr, cf_cv_have_tcgetattr,[
2893 AC_TRY_LINK([
2894 #include <sys/types.h>
2895 #ifdef HAVE_UNISTD_H
2896 #include <unistd.h>
2897 #endif
2898 #ifdef HAVE_TERMIOS_H
2899 #include <termios.h>
2900 #define TTY struct termios
2901 #else
2902 #ifdef HAVE_TERMIO_H
2903 #include <termio.h>
2904 #define TTY struct termio
2905 #endif
2906 #endif
2907 ],[
2908 TTY foo;
2909 tcgetattr(1, &foo);],
2910 [cf_cv_have_tcgetattr=yes],
2911 [cf_cv_have_tcgetattr=no])])
2912 test "$cf_cv_have_tcgetattr" = yes && AC_DEFINE(HAVE_TCGETATTR,1,[Define to 1 if we have tcgetattr])
2913 ])dnl
2914 dnl ---------------------------------------------------------------------------
2915 dnl CF_FUNC_VSSCANF version: 8 updated: 2023/12/03 19:09:59
2916 dnl ---------------
2917 dnl Check for vsscanf() function, which is in c9x but generally not in earlier
2918 dnl versions of C.  It can often be simulated by other functions on older
2919 dnl systems (where FILE is not opaque).
2920 AC_DEFUN([CF_FUNC_VSSCANF],
2921 [
2922 AC_CACHE_CHECK(for vsscanf function or workaround,cf_cv_func_vsscanf,[
2923 AC_TRY_LINK([
2924 #include <stdarg.h>
2925 #include <stdio.h>
2926
2927 static void
2928 myfunc(const char *str, const char *fmt, ...)
2929 {
2930         va_list ap;
2931         va_start(ap, fmt);
2932         vsscanf(str, fmt, ap);
2933         va_end(ap);
2934 }
2935 ],[
2936         myfunc("55", "%d");
2937 ],[cf_cv_func_vsscanf=vsscanf],[
2938 AC_TRY_LINK([
2939 #include <stdarg.h>
2940 #include <stdio.h>],[
2941         FILE strbuf;
2942         char *str = "from";
2943
2944         strbuf._flag = _IOREAD;
2945         strbuf._ptr = strbuf._base = (unsigned char *) str;
2946         strbuf._cnt = strlen(str);
2947         strbuf._file = _NFILE;
2948         return (vfscanf(&strbuf, "%d", ap))],[cf_cv_func_vsscanf=vfscanf],[
2949 AC_TRY_LINK([
2950 #include <stdarg.h>
2951 #include <stdio.h>],[
2952         FILE strbuf;
2953         char *str = "from";
2954
2955         strbuf._flag = _IOREAD;
2956         strbuf._ptr = strbuf._base = (unsigned char *) str;
2957         strbuf._cnt = strlen(str);
2958         strbuf._file = _NFILE;
2959         return (_doscan(&strbuf, "%d", ap))],[cf_cv_func_vsscanf=_doscan],[
2960 cf_cv_func_vsscanf=no])])])])
2961
2962 case "$cf_cv_func_vsscanf" in
2963 (vsscanf) AC_DEFINE(HAVE_VSSCANF,1,[Define to 1 if we have vsscanf]);;
2964 (vfscanf) AC_DEFINE(HAVE_VFSCANF,1,[Define to 1 if we have vfscanf]);;
2965 (_doscan) AC_DEFINE(HAVE__DOSCAN,1,[Define to 1 if we have _doscan]);;
2966 esac
2967
2968 ])dnl
2969 dnl ---------------------------------------------------------------------------
2970 dnl CF_GCC_ATTRIBUTES version: 24 updated: 2021/03/20 12:00:25
2971 dnl -----------------
2972 dnl Test for availability of useful gcc __attribute__ directives to quiet
2973 dnl compiler warnings.  Though useful, not all are supported -- and contrary
2974 dnl to documentation, unrecognized directives cause older compilers to barf.
2975 AC_DEFUN([CF_GCC_ATTRIBUTES],
2976 [AC_REQUIRE([AC_PROG_FGREP])dnl
2977 AC_REQUIRE([CF_C11_NORETURN])dnl
2978
2979 if test "$GCC" = yes || test "$GXX" = yes
2980 then
2981 cat > conftest.i <<EOF
2982 #ifndef GCC_PRINTF
2983 #define GCC_PRINTF 0
2984 #endif
2985 #ifndef GCC_SCANF
2986 #define GCC_SCANF 0
2987 #endif
2988 #ifndef GCC_NORETURN
2989 #define GCC_NORETURN /* nothing */
2990 #endif
2991 #ifndef GCC_UNUSED
2992 #define GCC_UNUSED /* nothing */
2993 #endif
2994 EOF
2995 if test "$GCC" = yes
2996 then
2997         AC_CHECKING([for $CC __attribute__ directives])
2998 cat > "conftest.$ac_ext" <<EOF
2999 #line __oline__ "${as_me:-configure}"
3000 #include <stdio.h>
3001 #include "confdefs.h"
3002 #include "conftest.h"
3003 #include "conftest.i"
3004 #if     GCC_PRINTF
3005 #define GCC_PRINTFLIKE(fmt,var) __attribute__((format(printf,fmt,var)))
3006 #else
3007 #define GCC_PRINTFLIKE(fmt,var) /*nothing*/
3008 #endif
3009 #if     GCC_SCANF
3010 #define GCC_SCANFLIKE(fmt,var)  __attribute__((format(scanf,fmt,var)))
3011 #else
3012 #define GCC_SCANFLIKE(fmt,var)  /*nothing*/
3013 #endif
3014 extern void wow(char *,...) GCC_SCANFLIKE(1,2);
3015 extern GCC_NORETURN void oops(char *,...) GCC_PRINTFLIKE(1,2);
3016 extern GCC_NORETURN void foo(void);
3017 int main(int argc GCC_UNUSED, char *argv[[]] GCC_UNUSED) { (void)argc; (void)argv; return 0; }
3018 EOF
3019         cf_printf_attribute=no
3020         cf_scanf_attribute=no
3021         for cf_attribute in scanf printf unused noreturn
3022         do
3023                 CF_UPPER(cf_ATTRIBUTE,$cf_attribute)
3024                 cf_directive="__attribute__(($cf_attribute))"
3025                 echo "checking for $CC $cf_directive" 1>&AC_FD_CC
3026
3027                 case "$cf_attribute" in
3028                 (printf)
3029                         cf_printf_attribute=yes
3030                         cat >conftest.h <<EOF
3031 #define GCC_$cf_ATTRIBUTE 1
3032 EOF
3033                         ;;
3034                 (scanf)
3035                         cf_scanf_attribute=yes
3036                         cat >conftest.h <<EOF
3037 #define GCC_$cf_ATTRIBUTE 1
3038 EOF
3039                         ;;
3040                 (*)
3041                         cat >conftest.h <<EOF
3042 #define GCC_$cf_ATTRIBUTE $cf_directive
3043 EOF
3044                         ;;
3045                 esac
3046
3047                 if AC_TRY_EVAL(ac_compile); then
3048                         test -n "$verbose" && AC_MSG_RESULT(... $cf_attribute)
3049                         cat conftest.h >>confdefs.h
3050                         case "$cf_attribute" in
3051                         (noreturn)
3052                                 AC_DEFINE_UNQUOTED(GCC_NORETURN,$cf_directive,[Define to noreturn-attribute for gcc])
3053                                 ;;
3054                         (printf)
3055                                 cf_value='/* nothing */'
3056                                 if test "$cf_printf_attribute" != no ; then
3057                                         cf_value='__attribute__((format(printf,fmt,var)))'
3058                                         AC_DEFINE(GCC_PRINTF,1,[Define to 1 if the compiler supports gcc-like printf attribute.])
3059                                 fi
3060                                 AC_DEFINE_UNQUOTED(GCC_PRINTFLIKE(fmt,var),$cf_value,[Define to printf-attribute for gcc])
3061                                 ;;
3062                         (scanf)
3063                                 cf_value='/* nothing */'
3064                                 if test "$cf_scanf_attribute" != no ; then
3065                                         cf_value='__attribute__((format(scanf,fmt,var)))'
3066                                         AC_DEFINE(GCC_SCANF,1,[Define to 1 if the compiler supports gcc-like scanf attribute.])
3067                                 fi
3068                                 AC_DEFINE_UNQUOTED(GCC_SCANFLIKE(fmt,var),$cf_value,[Define to sscanf-attribute for gcc])
3069                                 ;;
3070                         (unused)
3071                                 AC_DEFINE_UNQUOTED(GCC_UNUSED,$cf_directive,[Define to unused-attribute for gcc])
3072                                 ;;
3073                         esac
3074                 fi
3075         done
3076 else
3077         ${FGREP-fgrep} define conftest.i >>confdefs.h
3078 fi
3079 rm -rf ./conftest*
3080 fi
3081 ])dnl
3082 dnl ---------------------------------------------------------------------------
3083 dnl CF_GCC_VERSION version: 9 updated: 2023/03/05 14:30:13
3084 dnl --------------
3085 dnl Find version of gcc, and (because icc/clang pretend to be gcc without being
3086 dnl compatible), attempt to determine if icc/clang is actually used.
3087 AC_DEFUN([CF_GCC_VERSION],[
3088 AC_REQUIRE([AC_PROG_CC])
3089 GCC_VERSION=none
3090 if test "$GCC" = yes ; then
3091         AC_MSG_CHECKING(version of $CC)
3092         GCC_VERSION="`${CC} --version 2>/dev/null | sed -e '2,$d' -e 's/^[[^(]]*([[^)]][[^)]]*) //' -e 's/^[[^0-9.]]*//' -e 's/[[^0-9.]].*//'`"
3093         test -z "$GCC_VERSION" && GCC_VERSION=unknown
3094         AC_MSG_RESULT($GCC_VERSION)
3095 fi
3096 CF_INTEL_COMPILER(GCC,INTEL_COMPILER,CFLAGS)
3097 CF_CLANG_COMPILER(GCC,CLANG_COMPILER,CFLAGS)
3098 ])dnl
3099 dnl ---------------------------------------------------------------------------
3100 dnl CF_GCC_WARNINGS version: 41 updated: 2021/01/01 16:53:59
3101 dnl ---------------
3102 dnl Check if the compiler supports useful warning options.  There's a few that
3103 dnl we don't use, simply because they're too noisy:
3104 dnl
3105 dnl     -Wconversion (useful in older versions of gcc, but not in gcc 2.7.x)
3106 dnl     -Winline (usually not worthwhile)
3107 dnl     -Wredundant-decls (system headers make this too noisy)
3108 dnl     -Wtraditional (combines too many unrelated messages, only a few useful)
3109 dnl     -Wwrite-strings (too noisy, but should review occasionally).  This
3110 dnl             is enabled for ncurses using "--enable-const".
3111 dnl     -pedantic
3112 dnl
3113 dnl Parameter:
3114 dnl     $1 is an optional list of gcc warning flags that a particular
3115 dnl             application might want to use, e.g., "no-unused" for
3116 dnl             -Wno-unused
3117 dnl Special:
3118 dnl     If $with_ext_const is "yes", add a check for -Wwrite-strings
3119 dnl
3120 AC_DEFUN([CF_GCC_WARNINGS],
3121 [
3122 AC_REQUIRE([CF_GCC_VERSION])
3123 if test "x$have_x" = xyes; then CF_CONST_X_STRING fi
3124 cat > "conftest.$ac_ext" <<EOF
3125 #line __oline__ "${as_me:-configure}"
3126 int main(int argc, char *argv[[]]) { return (argv[[argc-1]] == 0) ; }
3127 EOF
3128 if test "$INTEL_COMPILER" = yes
3129 then
3130 # The "-wdXXX" options suppress warnings:
3131 # remark #1419: external declaration in primary source file
3132 # remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
3133 # remark #1684: conversion from pointer to same-sized integral type (potential portability problem)
3134 # remark #193: zero used for undefined preprocessing identifier
3135 # remark #593: variable "curs_sb_left_arrow" was set but never used
3136 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits
3137 # remark #869: parameter "tw" was never referenced
3138 # remark #981: operands are evaluated in unspecified order
3139 # warning #279: controlling expression is constant
3140
3141         AC_CHECKING([for $CC warning options])
3142         cf_save_CFLAGS="$CFLAGS"
3143         EXTRA_CFLAGS="$EXTRA_CFLAGS -Wall"
3144         for cf_opt in \
3145                 wd1419 \
3146                 wd1683 \
3147                 wd1684 \
3148                 wd193 \
3149                 wd593 \
3150                 wd279 \
3151                 wd810 \
3152                 wd869 \
3153                 wd981
3154         do
3155                 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
3156                 if AC_TRY_EVAL(ac_compile); then
3157                         test -n "$verbose" && AC_MSG_RESULT(... -$cf_opt)
3158                         EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
3159                 fi
3160         done
3161         CFLAGS="$cf_save_CFLAGS"
3162 elif test "$GCC" = yes && test "$GCC_VERSION" != "unknown"
3163 then
3164         AC_CHECKING([for $CC warning options])
3165         cf_save_CFLAGS="$CFLAGS"
3166         cf_warn_CONST=""
3167         test "$with_ext_const" = yes && cf_warn_CONST="Wwrite-strings"
3168         cf_gcc_warnings="Wignored-qualifiers Wlogical-op Wvarargs"
3169         test "x$CLANG_COMPILER" = xyes && cf_gcc_warnings=
3170         for cf_opt in W Wall \
3171                 Wbad-function-cast \
3172                 Wcast-align \
3173                 Wcast-qual \
3174                 Wdeclaration-after-statement \
3175                 Wextra \
3176                 Winline \
3177                 Wmissing-declarations \
3178                 Wmissing-prototypes \
3179                 Wnested-externs \
3180                 Wpointer-arith \
3181                 Wshadow \
3182                 Wstrict-prototypes \
3183                 Wundef Wno-inline $cf_gcc_warnings $cf_warn_CONST $1
3184         do
3185                 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
3186                 if AC_TRY_EVAL(ac_compile); then
3187                         test -n "$verbose" && AC_MSG_RESULT(... -$cf_opt)
3188                         case "$cf_opt" in
3189                         (Winline)
3190                                 case "$GCC_VERSION" in
3191                                 ([[34]].*)
3192                                         CF_VERBOSE(feature is broken in gcc $GCC_VERSION)
3193                                         continue;;
3194                                 esac
3195                                 ;;
3196                         (Wpointer-arith)
3197                                 case "$GCC_VERSION" in
3198                                 ([[12]].*)
3199                                         CF_VERBOSE(feature is broken in gcc $GCC_VERSION)
3200                                         continue;;
3201                                 esac
3202                                 ;;
3203                         esac
3204                         EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
3205                 fi
3206         done
3207         CFLAGS="$cf_save_CFLAGS"
3208 fi
3209 rm -rf ./conftest*
3210
3211 AC_SUBST(EXTRA_CFLAGS)
3212 ])dnl
3213 dnl ---------------------------------------------------------------------------
3214 dnl CF_GETOPT_HEADER version: 8 updated: 2021/06/19 19:16:16
3215 dnl ----------------
3216 dnl Check for getopt's variables which are commonly defined in stdlib.h,
3217 dnl unistd.h or (nonstandard) in getopt.h
3218 AC_DEFUN([CF_GETOPT_HEADER],
3219 [
3220 AC_HAVE_HEADERS(unistd.h getopt.h)
3221 AC_CACHE_CHECK(for header declaring getopt variables,cf_cv_getopt_header,[
3222 cf_cv_getopt_header=none
3223 for cf_header in stdio.h stdlib.h unistd.h getopt.h
3224 do
3225 AC_TRY_COMPILE([
3226 #include <$cf_header>],
3227 [int x = optind; char *y = optarg; (void)x; (void)y],
3228 [cf_cv_getopt_header=$cf_header
3229  break])
3230 done
3231 ])
3232 if test "$cf_cv_getopt_header" != none ; then
3233         AC_DEFINE(HAVE_GETOPT_HEADER,1,[Define to 1 if getopt variables are declared in header])
3234 fi
3235 if test "$cf_cv_getopt_header" = getopt.h ; then
3236         AC_DEFINE(NEED_GETOPT_H,1,[Define to 1 if we must include getopt.h])
3237 fi
3238 ])dnl
3239 dnl ---------------------------------------------------------------------------
3240 dnl CF_GNATPREP_OPT_T version: 1 updated: 2014/08/02 18:37:25
3241 dnl -----------------
3242 AC_DEFUN([CF_GNATPREP_OPT_T],[
3243 AC_CACHE_CHECK(if GNATPREP supports -T option,cf_cv_gnatprep_opt_t,[
3244 cf_cv_gnatprep_opt_t=no
3245 gnatprep -T 2>/dev/null >/dev/null && cf_cv_gnatprep_opt_t=yes
3246 ])
3247 test "$cf_cv_gnatprep_opt_t" = yes && GNATPREP_OPTS="-T $GNATPREP_OPTS"
3248 AC_SUBST(GNATPREP_OPTS)
3249 ])dnl
3250 dnl ---------------------------------------------------------------------------
3251 dnl CF_GNAT_GENERICS version: 7 updated: 2021/01/01 13:31:04
3252 dnl ----------------
3253 AC_DEFUN([CF_GNAT_GENERICS],
3254 [
3255 AC_REQUIRE([CF_GNAT_VERSION])
3256
3257 AC_MSG_CHECKING(if GNAT supports generics)
3258 case "$cf_cv_gnat_version" in
3259 (3.1[[1-9]]*|3.[[2-9]]*|[[4-9]].*|[[1-9]][[0-9]].[[0-9]]*|20[[0-9]][[0-9]])
3260         cf_gnat_generics=yes
3261         ;;
3262 (*)
3263         cf_gnat_generics=no
3264         ;;
3265 esac
3266 AC_MSG_RESULT($cf_gnat_generics)
3267
3268 if test "$cf_gnat_generics" = yes
3269 then
3270         cf_compile_generics=generics
3271         cf_generic_objects="\${GENOBJS}"
3272 else
3273         cf_compile_generics=
3274         cf_generic_objects=
3275 fi
3276
3277 AC_SUBST(cf_compile_generics)
3278 AC_SUBST(cf_generic_objects)
3279 ])dnl
3280 dnl ---------------------------------------------------------------------------
3281 dnl CF_GNAT_PROJECTS version: 13 updated: 2021/01/02 17:09:14
3282 dnl ----------------
3283 dnl GNAT projects are configured with ".gpr" project files.
3284 dnl GNAT libraries are a further development, using the project feature.
3285 AC_DEFUN([CF_GNAT_PROJECTS],
3286 [
3287 AC_REQUIRE([CF_GNAT_VERSION])
3288 AC_REQUIRE([CF_DISABLE_GNAT_PROJECTS])
3289
3290 cf_gnat_libraries=no
3291 cf_gnat_projects=no
3292
3293 if test "$enable_gnat_projects" != no ; then
3294 AC_MSG_CHECKING(if GNAT supports project files)
3295 case "$cf_cv_gnat_version" in
3296 (3.[[0-9]]*)
3297         ;;
3298 (*)
3299         case "$cf_cv_system_name" in
3300         (cygwin*|msys*)
3301                 ;;
3302         (*)
3303                 rm -rf ./conftest* ./*~conftest*
3304                 if mkdir conftest.src conftest.bin conftest.lib
3305                 then
3306                         cd conftest.src
3307                         rm -rf ./conftest* ./*~conftest*
3308                         cat >>library.gpr <<CF_EOF
3309 project Library is
3310   Kind := External ("LIB_KIND");
3311   for Library_Name use "ConfTest";
3312   for Object_Dir use ".";
3313   for Library_ALI_Dir use External("LIBRARY_DIR");
3314   for Library_Version use External ("SONAME");
3315   for Library_Kind use Kind;
3316   for Library_Dir use External("BUILD_DIR");
3317   Source_Dir := External ("SOURCE_DIR");
3318   for Source_Dirs use (Source_Dir);
3319 end Library;
3320 CF_EOF
3321                         cat >>confpackage.ads <<CF_EOF
3322 package ConfPackage is
3323    procedure conftest;
3324 end ConfPackage;
3325 CF_EOF
3326                         cat >>confpackage.adb <<CF_EOF
3327 with Text_IO;
3328 package body ConfPackage is
3329    procedure conftest is
3330    begin
3331       Text_IO.Put ("Hello World");
3332       Text_IO.New_Line;
3333    end conftest;
3334 end ConfPackage;
3335 CF_EOF
3336                         if ( "$cf_ada_make" $ADAFLAGS \
3337                                         -Plibrary.gpr \
3338                                         -XBUILD_DIR="`cd ../conftest.bin;pwd`" \
3339                                         -XLIBRARY_DIR="`cd ../conftest.lib;pwd`" \
3340                                         -XSOURCE_DIR="`pwd`" \
3341                                         -XSONAME=libConfTest.so.1 \
3342                                         -XLIB_KIND=static 1>&AC_FD_CC 2>&1 ) ; then
3343                                 cf_gnat_projects=yes
3344                         fi
3345                         cd ..
3346                 fi
3347                 if test -f conftest.lib/confpackage.ali
3348                 then
3349                         cf_gnat_libraries=yes
3350                 fi
3351                 rm -rf ./conftest* ./*~conftest*
3352                 ;;
3353         esac
3354         ;;
3355 esac
3356 AC_MSG_RESULT($cf_gnat_projects)
3357 fi # enable_gnat_projects
3358
3359 if test "$cf_gnat_projects" = yes
3360 then
3361         AC_MSG_CHECKING(if GNAT supports libraries)
3362         AC_MSG_RESULT($cf_gnat_libraries)
3363 fi
3364
3365 USE_OLD_MAKERULES=""
3366 USE_GNAT_PROJECTS="#"
3367 USE_GNAT_MAKE_GPR="#"
3368 USE_GNAT_GPRBUILD="#"
3369
3370 if test "$cf_gnat_projects" = yes
3371 then
3372         USE_OLD_MAKERULES="#"
3373         USE_GNAT_PROJECTS=""
3374         if test "$cf_cv_VERSION_GPRBUILD" != no
3375         then
3376                 USE_GNAT_GPRBUILD=""
3377         elif test "$cf_cv_VERSION_GNATMAKE" != no
3378         then
3379                 USE_GNAT_MAKE_GPR=""
3380         else
3381                 AC_MSG_WARN(use old makefile rules since tools are missing)
3382         fi
3383 fi
3384
3385 if test "$cf_gnat_libraries" = yes
3386 then
3387         USE_GNAT_LIBRARIES=""
3388 else
3389         USE_GNAT_LIBRARIES="#"
3390 fi
3391
3392 AC_SUBST(USE_OLD_MAKERULES)
3393 AC_SUBST(USE_GNAT_PROJECTS)
3394 AC_SUBST(USE_GNAT_LIBRARIES)
3395 AC_SUBST(USE_GNAT_MAKE_GPR)
3396 AC_SUBST(USE_GNAT_GPRBUILD)
3397 ])dnl
3398 dnl ---------------------------------------------------------------------------
3399 dnl CF_GNAT_SIGINT version: 2 updated: 2021/01/01 13:31:04
3400 dnl --------------
3401 dnl Check if gnat supports SIGINT, and presumably tasking.  For the latter, it
3402 dnl is noted that gnat may compile a tasking unit even for configurations which
3403 dnl fail at runtime.
3404 AC_DEFUN([CF_GNAT_SIGINT],[
3405 AC_CACHE_CHECK(if GNAT supports SIGINT,cf_cv_gnat_sigint,[
3406 CF_GNAT_TRY_LINK([with Ada.Interrupts.Names;
3407
3408 package ConfTest is
3409
3410    pragma Warnings (Off);  --  the next pragma exists since 3.11p
3411    pragma Unreserve_All_Interrupts;
3412    pragma Warnings (On);
3413
3414    protected Process is
3415       procedure Stop;
3416       function Continue return Boolean;
3417       pragma Attach_Handler (Stop, Ada.Interrupts.Names.SIGINT);
3418    private
3419       Done : Boolean := False;
3420    end Process;
3421
3422 end ConfTest;],
3423 [package body ConfTest is
3424    protected body Process is
3425       procedure Stop is
3426       begin
3427          Done := True;
3428       end Stop;
3429       function Continue return Boolean is
3430       begin
3431          return not Done;
3432       end Continue;
3433    end Process;
3434 end ConfTest;],
3435         [cf_cv_gnat_sigint=yes],
3436         [cf_cv_gnat_sigint=no])])
3437
3438 if test "$cf_cv_gnat_sigint" = yes ; then
3439         USE_GNAT_SIGINT=""
3440 else
3441         USE_GNAT_SIGINT="#"
3442 fi
3443 AC_SUBST(USE_GNAT_SIGINT)
3444 ])dnl
3445 dnl ---------------------------------------------------------------------------
3446 dnl CF_GNAT_TRY_LINK version: 4 updated: 2021/01/01 13:31:04
3447 dnl ----------------
3448 dnl Verify that a test program compiles/links with GNAT.
3449 dnl $cf_ada_make is set to the program that compiles/links
3450 dnl $ADAFLAGS may be set to the GNAT flags.
3451 dnl
3452 dnl $1 is the text of the spec
3453 dnl $2 is the text of the body
3454 dnl $3 is the shell command to execute if successful
3455 dnl $4 is the shell command to execute if not successful
3456 AC_DEFUN([CF_GNAT_TRY_LINK],
3457 [
3458 rm -rf ./conftest* ./*~conftest*
3459 cat >>conftest.ads <<CF_EOF
3460 $1
3461 CF_EOF
3462 cat >>conftest.adb <<CF_EOF
3463 $2
3464 CF_EOF
3465 if ( "$cf_ada_make" $ADAFLAGS conftest 1>&AC_FD_CC 2>&1 ) ; then
3466 ifelse($3,,      :,[      $3])
3467 ifelse($4,,,[else
3468    $4])
3469 fi
3470 rm -rf ./conftest* ./*~conftest*
3471 ])dnl
3472 dnl ---------------------------------------------------------------------------
3473 dnl CF_GNAT_TRY_RUN version: 6 updated: 2021/01/01 13:31:04
3474 dnl ---------------
3475 dnl Verify that a test program compiles and runs with GNAT
3476 dnl $cf_ada_make is set to the program that compiles/links
3477 dnl $ADAFLAGS may be set to the GNAT flags.
3478 dnl
3479 dnl $1 is the text of the spec
3480 dnl $2 is the text of the body
3481 dnl $3 is the shell command to execute if successful
3482 dnl $4 is the shell command to execute if not successful
3483 AC_DEFUN([CF_GNAT_TRY_RUN],
3484 [
3485 rm -rf ./conftest* ./*~conftest*
3486 cat >>conftest.ads <<CF_EOF
3487 $1
3488 CF_EOF
3489 cat >>conftest.adb <<CF_EOF
3490 $2
3491 CF_EOF
3492 if ( "$cf_ada_make" $ADAFLAGS conftest 1>&AC_FD_CC 2>&1 ) ; then
3493    if ( ./conftest 1>&AC_FD_CC 2>&1 ) ; then
3494 ifelse($3,,      :,[      $3])
3495 ifelse($4,,,[   else
3496       $4])
3497    fi
3498 ifelse($4,,,[else
3499    $4])
3500 fi
3501 rm -rf ./conftest* ./*~conftest*
3502 ])dnl
3503 dnl ---------------------------------------------------------------------------
3504 dnl CF_GNAT_VERSION version: 22 updated: 2019/12/31 08:53:54
3505 dnl ---------------
3506 dnl $1 = cache variable to update
3507 dnl $2 = program name
3508 dnl Verify version of GNAT or related tool
3509 AC_DEFUN([CF_GNAT_VERSION],
3510 [
3511 AC_CACHE_CHECK(for ifelse($2,,gnat,$2) version, cf_cv_gnat_version,[
3512 cf_cv_gnat_version=`ifelse($2,,${cf_ada_make:-gnatmake},$2) --version 2>&1 | \
3513         grep '[[0-9]].[[0-9]][[0-9]]*' |\
3514         sed -e '2,$d' -e 's/[[^0-9 \.]]//g' -e 's/^[[ ]]*//' -e 's/ .*//'`
3515 ])
3516 test -z "$cf_cv_gnat_version" && cf_cv_gnat_version=no
3517 ifelse($1,,,[eval $1=$cf_cv_gnat_version; unset cf_cv_gnat_version])
3518 ])dnl
3519 dnl ---------------------------------------------------------------------------
3520 dnl CF_GNU_SOURCE version: 10 updated: 2018/12/10 20:09:41
3521 dnl -------------
3522 dnl Check if we must define _GNU_SOURCE to get a reasonable value for
3523 dnl _XOPEN_SOURCE, upon which many POSIX definitions depend.  This is a defect
3524 dnl (or misfeature) of glibc2, which breaks portability of many applications,
3525 dnl since it is interwoven with GNU extensions.
3526 dnl
3527 dnl Well, yes we could work around it...
3528 dnl
3529 dnl Parameters:
3530 dnl     $1 is the nominal value for _XOPEN_SOURCE
3531 AC_DEFUN([CF_GNU_SOURCE],
3532 [
3533 cf_gnu_xopen_source=ifelse($1,,500,$1)
3534
3535 AC_CACHE_CHECK(if this is the GNU C library,cf_cv_gnu_library,[
3536 AC_TRY_COMPILE([#include <sys/types.h>],[
3537         #if __GLIBC__ > 0 && __GLIBC_MINOR__ >= 0
3538                 return 0;
3539         #elif __NEWLIB__ > 0 && __NEWLIB_MINOR__ >= 0
3540                 return 0;
3541         #else
3542         #       error not GNU C library
3543         #endif],
3544         [cf_cv_gnu_library=yes],
3545         [cf_cv_gnu_library=no])
3546 ])
3547
3548 if test x$cf_cv_gnu_library = xyes; then
3549
3550         # With glibc 2.19 (13 years after this check was begun), _DEFAULT_SOURCE
3551         # was changed to help a little.  newlib incorporated the change about 4
3552         # years later.
3553         AC_CACHE_CHECK(if _DEFAULT_SOURCE can be used as a basis,cf_cv_gnu_library_219,[
3554                 cf_save="$CPPFLAGS"
3555                 CF_APPEND_TEXT(CPPFLAGS,-D_DEFAULT_SOURCE)
3556                 AC_TRY_COMPILE([#include <sys/types.h>],[
3557                         #if (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 19) || (__GLIBC__ > 2)
3558                                 return 0;
3559                         #elif (__NEWLIB__ == 2 && __NEWLIB_MINOR__ >= 4) || (__GLIBC__ > 3)
3560                                 return 0;
3561                         #else
3562                         #       error GNU C library __GLIBC__.__GLIBC_MINOR__ is too old
3563                         #endif],
3564                         [cf_cv_gnu_library_219=yes],
3565                         [cf_cv_gnu_library_219=no])
3566                 CPPFLAGS="$cf_save"
3567         ])
3568
3569         if test "x$cf_cv_gnu_library_219" = xyes; then
3570                 cf_save="$CPPFLAGS"
3571                 AC_CACHE_CHECK(if _XOPEN_SOURCE=$cf_gnu_xopen_source works with _DEFAULT_SOURCE,cf_cv_gnu_dftsrc_219,[
3572                         CF_ADD_CFLAGS(-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=$cf_gnu_xopen_source)
3573                         AC_TRY_COMPILE([
3574                                 #include <limits.h>
3575                                 #include <sys/types.h>
3576                                 ],[
3577                                 #if (_XOPEN_SOURCE >= $cf_gnu_xopen_source) && (MB_LEN_MAX > 1)
3578                                         return 0;
3579                                 #else
3580                                 #       error GNU C library is too old
3581                                 #endif],
3582                                 [cf_cv_gnu_dftsrc_219=yes],
3583                                 [cf_cv_gnu_dftsrc_219=no])
3584                         ])
3585                 test "x$cf_cv_gnu_dftsrc_219" = "xyes" || CPPFLAGS="$cf_save"
3586         else
3587                 cf_cv_gnu_dftsrc_219=maybe
3588         fi
3589
3590         if test "x$cf_cv_gnu_dftsrc_219" != xyes; then
3591
3592                 AC_CACHE_CHECK(if we must define _GNU_SOURCE,cf_cv_gnu_source,[
3593                 AC_TRY_COMPILE([#include <sys/types.h>],[
3594                         #ifndef _XOPEN_SOURCE
3595                         #error  expected _XOPEN_SOURCE to be defined
3596                         #endif],
3597                         [cf_cv_gnu_source=no],
3598                         [cf_save="$CPPFLAGS"
3599                          CF_ADD_CFLAGS(-D_GNU_SOURCE)
3600                          AC_TRY_COMPILE([#include <sys/types.h>],[
3601                                 #ifdef _XOPEN_SOURCE
3602                                 #error  expected _XOPEN_SOURCE to be undefined
3603                                 #endif],
3604                                 [cf_cv_gnu_source=no],
3605                                 [cf_cv_gnu_source=yes])
3606                         CPPFLAGS="$cf_save"
3607                         ])
3608                 ])
3609
3610                 if test "$cf_cv_gnu_source" = yes
3611                 then
3612                 AC_CACHE_CHECK(if we should also define _DEFAULT_SOURCE,cf_cv_default_source,[
3613                         CF_APPEND_TEXT(CPPFLAGS,-D_GNU_SOURCE)
3614                         AC_TRY_COMPILE([#include <sys/types.h>],[
3615                                 #ifdef _DEFAULT_SOURCE
3616                                 #error  expected _DEFAULT_SOURCE to be undefined
3617                                 #endif],
3618                                 [cf_cv_default_source=no],
3619                                 [cf_cv_default_source=yes])
3620                         ])
3621                         if test "$cf_cv_default_source" = yes
3622                         then
3623                                 CF_APPEND_TEXT(CPPFLAGS,-D_DEFAULT_SOURCE)
3624                         fi
3625                 fi
3626         fi
3627
3628 fi
3629 ])dnl
3630 dnl ---------------------------------------------------------------------------
3631 dnl CF_GPP_LIBRARY version: 13 updated: 2021/01/01 13:31:04
3632 dnl --------------
3633 dnl If we're trying to use g++, test if libg++ is installed (a rather common
3634 dnl problem :-).  If we have the compiler but no library, we'll be able to
3635 dnl configure, but won't be able to build the c++ demo program.
3636 AC_DEFUN([CF_GPP_LIBRARY],
3637 [
3638 cf_cxx_library=unknown
3639 case "$cf_cv_system_name" in
3640 (os2*)
3641         cf_gpp_libname=gpp
3642         ;;
3643 (*)
3644         cf_gpp_libname=g++
3645         ;;
3646 esac
3647 if test "$GXX" = yes; then
3648         AC_MSG_CHECKING([for lib$cf_gpp_libname])
3649         cf_save="$LIBS"
3650         CF_ADD_LIB($cf_gpp_libname)
3651         AC_TRY_LINK([
3652 #include <$cf_gpp_libname/builtin.h>
3653         ],
3654         [two_arg_error_handler_t foo2 = lib_error_handler],
3655         [cf_cxx_library=yes
3656          CF_ADD_LIB($cf_gpp_libname,CXXLIBS)
3657          if test "$cf_gpp_libname" = cpp ; then
3658             AC_DEFINE(HAVE_GPP_BUILTIN_H,1,[Define to 1 if we have gpp builtin.h])
3659          else
3660             AC_DEFINE(HAVE_GXX_BUILTIN_H,1,[Define to 1 if we have g++ builtin.h])
3661          fi],
3662         [AC_TRY_LINK([
3663 #include <builtin.h>
3664         ],
3665         [two_arg_error_handler_t foo2 = lib_error_handler],
3666         [cf_cxx_library=yes
3667          CF_ADD_LIB($cf_gpp_libname,CXXLIBS)
3668          AC_DEFINE(HAVE_BUILTIN_H,1,[Define to 1 if we have builtin.h])],
3669         [cf_cxx_library=no])])
3670         LIBS="$cf_save"
3671         AC_MSG_RESULT($cf_cxx_library)
3672 fi
3673 ])dnl
3674 dnl ---------------------------------------------------------------------------
3675 dnl CF_GXX_VERSION version: 9 updated: 2023/03/05 14:30:13
3676 dnl --------------
3677 dnl Check for version of g++
3678 AC_DEFUN([CF_GXX_VERSION],[
3679 AC_REQUIRE([AC_PROG_CPP])
3680 GXX_VERSION=none
3681 if test "$GXX" = yes; then
3682         AC_MSG_CHECKING(version of ${CXX:-g++})
3683         GXX_VERSION="`${CXX:-g++} --version 2>/dev/null | sed -e '2,$d' -e 's/^[[^(]]*([[^)]][[^)]]*) //' -e 's/^[[^0-9.]]*//' -e 's/[[^0-9.]].*//'`"
3684         if test -z "$GXX_VERSION"
3685         then
3686                 GXX_VERSION=unknown
3687                 GXX=no
3688         fi
3689         AC_MSG_RESULT($GXX_VERSION)
3690 fi
3691 ])dnl
3692 dnl ---------------------------------------------------------------------------
3693 dnl CF_GXX_WARNINGS version: 11 updated: 2021/01/08 16:50:55
3694 dnl ---------------
3695 dnl Check if the compiler supports useful warning options.
3696 dnl
3697 dnl Most of gcc's options apply to g++, except:
3698 dnl     -Wbad-function-cast
3699 dnl     -Wmissing-declarations
3700 dnl     -Wnested-externs
3701 dnl
3702 dnl Omit a few (for now):
3703 dnl     -Winline
3704 dnl
3705 dnl Parameter:
3706 dnl     $1 is an optional list of g++ warning flags that a particular
3707 dnl             application might want to use, e.g., "no-unused" for
3708 dnl             -Wno-unused
3709 dnl Special:
3710 dnl     If $with_ext_const is "yes", add a check for -Wwrite-strings
3711 dnl
3712 AC_DEFUN([CF_GXX_WARNINGS],
3713 [
3714
3715 CF_INTEL_COMPILER(GXX,INTEL_CPLUSPLUS,CXXFLAGS)
3716 CF_CLANG_COMPILER(GXX,CLANG_CPLUSPLUS,CXXFLAGS)
3717
3718 AC_REQUIRE([CF_GXX_VERSION])
3719
3720 AC_LANG_SAVE
3721 AC_LANG_CPLUSPLUS
3722
3723 cat > conftest.$ac_ext <<EOF
3724 #line __oline__ "configure"
3725 int main(int argc, char *argv[[]]) { return (argv[[argc-1]] == 0) ; }
3726 EOF
3727
3728 if test "$INTEL_CPLUSPLUS" = yes
3729 then
3730 # The "-wdXXX" options suppress warnings:
3731 # remark #1419: external declaration in primary source file
3732 # remark #1682: implicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
3733 # remark #1683: explicit conversion of a 64-bit integral type to a smaller integral type (potential portability problem)
3734 # remark #1684: conversion from pointer to same-sized integral type (potential portability problem)
3735 # remark #193: zero used for undefined preprocessing identifier
3736 # remark #593: variable "curs_sb_left_arrow" was set but never used
3737 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits
3738 # remark #869: parameter "tw" was never referenced
3739 # remark #981: operands are evaluated in unspecified order
3740 # warning #269: invalid format string conversion
3741
3742         AC_CHECKING([for $CC warning options])
3743         cf_save_CXXFLAGS="$CXXFLAGS"
3744         EXTRA_CXXFLAGS="-Wall"
3745         for cf_opt in \
3746                 wd1419 \
3747                 wd1682 \
3748                 wd1683 \
3749                 wd1684 \
3750                 wd193 \
3751                 wd279 \
3752                 wd593 \
3753                 wd810 \
3754                 wd869 \
3755                 wd981
3756         do
3757                 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt"
3758                 if AC_TRY_EVAL(ac_compile); then
3759                         test -n "$verbose" && AC_MSG_RESULT(... -$cf_opt)
3760                         EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt"
3761                 fi
3762         done
3763         CXXFLAGS="$cf_save_CXXFLAGS"
3764
3765 elif test "$GXX" = yes
3766 then
3767         AC_CHECKING([for $CXX warning options])
3768         cf_save_CXXFLAGS="$CXXFLAGS"
3769         EXTRA_CXXFLAGS="-W -Wall"
3770         cf_gxx_extra_warnings=""
3771         test "$with_ext_const" = yes && cf_gxx_extra_warnings="Wwrite-strings"
3772         case "$GXX_VERSION" in
3773         ([[1-2]].*)
3774                 ;;
3775         (*)
3776                 cf_gxx_extra_warnings="$cf_gxx_extra_warnings Weffc++"
3777                 ;;
3778         esac
3779         for cf_opt in \
3780                 Wabi \
3781                 fabi-version=0 \
3782                 Wextra \
3783                 Wignored-qualifiers \
3784                 Wlogical-op \
3785                 Woverloaded-virtual \
3786                 Wsign-promo \
3787                 Wsynth \
3788                 Wold-style-cast \
3789                 Wcast-align \
3790                 Wcast-qual \
3791                 Wpointer-arith \
3792                 Wshadow \
3793                 Wundef $cf_gxx_extra_warnings $1
3794         do
3795                 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt"
3796                 if AC_TRY_EVAL(ac_compile); then
3797                         test -n "$verbose" && AC_MSG_RESULT(... -$cf_opt)
3798                         EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt"
3799                 else
3800                         test -n "$verbose" && AC_MSG_RESULT(... no -$cf_opt)
3801                 fi
3802         done
3803         CXXFLAGS="$cf_save_CXXFLAGS"
3804 fi
3805
3806 rm -rf ./conftest*
3807 AC_LANG_RESTORE
3808 AC_SUBST(EXTRA_CXXFLAGS)
3809 ])dnl
3810 dnl ---------------------------------------------------------------------------
3811 dnl CF_HASHED_DB version: 7 updated: 2015/04/18 08:56:57
3812 dnl ------------
3813 dnl Look for an instance of the Berkeley hashed database.
3814 dnl
3815 dnl $1 = optional parameter, to specify install-prefix for the database.
3816 AC_DEFUN([CF_HASHED_DB],
3817 [
3818 ifelse([$1],,,[
3819 case $1 in
3820 (yes|*able*)
3821         ;;
3822 (*)
3823         if test -d "$1" ; then
3824                 CF_ADD_INCDIR($1/include)
3825                 CF_ADD_LIBDIR($1/lib)
3826         else
3827                 case "$1" in
3828                 (./*|../*|/*)
3829                         AC_MSG_WARN(no such directory $1)
3830                         ;;
3831                 (*)
3832                         CF_FIND_SUB_INCDIR($1)
3833                         CF_FIND_SUB_LIBDIR($1)
3834                         ;;
3835                 esac
3836         fi
3837 esac
3838 ])
3839 AC_CHECK_HEADER(db.h,[
3840 CF_HASHED_DB_VERSION
3841 if test "$cf_cv_hashed_db_version" = unknown ; then
3842         AC_MSG_ERROR(Cannot determine version of db)
3843 else
3844         CF_HASHED_DB_LIBS
3845         if test "$cf_cv_hashed_db_libs" = unknown ; then
3846                 AC_MSG_ERROR(Cannot determine library for db)
3847         elif test "$cf_cv_hashed_db_libs" != default ; then
3848                 CF_ADD_LIB($cf_cv_hashed_db_libs)
3849         fi
3850 fi
3851 ],[
3852         AC_MSG_ERROR(Cannot find db.h)
3853 ])
3854 ])dnl
3855 dnl ---------------------------------------------------------------------------
3856 dnl CF_HASHED_DB_LIBS version: 10 updated: 2021/01/02 17:09:14
3857 dnl -----------------
3858 dnl Given that we have the header and version for hashed database, find the
3859 dnl library information.
3860 AC_DEFUN([CF_HASHED_DB_LIBS],
3861 [
3862 AC_CACHE_CHECK(for db libraries, cf_cv_hashed_db_libs,[
3863 cf_cv_hashed_db_libs=unknown
3864 for cf_db_libs in "" db$cf_cv_hashed_db_version db-$cf_cv_hashed_db_version db ''
3865 do
3866         cf_save_libs="$LIBS"
3867         if test -n "$cf_db_libs"; then
3868                 CF_ADD_LIB($cf_db_libs)
3869         fi
3870         CF_MSG_LOG(checking for library $cf_db_libs)
3871         AC_TRY_LINK([
3872 $ac_includes_default
3873 #include <db.h>
3874 ],[
3875         char *path = "/tmp/foo";
3876 #ifdef DB_VERSION_MAJOR
3877 #if DB_VERSION_MAJOR >= 4
3878         DB *result = 0;
3879         db_create(&result, NULL, 0);
3880         result->open(result,
3881                 NULL,
3882                 path,
3883                 path,
3884                 DB_HASH,
3885                 DB_CREATE,
3886                 0644);
3887 #elif DB_VERSION_MAJOR >= 3
3888         DB *result = 0;
3889         db_create(&result, NULL, 0);
3890         result->open(result,
3891                 path,
3892                 path,
3893                 DB_HASH,
3894                 DB_CREATE,
3895                 0644);
3896 #elif DB_VERSION_MAJOR >= 2
3897         DB *result = 0;
3898         db_open(path,
3899                 DB_HASH,
3900                 DB_CREATE,
3901                 0644,
3902                 (DB_ENV *) 0,
3903                 (DB_INFO *) 0,
3904                 &result);
3905 #endif /* DB_VERSION_MAJOR */
3906 #else
3907         DB *result = dbopen(path,
3908                      2,
3909                      0644,
3910                      DB_HASH,
3911                      0);
3912 #endif
3913         ${cf_cv_main_return:-return}(result != 0)
3914 ],[
3915         if test -n "$cf_db_libs" ; then
3916                 cf_cv_hashed_db_libs=$cf_db_libs
3917         else
3918                 cf_cv_hashed_db_libs=default
3919         fi
3920         LIBS="$cf_save_libs"
3921         break
3922 ])
3923         LIBS="$cf_save_libs"
3924 done
3925 ])
3926 ])dnl
3927 dnl ---------------------------------------------------------------------------
3928 dnl CF_HASHED_DB_VERSION version: 5 updated: 2023/02/18 17:41:25
3929 dnl --------------------
3930 dnl Given that we have the header file for hashed database, find the version
3931 dnl information.
3932 AC_DEFUN([CF_HASHED_DB_VERSION],
3933 [
3934 AC_CACHE_CHECK(for version of db, cf_cv_hashed_db_version,[
3935 cf_cv_hashed_db_version=unknown
3936
3937 for cf_db_version in 1 2 3 4 5 6
3938 do
3939         CF_MSG_LOG(checking for db version $cf_db_version)
3940         AC_TRY_COMPILE([
3941 $ac_includes_default
3942 #include <db.h>
3943
3944 #ifdef DB_VERSION_MAJOR
3945         /* db2 (DB_VERSION_MAJOR=2) has also DB_VERSION_MINOR, tested with 7 */
3946 #if $cf_db_version == DB_VERSION_MAJOR
3947         /* ok */
3948 #else
3949         #error $cf_db_version is not DB_VERSION_MAJOR
3950 #endif
3951 #else
3952 #if $cf_db_version == 1
3953         /* ok: assuming this is DB 1.8.5 */
3954 #else
3955         #error $cf_db_version is not 1
3956 #endif
3957 #endif
3958 ],[DBT *foo = 0],[
3959         cf_cv_hashed_db_version=$cf_db_version
3960         break
3961         ])
3962 done
3963 ])
3964 ])dnl
3965 dnl ---------------------------------------------------------------------------
3966 dnl CF_HEADER_PATH version: 15 updated: 2021/01/01 13:31:04
3967 dnl --------------
3968 dnl Construct a search-list of directories for a nonstandard header-file
3969 dnl
3970 dnl Parameters
3971 dnl     $1 = the variable to return as result
3972 dnl     $2 = the package name
3973 AC_DEFUN([CF_HEADER_PATH],
3974 [
3975 $1=
3976
3977 # collect the current set of include-directories from compiler flags
3978 cf_header_path_list=""
3979 if test -n "${CFLAGS}${CPPFLAGS}" ; then
3980         for cf_header_path in $CPPFLAGS $CFLAGS
3981         do
3982                 case "$cf_header_path" in
3983                 (-I*)
3984                         cf_header_path=`echo ".$cf_header_path" |sed -e 's/^...//' -e 's,/include$,,'`
3985                         CF_ADD_SUBDIR_PATH($1,$2,include,$cf_header_path,NONE)
3986                         cf_header_path_list="$cf_header_path_list [$]$1"
3987                         ;;
3988                 esac
3989         done
3990 fi
3991
3992 # add the variations for the package we are looking for
3993 CF_SUBDIR_PATH($1,$2,include)
3994
3995 test "$includedir" != NONE && \
3996 test "$includedir" != "/usr/include" && \
3997 test -d "$includedir" && {
3998         test -d "$includedir" &&    $1="[$]$1 $includedir"
3999         test -d "$includedir/$2" && $1="[$]$1 $includedir/$2"
4000 }
4001
4002 test "$oldincludedir" != NONE && \
4003 test "$oldincludedir" != "/usr/include" && \
4004 test -d "$oldincludedir" && {
4005         test -d "$oldincludedir"    && $1="[$]$1 $oldincludedir"
4006         test -d "$oldincludedir/$2" && $1="[$]$1 $oldincludedir/$2"
4007 }
4008
4009 $1="[$]$1 $cf_header_path_list"
4010 ])dnl
4011 dnl ---------------------------------------------------------------------------
4012 dnl CF_HELP_MESSAGE version: 4 updated: 2019/12/31 08:53:54
4013 dnl ---------------
4014 dnl Insert text into the help-message, for readability, from AC_ARG_WITH.
4015 AC_DEFUN([CF_HELP_MESSAGE],
4016 [CF_ACVERSION_CHECK(2.53,[],[
4017 AC_DIVERT_HELP($1)])dnl
4018 ])dnl
4019 dnl ---------------------------------------------------------------------------
4020 dnl CF_INCLUDE_DIRS version: 10 updated: 2014/09/19 20:58:42
4021 dnl ---------------
4022 dnl Construct the list of include-options according to whether we're building
4023 dnl in the source directory or using '--srcdir=DIR' option.
4024 AC_DEFUN([CF_INCLUDE_DIRS],
4025 [
4026 if test "$srcdir" != "."; then
4027         CPPFLAGS="-I\${srcdir}/../include $CPPFLAGS"
4028 fi
4029 CPPFLAGS="-I../include $CPPFLAGS"
4030 if test "$srcdir" != "."; then
4031         CPPFLAGS="-I\${srcdir} $CPPFLAGS"
4032 fi
4033 CPPFLAGS="-I. $CPPFLAGS"
4034 AC_SUBST(CPPFLAGS)
4035 ])dnl
4036 dnl ---------------------------------------------------------------------------
4037 dnl CF_INSTALL_OPTS version: 3 updated: 2023/06/03 15:17:30
4038 dnl ---------------
4039 dnl prompt for/fill-in useful install-program options
4040 AC_DEFUN([CF_INSTALL_OPTS],
4041 [
4042 CF_INSTALL_OPT_S
4043 CF_INSTALL_OPT_P
4044 CF_INSTALL_OPT_O
4045 CF_INSTALL_OPT_STRIP_PROG
4046 ])dnl
4047 dnl ---------------------------------------------------------------------------
4048 dnl CF_INSTALL_OPT_O version: 3 updated: 2020/12/31 20:19:42
4049 dnl ----------------
4050 dnl Almost all "install" programs default to the current user's ownership.
4051 dnl Almost - MINIX is an exception.
4052 AC_DEFUN([CF_INSTALL_OPT_O],
4053 [
4054 AC_MSG_CHECKING(if install needs to be told about ownership)
4055 case `$ac_config_guess` in
4056 (*minix)
4057         with_install_o=yes
4058         ;;
4059 (*)
4060         with_install_o=no
4061         ;;
4062 esac
4063
4064 AC_MSG_RESULT($with_install_o)
4065 if test "x$with_install_o" = xyes
4066 then
4067         INSTALL_OPT_O="`id root|sed -e 's/uid=[[0-9]]*(/ -o /' -e 's/gid=[[0-9]]*(/ -g /' -e 's/ [[^=[:space:]]][[^=[:space:]]]*=.*/ /' -e 's/)//g'`"
4068 else
4069         INSTALL_OPT_O=
4070 fi
4071
4072 AC_SUBST(INSTALL_OPT_O)
4073 ])dnl
4074 dnl ---------------------------------------------------------------------------
4075 dnl CF_INSTALL_OPT_P version: 3 updated: 2021/01/01 13:31:04
4076 dnl ----------------
4077 dnl Some install-programs accept a "-p" option to preserve file modification
4078 dnl timestamps.  That can be useful as an install option, as well as a way to
4079 dnl avoid the need for ranlib after copying a static archive.
4080 AC_DEFUN([CF_INSTALL_OPT_P],
4081 [
4082 : "${INSTALL:=install}"
4083 AC_CACHE_CHECK(if install accepts -p option, cf_cv_install_p,[
4084         rm -rf ./conftest*
4085         date >conftest.in
4086         mkdir conftest.out
4087         sleep 3
4088         if $INSTALL -p conftest.in conftest.out 2>/dev/null
4089         then
4090                 if test -f conftest.out/conftest.in
4091                 then
4092                         test conftest.in -nt conftest.out/conftest.in 2>conftest.err && \
4093                         test conftest.out/conftest.in -nt conftest.in 2>conftest.err
4094                         if test -s conftest.err
4095                         then
4096                                 cf_cv_install_p=no
4097                         else
4098                                 cf_cv_install_p=yes
4099                         fi
4100                 else
4101                         cf_cv_install_p=no
4102                 fi
4103         else
4104                 cf_cv_install_p=no
4105         fi
4106         rm -rf ./conftest*
4107 ])
4108 ])dnl
4109 dnl ---------------------------------------------------------------------------
4110 dnl CF_INSTALL_OPT_S version: 3 updated: 2021/01/05 19:23:48
4111 dnl ----------------
4112 dnl By default, we should strip executables which are installed, but leave the
4113 dnl ability to suppress that for unit-testing.
4114 AC_DEFUN([CF_INSTALL_OPT_S],
4115 [
4116 AC_MSG_CHECKING(if you want to install stripped executables)
4117 CF_ARG_DISABLE(stripping,
4118         [  --disable-stripping     do not strip (debug info) installed executables],
4119         [enable_stripping=no],
4120         [enable_stripping=yes])
4121 AC_MSG_RESULT($enable_stripping)
4122
4123 if test "$enable_stripping" = yes
4124 then
4125         INSTALL_OPT_S="-s"
4126 else
4127         INSTALL_OPT_S=
4128 fi
4129 AC_SUBST(INSTALL_OPT_S)
4130 ])dnl
4131 dnl ---------------------------------------------------------------------------
4132 dnl CF_INSTALL_OPT_STRIP_PROG version: 1 updated: 2023/06/03 15:17:30
4133 dnl -------------------------
4134 dnl Provide an option for overriding the strip program used in install "-s"
4135 dnl
4136 dnl coreutils install provides a --strip-program option
4137 dnl FreeBSD uses STRIPBIN environment variable, while NetBSD and OpenBSD use
4138 dnl STRIP environment variable.  Other versions of install do not support this.
4139 AC_DEFUN([CF_INSTALL_OPT_STRIP_PROG],
4140 [
4141 AC_REQUIRE([CF_INSTALL_OPT_S])
4142 if test -n "$INSTALL_OPT_S"
4143 then
4144         AC_MSG_CHECKING(if you want to specify strip-program)
4145         AC_ARG_WITH(strip-program,
4146                 [  --with-strip-program=XX specify program to use when stripping in install],
4147                 [with_strip_program=$withval],
4148                 [with_strip_program=no])
4149         AC_MSG_RESULT($with_strip_program)
4150         if test "$with_strip_program" != no
4151         then
4152                 AC_MSG_CHECKING(if strip-program is supported with this installer)
4153                 cf_install_program=`echo "$INSTALL" | sed -e 's%[[ ]]*[[ ]]-.%%'`
4154                 check_install_strip=no
4155                 if test -f "$cf_install_program"
4156                 then
4157                         check_install_version=`"$cf_install_program" --version 2>/dev/null | head -n 1 | grep coreutils`
4158                         if test -n "$check_install_version"
4159                         then
4160                                 check_install_strip="option"
4161                         else
4162                                 for check_strip_variable in STRIPBIN STRIP
4163                                 do
4164                                         if strings "$cf_install_program" | grep "^$check_strip_variable[$]" >/dev/null
4165                                         then
4166                                                 check_install_strip="environ"
4167                                                 break
4168                                         fi
4169                                 done
4170                         fi
4171                 fi
4172                 AC_MSG_RESULT($check_install_strip)
4173                 case "$check_install_strip" in
4174                 (no)
4175                         AC_MSG_WARN($cf_install_program does not support strip program option)
4176                         with_strip_program=no
4177                         ;;
4178                 (environ)
4179                         cat >install.tmp <<-CF_EOF
4180                         #! $SHELL
4181                         STRIPBIN="$with_strip_program" \\
4182                         STRIP="$with_strip_program" \\
4183                         $INSTALL "[$]@"
4184                         CF_EOF
4185                         INSTALL="`pwd`/install.tmp"
4186                         chmod +x "$INSTALL"
4187                         CF_VERBOSE(created $INSTALL)
4188                         ;;
4189                 (option)
4190                         INSTALL_OPT_S="$INSTALL_OPT_S --strip-program=\"$with_strip_program\""
4191                         ;;
4192                 esac
4193         fi
4194 fi
4195 AC_SUBST(INSTALL_OPT_S)
4196 ])dnl
4197 dnl ---------------------------------------------------------------------------
4198 dnl CF_INTEL_COMPILER version: 9 updated: 2023/02/18 17:41:25
4199 dnl -----------------
4200 dnl Check if the given compiler is really the Intel compiler for Linux.  It
4201 dnl tries to imitate gcc, but does not return an error when it finds a mismatch
4202 dnl between prototypes, e.g., as exercised by CF_MISSING_CHECK.
4203 dnl
4204 dnl This macro should be run "soon" after AC_PROG_CC or AC_PROG_CPLUSPLUS, to
4205 dnl ensure that it is not mistaken for gcc/g++.  It is normally invoked from
4206 dnl the wrappers for gcc and g++ warnings.
4207 dnl
4208 dnl $1 = GCC (default) or GXX
4209 dnl $2 = INTEL_COMPILER (default) or INTEL_CPLUSPLUS
4210 dnl $3 = CFLAGS (default) or CXXFLAGS
4211 AC_DEFUN([CF_INTEL_COMPILER],[
4212 AC_REQUIRE([AC_CANONICAL_HOST])
4213 ifelse([$2],,INTEL_COMPILER,[$2])=no
4214
4215 if test "$ifelse([$1],,[$1],GCC)" = yes ; then
4216         case "$host_os" in
4217         (linux*|gnu*)
4218                 AC_MSG_CHECKING(if this is really Intel ifelse([$1],GXX,C++,C) compiler)
4219                 cf_save_CFLAGS="$ifelse([$3],,CFLAGS,[$3])"
4220                 ifelse([$3],,CFLAGS,[$3])="$ifelse([$3],,CFLAGS,[$3]) -no-gcc"
4221                 AC_TRY_COMPILE([],[
4222 #ifdef __INTEL_COMPILER
4223 #else
4224 #error __INTEL_COMPILER is not defined
4225 #endif
4226 ],[ifelse([$2],,INTEL_COMPILER,[$2])=yes
4227 cf_save_CFLAGS="$cf_save_CFLAGS -we147"
4228 ],[])
4229                 ifelse([$3],,CFLAGS,[$3])="$cf_save_CFLAGS"
4230                 AC_MSG_RESULT($ifelse([$2],,INTEL_COMPILER,[$2]))
4231                 ;;
4232         esac
4233 fi
4234 ])dnl
4235 dnl ---------------------------------------------------------------------------
4236 dnl CF_ISASCII version: 5 updated: 2023/12/03 09:21:34
4237 dnl ----------
4238 dnl Check if we have either a function or macro for 'isascii()'.
4239 AC_DEFUN([CF_ISASCII],
4240 [
4241 AC_MSG_CHECKING(for isascii)
4242 AC_CACHE_VAL(cf_cv_have_isascii,[
4243         AC_TRY_LINK([#include <ctype.h>],[int x = isascii(' '); (void)x],
4244         [cf_cv_have_isascii=yes],
4245         [cf_cv_have_isascii=no])
4246 ])dnl
4247 AC_MSG_RESULT($cf_cv_have_isascii)
4248 test "$cf_cv_have_isascii" = yes && AC_DEFINE(HAVE_ISASCII,1,[Define to 1 if we have isascii()])
4249 ])dnl
4250 dnl ---------------------------------------------------------------------------
4251 dnl CF_LARGEFILE version: 13 updated: 2023/12/03 19:09:59
4252 dnl ------------
4253 dnl Add checks for large file support.
4254 AC_DEFUN([CF_LARGEFILE],[
4255 ifdef([AC_FUNC_FSEEKO],[
4256         AC_SYS_LARGEFILE
4257         if test "$enable_largefile" != no ; then
4258         AC_FUNC_FSEEKO
4259
4260         # Normally we would collect these definitions in the config.h,
4261         # but (like _XOPEN_SOURCE), some environments rely on having these
4262         # defined before any of the system headers are included.  Another
4263         # case comes up with C++, e.g., on AIX the compiler compiles the
4264         # header files by themselves before looking at the body files it is
4265         # told to compile.  For ncurses, those header files do not include
4266         # the config.h
4267         if test "$ac_cv_sys_large_files" != no
4268         then
4269                 CF_APPEND_TEXT(CPPFLAGS,-D_LARGE_FILES)
4270         fi
4271         if test "$ac_cv_sys_largefile_source" != no
4272         then
4273                 CF_APPEND_TEXT(CPPFLAGS,-D_LARGEFILE_SOURCE)
4274         fi
4275         if test "$ac_cv_sys_file_offset_bits" != no
4276         then
4277                 CF_APPEND_TEXT(CPPFLAGS,-D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits)
4278         fi
4279
4280         AC_CACHE_CHECK(whether to use struct dirent64, cf_cv_struct_dirent64,[
4281                 AC_TRY_COMPILE([
4282 #pragma GCC diagnostic error "-Wincompatible-pointer-types"
4283 #include <sys/types.h>
4284 #include <dirent.h>
4285
4286 #ifndef __REDIRECT
4287 /* if transitional largefile support is setup, this is true */
4288 extern struct dirent64 * readdir(DIR *);
4289 #endif
4290                 ],[
4291                 DIR *dp = opendir(".");
4292                 struct dirent64 *x = readdir(dp);
4293                 struct dirent *y = readdir(dp);
4294                 int z = x - y;
4295                 (void)z;
4296                 ],
4297                 [cf_cv_struct_dirent64=yes],
4298                 [cf_cv_struct_dirent64=no])
4299         ])
4300         test "$cf_cv_struct_dirent64" = yes && AC_DEFINE(HAVE_STRUCT_DIRENT64,1,[Define to 1 if we have struct dirent64])
4301         fi
4302 ])
4303 ])
4304 dnl ---------------------------------------------------------------------------
4305 dnl CF_LDFLAGS_STATIC version: 14 updated: 2021/01/02 17:09:14
4306 dnl -----------------
4307 dnl Check for compiler/linker flags used to temporarily force usage of static
4308 dnl libraries.  This depends on the compiler and platform.  Use this to help
4309 dnl ensure that the linker picks up a given library based on its position in
4310 dnl the list of linker options and libraries.
4311 AC_DEFUN([CF_LDFLAGS_STATIC],[
4312
4313 if test "$GCC" = yes ; then
4314         case "$cf_cv_system_name" in
4315         (OS/2*|os2*|aix[[4]]*|solaris2.1[[0-9]]|darwin*)
4316                 LDFLAGS_STATIC=
4317                 LDFLAGS_SHARED=
4318                 ;;
4319         (*)     # normally, except when broken
4320                 LDFLAGS_STATIC=-static
4321                 LDFLAGS_SHARED=-dynamic
4322                 ;;
4323         esac
4324 else
4325         case "$cf_cv_system_name" in
4326         (aix[[4-7]]*)   # from ld manpage
4327                 LDFLAGS_STATIC=-bstatic
4328                 LDFLAGS_SHARED=-bdynamic
4329                 ;;
4330         (hpux*)         # from ld manpage for hpux10.20, hpux11.11
4331                 # We could also use just "archive" and "shared".
4332                 LDFLAGS_STATIC=-Wl,-a,archive_shared
4333                 LDFLAGS_SHARED=-Wl,-a,shared_archive
4334                 ;;
4335         (irix*)         # from ld manpage IRIX64
4336                 LDFLAGS_STATIC=-Bstatic
4337                 LDFLAGS_SHARED=-Bdynamic
4338                 ;;
4339         (osf[[45]]*)    # from ld manpage osf4.0d, osf5.1
4340                 # alternative "-oldstyle_liblookup" (not in cc manpage)
4341                 LDFLAGS_STATIC=-noso
4342                 LDFLAGS_SHARED=-so_archive
4343                 ;;
4344         (solaris2*)
4345                 LDFLAGS_STATIC=-Bstatic
4346                 LDFLAGS_SHARED=-Bdynamic
4347                 ;;
4348         esac
4349 fi
4350
4351 if test -n "$LDFLAGS_STATIC" && test -n "$LDFLAGS_SHARED"
4352 then
4353         AC_MSG_CHECKING(if linker supports switching between static/dynamic)
4354
4355         rm -f libconftest.a
4356         cat >conftest.$ac_ext <<EOF
4357 #line __oline__ "configure"
4358 #include <stdio.h>
4359 int cf_ldflags_static(FILE *fp) { return fflush(fp); }
4360 EOF
4361         if AC_TRY_EVAL(ac_compile) ; then
4362                 ( $AR $ARFLAGS libconftest.a conftest.o ) 2>&AC_FD_CC 1>/dev/null
4363                 ( eval $RANLIB libconftest.a ) 2>&AC_FD_CC >/dev/null
4364         fi
4365         rm -f conftest.*
4366
4367         cf_save_LIBS="$LIBS"
4368
4369         LIBS="$LDFLAGS_STATIC -L`pwd` -lconftest $LDFLAGS_DYNAMIC $LIBS"
4370         AC_TRY_LINK([
4371 #line __oline__ "configure"
4372 #include <stdio.h>
4373 int cf_ldflags_static(FILE *fp);
4374 ],[
4375         return cf_ldflags_static(stdin);
4376 ],[
4377         # some linkers simply ignore the -dynamic
4378         case x`file "conftest$ac_exeext" 2>/dev/null` in
4379         (*static*)
4380                 cf_ldflags_static=no
4381                 ;;
4382         (*)
4383                 cf_ldflags_static=yes
4384                 ;;
4385         esac
4386 ],[cf_ldflags_static=no])
4387
4388         rm -f libconftest.*
4389         LIBS="$cf_save_LIBS"
4390
4391         AC_MSG_RESULT($cf_ldflags_static)
4392
4393         if test "$cf_ldflags_static" != yes
4394         then
4395                 LDFLAGS_STATIC=
4396                 LDFLAGS_SHARED=
4397         fi
4398 else
4399         LDFLAGS_STATIC=
4400         LDFLAGS_SHARED=
4401 fi
4402
4403 AC_SUBST(LDFLAGS_STATIC)
4404 AC_SUBST(LDFLAGS_SHARED)
4405 ])
4406 dnl ---------------------------------------------------------------------------
4407 dnl CF_LD_RPATH_OPT version: 9 updated: 2021/01/01 13:31:04
4408 dnl ---------------
4409 dnl For the given system and compiler, find the compiler flags to pass to the
4410 dnl loader to use the "rpath" feature.
4411 AC_DEFUN([CF_LD_RPATH_OPT],
4412 [
4413 AC_REQUIRE([CF_CHECK_CACHE])
4414
4415 LD_RPATH_OPT=
4416 if test "x$cf_cv_enable_rpath" != xno
4417 then
4418         AC_MSG_CHECKING(for an rpath option)
4419         case "$cf_cv_system_name" in
4420         (irix*)
4421                 if test "$GCC" = yes; then
4422                         LD_RPATH_OPT="-Wl,-rpath,"
4423                 else
4424                         LD_RPATH_OPT="-rpath "
4425                 fi
4426                 ;;
4427         (linux*|gnu*|k*bsd*-gnu|freebsd*)
4428                 LD_RPATH_OPT="-Wl,-rpath,"
4429                 ;;
4430         (openbsd[[2-9]].*|mirbsd*)
4431                 LD_RPATH_OPT="-Wl,-rpath,"
4432                 ;;
4433         (dragonfly*)
4434                 LD_RPATH_OPT="-rpath "
4435                 ;;
4436         (netbsd*)
4437                 LD_RPATH_OPT="-Wl,-rpath,"
4438                 ;;
4439         (osf*|mls+*)
4440                 LD_RPATH_OPT="-rpath "
4441                 ;;
4442         (solaris2*)
4443                 LD_RPATH_OPT="-R"
4444                 ;;
4445         (*)
4446                 ;;
4447         esac
4448         AC_MSG_RESULT($LD_RPATH_OPT)
4449
4450         case "x$LD_RPATH_OPT" in
4451         (x-R*)
4452                 AC_MSG_CHECKING(if we need a space after rpath option)
4453                 cf_save_LIBS="$LIBS"
4454                 CF_ADD_LIBS(${LD_RPATH_OPT}$libdir)
4455                 AC_TRY_LINK(, , cf_rpath_space=no, cf_rpath_space=yes)
4456                 LIBS="$cf_save_LIBS"
4457                 AC_MSG_RESULT($cf_rpath_space)
4458                 test "$cf_rpath_space" = yes && LD_RPATH_OPT="$LD_RPATH_OPT "
4459                 ;;
4460         esac
4461 fi
4462 ])dnl
4463 dnl ---------------------------------------------------------------------------
4464 dnl CF_LD_SEARCHPATH version: 4 updated: 2022/08/27 15:43:08
4465 dnl ----------------
4466 dnl Try to obtain the linker's search-path, for use in scripts.
4467 dnl
4468 dnl Ignore LD_LIBRARY_PATH, etc.
4469 AC_DEFUN([CF_LD_SEARCHPATH],[
4470 AC_CACHE_CHECK(for linker search path,cf_cv_ld_searchpath,[
4471
4472 if test "$cross_compiling" != yes ; then
4473
4474 # GNU binutils' ld does not involve permissions which may stop ldconfig.
4475 cf_pathlist=`${LD:-ld} --verbose 2>/dev/null | grep SEARCH_DIR | sed -e 's,SEARCH_DIR[[("=]][[("=]]*,,g' -e 's/"[[)]];//gp' | sort -u`
4476
4477 # The -NX options tell newer versions of Linux ldconfig to not attempt to
4478 # update the cache, which makes it run faster.
4479 test -z "$cf_pathlist" && \
4480         cf_pathlist=`(ldconfig -NX -v) 2>/dev/null | sed -e '/^[[       ]]/d' -e 's/:$//' | sort -u`
4481
4482 test -z "$cf_pathlist" &&
4483         cf_pathlist=`(ldconfig -v) 2>/dev/null | sed -n -e '/^[[        ]]/d' -e 's/:$//p' | sort -u`
4484
4485 # This works with OpenBSD 6.5, which lists only filenames
4486 test -z "$cf_pathlist" &&
4487         cf_pathlist=`(ldconfig -v) 2>/dev/null | sed -n -e 's,^Adding \(.*\)/.*[$],\1,p' | sort -u`
4488
4489 if test -z "$cf_pathlist"
4490 then
4491         # dyld default path with MacOS
4492         if test -f /usr/bin/otool && test "x`uname -s`" = xDarwin
4493         then
4494                 # do this to bypass check
4495                 cf_cv_ld_searchpath='$HOME/lib'
4496                 cf_pathlist="/usr/local/lib /lib /usr/lib"
4497         fi
4498 fi
4499
4500 if test -z "$cf_pathlist"
4501 then
4502         # Solaris is "SunOS"
4503         if test -f /usr/bin/isainfo && test "x`uname -s`" = xSunOS
4504         then
4505                 case x`(isainfo -b)` in
4506                 (x64)
4507                         cf_pathlist="$cf_pathlist /lib/64 /usr/lib/64"
4508                         ;;
4509                 (x32)
4510                         test -d /usr/ccs/lib && cf_pathlist="$cf_pathlist /usr/ccs/lib"
4511                         cf_pathlist="$cf_pathlist /lib /usr/lib"
4512                         ;;
4513                 (*)
4514                         AC_MSG_WARN(problem with Solaris architecture)
4515                         ;;
4516                 esac
4517         fi
4518 fi
4519
4520 if test -z "$cf_pathlist"
4521 then
4522         # HP-UX
4523         if test x"`uname -s`" = xHP-UX
4524         then
4525                 case x`getconf LONG_BIT` in
4526                 (x64)
4527                         cf_pathlist="/usr/lib/hpux64"
4528                         ;;
4529                 (x*)
4530                         cf_pathlist="/usr/lib/hpux32"
4531                         ;;
4532                 esac
4533         fi
4534 fi
4535
4536 fi
4537
4538 # If nothing else, assume it is conventional
4539 test -z "$cf_pathlist" && cf_pathlist="/usr/lib /lib"
4540
4541 # Finally, check that this is only directories
4542 for cf_path in [$]0 $cf_pathlist
4543 do
4544         if test -d "$cf_path"; then
4545                 test -n "$cf_cv_ld_searchpath" && cf_cv_ld_searchpath="${cf_cv_ld_searchpath} "
4546                 cf_cv_ld_searchpath="${cf_cv_ld_searchpath}${cf_path}"
4547         fi
4548 done
4549
4550 # Ensure that it is nonempty
4551 test -z "$cf_cv_ld_searchpath" && cf_cv_ld_searchpath=/usr/lib
4552 ])
4553
4554 LD_SEARCHPATH=`echo "$cf_cv_ld_searchpath"|sed -e 's/ /|/g'`
4555 AC_SUBST(LD_SEARCHPATH)
4556 ])dnl
4557 dnl ---------------------------------------------------------------------------
4558 dnl CF_LIBRARY_PATH version: 11 updated: 2021/01/01 13:31:04
4559 dnl ---------------
4560 dnl Construct a search-list of directories for a nonstandard library-file
4561 dnl
4562 dnl Parameters
4563 dnl     $1 = the variable to return as result
4564 dnl     $2 = the package name
4565 AC_DEFUN([CF_LIBRARY_PATH],
4566 [
4567 $1=
4568 cf_library_path_list=""
4569 if test -n "${LDFLAGS}${LIBS}" ; then
4570         for cf_library_path in $LDFLAGS $LIBS
4571         do
4572                 case "$cf_library_path" in
4573                 (-L*)
4574                         cf_library_path=`echo ".$cf_library_path" |sed -e 's/^...//' -e 's,/lib$,,'`
4575                         CF_ADD_SUBDIR_PATH($1,$2,lib,$cf_library_path,NONE)
4576                         cf_library_path_list="$cf_library_path_list [$]$1"
4577                         ;;
4578                 esac
4579         done
4580 fi
4581
4582 CF_SUBDIR_PATH($1,$2,lib)
4583
4584 $1="$cf_library_path_list [$]$1"
4585 ])dnl
4586 dnl ---------------------------------------------------------------------------
4587 dnl CF_LIBTOOL_VERSION version: 1 updated: 2013/04/06 18:03:09
4588 dnl ------------------
4589 AC_DEFUN([CF_LIBTOOL_VERSION],[
4590 if test -n "$LIBTOOL" && test "$LIBTOOL" != none
4591 then
4592         cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' |sed -e '2,$d' -e 's/([[^)]]*)//g' -e 's/^[[^1-9]]*//' -e 's/[[^0-9.]].*//'`
4593 else
4594         cf_cv_libtool_version=
4595 fi
4596 test -z "$cf_cv_libtool_version" && unset cf_cv_libtool_version
4597 ])dnl
4598 dnl ---------------------------------------------------------------------------
4599 dnl CF_LIB_PREFIX version: 14 updated: 2021/01/01 13:31:04
4600 dnl -------------
4601 dnl Compute the library-prefix for the given host system
4602 dnl $1 = variable to set
4603 define([CF_LIB_PREFIX],
4604 [
4605         case "$cf_cv_system_name" in
4606         (OS/2*|os2*)
4607                 if test "$DFT_LWR_MODEL" = libtool; then
4608                         LIB_PREFIX='lib'
4609                 else
4610                         LIB_PREFIX=''
4611                 fi
4612                 ;;
4613         (*-msvc*)
4614                 LIB_PREFIX=''
4615                 ;;
4616         (*)     LIB_PREFIX='lib'
4617                 ;;
4618         esac
4619 ifelse($1,,,[$1=$LIB_PREFIX])
4620         AC_SUBST(LIB_PREFIX)
4621 ])dnl
4622 dnl ---------------------------------------------------------------------------
4623 dnl CF_LIB_RULES version: 100 updated: 2023/06/03 15:17:30
4624 dnl ------------
4625 dnl Append definitions and rules for the given models to the subdirectory
4626 dnl Makefiles, and the recursion rule for the top-level Makefile.  If the
4627 dnl subdirectory is a library-source directory, modify the Libs_To_Make list in
4628 dnl the corresponding makefile to list the models that we'll generate.
4629 dnl
4630 dnl For shared libraries, make a list of symbolic links to construct when
4631 dnl generating each library.  The convention used for Linux is the simplest
4632 dnl one:
4633 dnl     lib<name>.so    ->
4634 dnl     lib<name>.so.<major>    ->
4635 dnl     lib<name>.so.<maj>.<minor>
4636 dnl
4637 dnl Note: Libs_To_Make is mixed case, since it is not a pure autoconf variable.
4638 AC_DEFUN([CF_LIB_RULES],
4639 [AC_REQUIRE([AC_PROG_FGREP])dnl
4640 AC_REQUIRE([CF_MAKE_PHONY])dnl
4641
4642 cf_prefix=$LIB_PREFIX
4643 AC_REQUIRE([CF_SUBST_NCURSES_VERSION])
4644
4645 case "$cf_cv_shlib_version" in
4646 (cygdll|msysdll|mingw|msvcdll)
4647         TINFO_NAME=$TINFO_ARG_SUFFIX
4648         TINFO_SUFFIX=.dll
4649         ;;
4650 esac
4651
4652 if test -n "$TINFO_SUFFIX" ; then
4653         case "$TINFO_SUFFIX" in
4654         (tw*)
4655                 TINFO_NAME="${TINFO_NAME}tw${EXTRA_SUFFIX}"
4656                 TINFO_SUFFIX=`echo "$TINFO_SUFFIX" | sed 's/^tw'$EXTRA_SUFFIX'//'`
4657                 ;;
4658         (t*)
4659                 TINFO_NAME="${TINFO_NAME}t${EXTRA_SUFFIX}"
4660                 TINFO_SUFFIX=`echo "$TINFO_SUFFIX" | sed 's/^t'$EXTRA_SUFFIX'//'`
4661                 ;;
4662         (w*)
4663                 TINFO_NAME="${TINFO_NAME}w${EXTRA_SUFFIX}"
4664                 TINFO_SUFFIX=`echo "$TINFO_SUFFIX" | sed 's/^w'$EXTRA_SUFFIX'//'`
4665                 ;;
4666         esac
4667 fi
4668
4669 for cf_dir in $SRC_SUBDIRS
4670 do
4671         if test ! -d "$srcdir/$cf_dir" ; then
4672                 continue
4673         elif test -f "$srcdir/$cf_dir/modules" ; then
4674
4675                 SHARED_LIB=
4676                 Libs_To_Make=
4677                 cf_awk_program=
4678                 if test -n "${cf_cv_abi_default}" && test "x${cf_cv_abi_default}" != "x5"
4679                 then
4680                         cf_awk_program="$cf_awk_program\
4681 /deprecated in ABI${cf_cv_abi_default}/ { next; }\
4682 { sub(\"NCURSES([[WT]]+)?\", \"&${cf_cv_abi_default}\"); }\
4683 "
4684                 fi
4685
4686                 if test "x$WILDCARD_SYMS" = xno
4687                 then
4688                         cf_awk_program="$cf_awk_program\
4689 /[[     ]]_\\*;/ { skip=1; next; }\
4690 "
4691                 fi
4692
4693                 if test "x$cf_awk_program" != "x"
4694                 then
4695                         cat >>$cf_dir/Makefile <<CF_EOF
4696
4697 # Generated by CF_LIB_RULES
4698 resulting.map: $UNALTERED_SYMS
4699         $AWK 'BEGIN { skip = 1; last=""; } \
4700 $cf_awk_program \
4701 { if ( last != "" && ( skip == 0 || \[$]\[$]0 !~ /}/ ) ) { print last; }\
4702  skip = 0; last = \[$]\[$]0; } \
4703 END { print last; }' < "$UNALTERED_SYMS" >\[$]@
4704
4705 distclean::
4706         rm -f resulting.map
4707 CF_EOF
4708                 fi
4709
4710                 for cf_item in $cf_LIST_MODELS
4711                 do
4712                         CF_LIB_SUFFIX($cf_item,cf_suffix,cf_depsuf)
4713                         if test "$cf_dir" = "c++"
4714                         then
4715                                 CF_MAP_LIB_BASENAME(cf_libname,cxx)
4716                         else
4717                                 CF_MAP_LIB_BASENAME(cf_libname,$cf_dir)
4718                         fi
4719                         test -z "$cf_libname" && cf_libname="$cf_dir"
4720                         if test "$cf_item" = shared ; then
4721                                 if test -n "${LIB_SUFFIX}"
4722                                 then
4723                                         cf_shared_suffix=`echo "$cf_suffix" | sed 's/^'"${USE_LIB_SUFFIX}"'//'`
4724                                 else
4725                                         cf_shared_suffix="$cf_suffix"
4726                                 fi
4727                                 if test "$cf_cv_do_symlinks" = yes ; then
4728                                         cf_version_name=
4729
4730                                         case "$cf_cv_shlib_version" in
4731                                         (rel)
4732                                                 cf_version_name=REL_VERSION
4733                                                 ;;
4734                                         (abi)
4735                                                 cf_version_name=ABI_VERSION
4736                                                 ;;
4737                                         esac
4738
4739                                         if test -n "$cf_version_name"
4740                                         then
4741                                                 case "$cf_cv_system_name" in
4742                                                 (darwin*)
4743                                                         # "w", etc?
4744                                                         cf_suffix="${USE_LIB_SUFFIX}"'.${'$cf_version_name'}'"$cf_shared_suffix"
4745                                                         ;;
4746                                                 (*)
4747                                                         cf_suffix="$cf_suffix"'.${'$cf_version_name'}'
4748                                                         ;;
4749                                                 esac
4750                                         fi
4751                                         if test -n "${USE_LIB_SUFFIX}"
4752                                         then
4753                                                 cf_shared_suffix=`echo "$cf_suffix" | sed 's/^'"${USE_LIB_SUFFIX}"'//'`
4754                                         else
4755                                                 cf_shared_suffix="$cf_suffix"
4756                                         fi
4757                                 fi
4758                                 # cygwin needs import library, and has unique naming convention
4759                                 # use autodetected ${cf_prefix} for import lib and static lib, but
4760                                 # use 'cyg' prefix for shared lib.
4761                                 case "$cf_cv_shlib_version" in
4762                                 (cygdll)
4763                                         cf_cygsuf=`echo "$cf_suffix" | sed -e 's/\.dll/\${ABI_VERSION}.dll/'`
4764                                         cf_add_lib="../lib/cyg${cf_libname}${cf_cygsuf}"
4765                                         ;;
4766                                 (msysdll)
4767                                         cf_cygsuf=`echo "$cf_suffix" | sed -e 's/\.dll/\${ABI_VERSION}.dll/'`
4768                                         cf_add_lib="../lib/msys-${cf_libname}${cf_cygsuf}"
4769                                         ;;
4770                                 (mingw)
4771                                         cf_cygsuf=`echo "$cf_suffix" | sed -e 's/\.dll/\${ABI_VERSION}.dll/'`
4772                                         cf_add_lib="../lib/lib${cf_libname}${cf_cygsuf}"
4773                                         ;;
4774                                 (msvcdll)
4775                                         cf_cygsuf=`echo "$cf_suffix" | sed -e 's/\.dll/\${ABI_VERSION}.dll/'`
4776                                         cf_add_lib="../lib/${cf_libname}${cf_cygsuf}"
4777                                         ;;
4778                                 (*)
4779                                         cf_add_lib=
4780                                         ;;
4781                                 esac
4782                                 if test -n "$cf_add_lib"
4783                                 then
4784                                         Libs_To_Make="$Libs_To_Make $cf_add_lib"
4785                                         continue
4786                                 fi
4787                         fi
4788                         cf_add_lib="../lib/${cf_prefix}${cf_libname}${cf_suffix}"
4789                         Libs_To_Make="$Libs_To_Make $cf_add_lib"
4790                 done
4791
4792                 if test "$cf_dir" = ncurses ; then
4793                         cf_subsets="$LIB_SUBSETS"
4794                         cf_r_parts="$cf_subsets"
4795                         cf_liblist="$Libs_To_Make"
4796
4797                         while test -n "$cf_r_parts"
4798                         do
4799                                 cf_l_parts=`echo "$cf_r_parts" |sed -e 's/ .*$//'`
4800                                 cf_r_parts=`echo "$cf_r_parts" |sed -e 's/^[[^ ]]* //'`
4801                                 if test "$cf_l_parts" != "$cf_r_parts" ; then
4802                                         cf_add_lib=
4803                                         case "$cf_l_parts" in
4804                                         (*termlib*)
4805                                                 cf_add_lib=`echo "$cf_liblist" |sed -e s%${LIB_NAME}${USE_LIB_SUFFIX}%${TINFO_LIB_SUFFIX}%g`
4806                                                 ;;
4807                                         (*ticlib*)
4808                                                 cf_add_lib=`echo "$cf_liblist" |sed -e s%${LIB_NAME}${USE_LIB_SUFFIX}%${TICS_LIB_SUFFIX}%g`
4809                                                 ;;
4810                                         (*)
4811                                                 break
4812                                                 ;;
4813                                         esac
4814                                         if test -n "$cf_add_lib"; then
4815                                                 Libs_To_Make="$cf_add_lib $Libs_To_Make"
4816                                         fi
4817                                 else
4818                                         break
4819                                 fi
4820                         done
4821                 else
4822                         cf_subsets=`echo "$LIB_SUBSETS" | sed -e 's/^termlib.* //'`
4823                 fi
4824
4825                 if test "$cf_dir" = c++; then
4826                         if test "x$with_shared_cxx" != xyes && test -n "$cf_shared_suffix"; then
4827                                 cf_list=
4828                                 for cf_item in $Libs_To_Make
4829                                 do
4830                                         case "$cf_item" in
4831                                         (*.a)
4832                                                 ;;
4833                                         (*)
4834                                                 cf_item=`echo "$cf_item" | sed -e "s,"$cf_shared_suffix",.a,"`
4835                                                 ;;
4836                                         esac
4837                                         for cf_test in $cf_list
4838                                         do
4839                                                 if test "$cf_test" = "$cf_item"
4840                                                 then
4841                                                         cf_LIST_MODELS=`echo "$cf_LIST_MODELS" | sed -e 's/normal//'`
4842                                                         cf_item=
4843                                                         break
4844                                                 fi
4845                                         done
4846                                         test -n "$cf_item" && cf_list="$cf_list $cf_item"
4847                                 done
4848                                 Libs_To_Make="$cf_list"
4849                         fi
4850                 fi
4851
4852                 sed -e "s%@Libs_To_Make@%$Libs_To_Make%" \
4853                     -e "s%@SHARED_LIB@%$SHARED_LIB%" \
4854                         "$cf_dir/Makefile" >$cf_dir/Makefile.out
4855                 mv "$cf_dir/Makefile.out" "$cf_dir/Makefile"
4856
4857                 $AWK -f "$srcdir/mk-0th.awk" \
4858                         libname="${cf_dir}${LIB_SUFFIX}" subsets="$LIB_SUBSETS" ticlib="$TICS_LIB_SUFFIX" termlib="$TINFO_LIB_SUFFIX" \
4859                         "$srcdir/$cf_dir/modules" >>$cf_dir/Makefile
4860
4861                 for cf_subset in $cf_subsets
4862                 do
4863                         cf_subdirs=
4864                         for cf_item in $cf_LIST_MODELS
4865                         do
4866
4867                         echo "Appending rules for ${cf_item} model (${cf_dir}: ${cf_subset})"
4868                         CF_UPPER(cf_ITEM,$cf_item)
4869
4870                         CXX_MODEL=$cf_ITEM
4871                         if test "$CXX_MODEL" = SHARED; then
4872                                 case "$cf_cv_shlib_version" in
4873                                 (cygdll|msysdll|mingw|msvcdll)
4874                                         test "x$with_shared_cxx" = xno && CF_VERBOSE(overriding CXX_MODEL to SHARED)
4875                                         with_shared_cxx=yes
4876                                         ;;
4877                                 (*)
4878                                         test "x$with_shared_cxx" = xno && CXX_MODEL=NORMAL
4879                                         ;;
4880                                 esac
4881                         fi
4882
4883                         CF_LIB_SUFFIX($cf_item,cf_suffix,cf_depsuf)
4884                         CF_OBJ_SUBDIR($cf_item,cf_subdir)
4885
4886                         # Test for case where we build libtinfo with a different name.
4887                         cf_libname=$cf_dir
4888                         if test "$cf_dir" = ncurses ; then
4889                                 case "$cf_subset" in
4890                                 (*base*)
4891                                         cf_libname=${cf_libname}$USE_LIB_SUFFIX
4892                                         ;;
4893                                 (*termlib*)
4894                                         cf_libname=$TINFO_LIB_SUFFIX
4895                                         ;;
4896                                 (ticlib*)
4897                                         cf_libname=$TICS_LIB_SUFFIX
4898                                         ;;
4899                                 esac
4900                         elif test "$cf_dir" = c++ ; then
4901                                 CF_MAP_LIB_BASENAME(cf_libname,cxx)
4902                                 cf_libname=${cf_libname}$USE_LIB_SUFFIX
4903                         else
4904                                 CF_MAP_LIB_BASENAME(cf_libname,$cf_dir)
4905                                 cf_libname=${cf_libname}$USE_LIB_SUFFIX
4906                         fi
4907                         if test -n "${USE_ARG_SUFFIX}" ; then
4908                                 # undo $USE_LIB_SUFFIX add-on in CF_LIB_SUFFIX
4909                                 cf_suffix=`echo "$cf_suffix" |sed -e "s%^${USE_LIB_SUFFIX}%%"`
4910                         fi
4911
4912                         # These dependencies really are for development, not
4913                         # builds, but they are useful in porting, too.
4914                         cf_depend="../include/ncurses_cfg.h"
4915                         if test "$srcdir" = "."; then
4916                                 cf_reldir="."
4917                         else
4918                                 cf_reldir="\${srcdir}"
4919                         fi
4920
4921                         if test -f "$srcdir/$cf_dir/$cf_dir.priv.h" ; then
4922                                 cf_depend="$cf_depend $cf_reldir/$cf_dir.priv.h"
4923                         elif test -f "$srcdir/$cf_dir/curses.priv.h" ; then
4924                                 cf_depend="$cf_depend $cf_reldir/curses.priv.h"
4925                         fi
4926
4927                         cf_dir_suffix=
4928                         old_cf_suffix="$cf_suffix"
4929                         if test "$cf_cv_shlib_version_infix" = yes ; then
4930                         if test -n "$USE_LIB_SUFFIX" ; then
4931                                 case "$USE_LIB_SUFFIX" in
4932                                 (tw*)
4933                                         cf_libname=`echo "$cf_libname" | sed 's/tw'$EXTRA_SUFFIX'$//'`
4934                                         cf_suffix=`echo "$cf_suffix" | sed 's/^tw'$EXTRA_SUFFIX'//'`
4935                                         cf_dir_suffix=tw$EXTRA_SUFFIX
4936                                         ;;
4937                                 (t*)
4938                                         cf_libname=`echo "$cf_libname" | sed 's/t'$EXTRA_SUFFIX'$//'`
4939                                         cf_suffix=`echo "$cf_suffix" | sed 's/^t'$EXTRA_SUFFIX'//'`
4940                                         cf_dir_suffix=t$EXTRA_SUFFIX
4941                                         ;;
4942                                 (w*)
4943                                         cf_libname=`echo "$cf_libname" | sed 's/w'$EXTRA_SUFFIX'$//'`
4944                                         cf_suffix=`echo "$cf_suffix" | sed 's/^w'$EXTRA_SUFFIX'//'`
4945                                         cf_dir_suffix=w$EXTRA_SUFFIX
4946                                         ;;
4947                                 (*)
4948                                         cf_libname=`echo "$cf_libname" | sed 's/'$EXTRA_SUFFIX'$//'`
4949                                         cf_suffix=`echo "$cf_suffix" | sed 's/^'$EXTRA_SUFFIX'//'`
4950                                         cf_dir_suffix=$EXTRA_SUFFIX
4951                                         ;;
4952                                 esac
4953                         fi
4954                         fi
4955
4956                         $AWK -f "$srcdir/mk-1st.awk" \
4957                                 name=${cf_libname}${cf_dir_suffix} \
4958                                 traces=$LIB_TRACING \
4959                                 MODEL=$cf_ITEM \
4960                                 CXX_MODEL=$CXX_MODEL \
4961                                 LIB_SUFFIX=$LIB_SUFFIX \
4962                                 USE_LIB_SUFFIX=$USE_LIB_SUFFIX \
4963                                 make_phony="${cf_cv_make_PHONY:-no}" \
4964                                 model=$cf_subdir \
4965                                 prefix=$cf_prefix \
4966                                 suffix=$cf_suffix \
4967                                 subset=$cf_subset \
4968                                 driver=$cf_cv_term_driver \
4969                                 SymLink="$LN_S" \
4970                                 TermlibRoot=$TINFO_NAME \
4971                                 TermlibSuffix=$TINFO_SUFFIX \
4972                                 ShlibVer=$cf_cv_shlib_version \
4973                                 ShlibVerInfix=$cf_cv_shlib_version_infix \
4974                                 ReLink=${cf_cv_do_relink:-no} \
4975                                 ReRanlib=${cf_cv_do_reranlib:-yes} \
4976                                 DoLinks=$cf_cv_do_symlinks \
4977                                 rmSoLocs=$cf_cv_rm_so_locs \
4978                                 ldconfig="$LDCONFIG" \
4979                                 overwrite=$WITH_OVERWRITE \
4980                                 depend="$cf_depend" \
4981                                 host="$host" \
4982                                 libtool_version="$LIBTOOL_VERSION" \
4983                                 "$srcdir/$cf_dir/modules" >>$cf_dir/Makefile
4984
4985                         cf_suffix="$old_cf_suffix"
4986
4987                         for cf_subdir2 in $cf_subdirs lib
4988                         do
4989                                 test "$cf_subdir" = "$cf_subdir2" && break
4990                         done
4991                         test "${cf_subset}.${cf_subdir2}" != "${cf_subset}.${cf_subdir}" && \
4992                         $AWK -f "$srcdir/mk-2nd.awk" \
4993                                 name=$cf_dir \
4994                                 traces=$LIB_TRACING \
4995                                 MODEL=$cf_ITEM \
4996                                 model=$cf_subdir \
4997                                 subset=$cf_subset \
4998                                 srcdir=$srcdir \
4999                                 echo=$WITH_ECHO \
5000                                 crenames=$cf_cv_prog_CC_c_o \
5001                                 cxxrenames=$cf_cv_prog_CXX_c_o \
5002                                 "$srcdir/$cf_dir/modules" >>$cf_dir/Makefile
5003                         cf_subdirs="$cf_subdirs $cf_subdir"
5004                         done
5005                 done
5006         fi
5007
5008         echo '  ( cd '$cf_dir' && ${MAKE} ${TOP_MFLAGS} [$]@ )' >>Makefile
5009 done
5010
5011 echo >> Makefile
5012 echo '# generated by CF_LIB_RULES' >> Makefile
5013
5014 if test "x$cf_cv_make_PHONY" = xyes ; then
5015         cat >> Makefile <<-CF_EOF
5016
5017         .PHONY :        libs
5018         .PHONY :        lintlib
5019         .PHONY :        install.includes
5020         .PHONY :        uninstall.includes
5021         .PHONY :        install.libs
5022         .PHONY :        uninstall.libs
5023 CF_EOF
5024 fi
5025
5026 for cf_dir in $SRC_SUBDIRS
5027 do
5028         if test ! -d "$srcdir/$cf_dir" ; then
5029                 continue
5030         fi
5031
5032         if test -f "$cf_dir/Makefile" ; then
5033                 case "$cf_dir" in
5034                 (Ada95)
5035                         echo 'libs \' >> Makefile
5036                         echo 'install.libs \' >> Makefile
5037                         echo 'uninstall.libs ::' >> Makefile
5038                         echo '  ( cd '$cf_dir' && ${MAKE} ${TOP_MFLAGS} [$]@ )' >> Makefile
5039                         ;;
5040                 esac
5041         fi
5042
5043         if test -f "$srcdir/$cf_dir/modules" ; then
5044
5045                 if test "x$cf_cv_make_PHONY" = xyes ; then
5046                         cat >> Makefile <<-CF_EOF
5047
5048                         .PHONY :        install.$cf_dir
5049                         .PHONY :        uninstall.$cf_dir
5050 CF_EOF
5051                 fi
5052
5053                 echo >> Makefile
5054                 if test -f "$srcdir/$cf_dir/headers" ; then
5055 cat >> Makefile <<CF_EOF
5056 install.includes \\
5057 uninstall.includes \\
5058 CF_EOF
5059                 fi
5060
5061 cat >> Makefile <<CF_EOF
5062 lint \\
5063 libs \\
5064 lintlib \\
5065 install.libs \\
5066 uninstall.libs \\
5067 install.$cf_dir \\
5068 uninstall.$cf_dir ::
5069         ( cd "$cf_dir" && \${MAKE} \${TOP_MFLAGS} \[$]@ )
5070 CF_EOF
5071         elif test -f "$srcdir/$cf_dir/headers" ; then
5072 cat >> Makefile <<CF_EOF
5073
5074 libs \\
5075 install.libs \\
5076 uninstall.libs \\
5077 install.includes \\
5078 uninstall.includes ::
5079         ( cd "$cf_dir" && \${MAKE} \${TOP_MFLAGS} \[$]@ )
5080 CF_EOF
5081 fi
5082 done
5083
5084 if test "x$cf_cv_make_PHONY" = xyes ; then
5085         cat >> Makefile <<-CF_EOF
5086
5087         .PHONY :        install.data
5088         .PHONY :        uninstall.data
5089 CF_EOF
5090 fi
5091
5092 if test "x$cf_with_db_install" = xyes; then
5093 cat >> Makefile <<CF_EOF
5094
5095 install.libs uninstall.libs \\
5096 install.data uninstall.data ::
5097 $MAKE_TERMINFO  ( cd misc && \${MAKE} \${TOP_MFLAGS} \[$]@ )
5098 CF_EOF
5099 else
5100 cat >> Makefile <<CF_EOF
5101
5102 install.libs uninstall.libs ::
5103         ( cd misc && \${MAKE} \${TOP_MFLAGS} \[$]@ )
5104 CF_EOF
5105 fi
5106
5107 if test "x$cf_with_manpages" = xyes; then
5108
5109 if test "x$cf_cv_make_PHONY" = xyes ; then
5110         cat >> Makefile <<-CF_EOF
5111
5112         .PHONY :        install.man
5113         .PHONY :        uninstall.man
5114 CF_EOF
5115 fi
5116
5117 cat >> Makefile <<CF_EOF
5118
5119 install.man \\
5120 uninstall.man ::
5121         ( cd man && \${MAKE} \${TOP_MFLAGS} \[$]@ )
5122 CF_EOF
5123 fi
5124
5125 cat >> Makefile <<CF_EOF
5126
5127 distclean ::
5128         rm -f config.cache config.log config.status Makefile include/ncurses_cfg.h
5129         rm -f headers.sh headers.sed mk_shared_lib.sh
5130         rm -f edit_man.* man_alias.* *.tmp
5131         rm -rf \${DIRS_TO_MAKE}
5132 CF_EOF
5133
5134 dnl If we're installing into a subdirectory of /usr/include, etc., we should
5135 dnl prepend the subdirectory's name to the "#include" paths.  It won't hurt
5136 dnl anything, and will make it more standardized.  It's awkward to decide this
5137 dnl at configuration because of quoting, so we'll simply make all headers
5138 dnl installed via a script that can do the right thing.
5139
5140 rm -f headers.sed headers.sh
5141
5142 dnl ( generating this script makes the makefiles a little tidier :-)
5143 echo creating headers.sh
5144 cat >headers.sh <<CF_EOF
5145 #! $SHELL
5146 # This shell script is generated by the 'configure' script.  It is invoked in a
5147 # subdirectory of the build tree.  It generates a sed-script in the parent
5148 # directory that is used to adjust includes for header files that reside in a
5149 # subdirectory of /usr/include, etc.
5150 PRG=""
5151 while test \[$]# != 3
5152 do
5153 PRG="\$PRG \[$]1"; shift
5154 done
5155 DST=\[$]1
5156 REF=\[$]2
5157 SRC=\[$]3
5158 TMPSRC=\${TMPDIR:-/tmp}/\`basename \$SRC\`\$\$
5159 TMPSED=\${TMPDIR:-/tmp}/headers.sed\$\$
5160 echo installing \$SRC in \$DST
5161 CF_EOF
5162
5163 if test "$WITH_CURSES_H" = yes; then
5164         cat >>headers.sh <<CF_EOF
5165 case \$DST in
5166 (/*/include/*)
5167         END=\`basename \$DST\`
5168         for i in \`cat \$REF/../*/headers |${FGREP-fgrep} -v "#"\`
5169         do
5170                 NAME=\`basename \$i\`
5171                 echo "s/<\$NAME>/<\$END\/\$NAME>/" >> \$TMPSED
5172         done
5173         ;;
5174 (*)
5175         echo "" >> \$TMPSED
5176         ;;
5177 esac
5178 CF_EOF
5179
5180 else
5181         cat >>headers.sh <<CF_EOF
5182 case \$DST in
5183 (/*/include/*)
5184         END=\`basename \$DST\`
5185         for i in \`cat \$REF/../*/headers |${FGREP-fgrep} -v "#"\`
5186         do
5187                 NAME=\`basename \$i\`
5188                 if test "\$NAME" = "curses.h"
5189                 then
5190                         echo "s/<curses.h>/<ncurses.h>/" >> \$TMPSED
5191                         NAME=ncurses.h
5192                 fi
5193                 echo "s/<\$NAME>/<\$END\/\$NAME>/" >> \$TMPSED
5194         done
5195         ;;
5196 (*)
5197         echo "s/<curses.h>/<ncurses.h>/" >> \$TMPSED
5198         ;;
5199 esac
5200 CF_EOF
5201 fi
5202 cat >>headers.sh <<CF_EOF
5203 rm -f \$TMPSRC
5204 sed -f \$TMPSED \$SRC > \$TMPSRC
5205 NAME=\`basename \$SRC\`
5206 CF_EOF
5207 if test "$WITH_CURSES_H" != yes; then
5208         cat >>headers.sh <<CF_EOF
5209 test "\$NAME" = "curses.h" && NAME=ncurses.h
5210 CF_EOF
5211 fi
5212 cat >>headers.sh <<CF_EOF
5213 # Just in case someone gzip'd manpages, remove the conflicting copy.
5214 test -f \$DST/\$NAME.gz && rm -f \$DST/\$NAME.gz
5215
5216 eval \$PRG \$TMPSRC \$DST/\$NAME
5217 rm -f \$TMPSRC \$TMPSED
5218 CF_EOF
5219
5220 chmod 0755 headers.sh
5221
5222 for cf_dir in $SRC_SUBDIRS
5223 do
5224         if test ! -d "$srcdir/$cf_dir" ; then
5225                 continue
5226         fi
5227
5228         if test -f "$srcdir/$cf_dir/headers" ; then
5229                 $AWK -f "$srcdir/mk-hdr.awk" \
5230                         subset="$LIB_SUBSETS" \
5231                         compat="$WITH_CURSES_H" \
5232                         "$srcdir/$cf_dir/headers" >>$cf_dir/Makefile
5233         fi
5234
5235         if test -f "$srcdir/$cf_dir/modules" ; then
5236                 if test "$cf_dir" != "c++" ; then
5237                         if test "x$cf_cv_make_PHONY" = xyes ; then
5238                                 cat >> $cf_dir/Makefile <<-CF_EOF
5239
5240                                 .PHONY :        depend
5241 CF_EOF
5242                         fi
5243
5244                         cat >>$cf_dir/Makefile <<"CF_EOF"
5245 depend : ${AUTO_SRC}
5246         makedepend -- ${CPPFLAGS} -- ${C_SRC}
5247
5248 # DO NOT DELETE THIS LINE -- make depend depends on it.
5249 CF_EOF
5250                 fi
5251         fi
5252 done
5253 AC_SUBST(Libs_To_Make)
5254 ])dnl
5255 dnl ---------------------------------------------------------------------------
5256 dnl CF_LIB_SONAME version: 9 updated: 2021/01/04 18:48:01
5257 dnl -------------
5258 dnl Find the and soname for the given shared library.  Set the cache variable
5259 dnl cf_cv_$3_soname to this, unless it is not found.  Then set the cache
5260 dnl variable to "unknown".
5261 dnl
5262 dnl $1 = headers
5263 dnl $2 = code
5264 dnl $3 = library name
5265 AC_DEFUN([CF_LIB_SONAME],
5266 [AC_REQUIRE([AC_PROG_FGREP])dnl
5267
5268 AC_CACHE_CHECK(for soname of $3 library,cf_cv_$3_soname,[
5269
5270 cf_cv_$3_soname=unknown
5271 if test "$cross_compiling" != yes ; then
5272 cat >conftest.$ac_ext <<CF_EOF
5273 $1
5274 int main(void)
5275 {
5276 $2
5277         ${cf_cv_main_return:-return}(0);
5278 }
5279 CF_EOF
5280 cf_save_LIBS="$LIBS"
5281         CF_ADD_LIB($3)
5282         if AC_TRY_EVAL(ac_compile) ; then
5283                 if AC_TRY_EVAL(ac_link) ; then
5284                         cf_cv_$3_soname="`ldd \"conftest$ac_exeext\" 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | ${FGREP-fgrep} lib$3.`"
5285                         test -z "$cf_cv_$3_soname" && cf_cv_$3_soname=unknown
5286                 fi
5287         fi
5288 rm -rf ./conftest*
5289 LIBS="$cf_save_LIBS"
5290 fi
5291 ])
5292 ])
5293 dnl ---------------------------------------------------------------------------
5294 dnl CF_LIB_SUFFIX version: 28 updated: 2021/01/01 16:53:59
5295 dnl -------------
5296 dnl Compute the library file-suffix from the given model name
5297 dnl $1 = model name
5298 dnl $2 = variable to set (the nominal library suffix)
5299 dnl $3 = dependency variable to set (actual filename)
5300 dnl The variable $LIB_SUFFIX, if set, prepends the variable to set.
5301 AC_DEFUN([CF_LIB_SUFFIX],
5302 [
5303         case X$1 in
5304         (Xlibtool)
5305                 $2='.la'
5306                 $3=[$]$2
5307                 ;;
5308         (Xdebug)
5309                 case "$cf_cv_system_name" in
5310                 (*-msvc*)
5311                         $2='_g.lib'
5312                         ;;
5313                 (*)
5314                         $2='_g.a'
5315                         ;;
5316                 esac
5317                 $3=[$]$2
5318                 ;;
5319         (Xprofile)
5320                 case "$cf_cv_system_name" in
5321                 (*-msvc*)
5322                         $2='_p.lib'
5323                         ;;
5324                 (*)
5325                         $2='_p.a'
5326                         ;;
5327                 esac
5328                 $3=[$]$2
5329                 ;;
5330         (Xshared)
5331                 case "$cf_cv_system_name" in
5332                 (aix[[5-7]]*)
5333                         $2='.so'
5334                         $3=[$]$2
5335                         ;;
5336                 (*-msvc*)
5337                         $2='.dll'
5338                         $3='.dll.lib'
5339                         ;;
5340                 (cygwin*|msys*|mingw*)
5341                         $2='.dll'
5342                         $3='.dll.a'
5343                         ;;
5344                 (darwin*)
5345                         $2='.dylib'
5346                         $3=[$]$2
5347                         ;;
5348                 (hpux*)
5349                         case "$target" in
5350                         (ia64*)
5351                                 $2='.so'
5352                                 $3=[$]$2
5353                                 ;;
5354                         (*)
5355                                 $2='.sl'
5356                                 $3=[$]$2
5357                                 ;;
5358                         esac
5359                         ;;
5360                 (*)
5361                         $2='.so'
5362                         $3=[$]$2
5363                         ;;
5364                 esac
5365                 ;;
5366         (*)
5367                 case "$target" in
5368                 (*-msvc*)
5369                         $2='.lib'
5370                         ;;
5371                 (*)
5372                         $2='.a'
5373                         ;;
5374                 esac
5375                 $3=[$]$2
5376                 ;;
5377         esac
5378         if test -n "${LIB_SUFFIX}${EXTRA_SUFFIX}"
5379         then
5380                 $2="${LIB_SUFFIX}${EXTRA_SUFFIX}[$]{$2}"
5381                 $3="${LIB_SUFFIX}${EXTRA_SUFFIX}[$]{$3}"
5382         fi
5383 ])dnl
5384 dnl ---------------------------------------------------------------------------
5385 dnl CF_LIB_TYPE version: 5 updated: 2015/04/17 21:13:04
5386 dnl -----------
5387 dnl Compute the string to append to -library from the given model name
5388 dnl $1 = model name
5389 dnl $2 = variable to set
5390 dnl The variable $LIB_SUFFIX, if set, prepends the variable to set.
5391 AC_DEFUN([CF_LIB_TYPE],
5392 [
5393         case $1 in
5394         (libtool) $2=''   ;;
5395         (normal)  $2=''   ;;
5396         (debug)   $2='_g' ;;
5397         (profile) $2='_p' ;;
5398         (shared)  $2=''   ;;
5399         esac
5400         test -n "$LIB_SUFFIX" && $2="${LIB_SUFFIX}[$]{$2}"
5401 ])dnl
5402 dnl ---------------------------------------------------------------------------
5403 dnl CF_LINK_DATAONLY version: 15 updated: 2023/12/03 10:03:10
5404 dnl ----------------
5405 dnl Some systems have a non-ANSI linker that doesn't pull in modules that have
5406 dnl only data (i.e., no functions), for example NeXT.  On those systems we'll
5407 dnl have to provide wrappers for global tables to ensure they're linked
5408 dnl properly.
5409 AC_DEFUN([CF_LINK_DATAONLY],
5410 [
5411 AC_MSG_CHECKING([if data-only library module links])
5412 AC_CACHE_VAL(cf_cv_link_dataonly,[
5413         rm -f conftest.a
5414         cat >conftest.$ac_ext <<EOF
5415 #line __oline__ "configure"
5416 int     testdata[[3]] = { 123, 456, 789 };
5417 EOF
5418         if AC_TRY_EVAL(ac_compile) ; then
5419                 mv conftest.o data.o && \
5420                 ( $AR $ARFLAGS conftest.a data.o ) 2>&AC_FD_CC 1>/dev/null
5421         fi
5422         rm -f conftest.$ac_ext data.o
5423         cat >conftest.$ac_ext <<EOF
5424 #line __oline__ "configure"
5425 extern int testfunc(void);
5426 #if defined(NeXT)
5427 int     testfunc(void)
5428 {
5429         ${cf_cv_main_return:-return}(1);        /* I'm told this linker is broken */
5430 }
5431 #else
5432 extern int testdata[[3]];
5433 int     testfunc(void)
5434 {
5435         return testdata[[0]] == 123
5436            &&  testdata[[1]] == 456
5437            &&  testdata[[2]] == 789;
5438 }
5439 #endif
5440 EOF
5441         if AC_TRY_EVAL(ac_compile); then
5442                 mv conftest.o func.o && \
5443                 ( $AR $ARFLAGS conftest.a func.o ) 2>&AC_FD_CC 1>/dev/null
5444         fi
5445         rm -f conftest.$ac_ext func.o
5446         ( eval $RANLIB conftest.a ) 2>&AC_FD_CC >/dev/null
5447         cf_saveLIBS="$LIBS"
5448         LIBS="conftest.a $LIBS"
5449         AC_TRY_RUN([
5450         extern int testfunc(void);
5451         int main(void)
5452         {
5453                 ${cf_cv_main_return:-return} (!testfunc());
5454         }
5455         ],
5456         [cf_cv_link_dataonly=yes],
5457         [cf_cv_link_dataonly=no],
5458         [cf_cv_link_dataonly=unknown])
5459         LIBS="$cf_saveLIBS"
5460         ])
5461 AC_MSG_RESULT($cf_cv_link_dataonly)
5462
5463 if test "$cf_cv_link_dataonly" = no ; then
5464         AC_DEFINE(BROKEN_LINKER,1,[if data-only library module does not link])
5465         BROKEN_LINKER=1
5466 fi
5467 AC_SUBST(BROKEN_LINKER)
5468
5469 ])dnl
5470 dnl ---------------------------------------------------------------------------
5471 dnl CF_LINK_FUNCS version: 13 updated: 2023/12/03 09:24:04
5472 dnl -------------
5473 dnl Most Unix systems have both link and symlink, a few don't have symlink.
5474 dnl A few non-Unix systems implement symlink, but not link.
5475 dnl A few non-systems implement neither (or have nonfunctional versions).
5476 dnl
5477 dnl This allows for a 2-second difference in modification times to allow for
5478 dnl some marginal NFS implementations.
5479 AC_DEFUN([CF_LINK_FUNCS],
5480 [
5481 AC_CHECK_HEADERS( \
5482 unistd.h \
5483 )
5484 AC_CHECK_FUNCS( \
5485         remove \
5486         unlink )
5487
5488 if test "$cross_compiling" = yes ; then
5489         AC_CHECK_FUNCS( \
5490                 link \
5491                 symlink )
5492 else
5493         AC_CACHE_CHECK(if link/symlink functions work,cf_cv_link_funcs,[
5494                 cf_cv_link_funcs=
5495                 for cf_func in link symlink ; do
5496                         AC_TRY_RUN([
5497 $ac_includes_default
5498
5499 int main(void)
5500 {
5501         int fail = 0;
5502         char src[] = "conftest.tmp";
5503         char dst[] = "conftest.chk";
5504         struct stat src_sb, dst_sb;
5505         FILE *fp = fopen(src, "w");
5506         if (fp == 0) { fail = 3; } else {
5507                 fclose(fp); stat(src, &src_sb);
5508                 if ($cf_func(src, dst) < 0) {
5509                         fail = 1;
5510                 } else if (stat(dst, &dst_sb) < 0) {
5511                         fail = 2;
5512                 } else {
5513                         long diff = (dst_sb.st_mtime - src_sb.st_mtime);
5514                         if (diff < 0) diff = -diff;
5515                         if (diff > 2) fail = 3;
5516                 }
5517         }
5518 #ifdef HAVE_UNLINK
5519         unlink(dst); unlink(src);
5520 #else
5521         remove(dst); remove(src);
5522 #endif
5523         ${cf_cv_main_return:-return} (fail);
5524 }
5525                         ],[
5526                         cf_cv_link_funcs="$cf_cv_link_funcs $cf_func"
5527                         eval 'ac_cv_func_'$cf_func'=yes'],[
5528                         eval 'ac_cv_func_'$cf_func'=no'],[
5529                         eval 'ac_cv_func_'$cf_func'=error'])
5530                 done
5531                 test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no
5532         ])
5533         test "$ac_cv_func_link"    = yes && AC_DEFINE(HAVE_LINK,1,[Define to 1 if we have link() function])
5534         test "$ac_cv_func_symlink" = yes && AC_DEFINE(HAVE_SYMLINK,1,[Define to 1 if we have symlink() function])
5535 fi
5536 ])dnl
5537 dnl ---------------------------------------------------------------------------
5538 dnl CF_MAKEFLAGS version: 21 updated: 2021/09/04 06:47:34
5539 dnl ------------
5540 dnl Some 'make' programs support ${MAKEFLAGS}, some ${MFLAGS}, to pass 'make'
5541 dnl options to lower-levels.  It is very useful for "make -n" -- if we have it.
5542 dnl (GNU 'make' does both, something POSIX 'make', which happens to make the
5543 dnl ${MAKEFLAGS} variable incompatible because it adds the assignments :-)
5544 AC_DEFUN([CF_MAKEFLAGS],
5545 [AC_REQUIRE([AC_PROG_FGREP])dnl
5546
5547 AC_CACHE_CHECK(for makeflags variable, cf_cv_makeflags,[
5548         cf_cv_makeflags=''
5549         for cf_option in '-${MAKEFLAGS}' '${MFLAGS}'
5550         do
5551                 cat >cf_makeflags.tmp <<CF_EOF
5552 SHELL = $SHELL
5553 all :
5554         @ echo '.$cf_option'
5555 CF_EOF
5556                 cf_result=`${MAKE:-make} -k -f cf_makeflags.tmp 2>/dev/null | ${FGREP-fgrep} -v "ing directory" | sed -e 's,[[  ]]*$,,'`
5557                 case "$cf_result" in
5558                 (.*k|.*kw)
5559                         cf_result="`${MAKE:-make} -k -f cf_makeflags.tmp CC=cc 2>/dev/null`"
5560                         case "$cf_result" in
5561                         (.*CC=*)        cf_cv_makeflags=
5562                                 ;;
5563                         (*)     cf_cv_makeflags=$cf_option
5564                                 ;;
5565                         esac
5566                         break
5567                         ;;
5568                 (.-)
5569                         ;;
5570                 (*)
5571                         CF_MSG_LOG(given option \"$cf_option\", no match \"$cf_result\")
5572                         ;;
5573                 esac
5574         done
5575         rm -f cf_makeflags.tmp
5576 ])
5577
5578 AC_SUBST(cf_cv_makeflags)
5579 ])dnl
5580 dnl ---------------------------------------------------------------------------
5581 dnl CF_MAKE_PHONY version: 3 updated: 2021/01/08 16:08:21
5582 dnl -------------
5583 dnl Check if the make-program handles a ".PHONY" target, e.g,. a target which
5584 dnl acts as a placeholder.
5585 dnl
5586 dnl The ".PHONY" feature was proposed in 2011 here
5587 dnl     https://www.austingroupbugs.net/view.php?id=523
5588 dnl and is scheduled for release in P1003.1 Issue 8 (late 2022).
5589 dnl
5590 dnl This is not supported by SVr4 make (or SunOS 4, 4.3SD, etc), but works with
5591 dnl a few others (i.e., GNU make and the non-POSIX "BSD" make):
5592 dnl
5593 dnl + This is a GNU make feature (since April 1988, but in turn from binutils,
5594 dnl   date unspecified).
5595 dnl
5596 dnl + It was adopted in NetBSD make in June 1995.
5597 dnl
5598 dnl + The other BSD make programs are derived from the NetBSD make (and for
5599 dnl   that reason are not actually different "implementations").
5600 dnl
5601 dnl + Some features of NetBSD make were actually adapted from pmake, which
5602 dnl   began as a modified GNU make starting in 1993.
5603 dnl
5604 dnl + Version 3.8 of the dmake program in January 1992 also implemented this
5605 dnl   GNU make extension, but is less well known than the BSD make.
5606 AC_DEFUN([CF_MAKE_PHONY],[
5607 AC_CACHE_CHECK(for \".PHONY\" make-support, cf_cv_make_PHONY,[
5608         rm -rf conftest*
5609         (
5610                 mkdir conftest || exit 1
5611                 cd conftest
5612                 cat >makefile <<'CF_EOF'
5613 .PHONY: always
5614 DATA=0
5615 always: always.out
5616         @echo "** making [$]@ [$](DATA)"
5617 once: once.out
5618         @echo "** making [$]@ [$](DATA)"
5619 always.out:
5620         @echo "** making [$]@ [$](DATA)"
5621         echo [$](DATA) > [$]@
5622 once.out:
5623         @echo "** making [$]@ [$](DATA)"
5624         echo [$](DATA) > [$]@
5625 CF_EOF
5626                 for cf_data in 1 2 3
5627                 do
5628                         ${MAKE:-make} always DATA=$cf_data
5629                         ${MAKE:-make} once   DATA=$cf_data
5630                         ${MAKE:-make} -t always once
5631                         if test -f always ; then
5632                                 echo "no (case 1)" > ../conftest.tmp
5633                         elif test ! -f always.out ; then
5634                                 echo "no (case 2)" > ../conftest.tmp
5635                         elif test ! -f once.out ; then
5636                                 echo "no (case 3)" > ../conftest.tmp
5637                         elif ! cmp -s always.out once.out ; then
5638                                 echo "no (case 4)" > ../conftest.tmp
5639                                 diff always.out once.out
5640                         else
5641                                 cf_check="`cat always.out`"
5642                                 if test "x$cf_check" != "x$cf_data" ; then
5643                                         echo "no (case 5)" > ../conftest.tmp
5644                                 else
5645                                         echo yes > ../conftest.tmp
5646                                         rm -f ./*.out
5647                                         continue
5648                                 fi
5649                         fi
5650                         break
5651                 done
5652         ) >&AC_FD_CC 2>&1
5653         cf_cv_make_PHONY="`cat conftest.tmp`"
5654         rm -rf conftest*
5655 ])
5656 MAKE_NO_PHONY="#"
5657 MAKE_PHONY="#"
5658 test "x$cf_cv_make_PHONY" = xyes && MAKE_PHONY=
5659 test "x$cf_cv_make_PHONY" != xyes && MAKE_NO_PHONY=
5660 AC_SUBST(MAKE_NO_PHONY)
5661 AC_SUBST(MAKE_PHONY)
5662 ])dnl
5663 dnl ---------------------------------------------------------------------------
5664 dnl CF_MAKE_TAGS version: 6 updated: 2010/10/23 15:52:32
5665 dnl ------------
5666 dnl Generate tags/TAGS targets for makefiles.  Do not generate TAGS if we have
5667 dnl a monocase filesystem.
5668 AC_DEFUN([CF_MAKE_TAGS],[
5669 AC_REQUIRE([CF_MIXEDCASE_FILENAMES])
5670
5671 AC_CHECK_PROGS(CTAGS, exctags ctags)
5672 AC_CHECK_PROGS(ETAGS, exetags etags)
5673
5674 AC_CHECK_PROG(MAKE_LOWER_TAGS, ${CTAGS:-ctags}, yes, no)
5675
5676 if test "$cf_cv_mixedcase" = yes ; then
5677         AC_CHECK_PROG(MAKE_UPPER_TAGS, ${ETAGS:-etags}, yes, no)
5678 else
5679         MAKE_UPPER_TAGS=no
5680 fi
5681
5682 if test "$MAKE_UPPER_TAGS" = yes ; then
5683         MAKE_UPPER_TAGS=
5684 else
5685         MAKE_UPPER_TAGS="#"
5686 fi
5687
5688 if test "$MAKE_LOWER_TAGS" = yes ; then
5689         MAKE_LOWER_TAGS=
5690 else
5691         MAKE_LOWER_TAGS="#"
5692 fi
5693
5694 AC_SUBST(CTAGS)
5695 AC_SUBST(ETAGS)
5696
5697 AC_SUBST(MAKE_UPPER_TAGS)
5698 AC_SUBST(MAKE_LOWER_TAGS)
5699 ])dnl
5700 dnl ---------------------------------------------------------------------------
5701 dnl CF_MANPAGE_FORMAT version: 19 updated: 2024/03/30 08:27:40
5702 dnl -----------------
5703 dnl Option to allow user to override automatic configuration of manpage format.
5704 dnl There are several special cases:
5705 dnl
5706 dnl     compress - man checks for, can display compressed files
5707 dnl     bzip2 - man checks for, can display bzip2'd files
5708 dnl     gzip - man checks for, can display gzip'd files
5709 dnl     xz - man checks for, can display xz'd files
5710 dnl
5711 dnl     BSDI - files in the cat-directories are suffixed ".0"
5712 dnl     formatted - installer should format (put files in cat-directory)
5713 dnl     catonly - installer should only format, e.g., for a turnkey system.
5714 dnl
5715 dnl There are other configurations which this macro does not test, e.g., HPUX's
5716 dnl compressed manpages (but uncompressed manpages are fine, and HPUX's naming
5717 dnl convention would not match our use).
5718 AC_DEFUN([CF_MANPAGE_FORMAT],
5719 [
5720 AC_REQUIRE([CF_PATHSEP])
5721 AC_MSG_CHECKING(format of man-pages)
5722
5723 AC_ARG_WITH(manpage-format,
5724         [  --with-manpage-format   specify manpage-format: gzip/compress/bzip2/xz,
5725                           BSDI/normal and optionally formatted/catonly,
5726                           e.g., gzip,formatted],
5727         [MANPAGE_FORMAT=$withval],
5728         [MANPAGE_FORMAT=unknown])
5729
5730 test -z "$MANPAGE_FORMAT" && MANPAGE_FORMAT=unknown
5731 MANPAGE_FORMAT=`echo "$MANPAGE_FORMAT" | sed -e 's/,/ /g'`
5732
5733 cf_unknown=
5734
5735 case "$MANPAGE_FORMAT" in
5736 (unknown)
5737         if test -z "$MANPATH" ; then
5738                 MANPATH="/usr/man:/usr/share/man"
5739         fi
5740
5741         # look for the 'date' man-page (it is most likely to be installed!)
5742         MANPAGE_FORMAT=
5743         cf_preform="no"
5744         cf_catonly="yes"
5745         cf_example="date"
5746
5747         IFS="${IFS:-    }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR}"
5748         for cf_dir in $MANPATH; do
5749                 test -z "$cf_dir" && cf_dir=/usr/man
5750                 for cf_name in $cf_dir/man*/$cf_example.[[01]]* $cf_dir/cat*/$cf_example.[[01]]* $cf_dir/man*/$cf_example $cf_dir/cat*/$cf_example
5751                 do
5752                         cf_test=`echo "$cf_name" | sed -e 's/*//'`
5753                         if test "x$cf_test" = "x$cf_name" ; then
5754
5755                                 case "$cf_name" in
5756                                 (*.bz2) MANPAGE_FORMAT="$MANPAGE_FORMAT bzip2";;
5757                                 (*.xz)  MANPAGE_FORMAT="$MANPAGE_FORMAT xz";;
5758                                 (*.gz)  MANPAGE_FORMAT="$MANPAGE_FORMAT gzip";;
5759                                 (*.Z)   MANPAGE_FORMAT="$MANPAGE_FORMAT compress";;
5760                                 (*.0)   MANPAGE_FORMAT="$MANPAGE_FORMAT BSDI";;
5761                                 (*)     MANPAGE_FORMAT="$MANPAGE_FORMAT normal";;
5762                                 esac
5763
5764                                 case "$cf_name" in
5765                                 ($cf_dir/man*)
5766                                         cf_catonly=no
5767                                         ;;
5768                                 ($cf_dir/cat*)
5769                                         cf_preform=yes
5770                                         ;;
5771                                 esac
5772                                 break
5773                         fi
5774
5775                         # if we found a match in either man* or cat*, stop looking
5776                         if test -n "$MANPAGE_FORMAT" ; then
5777                                 cf_found=no
5778                                 test "$cf_preform" = yes && MANPAGE_FORMAT="$MANPAGE_FORMAT formatted"
5779                                 test "$cf_catonly" = yes && MANPAGE_FORMAT="$MANPAGE_FORMAT catonly"
5780                                 case "$cf_name" in
5781                                 ($cf_dir/cat*)
5782                                         cf_found=yes
5783                                         ;;
5784                                 esac
5785                                 test "$cf_found" = yes && break
5786                         fi
5787                 done
5788                 # only check the first directory in $MANPATH where we find manpages
5789                 if test -n "$MANPAGE_FORMAT" ; then
5790                         break
5791                 fi
5792         done
5793         # if we did not find the example, just assume it is normal
5794         test -z "$MANPAGE_FORMAT" && MANPAGE_FORMAT=normal
5795         IFS="$ac_save_ifs"
5796         ;;
5797 (*)
5798         for cf_option in $MANPAGE_FORMAT; do
5799         case "$cf_option" in
5800         (xz|bzip2|gzip|compress|BSDI|normal|formatted|catonly)
5801                 ;;
5802         (*)
5803                 cf_unknown="$cf_unknown $cf_option"
5804                 ;;
5805         esac
5806         done
5807         ;;
5808 esac
5809
5810 AC_MSG_RESULT($MANPAGE_FORMAT)
5811 if test -n "$cf_unknown" ; then
5812         AC_MSG_WARN(Unexpected manpage-format $cf_unknown)
5813 fi
5814
5815 cf_manpage_format=no
5816 cf_manpage_inboth=no
5817 cf_manpage_so_strip=
5818 cf_manpage_compress=
5819 cf_manpage_coptions=
5820
5821 for cf_item in $MANPAGE_FORMAT
5822 do
5823 case "$cf_item" in
5824 (catonly)
5825         cf_manpage_format=yes
5826         cf_manpage_inboth=no
5827         ;;
5828 (formatted)
5829         cf_manpage_format=yes
5830         cf_manpage_inboth=yes
5831         ;;
5832 (compress)
5833         cf_manpage_so_strip="Z"
5834         cf_manpage_compress=compress
5835         ;;
5836 (gzip)
5837         cf_manpage_so_strip="gz"
5838         cf_manpage_compress=gzip
5839         cf_manpage_coptions=-n
5840         ;;
5841 (bzip2)
5842         cf_manpage_so_strip="bz2"
5843         cf_manpage_compress=bzip2
5844         ;;
5845 (xz)
5846         cf_manpage_so_strip="xz"
5847         cf_manpage_compress=xz
5848         ;;
5849 esac
5850 done
5851
5852 AC_SUBST(cf_manpage_format)
5853 AC_SUBST(cf_manpage_inboth)
5854 AC_SUBST(cf_manpage_so_strip)
5855 AC_SUBST(cf_manpage_compress)
5856 AC_SUBST(cf_manpage_coptions)
5857
5858 ])dnl
5859 dnl ---------------------------------------------------------------------------
5860 dnl CF_MANPAGE_RENAMES version: 17 updated: 2022/10/23 07:46:29
5861 dnl ------------------
5862 dnl The Debian people have their own naming convention for manpages.  This
5863 dnl option lets us override the name of the file containing renaming, or
5864 dnl disable it altogether.
5865 AC_DEFUN([CF_MANPAGE_RENAMES],
5866 [
5867 AC_MSG_CHECKING(for manpage renaming)
5868
5869 AC_ARG_WITH(manpage-renames,
5870         [  --with-manpage-renames  specify manpage-renaming],
5871         [MANPAGE_RENAMES=$withval],
5872         [MANPAGE_RENAMES=yes])
5873
5874 case ".$MANPAGE_RENAMES" in
5875 (.no)
5876         ;;
5877 (.|.yes)
5878         # Debian 'man' program?
5879         if test -f /etc/debian_version ; then
5880                 MANPAGE_RENAMES=man/man_db.renames
5881         else
5882                 MANPAGE_RENAMES=no
5883         fi
5884         ;;
5885 esac
5886
5887 if test "$MANPAGE_RENAMES" = man/man_db.renames ; then
5888         MANPAGE_RENAMES=`pwd`/$MANPAGE_RENAMES
5889 elif test "$MANPAGE_RENAMES" = no ; then
5890         :
5891 elif test ! -f "$MANPAGE_RENAMES" ; then
5892         AC_MSG_ERROR(not a filename: $MANPAGE_RENAMES)
5893 fi
5894
5895 AC_MSG_RESULT($MANPAGE_RENAMES)
5896 AC_SUBST(MANPAGE_RENAMES)
5897 ])dnl
5898 dnl ---------------------------------------------------------------------------
5899 dnl CF_MANPAGE_SYMLINKS version: 7 updated: 2023/01/21 16:37:17
5900 dnl -------------------
5901 dnl Some people expect each tool to make all aliases for manpages in the
5902 dnl man-directory.  This accommodates the older, less-capable implementations
5903 dnl of 'man', and is optional.
5904 AC_DEFUN([CF_MANPAGE_SYMLINKS],
5905 [
5906 AC_MSG_CHECKING(if manpage aliases will be installed)
5907
5908 AC_ARG_WITH(manpage-aliases,
5909         [  --with-manpage-aliases  specify manpage-aliases using .so],
5910         [MANPAGE_ALIASES=$withval],
5911         [MANPAGE_ALIASES=yes])
5912
5913 AC_MSG_RESULT($MANPAGE_ALIASES)
5914
5915 case "x$LN_S" in
5916 (xln*)
5917         cf_use_symlinks=yes
5918         ;;
5919 (*)
5920         cf_use_symlinks=no
5921         ;;
5922 esac
5923
5924 MANPAGE_SYMLINKS=no
5925 if test "$MANPAGE_ALIASES" = yes ; then
5926 AC_MSG_CHECKING(if manpage symlinks should be used)
5927
5928 AC_ARG_WITH(manpage-symlinks,
5929         [  --with-manpage-symlinks specify manpage-aliases using symlinks],
5930         [MANPAGE_SYMLINKS=$withval],
5931         [MANPAGE_SYMLINKS=$cf_use_symlinks])
5932
5933 if test "$cf_use_symlinks" = no; then
5934 if test "$MANPAGE_SYMLINKS" = yes ; then
5935         AC_MSG_WARN(cannot make symlinks, will use .so files)
5936         MANPAGE_SYMLINKS=no
5937 fi
5938 fi
5939
5940 AC_MSG_RESULT($MANPAGE_SYMLINKS)
5941 fi
5942
5943 ])dnl
5944 dnl ---------------------------------------------------------------------------
5945 dnl CF_MANPAGE_TBL version: 3 updated: 2002/01/19 22:51:32
5946 dnl --------------
5947 dnl This option causes manpages to be run through tbl(1) to generate tables
5948 dnl correctly.
5949 AC_DEFUN([CF_MANPAGE_TBL],
5950 [
5951 AC_MSG_CHECKING(for manpage tbl)
5952
5953 AC_ARG_WITH(manpage-tbl,
5954         [  --with-manpage-tbl      specify manpage processing with tbl],
5955         [MANPAGE_TBL=$withval],
5956         [MANPAGE_TBL=no])
5957
5958 AC_MSG_RESULT($MANPAGE_TBL)
5959 ])dnl
5960 dnl ---------------------------------------------------------------------------
5961 dnl CF_MB_LEN_MAX version: 1 updated: 2024/03/02 15:45:10
5962 dnl -------------
5963 dnl Check if <limits.h> defines a usable MB_LEN_MAX.  That may be because it is
5964 dnl not defined, or it may be a bogus value.
5965 AC_DEFUN([CF_MB_LEN_MAX],[
5966 AC_CACHE_CHECK(if MB_LEN_MAX is usable,cf_cv_mb_len_max,[
5967 AC_TRY_COMPILE([
5968 $ac_includes_default
5969 #include <limits.h>],
5970 [
5971 #if defined(MB_LEN_MAX) && MB_LEN_MAX >= 6
5972         ${cf_cv_main_return:-return}(0);
5973 #else
5974 #error MB_LEN_MAX is not usable
5975 #endif
5976 ],      [cf_cv_mb_len_max=yes],
5977         [cf_cv_mb_len_max=no])])
5978 if test "$cf_cv_mb_len_max" = yes
5979 then
5980         AC_DEFINE(HAVE_CONSISTENT_MB_LEN_MAX,1,[Define to 1 if MB_LEN_MAX is usable])
5981 else
5982         AC_MSG_WARN(MB_LEN_MAX is missing/inconsistent in system headers)
5983 fi
5984 ])dnl
5985 dnl ---------------------------------------------------------------------------
5986 dnl CF_MAN_PAGES version: 59 updated: 2024/03/30 08:27:40
5987 dnl ------------
5988 dnl Try to determine if the man-pages on the system are compressed, and if
5989 dnl so, what format is used.  Use this information to construct a script that
5990 dnl will install man-pages.
5991 AC_DEFUN([CF_MAN_PAGES],
5992 [
5993 CF_HELP_MESSAGE(Options to Specify How Manpages are Installed:)
5994 CF_MANPAGE_FORMAT
5995 CF_MANPAGE_RENAMES
5996 CF_MANPAGE_SYMLINKS
5997 CF_MANPAGE_TBL
5998
5999 if test "$prefix" = "NONE" ; then
6000         cf_prefix="$ac_default_prefix"
6001 else
6002         cf_prefix="$prefix"
6003 fi
6004
6005 test ! -d man && mkdir man
6006
6007 cf_edit_man=./edit_man.sh
6008 cf_man_alias=`pwd`/man_alias.sed
6009
6010 cat >$cf_edit_man <<CF_EOF
6011 #! $SHELL
6012 # this script is generated by the configure-script CF_MAN_PAGES macro.
6013
6014 prefix="$cf_prefix"
6015 datarootdir="$datarootdir"
6016 datadir="$datadir"
6017
6018 NCURSES_MAJOR="$NCURSES_MAJOR"
6019 NCURSES_MINOR="$NCURSES_MINOR"
6020 NCURSES_PATCH="$NCURSES_PATCH"
6021
6022 NCURSES_OSPEED="$NCURSES_OSPEED"
6023 TERMINFO="$TERMINFO"
6024 TERMINFO_DIRS="$TERMINFO_DIRS"
6025
6026 INSTALL="$INSTALL"
6027 INSTALL_DATA="$INSTALL_DATA"
6028
6029 transform="$program_transform_name"
6030
6031 TMP=\${TMPDIR:=/tmp}/man\$\$
6032 trap "rm -f \$TMP; exit 1" 1 2 3 15
6033 trap "rm -f \$TMP" 0
6034
6035 form=\[$]1
6036 shift || exit 1
6037
6038 verb=\[$]1
6039 shift || exit 1
6040
6041 mandir=\[$]1
6042 shift || exit 1
6043
6044 srcdir=\[$]1
6045 top_srcdir=\[$]srcdir/..
6046 shift || exit 1
6047
6048 if test "\$form" = normal ; then
6049         if test "$cf_manpage_format" = yes ; then
6050         if test "$cf_manpage_inboth" = no ; then
6051                 $SHELL "\[$]0" format "\$verb" "\$mandir" "\$srcdir" "\[$]@"
6052                 exit $?
6053         fi
6054         fi
6055         cf_subdir=\$mandir/man
6056         cf_tables=$MANPAGE_TBL
6057 else
6058         cf_subdir=\$mandir/cat
6059         cf_tables=yes
6060 fi
6061
6062 # process the list of source-files
6063 for i in "\[$]@" ; do
6064 case \$i in
6065 (*.orig|*.rej) ;;
6066 (*.[[0-9]]*)
6067         section=\`expr "\$i" : '.*\\.\\([[0-9]]\\)[[xm]]*'\`;
6068         if test "\$verb" = installing ; then
6069         if test ! -d "\$cf_subdir\${section}" ; then
6070                 mkdir -p "\$cf_subdir\$section"
6071         fi
6072         fi
6073
6074         # replace variables in man page
6075         if test ! -f "$cf_man_alias" ; then
6076 cat >>$cf_man_alias <<-CF_EOF2
6077                 s,@DATADIR@,\$datadir,g
6078                 s,@TERMINFO@,\${TERMINFO:="no default value"},g
6079                 s,@TERMINFO_DIRS@,\${TERMINFO_DIRS:="no default value"},g
6080                 s,@NCURSES_MAJOR@,\${NCURSES_MAJOR:="no default value"},g
6081                 s,@NCURSES_MINOR@,\${NCURSES_MINOR:="no default value"},g
6082                 s,@NCURSES_PATCH@,\${NCURSES_PATCH:="no default value"},g
6083                 s,@NCURSES_OSPEED@,\${NCURSES_OSPEED:="no default value"},g
6084 CF_EOF
6085         ifelse($1,,,[
6086         for cf_name in $1
6087         do
6088                 cf_NAME=`echo "$cf_name" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
6089                 cf_name=`echo "$cf_name" | sed "$program_transform_name"`
6090 cat >>$cf_edit_man <<-CF_EOF
6091                 s,@$cf_NAME@,$cf_name,g
6092 CF_EOF
6093         done
6094         ])
6095 cat >>$cf_edit_man <<CF_EOF
6096 CF_EOF2
6097                 echo "...made $cf_man_alias"
6098         fi
6099
6100         aliases=
6101         cf_source=\`basename "\$i"\`
6102         cf_full_alias=\$cf_source
6103         test ! -f "\$cf_full_alias" && cf_full_alias="\$srcdir/\$cf_full_alias"
6104         if test ! -f "\$cf_full_alias" ; then
6105                 echo ".. skipped \$cf_source"
6106                 continue
6107         fi
6108 CF_EOF
6109
6110 if test "$MANPAGE_ALIASES" != no ; then
6111 cat >>$cf_edit_man <<CF_EOF
6112         nCurses=ignore.3x
6113         cf_part_alias=\`echo \$cf_full_alias| sed -e 's,^.*/,,'\`
6114         test "$with_curses_h" = yes && nCurses=ncurses.3x
6115         aliases=\`sed -f "\$top_srcdir/man/manlinks.sed" "\$cf_full_alias" |sed -f "$cf_man_alias" | sort -u; test "\$cf_part_alias" = "\$nCurses" && echo curses\`
6116 CF_EOF
6117 fi
6118
6119 if test "$MANPAGE_RENAMES" = no ; then
6120 cat >>$cf_edit_man <<CF_EOF
6121         # perform program transformations for section 1 man pages
6122         if test \$section = 1 ; then
6123                 cf_target=\$cf_subdir\${section}/\`echo \$cf_source|sed "\${transform}"\`
6124         else
6125                 cf_target=\$cf_subdir\${section}/\$cf_source
6126         fi
6127 CF_EOF
6128 else
6129 cat >>$cf_edit_man <<CF_EOF
6130         cf_target=\`grep "^\$cf_source" $MANPAGE_RENAMES | $AWK '{print \[$]2}'\`
6131         if test -z "\$cf_target" ; then
6132                 echo "? missing rename for \$cf_source"
6133                 cf_target="\$cf_source"
6134         fi
6135         cf_target="\$cf_subdir\${section}/\${cf_target}"
6136
6137 CF_EOF
6138 fi
6139
6140 cat >>$cf_edit_man <<CF_EOF
6141         sed     -f "$cf_man_alias" \\
6142 CF_EOF
6143
6144 if test "$MANPAGE_RENAMES" != no ; then
6145 cat >>$cf_edit_man <<CF_EOF
6146                 < "\$i" | sed -f `pwd`/edit_man.sed >\$TMP
6147 CF_EOF
6148 else
6149 cat >>$cf_edit_man <<CF_EOF
6150                 < "\$i" >\$TMP
6151 CF_EOF
6152 fi
6153
6154 cat >>$cf_edit_man <<CF_EOF
6155 if test \$cf_tables = yes ; then
6156         tbl \$TMP >\$TMP.out
6157         mv \$TMP.out \$TMP
6158 fi
6159 CF_EOF
6160
6161 if test "$with_overwrite" != yes ; then
6162 cat >>$cf_edit_man <<CF_EOF
6163         sed -e "/\\#[    ]*include/s,<curses.h,<ncurses$LIB_SUFFIX/curses.h," < \$TMP >\$TMP.out
6164         mv \$TMP.out \$TMP
6165 CF_EOF
6166 fi
6167
6168 if test "$with_curses_h" != yes ; then
6169 cat >>$cf_edit_man <<CF_EOF
6170         sed -e "/\\#[    ]*include/s,curses.h,ncurses.h," < \$TMP >\$TMP.out
6171         mv \$TMP.out \$TMP
6172 CF_EOF
6173 fi
6174
6175 cat >>$cf_edit_man <<CF_EOF
6176         if test "\$form" = format ; then
6177                 nroff -man \$TMP >\$TMP.out
6178                 mv \$TMP.out \$TMP
6179         fi
6180 CF_EOF
6181
6182 if test -n "$cf_manpage_compress" ; then
6183 cat >>$cf_edit_man <<CF_EOF
6184         if test "\$verb" = installing ; then
6185         if ( "$cf_manpage_compress" -f \$TMP )
6186         then
6187                 mv \$TMP.$cf_manpage_so_strip \$TMP
6188         fi
6189         fi
6190         cf_target="\$cf_target.$cf_manpage_so_strip"
6191 CF_EOF
6192 fi
6193
6194 case "$MANPAGE_FORMAT" in
6195 (*BSDI*)
6196 cat >>$cf_edit_man <<CF_EOF
6197         if test "\$form" = format ; then
6198                 # BSDI installs only .0 suffixes in the cat directories
6199                 cf_target="\`echo \$cf_target|sed -e 's/\\.[[1-9]]\\+[[a-z]]*/.0/'\`"
6200         fi
6201 CF_EOF
6202   ;;
6203 esac
6204
6205 cat >>$cf_edit_man <<CF_EOF
6206         suffix=\`basename "\$cf_target" | sed -e 's%^[[^.]]*%%'\`
6207         extra_suffix=
6208         if test -n "$EXTRA_SUFFIX" ; then
6209                 case \$cf_target in
6210                 (*${EXTRA_SUFFIX}\$suffix)
6211                         extra_suffix="$EXTRA_SUFFIX"
6212                         ;;
6213                 esac
6214         fi
6215         if test "\$verb" = installing ; then
6216                 echo "\$verb \$cf_target"
6217                 \$INSTALL_DATA \$TMP "\$cf_target"
6218                 test -d "\$cf_subdir\${section}" &&
6219                 test -n "\$aliases" && (
6220                         cd "\$cf_subdir\${section}" && (
6221                                 cf_source=\`echo "\$cf_target" |sed -e 's%^.*/\\([[^/]][[^/]]*/[[^/]][[^/]]*$\\)%\\1%'\`
6222                                 test -n "$cf_manpage_so_strip" && cf_source=\`echo "\$cf_source" |sed -e 's%\\.$cf_manpage_so_strip\$%%'\`
6223                                 cf_target=\`basename "\$cf_target"\`
6224                                 for cf_alias in \$aliases
6225                                 do
6226                                         if test "\$section" = 1 ; then
6227                                                 cf_alias=\`echo "\$cf_alias" |sed "\${transform}"\`
6228                                         fi
6229                                         cf_alias="\${cf_alias}\${extra_suffix}"
6230
6231                                         if test "$MANPAGE_SYMLINKS" = yes ; then
6232                                                 if test -f "\$cf_alias\${suffix}" ; then
6233                                                         if ( cmp -s "\$cf_target" "\$cf_alias\${suffix}" )
6234                                                         then
6235                                                                 continue
6236                                                         fi
6237                                                 fi
6238                                                 echo ".. \$verb alias \$cf_alias\${suffix}"
6239 CF_EOF
6240 case "x$LN_S" in
6241 (*-f)
6242 cat >>$cf_edit_man <<CF_EOF
6243                                                 $LN_S "\$cf_target" "\$cf_alias\${suffix}"
6244 CF_EOF
6245         ;;
6246 (*)
6247 cat >>$cf_edit_man <<CF_EOF
6248                                                 rm -f "\$cf_alias\${suffix}"
6249                                                 $LN_S "\$cf_target" "\$cf_alias\${suffix}"
6250 CF_EOF
6251         ;;
6252 esac
6253 cat >>$cf_edit_man <<CF_EOF
6254                                         elif test "\$cf_target" != "\$cf_alias\${suffix}" ; then
6255                                                 echo ".so \$cf_source" >\$TMP
6256 CF_EOF
6257 if test -n "$cf_manpage_compress" ; then
6258 cat >>$cf_edit_man <<CF_EOF
6259                                                 if test -n "$cf_manpage_so_strip" ; then
6260                                                         "$cf_manpage_compress" $cf_manpage_coptions -f \$TMP
6261                                                         mv \$TMP.$cf_manpage_so_strip \$TMP
6262                                                 fi
6263 CF_EOF
6264 fi
6265 cat >>$cf_edit_man <<CF_EOF
6266                                                 echo ".. \$verb alias \$cf_alias\${suffix}"
6267                                                 rm -f "\$cf_alias\${suffix}"
6268                                                 \$INSTALL_DATA \$TMP "\$cf_alias\${suffix}"
6269                                         fi
6270                                 done
6271                         )
6272                 )
6273         elif test "\$verb" = removing ; then
6274                 test -f "\$cf_target" && (
6275                         echo "\$verb \$cf_target"
6276                         rm -f "\$cf_target"
6277                 )
6278                 test -d "\$cf_subdir\${section}" &&
6279                 test -n "\$aliases" && (
6280                         cd "\$cf_subdir\${section}" && (
6281                                 for cf_alias in \$aliases
6282                                 do
6283                                         if test "\$section" = 1 ; then
6284                                                 cf_alias=\`echo "\$cf_alias" |sed "\${transform}"\`
6285                                         fi
6286                                         cf_alias="\${cf_alias}\${extra_suffix}"
6287
6288                                         echo ".. \$verb alias \$cf_alias\${suffix}"
6289                                         rm -f "\$cf_alias\${suffix}"
6290                                 done
6291                         )
6292                 )
6293         else
6294 #               echo ".hy 0"
6295                 cat \$TMP
6296         fi
6297         ;;
6298 esac
6299 done
6300
6301 if test "$cf_manpage_inboth" = yes ; then
6302 if test "\$form" != format ; then
6303         $SHELL "\[$]0" format "\$verb" "\$mandir" "\$srcdir" "\[$]@"
6304 fi
6305 fi
6306
6307 exit 0
6308 CF_EOF
6309 chmod 755 "$cf_edit_man"
6310
6311 ])dnl
6312 dnl ---------------------------------------------------------------------------
6313 dnl CF_MAP_LIB_BASENAME version: 2 updated: 2021/01/02 17:09:14
6314 dnl -------------------
6315 dnl Convert a default-libname to the actual one used via CF_WITH_LIB_BASENAME.
6316 dnl
6317 dnl $1 = variable to set
6318 dnl $2 = default-libname
6319 AC_DEFUN([CF_MAP_LIB_BASENAME],[
6320 CF_UPPER(cf_map_lib_basename,$2)
6321 eval $1="\$${cf_map_lib_basename}_NAME"
6322 ])dnl
6323 dnl ---------------------------------------------------------------------------
6324 dnl CF_MATH_LIB version: 11 updated: 2022/07/27 19:01:48
6325 dnl -----------
6326 dnl Checks for libraries.  At least one UNIX system, Apple Macintosh
6327 dnl Rhapsody 5.5, does not have -lm.  We cannot use the simpler
6328 dnl AC_CHECK_LIB(m,sin), because that fails for C++.
6329 AC_DEFUN([CF_MATH_LIB],
6330 [
6331 AC_CACHE_CHECK(if -lm needed for math functions,
6332         cf_cv_need_libm,[
6333         AC_TRY_LINK([
6334                 #include <stdio.h>
6335                 #include <stdlib.h>
6336                 #include <math.h>
6337         ],
6338         [double x = rand(); printf("result = %g\\n", ]ifelse([$2],,sin(x),$2)[)],
6339         [cf_cv_need_libm=no],
6340         [cf_cv_need_libm=yes])])
6341
6342 if test "$cf_cv_need_libm" = yes
6343 then
6344
6345         cf_save_LIBS="$LIBS"
6346         LIBS="$LIBS -lm"
6347         AC_CACHE_CHECK(if -lm is available for math functions,
6348         cf_cv_have_libm,[
6349         AC_TRY_LINK([
6350                 #include <stdio.h>
6351                 #include <stdlib.h>
6352                 #include <math.h>
6353         ],
6354         [double x = rand(); printf("result = %g\\n", ]ifelse([$2],,sin(x),$2)[)],
6355         [cf_cv_have_libm=yes],
6356         [cf_cv_have_libm=no])])
6357         LIBS="$cf_save_LIBS"
6358
6359         if test "$cf_cv_have_libm" = yes
6360         then
6361                 ifelse($1,,[CF_ADD_LIB(m)],[$1=-lm])
6362         fi
6363 else
6364         cf_cv_have_libm=yes
6365 fi
6366
6367 if test "$cf_cv_have_libm" = yes
6368 then
6369         AC_DEFINE(HAVE_MATH_FUNCS,1,[Define to 1 if math functions are available])
6370 fi
6371 ])
6372 dnl ---------------------------------------------------------------------------
6373 dnl CF_MIXEDCASE_FILENAMES version: 9 updated: 2021/01/01 16:53:59
6374 dnl ----------------------
6375 dnl Check if the file-system supports mixed-case filenames.  If we're able to
6376 dnl create a lowercase name and see it as uppercase, it doesn't support that.
6377 AC_DEFUN([CF_MIXEDCASE_FILENAMES],
6378 [
6379 AC_CACHE_CHECK(if filesystem supports mixed-case filenames,cf_cv_mixedcase,[
6380 if test "$cross_compiling" = yes ; then
6381         case "$target_alias" in
6382         (*-os2-emx*|*-msdosdjgpp*|*-cygwin*|*-msys*|*-mingw*|*-uwin*|darwin*)
6383                 cf_cv_mixedcase=no
6384                 ;;
6385         (*)
6386                 cf_cv_mixedcase=yes
6387                 ;;
6388         esac
6389 else
6390         rm -f conftest CONFTEST
6391         echo test >conftest
6392         if test -f CONFTEST ; then
6393                 cf_cv_mixedcase=no
6394         else
6395                 cf_cv_mixedcase=yes
6396         fi
6397         rm -f conftest CONFTEST
6398 fi
6399 ])
6400 test "$cf_cv_mixedcase" = yes && AC_DEFINE(MIXEDCASE_FILENAMES,1,[Define to 1 if filesystem supports mixed-case filenames.])
6401 ])dnl
6402 dnl ---------------------------------------------------------------------------
6403 dnl CF_MKSTEMP version: 13 updated: 2023/12/01 17:22:50
6404 dnl ----------
6405 dnl Check for a working mkstemp.  This creates two files, checks that they are
6406 dnl successfully created and distinct (AmigaOS apparently fails on the last).
6407 AC_DEFUN([CF_MKSTEMP],[
6408 AC_CHECK_HEADERS( \
6409 unistd.h \
6410 )
6411 AC_CACHE_CHECK(for working mkstemp, cf_cv_func_mkstemp,[
6412 rm -rf ./conftest*
6413 AC_TRY_RUN([
6414 $ac_includes_default
6415
6416 int main(void)
6417 {
6418         static char tmpl[] = "conftestXXXXXX";
6419         char name[2][80];
6420         int n;
6421         int result = 0;
6422         int fd;
6423         struct stat sb;
6424
6425         umask(077);
6426         for (n = 0; n < 2; ++n) {
6427                 strcpy(name[n], tmpl);
6428                 if ((fd = mkstemp(name[n])) >= 0) {
6429                         if (!strcmp(name[n], tmpl)
6430                          || stat(name[n], &sb) != 0
6431                          || (sb.st_mode & S_IFMT) != S_IFREG
6432                          || (sb.st_mode & 077) != 0) {
6433                                 result = 1;
6434                         }
6435                         close(fd);
6436                 }
6437         }
6438         if (result == 0
6439          && !strcmp(name[0], name[1]))
6440                 result = 1;
6441         ${cf_cv_main_return:-return}(result);
6442 }
6443 ],[cf_cv_func_mkstemp=yes
6444 ],[cf_cv_func_mkstemp=no
6445 ],[cf_cv_func_mkstemp=maybe])
6446 ])
6447 if test "x$cf_cv_func_mkstemp" = xmaybe ; then
6448         AC_CHECK_FUNC(mkstemp)
6449 fi
6450 if test "x$cf_cv_func_mkstemp" = xyes || test "x$ac_cv_func_mkstemp" = xyes ; then
6451         AC_DEFINE(HAVE_MKSTEMP,1,[Define to 1 if mkstemp() is available and working.])
6452 fi
6453 ])dnl
6454 dnl ---------------------------------------------------------------------------
6455 dnl CF_MSG_LOG version: 5 updated: 2010/10/23 15:52:32
6456 dnl ----------
6457 dnl Write a debug message to config.log, along with the line number in the
6458 dnl configure script.
6459 AC_DEFUN([CF_MSG_LOG],[
6460 echo "${as_me:-configure}:__oline__: testing $* ..." 1>&AC_FD_CC
6461 ])dnl
6462 dnl ---------------------------------------------------------------------------
6463 dnl CF_NCURSES_ABI_6 version: 5 updated: 2023/01/07 16:32:06
6464 dnl ----------------
6465 dnl Set ncurses' ABI to 6 unless overridden by explicit configure option, and
6466 dnl warn about this.
6467 AC_DEFUN([CF_NCURSES_ABI_6],[
6468 if test "${with_abi_version+set}" != set; then
6469         case "$cf_cv_rel_version" in
6470         (5.*)
6471                 cf_cv_rel_version=6.0
6472                 cf_cv_abi_version=6
6473                 cf_cv_abi_default=6
6474                 AC_MSG_WARN(overriding ABI version to $cf_cv_abi_default)
6475                 ;;
6476         esac
6477 fi
6478 ])dnl
6479 dnl ---------------------------------------------------------------------------
6480 dnl CF_NCURSES_WITH_ABI_VERSION version: 3 updated: 2021/01/01 13:31:04
6481 dnl ---------------------------
6482 dnl Allow ncurses's ABI to be overridden.  Generally this happens when a
6483 dnl packager has incremented the ABI past that used in the original package,
6484 dnl and wishes to keep doing this.
6485 dnl
6486 dnl $1 is the package name, if any, to derive a corresponding {package}_ABI
6487 dnl symbol.
6488 AC_DEFUN([CF_NCURSES_WITH_ABI_VERSION],[
6489 CF_WITH_ABI_VERSION($1)
6490 if test "x$cf_cv_abi_version" != "x$with_abi_version"
6491 then
6492         case "$cf_cv_rel_version" in
6493         (5.*)
6494                 cf_cv_rel_version=$with_abi_version.0
6495                 ;;
6496         esac
6497 fi
6498 ])dnl
6499 dnl ---------------------------------------------------------------------------
6500 dnl CF_NO_LEAKS_OPTION version: 9 updated: 2021/06/13 19:45:41
6501 dnl ------------------
6502 dnl see CF_WITH_NO_LEAKS
6503 dnl
6504 dnl $1 = option/name
6505 dnl $2 = help-text
6506 dnl $3 = symbol to define if the option is set
6507 dnl $4 = additional actions to take if the option is set
6508 AC_DEFUN([CF_NO_LEAKS_OPTION],[
6509 AC_MSG_CHECKING(if you want to use $1 for testing)
6510 AC_ARG_WITH($1,
6511         [$2],
6512         [case "x$withval" in
6513         (x|xno) ;;
6514         (*)
6515                 : "${with_cflags:=-g}"
6516                 : "${enable_leaks:=no}"
6517                 with_$1=yes
6518                 AC_DEFINE_UNQUOTED($3,1,"Define to 1 if you want to use $1 for testing.")ifelse([$4],,[
6519          $4
6520 ])
6521                 ;;
6522         esac],
6523         [with_$1=])
6524 AC_MSG_RESULT(${with_$1:-no})
6525
6526 case ".$with_cflags" in
6527 (.*-g*)
6528         case .$CFLAGS in
6529         (.*-g*)
6530                 ;;
6531         (*)
6532                 CF_ADD_CFLAGS([-g])
6533                 ;;
6534         esac
6535         ;;
6536 esac
6537 ])dnl
6538 dnl ---------------------------------------------------------------------------
6539 dnl CF_NUMBER_SYNTAX version: 3 updated: 2023/05/06 16:14:29
6540 dnl ----------------
6541 dnl Check if the given variable is a positive integer.  Report an error if not.
6542 dnl $1 is the variable
6543 dnl $2 is the message
6544 AC_DEFUN([CF_NUMBER_SYNTAX],[
6545 if test -n "$1" ; then
6546   case `echo "$1" | sed -e 's/^[[0-9]]*$/0/g'` in
6547   (0)
6548         ;;
6549   (*)
6550         AC_MSG_ERROR($2 is not a number: $1)
6551         ;;
6552   esac
6553 else
6554   AC_MSG_ERROR($2 value is empty)
6555 fi
6556 ])dnl
6557 dnl ---------------------------------------------------------------------------
6558 dnl CF_OBJ_SUBDIR version: 8 updated: 2021/01/01 13:31:04
6559 dnl -------------
6560 dnl Compute the object-directory name from the given model name
6561 AC_DEFUN([CF_OBJ_SUBDIR],
6562 [
6563         case $1 in
6564         (libtool) $2='obj_lo'  ;;
6565         (normal)  $2='objects' ;;
6566         (debug)   $2='obj_g' ;;
6567         (profile) $2='obj_p' ;;
6568         (shared)
6569                 case "$cf_cv_system_name" in
6570                 (cygwin|msys)
6571                         $2='objects' ;;
6572                 (*)
6573                         $2='obj_s' ;;
6574                 esac
6575         esac
6576 ])dnl
6577 dnl ---------------------------------------------------------------------------
6578 dnl CF_OUTPUT_MANPAGE_RENAMES version: 2 updated: 2022/10/22 19:12:31
6579 dnl -------------------------
6580 dnl This runs in the output step to config.status, after man_db.renames has
6581 dnl been generated.
6582 AC_DEFUN([CF_OUTPUT_MANPAGE_RENAMES],
6583 [
6584 AC_REQUIRE([CF_MANPAGE_RENAMES])
6585 if test "$MANPAGE_RENAMES" != no ; then
6586         # Construct a sed-script to perform renaming within man-pages
6587         test -n "$verbose" && echo "creating edit_man.sed"
6588         test ! -d man && mkdir man
6589         FGREP="${FGREP-grep -F}" $SHELL "$srcdir/man/make_sed.sh" "$MANPAGE_RENAMES" >./edit_man.sed
6590 fi
6591 ])dnl
6592 dnl ---------------------------------------------------------------------------
6593 dnl CF_PATHSEP version: 8 updated: 2021/01/01 13:31:04
6594 dnl ----------
6595 dnl Provide a value for the $PATH and similar separator (or amend the value
6596 dnl as provided in autoconf 2.5x).
6597 AC_DEFUN([CF_PATHSEP],
6598 [
6599         AC_MSG_CHECKING(for PATH separator)
6600         case "$cf_cv_system_name" in
6601         (os2*)  PATH_SEPARATOR=';'  ;;
6602         (*)     ${PATH_SEPARATOR:=':'}  ;;
6603         esac
6604 ifelse([$1],,,[$1=$PATH_SEPARATOR])
6605         AC_SUBST(PATH_SEPARATOR)
6606         AC_MSG_RESULT($PATH_SEPARATOR)
6607 ])dnl
6608 dnl ---------------------------------------------------------------------------
6609 dnl CF_PATH_PROG version: 12 updated: 2021/01/02 09:31:20
6610 dnl ------------
6611 dnl Check for a given program, defining corresponding symbol.
6612 dnl     $1 = environment variable, which is suffixed by "_PATH" in the #define.
6613 dnl     $2 = program name to find.
6614 dnl     $3 = optional list of additional program names to test.
6615 dnl $4 = $PATH
6616 dnl
6617 dnl If there is more than one token in the result, #define the remaining tokens
6618 dnl to $1_ARGS.  We need this for 'install' in particular.
6619 dnl
6620 dnl FIXME: we should allow this to be overridden by environment variables
6621 dnl
6622 AC_DEFUN([CF_PATH_PROG],[
6623 AC_REQUIRE([CF_PATHSEP])
6624 test -z "[$]$1" && $1="$2"
6625 AC_PATH_PROGS($1,[$]$1 $2 ifelse($3,,,$3),[$]$1, ifelse($4,,,$4))
6626
6627 cf_path_prog=""
6628 cf_path_args=""
6629 IFS="${IFS:-    }"; cf_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR"
6630 for cf_temp in $ac_cv_path_$1
6631 do
6632         if test -z "$cf_path_prog" ; then
6633                 if test "$with_full_paths" = yes ; then
6634                         CF_PATH_SYNTAX(cf_temp,break)
6635                         cf_path_prog="$cf_temp"
6636                 else
6637                         cf_path_prog="`basename "$cf_temp"`"
6638                 fi
6639         elif test -z "$cf_path_args" ; then
6640                 cf_path_args="$cf_temp"
6641         else
6642                 cf_path_args="$cf_path_args $cf_temp"
6643         fi
6644 done
6645 IFS="$cf_save_ifs"
6646
6647 if test -n "$cf_path_prog" ; then
6648         CF_MSG_LOG(defining path for ${cf_path_prog})
6649         AC_DEFINE_UNQUOTED($1_PATH,"$cf_path_prog",Define to pathname $1)
6650         test -n "$cf_path_args" && AC_DEFINE_UNQUOTED($1_ARGS,"$cf_path_args",Define to provide args for $1)
6651 fi
6652 ])dnl
6653 dnl ---------------------------------------------------------------------------
6654 dnl CF_PATH_SYNTAX version: 18 updated: 2020/12/31 18:40:20
6655 dnl --------------
6656 dnl Check the argument to see that it looks like a pathname.  Rewrite it if it
6657 dnl begins with one of the prefix/exec_prefix variables, and then again if the
6658 dnl result begins with 'NONE'.  This is necessary to work around autoconf's
6659 dnl delayed evaluation of those symbols.
6660 AC_DEFUN([CF_PATH_SYNTAX],[
6661 if test "x$prefix" != xNONE; then
6662         cf_path_syntax="$prefix"
6663 else
6664         cf_path_syntax="$ac_default_prefix"
6665 fi
6666
6667 case ".[$]$1" in
6668 (.\[$]\(*\)*|.\'*\'*)
6669         ;;
6670 (..|./*|.\\*)
6671         ;;
6672 (.[[a-zA-Z]]:[[\\/]]*) # OS/2 EMX
6673         ;;
6674 (.\[$]\{*prefix\}*|.\[$]\{*dir\}*)
6675         eval $1="[$]$1"
6676         case ".[$]$1" in
6677         (.NONE/*)
6678                 $1=`echo "[$]$1" | sed -e s%NONE%$cf_path_syntax%`
6679                 ;;
6680         esac
6681         ;;
6682 (.no|.NONE/*)
6683         $1=`echo "[$]$1" | sed -e s%NONE%$cf_path_syntax%`
6684         ;;
6685 (*)
6686         ifelse([$2],,[AC_MSG_ERROR([expected a pathname, not \"[$]$1\"])],$2)
6687         ;;
6688 esac
6689 ])dnl
6690 dnl ---------------------------------------------------------------------------
6691 dnl CF_PKG_CONFIG version: 13 updated: 2023/10/28 11:59:01
6692 dnl -------------
6693 dnl Check for the package-config program, unless disabled by command-line.
6694 dnl
6695 dnl Sets $PKG_CONFIG to the pathname of the pkg-config program.
6696 AC_DEFUN([CF_PKG_CONFIG],
6697 [
6698 AC_MSG_CHECKING(if you want to use pkg-config)
6699 AC_ARG_WITH(pkg-config,
6700         [[  --with-pkg-config[=CMD] enable/disable use of pkg-config and its name CMD]],
6701         [cf_pkg_config=$withval],
6702         [cf_pkg_config=yes])
6703 AC_MSG_RESULT($cf_pkg_config)
6704
6705 case "$cf_pkg_config" in
6706 (no)
6707         PKG_CONFIG=none
6708         ;;
6709 (yes)
6710         CF_ACVERSION_CHECK(2.52,
6711                 [AC_PATH_TOOL(PKG_CONFIG, pkg-config, none)],
6712                 [AC_PATH_PROG(PKG_CONFIG, pkg-config, none)])
6713         ;;
6714 (*)
6715         PKG_CONFIG=$withval
6716         ;;
6717 esac
6718
6719 test -z "$PKG_CONFIG" && PKG_CONFIG=none
6720 if test "$PKG_CONFIG" != none ; then
6721         CF_PATH_SYNTAX(PKG_CONFIG)
6722 elif test "x$cf_pkg_config" != xno ; then
6723         AC_MSG_WARN(pkg-config is not installed)
6724 fi
6725
6726 AC_SUBST(PKG_CONFIG)
6727 ])dnl
6728 dnl ---------------------------------------------------------------------------
6729 dnl CF_POSIX_C_SOURCE version: 12 updated: 2023/02/18 17:41:25
6730 dnl -----------------
6731 dnl Define _POSIX_C_SOURCE to the given level, and _POSIX_SOURCE if needed.
6732 dnl
6733 dnl     POSIX.1-1990                            _POSIX_SOURCE
6734 dnl     POSIX.1-1990 and                        _POSIX_SOURCE and
6735 dnl             POSIX.2-1992 C-Language                 _POSIX_C_SOURCE=2
6736 dnl             Bindings Option
6737 dnl     POSIX.1b-1993                           _POSIX_C_SOURCE=199309L
6738 dnl     POSIX.1c-1996                           _POSIX_C_SOURCE=199506L
6739 dnl     X/Open 2000                             _POSIX_C_SOURCE=200112L
6740 dnl
6741 dnl Parameters:
6742 dnl     $1 is the nominal value for _POSIX_C_SOURCE
6743 AC_DEFUN([CF_POSIX_C_SOURCE],
6744 [AC_REQUIRE([CF_POSIX_VISIBLE])dnl
6745
6746 if test "$cf_cv_posix_visible" = no; then
6747
6748 cf_POSIX_C_SOURCE=ifelse([$1],,199506L,[$1])
6749
6750 cf_save_CFLAGS="$CFLAGS"
6751 cf_save_CPPFLAGS="$CPPFLAGS"
6752
6753 CF_REMOVE_DEFINE(cf_trim_CFLAGS,$cf_save_CFLAGS,_POSIX_C_SOURCE)
6754 CF_REMOVE_DEFINE(cf_trim_CPPFLAGS,$cf_save_CPPFLAGS,_POSIX_C_SOURCE)
6755
6756 AC_CACHE_CHECK(if we should define _POSIX_C_SOURCE,cf_cv_posix_c_source,[
6757         CF_MSG_LOG(if the symbol is already defined go no further)
6758         AC_TRY_COMPILE([#include <sys/types.h>],[
6759 #ifndef _POSIX_C_SOURCE
6760 #error _POSIX_C_SOURCE is not defined
6761 #endif],
6762         [cf_cv_posix_c_source=no],
6763         [cf_want_posix_source=no
6764          case .$cf_POSIX_C_SOURCE in
6765          (.[[12]]??*)
6766                 cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
6767                 ;;
6768          (.2)
6769                 cf_cv_posix_c_source="-D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE"
6770                 cf_want_posix_source=yes
6771                 ;;
6772          (.*)
6773                 cf_want_posix_source=yes
6774                 ;;
6775          esac
6776          if test "$cf_want_posix_source" = yes ; then
6777                 AC_TRY_COMPILE([#include <sys/types.h>],[
6778 #ifdef _POSIX_SOURCE
6779 #error _POSIX_SOURCE is defined
6780 #endif],[],
6781                 cf_cv_posix_c_source="$cf_cv_posix_c_source -D_POSIX_SOURCE")
6782          fi
6783          CF_MSG_LOG(ifdef from value $cf_POSIX_C_SOURCE)
6784          CFLAGS="$cf_trim_CFLAGS"
6785          CPPFLAGS="$cf_trim_CPPFLAGS"
6786          CF_APPEND_TEXT(CPPFLAGS,$cf_cv_posix_c_source)
6787          CF_MSG_LOG(if the second compile does not leave our definition intact error)
6788          AC_TRY_COMPILE([#include <sys/types.h>],[
6789 #ifndef _POSIX_C_SOURCE
6790 #error _POSIX_C_SOURCE is not defined
6791 #endif],,
6792          [cf_cv_posix_c_source=no])
6793          CFLAGS="$cf_save_CFLAGS"
6794          CPPFLAGS="$cf_save_CPPFLAGS"
6795         ])
6796 ])
6797
6798 if test "$cf_cv_posix_c_source" != no ; then
6799         CFLAGS="$cf_trim_CFLAGS"
6800         CPPFLAGS="$cf_trim_CPPFLAGS"
6801         CF_ADD_CFLAGS($cf_cv_posix_c_source)
6802 fi
6803
6804 fi # cf_cv_posix_visible
6805
6806 ])dnl
6807 dnl ---------------------------------------------------------------------------
6808 dnl CF_POSIX_VISIBLE version: 1 updated: 2018/12/31 20:46:17
6809 dnl ----------------
6810 dnl POSIX documents test-macros which an application may set before any system
6811 dnl headers are included to make features available.
6812 dnl
6813 dnl Some BSD platforms (originally FreeBSD, but copied by a few others)
6814 dnl diverged from POSIX in 2002 by setting symbols which make all of the most
6815 dnl recent features visible in the system header files unless the application
6816 dnl overrides the corresponding test-macros.  Doing that introduces portability
6817 dnl problems.
6818 dnl
6819 dnl This macro makes a special check for the symbols used for this, to avoid a
6820 dnl conflicting definition.
6821 AC_DEFUN([CF_POSIX_VISIBLE],
6822 [
6823 AC_CACHE_CHECK(if the POSIX test-macros are already defined,cf_cv_posix_visible,[
6824 AC_TRY_COMPILE([#include <stdio.h>],[
6825 #if defined(__POSIX_VISIBLE) && ((__POSIX_VISIBLE - 0L) > 0) \
6826         && defined(__XSI_VISIBLE) && ((__XSI_VISIBLE - 0L) > 0) \
6827         && defined(__BSD_VISIBLE) && ((__BSD_VISIBLE - 0L) > 0) \
6828         && defined(__ISO_C_VISIBLE) && ((__ISO_C_VISIBLE - 0L) > 0)
6829 #error conflicting symbols found
6830 #endif
6831 ],[cf_cv_posix_visible=no],[cf_cv_posix_visible=yes])
6832 ])
6833 ])dnl
6834 dnl ---------------------------------------------------------------------------
6835 dnl CF_PREDEFINE version: 3 updated: 2023/02/18 17:41:25
6836 dnl ------------
6837 dnl Add definitions to CPPFLAGS to ensure they're predefined for all compiles.
6838 dnl
6839 dnl $1 = symbol to test
6840 dnl $2 = value (if any) to use for a predefinition
6841 AC_DEFUN([CF_PREDEFINE],
6842 [
6843 AC_MSG_CHECKING(if we must define $1)
6844 AC_TRY_COMPILE([#include <sys/types.h>
6845 ],[
6846 #ifndef $1
6847 #error $1 is not defined
6848 #endif],[cf_result=no],[cf_result=yes])
6849 AC_MSG_RESULT($cf_result)
6850
6851 if test "$cf_result" = yes ; then
6852         CPPFLAGS="$CPPFLAGS ifelse([$2],,-D$1,[-D$1=$2])"
6853 elif test "x$2" != "x" ; then
6854         AC_MSG_CHECKING(checking for compatible value versus $2)
6855         AC_TRY_COMPILE([#include <sys/types.h>
6856 ],[
6857 #if $1-$2 < 0
6858 #error $1-$2 is negative
6859 #endif],[cf_result=yes],[cf_result=no])
6860         AC_MSG_RESULT($cf_result)
6861         if test "$cf_result" = no ; then
6862                 # perhaps we can override it - try...
6863                 CPPFLAGS="$CPPFLAGS -D$1=$2"
6864         fi
6865 fi
6866 ])dnl
6867 dnl ---------------------------------------------------------------------------
6868 dnl CF_PRG_RULES version: 2 updated: 2021/01/01 13:31:04
6869 dnl ------------
6870 dnl Append definitions and rules for the given programs to the subdirectory
6871 dnl Makefiles, and the recursion rule for the top-level Makefile.
6872 dnl
6873 dnl parameters
6874 dnl     $1 = script to run
6875 dnl     $2 = list of subdirectories
6876 dnl
6877 dnl variables
6878 dnl     $AWK
6879 AC_DEFUN([CF_PRG_RULES],
6880 [
6881 for cf_dir in $2
6882 do
6883         if test ! -d "$srcdir/$cf_dir" ; then
6884                 continue
6885         elif test -f "$srcdir/$cf_dir/programs" ; then
6886                 $AWK -f $1 "$srcdir/$cf_dir/programs" >>$cf_dir/Makefile
6887         fi
6888 done
6889
6890 ])dnl
6891 dnl ---------------------------------------------------------------------------
6892 dnl CF_PROG_AR version: 1 updated: 2009/01/01 20:15:22
6893 dnl ----------
6894 dnl Check for archiver "ar".
6895 AC_DEFUN([CF_PROG_AR],[
6896 AC_CHECK_TOOL(AR, ar, ar)
6897 ])
6898 dnl ---------------------------------------------------------------------------
6899 dnl CF_PROG_AWK version: 1 updated: 2006/09/16 11:40:59
6900 dnl -----------
6901 dnl Check for awk, ensure that the check found something.
6902 AC_DEFUN([CF_PROG_AWK],
6903 [
6904 AC_PROG_AWK
6905 test -z "$AWK" && AC_MSG_ERROR(No awk program found)
6906 ])dnl
6907 dnl ---------------------------------------------------------------------------
6908 dnl CF_PROG_CC version: 5 updated: 2019/12/31 08:53:54
6909 dnl ----------
6910 dnl standard check for CC, plus followup sanity checks
6911 dnl $1 = optional parameter to pass to AC_PROG_CC to specify compiler name
6912 AC_DEFUN([CF_PROG_CC],[
6913 CF_ACVERSION_CHECK(2.53,
6914         [AC_MSG_WARN(this will incorrectly handle gnatgcc choice)
6915          AC_REQUIRE([AC_PROG_CC])],
6916         [])
6917 ifelse($1,,[AC_PROG_CC],[AC_PROG_CC($1)])
6918 CF_GCC_VERSION
6919 CF_ACVERSION_CHECK(2.52,
6920         [AC_PROG_CC_STDC],
6921         [CF_ANSI_CC_REQD])
6922 CF_CC_ENV_FLAGS
6923 ])dnl
6924 dnl ---------------------------------------------------------------------------
6925 dnl CF_PROG_CC_C_O version: 6 updated: 2021/01/01 13:31:04
6926 dnl --------------
6927 dnl Analogous to AC_PROG_CC_C_O, but more useful: tests only $CC, ensures that
6928 dnl the output file can be renamed, and allows for a shell variable that can
6929 dnl be used later.  The parameter is either CC or CXX.  The result is the
6930 dnl cache variable:
6931 dnl     $cf_cv_prog_CC_c_o
6932 dnl     $cf_cv_prog_CXX_c_o
6933 dnl
6934 dnl $1 = compiler
6935 dnl $2 = compiler options, if any
6936 AC_DEFUN([CF_PROG_CC_C_O],
6937 [AC_REQUIRE([AC_PROG_CC])dnl
6938 AC_MSG_CHECKING([whether [$]$1 understands -c and -o together])
6939 AC_CACHE_VAL(cf_cv_prog_$1_c_o,
6940 [
6941 cat > conftest.$ac_ext <<CF_EOF
6942 int main(void)
6943 {
6944         ${cf_cv_main_return:-return}(0);
6945 }
6946 CF_EOF
6947 # We do the test twice because some compilers refuse to overwrite an
6948 # existing .o file with -o, though they will create one.
6949 ac_try='[$]$1 $2 -c conftest.$ac_ext -o conftest2.$ac_objext >&AC_FD_CC'
6950 if AC_TRY_EVAL(ac_try) &&
6951   test -f conftest2.$ac_objext && AC_TRY_EVAL(ac_try);
6952 then
6953   eval cf_cv_prog_$1_c_o=yes
6954 else
6955   eval cf_cv_prog_$1_c_o=no
6956 fi
6957 rm -rf ./conftest*
6958 ])dnl
6959 if test "$cf_cv_prog_$1_c_o" = yes; then
6960   AC_MSG_RESULT([yes])
6961 else
6962   AC_MSG_RESULT([no])
6963 fi
6964 ])dnl
6965 dnl ---------------------------------------------------------------------------
6966 dnl CF_PROG_GNAT version: 12 updated: 2021/01/02 17:09:14
6967 dnl ------------
6968 dnl Check for gnat/gnatmake/etc, ensure that the toolset is complete.
6969 AC_DEFUN([CF_PROG_GNAT],[
6970 for cf_prog_gnat in gnat gnatmake gprconfig gprbuild
6971 do
6972         CF_UPPER(cf_upper_prog_gnat,${cf_prog_gnat})
6973
6974         unset ac_cv_path_cf_TEMP_gnat
6975         unset cf_TEMP_gnat
6976         AC_PATH_PROG(cf_TEMP_gnat,$cf_prog_gnat,no)
6977         eval "cf_cv_PATH_$cf_upper_prog_gnat=[$]ac_cv_path_cf_TEMP_gnat"
6978
6979         if test "x$cf_TEMP_gnat" != xno; then
6980                 unset cf_cv_gnat_version
6981                 unset cf_TEMP_gnat
6982                 CF_GNAT_VERSION(cf_TEMP_gnat,$cf_prog_gnat)
6983         fi
6984         eval "cf_cv_VERSION_$cf_upper_prog_gnat=[$]cf_TEMP_gnat"
6985
6986         unset cf_TEMP_gnat
6987         unset cf_cv_gnat_version
6988         unset ac_cv_path_cf_TEMP_gnat
6989 done
6990
6991 if test "x$cf_cv_VERSION_GNATMAKE" = "xno"; then
6992         cf_ada_make=
6993         cf_cv_prog_gnat_correct=no
6994 else
6995         cf_ada_make=gnatmake
6996         if test "x$cf_cv_VERSION_GPRCONFIG" = "xno"; then
6997                 # gprconfig is newer than gnatmake; we can continue...
6998                 cf_ada_config="##"
6999         else
7000                 rm -rf ./conftest* ./*~conftest*
7001                 if mkdir conftest.src
7002                 then
7003                         cf_ada_config=""
7004                         cd conftest.src
7005                         for cf_gprconfig in Ada C
7006                         do
7007                                 AC_MSG_CHECKING(for gprconfig name for $cf_gprconfig)
7008                                 if test "$cf_gprconfig" = C
7009                                 then
7010                                         for cf_gprconfig_param in \
7011                                                 "$cf_gprconfig,,,,GNATGCC" \
7012                                                 "$cf_gprconfig,,,,GCC" \
7013                                                 "$cf_gprconfig"
7014                                         do
7015                                                 cf_gprconfig_value=`echo s| gprconfig --config=$cf_gprconfig_param 2>&AC_FD_CC | ${AWK:-awk} '/^\*/{print [$]3;}' | head -n 1`
7016                                                 test -n "$cf_gprconfig_value" && break
7017                                         done
7018                                 else
7019                                         cf_gprconfig_param=$cf_gprconfig
7020                                         cf_gprconfig_value=`echo s| gprconfig --config=$cf_gprconfig_param 2>&AC_FD_CC | ${AWK:-awk} '/^\*/{print [$]3;}' | head -n 1`
7021                                 fi
7022                                 if test -n "$cf_gprconfig_value"
7023                                 then
7024                                         eval "cf_ada_config_[$]cf_gprconfig=[$]cf_gprconfig_value"
7025                                         AC_MSG_RESULT($cf_gprconfig_value)
7026                                 else
7027                                         AC_MSG_RESULT(missing)
7028                                         cf_ada_config="#"
7029                                         break
7030                                 fi
7031                         done
7032                         cd ..
7033                         rm -rf ./conftest* ./*~conftest*
7034                 fi
7035         fi
7036         if test "x$cf_ada_config" != "x#"
7037         then
7038                 CF_GNAT_VERSION
7039                 CF_CHECK_GNAT_VERSION
7040                 AC_CHECK_PROG(M4_exists, m4, yes, no)
7041                 if test "$ac_cv_prog_M4_exists" = no; then
7042                         cf_cv_prog_gnat_correct=no
7043                         AC_MSG_WARN(Ada95 binding required program m4 not found. Ada95 binding disabled)
7044                 fi
7045                 if test "$cf_cv_prog_gnat_correct" = yes; then
7046                         AC_MSG_CHECKING(if GNAT works)
7047                         CF_GNAT_TRY_RUN([procedure conftest;],
7048 [with Text_IO;
7049 with GNAT.OS_Lib;
7050 procedure conftest is
7051 begin
7052    Text_IO.Put ("Hello World");
7053    Text_IO.New_Line;
7054    GNAT.OS_Lib.OS_Exit (0);
7055 end conftest;],
7056 [cf_cv_prog_gnat_correct=yes],
7057 [cf_cv_prog_gnat_correct=no])
7058                         AC_MSG_RESULT($cf_cv_prog_gnat_correct)
7059                 fi
7060         else
7061                 cf_cv_prog_gnat_correct=no
7062         fi
7063 fi
7064
7065 AC_SUBST(cf_ada_make)
7066 AC_SUBST(cf_ada_config)
7067 AC_SUBST(cf_ada_config_Ada)
7068 AC_SUBST(cf_ada_config_C)
7069 ])dnl
7070 dnl ---------------------------------------------------------------------------
7071 dnl CF_PROG_INSTALL version: 10 updated: 2021/01/04 19:33:05
7072 dnl ---------------
7073 dnl Force $INSTALL to be an absolute-path.  Otherwise, edit_man.sh and the
7074 dnl misc/tabset install won't work properly.  Usually this happens only when
7075 dnl using the fallback mkinstalldirs script
7076 AC_DEFUN([CF_PROG_INSTALL],
7077 [AC_PROG_INSTALL
7078 case $INSTALL in
7079 (/*)
7080         ;;
7081 (*)
7082         CF_DIRNAME(cf_dir,$INSTALL)
7083         test -z "$cf_dir" && cf_dir=.
7084         INSTALL="`cd \"$cf_dir\" && pwd`"/"`echo "$INSTALL" | sed -e 's%^.*/%%'`"
7085         ;;
7086 esac
7087 ])dnl
7088 dnl ---------------------------------------------------------------------------
7089 dnl CF_PROG_LDCONFIG version: 5 updated: 2015/04/18 08:56:57
7090 dnl ----------------
7091 dnl Check for ldconfig, needed to fixup shared libraries that would be built
7092 dnl and then used in the install.
7093 AC_DEFUN([CF_PROG_LDCONFIG],[
7094 if test "$cross_compiling" = yes ; then
7095         LDCONFIG=:
7096 else
7097         case "$cf_cv_system_name" in
7098         (dragonfly*|mirbsd*|freebsd*)
7099                 test -z "$LDCONFIG" && LDCONFIG="/sbin/ldconfig -R"
7100                 ;;
7101         (*) LDPATH=$PATH:/sbin:/usr/sbin
7102                 AC_PATH_PROG(LDCONFIG,ldconfig,,$LDPATH)
7103                 ;;
7104         esac
7105 fi
7106 AC_SUBST(LDCONFIG)
7107 ])dnl
7108 dnl ---------------------------------------------------------------------------
7109 dnl CF_PROG_LINT version: 5 updated: 2022/08/20 15:44:13
7110 dnl ------------
7111 AC_DEFUN([CF_PROG_LINT],
7112 [
7113 AC_CHECK_PROGS(LINT, lint cppcheck splint)
7114 case "x$LINT" in
7115 (xcppcheck|x*/cppcheck)
7116         test -z "$LINT_OPTS" && LINT_OPTS="--enable=all"
7117         ;;
7118 esac
7119 AC_SUBST(LINT_OPTS)
7120 AC_SUBST(LINT_LIBS)
7121 ])dnl
7122 dnl ---------------------------------------------------------------------------
7123 dnl CF_PROG_LN_S version: 2 updated: 2010/08/14 18:25:37
7124 dnl ------------
7125 dnl Combine checks for "ln -s" and "ln -sf", updating $LN_S to include "-f"
7126 dnl option if it is supported.
7127 AC_DEFUN([CF_PROG_LN_S],[
7128 AC_PROG_LN_S
7129 AC_MSG_CHECKING(if $LN_S -f options work)
7130
7131 rm -f conf$$.src conf$$dst
7132 echo >conf$$.dst
7133 echo first >conf$$.src
7134 if $LN_S -f conf$$.src conf$$.dst 2>/dev/null; then
7135         cf_prog_ln_sf=yes
7136 else
7137         cf_prog_ln_sf=no
7138 fi
7139 rm -f conf$$.dst conf$$src
7140 AC_MSG_RESULT($cf_prog_ln_sf)
7141
7142 test "$cf_prog_ln_sf" = yes && LN_S="$LN_S -f"
7143 ])dnl
7144 dnl ---------------------------------------------------------------------------
7145 dnl CF_REGEX version: 18 updated: 2021/01/01 16:53:59
7146 dnl --------
7147 dnl Attempt to determine if we've got one of the flavors of regular-expression
7148 dnl code that we can support.
7149 AC_DEFUN([CF_REGEX],
7150 [
7151
7152 cf_regex_func=no
7153 cf_regex_libs=
7154 case "$host_os" in
7155 (mingw*)
7156         # -lsystre -ltre -lintl -liconv
7157         AC_CHECK_LIB(systre,regcomp,[
7158                 AC_CHECK_LIB(iconv,libiconv_open,[CF_ADD_LIB(iconv)])
7159                 AC_CHECK_LIB(intl,libintl_gettext,[CF_ADD_LIB(intl)])
7160                 AC_CHECK_LIB(tre,tre_regcomp,[CF_ADD_LIB(tre)])
7161                 CF_ADD_LIB(systre)
7162                 cf_regex_func=regcomp
7163         ],[
7164                 AC_CHECK_LIB(gnurx,regcomp,[
7165                         CF_ADD_LIB(gnurx)
7166                         cf_regex_func=regcomp])
7167         ])
7168         ;;
7169 (*)
7170         cf_regex_libs="regex re"
7171         AC_CHECK_FUNC(regcomp,[cf_regex_func=regcomp],[
7172                 for cf_regex_lib in $cf_regex_libs
7173                 do
7174                         AC_CHECK_LIB($cf_regex_lib,regcomp,[
7175                                         CF_ADD_LIB($cf_regex_lib)
7176                                         cf_regex_func=regcomp
7177                                         break])
7178                 done
7179         ])
7180         ;;
7181 esac
7182
7183 if test "$cf_regex_func" = no ; then
7184         AC_CHECK_FUNC(compile,[cf_regex_func=compile],[
7185                 AC_CHECK_LIB(gen,compile,[
7186                                 CF_ADD_LIB(gen)
7187                                 cf_regex_func=compile])])
7188 fi
7189
7190 if test "$cf_regex_func" = no ; then
7191         AC_MSG_WARN(cannot find regular expression library)
7192 fi
7193
7194 AC_CACHE_CHECK(for regular-expression headers,cf_cv_regex_hdrs,[
7195
7196 cf_cv_regex_hdrs=no
7197 case "$cf_regex_func" in
7198 (compile)
7199         for cf_regex_hdr in regexp.h regexpr.h
7200         do
7201                 AC_TRY_LINK([#include <$cf_regex_hdr>],[
7202                         char *p = compile("", "", "", 0);
7203                         int x = step("", "");
7204                         (void)p;
7205                         (void)x;
7206                 ],[
7207                         cf_cv_regex_hdrs=$cf_regex_hdr
7208                         break
7209                 ])
7210         done
7211         ;;
7212 (*)
7213         for cf_regex_hdr in regex.h
7214         do
7215                 AC_TRY_LINK([#include <sys/types.h>
7216 #include <$cf_regex_hdr>],[
7217                         regex_t *p = 0;
7218                         int x = regcomp(p, "", 0);
7219                         int y = regexec(p, "", 0, 0, 0);
7220                         (void)x;
7221                         (void)y;
7222                         regfree(p);
7223                 ],[
7224                         cf_cv_regex_hdrs=$cf_regex_hdr
7225                         break
7226                 ])
7227         done
7228         ;;
7229 esac
7230
7231 ])
7232
7233 case "$cf_cv_regex_hdrs" in
7234         (no)            AC_MSG_WARN(no regular expression header found) ;;
7235         (regex.h)       AC_DEFINE(HAVE_REGEX_H_FUNCS,1,[Define to 1 to include regex.h for regular expressions]) ;;
7236         (regexp.h)      AC_DEFINE(HAVE_REGEXP_H_FUNCS,1,[Define to 1 to include regexp.h for regular expressions]) ;;
7237         (regexpr.h) AC_DEFINE(HAVE_REGEXPR_H_FUNCS,1,[Define to 1 to include regexpr.h for regular expressions]) ;;
7238 esac
7239 ])dnl
7240 dnl ---------------------------------------------------------------------------
7241 dnl CF_REMOVE_CFLAGS version: 3 updated: 2021/09/05 17:25:40
7242 dnl ----------------
7243 dnl Remove a given option from CFLAGS/CPPFLAGS
7244 dnl $1 = option to remove
7245 dnl $2 = variable to update
7246 dnl $3 = nonempty to allow verbose message
7247 define([CF_REMOVE_CFLAGS],
7248 [
7249 cf_tmp_cflag=`echo "x$1" | sed -e 's/^.//' -e 's/=.*//'`
7250 while true
7251 do
7252         cf_old_cflag=`echo "x[$]$2" | sed -e 's/^.//' -e 's/[[  ]][[    ]]*-/ -/g' -e "s%$cf_tmp_cflag\\(=[[^   ]][[^   ]]*\\)\?%%" -e 's/^[[   ]]*//' -e 's%[[ ]][[ ]]*-D% -D%g' -e 's%[[ ]][[ ]]*-I% -I%g'`
7253         test "[$]$2" != "$cf_old_cflag" || break
7254         ifelse([$3],,,[CF_VERBOSE(removing old option $1 from $2)])
7255         $2="$cf_old_cflag"
7256 done
7257 ])dnl
7258 dnl ---------------------------------------------------------------------------
7259 dnl CF_REMOVE_DEFINE version: 3 updated: 2010/01/09 11:05:50
7260 dnl ----------------
7261 dnl Remove all -U and -D options that refer to the given symbol from a list
7262 dnl of C compiler options.  This works around the problem that not all
7263 dnl compilers process -U and -D options from left-to-right, so a -U option
7264 dnl cannot be used to cancel the effect of a preceding -D option.
7265 dnl
7266 dnl $1 = target (which could be the same as the source variable)
7267 dnl $2 = source (including '$')
7268 dnl $3 = symbol to remove
7269 define([CF_REMOVE_DEFINE],
7270 [
7271 $1=`echo "$2" | \
7272         sed     -e 's/-[[UD]]'"$3"'\(=[[^       ]]*\)\?[[       ]]/ /g' \
7273                 -e 's/-[[UD]]'"$3"'\(=[[^       ]]*\)\?[$]//g'`
7274 ])dnl
7275 dnl ---------------------------------------------------------------------------
7276 dnl CF_REMOVE_LIB version: 1 updated: 2007/02/17 14:11:52
7277 dnl -------------
7278 dnl Remove the given library from the symbol
7279 dnl
7280 dnl $1 = target (which could be the same as the source variable)
7281 dnl $2 = source (including '$')
7282 dnl $3 = library to remove
7283 define([CF_REMOVE_LIB],
7284 [
7285 # remove $3 library from $2
7286 $1=`echo "$2" | sed -e 's/-l$3[[        ]]//g' -e 's/-l$3[$]//'`
7287 ])dnl
7288 dnl ---------------------------------------------------------------------------
7289 dnl CF_RESTORE_XTRA_FLAGS version: 1 updated: 2020/01/11 16:47:45
7290 dnl ---------------------
7291 dnl Restore flags saved in CF_SAVE_XTRA_FLAGS
7292 dnl $1 = name of current macro
7293 define([CF_RESTORE_XTRA_FLAGS],
7294 [
7295 LIBS="$cf_save_LIBS_$1"
7296 CFLAGS="$cf_save_CFLAGS_$1"
7297 CPPFLAGS="$cf_save_CPPFLAGS_$1"
7298 ])dnl
7299 dnl ---------------------------------------------------------------------------
7300 dnl CF_RPATH_HACK version: 13 updated: 2021/01/03 18:30:50
7301 dnl -------------
7302 AC_DEFUN([CF_RPATH_HACK],
7303 [AC_REQUIRE([AC_PROG_FGREP])dnl
7304 AC_REQUIRE([CF_LD_RPATH_OPT])dnl
7305
7306 AC_MSG_CHECKING(for updated LDFLAGS)
7307 if test -n "$LD_RPATH_OPT" ; then
7308         AC_MSG_RESULT(maybe)
7309
7310         AC_CHECK_PROGS(cf_ldd_prog,ldd,no)
7311         cf_rpath_list="/usr/lib /lib"
7312         if test "$cf_ldd_prog" != no
7313         then
7314                 cf_rpath_oops=
7315
7316 AC_TRY_LINK([#include <stdio.h>],
7317                 [printf("Hello");],
7318                 [cf_rpath_oops=`"$cf_ldd_prog" "conftest$ac_exeext" | ${FGREP-fgrep} ' not found' | sed -e 's% =>.*$%%' |sort | uniq`
7319                  cf_rpath_list=`"$cf_ldd_prog" "conftest$ac_exeext" | ${FGREP-fgrep} / | sed -e 's%^.*[[        ]]/%/%' -e 's%/[[^/]][[^/]]*$%%' |sort | uniq`])
7320
7321                 # If we passed the link-test, but get a "not found" on a given library,
7322                 # this could be due to inept reconfiguration of gcc to make it only
7323                 # partly honor /usr/local/lib (or whatever).  Sometimes this behavior
7324                 # is intentional, e.g., installing gcc in /usr/bin and suppressing the
7325                 # /usr/local libraries.
7326                 if test -n "$cf_rpath_oops"
7327                 then
7328                         for cf_rpath_src in $cf_rpath_oops
7329                         do
7330                                 for cf_rpath_dir in \
7331                                         /usr/local \
7332                                         /usr/pkg \
7333                                         /opt/sfw
7334                                 do
7335                                         if test -f "$cf_rpath_dir/lib/$cf_rpath_src"
7336                                         then
7337                                                 CF_VERBOSE(...adding -L$cf_rpath_dir/lib to LDFLAGS for $cf_rpath_src)
7338                                                 LDFLAGS="$LDFLAGS -L$cf_rpath_dir/lib"
7339                                                 break
7340                                         fi
7341                                 done
7342                         done
7343                 fi
7344         fi
7345
7346         CF_VERBOSE(...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS)
7347
7348         CF_RPATH_HACK_2(LDFLAGS)
7349         CF_RPATH_HACK_2(LIBS)
7350
7351         CF_VERBOSE(...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS)
7352 else
7353         AC_MSG_RESULT(no)
7354 fi
7355 AC_SUBST(EXTRA_LDFLAGS)
7356 ])dnl
7357 dnl ---------------------------------------------------------------------------
7358 dnl CF_RPATH_HACK_2 version: 8 updated: 2021/01/01 13:31:04
7359 dnl ---------------
7360 dnl Do one set of substitutions for CF_RPATH_HACK, adding an rpath option to
7361 dnl EXTRA_LDFLAGS for each -L option found.
7362 dnl
7363 dnl $cf_rpath_list contains a list of directories to ignore.
7364 dnl
7365 dnl $1 = variable name to update.  The LDFLAGS variable should be the only one,
7366 dnl      but LIBS often has misplaced -L options.
7367 AC_DEFUN([CF_RPATH_HACK_2],
7368 [
7369 CF_VERBOSE(...checking $1 [$]$1)
7370
7371 cf_rpath_dst=
7372 for cf_rpath_src in [$]$1
7373 do
7374         case "$cf_rpath_src" in
7375         (-L*)
7376
7377                 # check if this refers to a directory which we will ignore
7378                 cf_rpath_skip=no
7379                 if test -n "$cf_rpath_list"
7380                 then
7381                         for cf_rpath_item in $cf_rpath_list
7382                         do
7383                                 if test "x$cf_rpath_src" = "x-L$cf_rpath_item"
7384                                 then
7385                                         cf_rpath_skip=yes
7386                                         break
7387                                 fi
7388                         done
7389                 fi
7390
7391                 if test "$cf_rpath_skip" = no
7392                 then
7393                         # transform the option
7394                         if test "$LD_RPATH_OPT" = "-R " ; then
7395                                 cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%-R %"`
7396                         else
7397                                 cf_rpath_tmp=`echo "$cf_rpath_src" |sed -e "s%-L%$LD_RPATH_OPT%"`
7398                         fi
7399
7400                         # if we have not already added this, add it now
7401                         cf_rpath_tst=`echo "$EXTRA_LDFLAGS" | sed -e "s%$cf_rpath_tmp %%"`
7402                         if test "x$cf_rpath_tst" = "x$EXTRA_LDFLAGS"
7403                         then
7404                                 CF_VERBOSE(...Filter $cf_rpath_src ->$cf_rpath_tmp)
7405                                 EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS"
7406                         fi
7407                 fi
7408                 ;;
7409         esac
7410         cf_rpath_dst="$cf_rpath_dst $cf_rpath_src"
7411 done
7412 $1=$cf_rpath_dst
7413
7414 CF_VERBOSE(...checked $1 [$]$1)
7415 AC_SUBST(EXTRA_LDFLAGS)
7416 ])dnl
7417 dnl ---------------------------------------------------------------------------
7418 dnl CF_SAVE_XTRA_FLAGS version: 1 updated: 2020/01/11 16:46:44
7419 dnl ------------------
7420 dnl Use this macro to save CFLAGS/CPPFLAGS/LIBS before checks against X headers
7421 dnl and libraries which do not update those variables.
7422 dnl
7423 dnl $1 = name of current macro
7424 define([CF_SAVE_XTRA_FLAGS],
7425 [
7426 cf_save_LIBS_$1="$LIBS"
7427 cf_save_CFLAGS_$1="$CFLAGS"
7428 cf_save_CPPFLAGS_$1="$CPPFLAGS"
7429 LIBS="$LIBS ${X_PRE_LIBS} ${X_LIBS} ${X_EXTRA_LIBS}"
7430 for cf_X_CFLAGS in $X_CFLAGS
7431 do
7432         case "x$cf_X_CFLAGS" in
7433         x-[[IUD]]*)
7434                 CPPFLAGS="$CPPFLAGS $cf_X_CFLAGS"
7435                 ;;
7436         *)
7437                 CFLAGS="$CFLAGS $cf_X_CFLAGS"
7438                 ;;
7439         esac
7440 done
7441 ])dnl
7442 dnl ---------------------------------------------------------------------------
7443 dnl CF_SHARED_OPTS version: 111 updated: 2024/03/29 20:08:49
7444 dnl --------------
7445 dnl --------------
7446 dnl Attempt to determine the appropriate CC/LD options for creating a shared
7447 dnl library.
7448 dnl
7449 dnl Notes:
7450 dnl a) ${LOCAL_LDFLAGS} is used to link executables that will run within
7451 dnl the build-tree, i.e., by making use of the libraries that are compiled in
7452 dnl $rel_builddir/lib We avoid compiling-in a $rel_builddir/lib path for the
7453 dnl shared library since that can lead to unexpected results at runtime.
7454 dnl b) ${LOCAL_LDFLAGS2} has the same intention but assumes that the shared
7455 dnl libraries are compiled in ../../lib
7456 dnl
7457 dnl The variable 'cf_cv_do_symlinks' is used to control whether we configure
7458 dnl to install symbolic links to the rel/abi versions of shared libraries.
7459 dnl
7460 dnl The variable 'cf_cv_shlib_version' controls whether we use the rel or abi
7461 dnl version when making symbolic links.
7462 dnl
7463 dnl The variable 'cf_cv_shlib_version_infix' controls whether shared library
7464 dnl version numbers are infix (ex: libncurses.<ver>.dylib) or postfix
7465 dnl (ex: libncurses.so.<ver>).
7466 dnl
7467 dnl Some loaders leave 'so_locations' lying around.  It is nice to clean up.
7468 AC_DEFUN([CF_SHARED_OPTS],
7469 [
7470         AC_REQUIRE([CF_LD_RPATH_OPT])
7471
7472         RM_SHARED_OPTS=
7473         LOCAL_LDFLAGS=
7474         LOCAL_LDFLAGS2=
7475         LD_SHARED_OPTS=
7476         INSTALL_LIB="-m 644"
7477         : ${rel_builddir:=.}
7478
7479         shlibdir=$libdir
7480         AC_SUBST(shlibdir)
7481
7482         MAKE_DLLS="#"
7483         AC_SUBST(MAKE_DLLS)
7484
7485         cf_cv_do_symlinks=no
7486         cf_ld_rpath_opt=
7487         test "$cf_cv_enable_rpath" = yes && cf_ld_rpath_opt="$LD_RPATH_OPT"
7488
7489         AC_MSG_CHECKING(whether to use release or ABI version in shared library file names)
7490         AC_ARG_WITH(shlib-version,
7491         [[  --with-shlib-version[={rel|abi}] use release or ABI version in shared library file names]],
7492         [test -z "$withval" && withval=auto
7493         case "$withval" in
7494         (yes)
7495                 cf_cv_shlib_version=auto
7496                 ;;
7497         (rel|abi|auto)
7498                 cf_cv_shlib_version=$withval
7499                 ;;
7500         (*)
7501                 AC_MSG_RESULT($withval)
7502                 AC_MSG_ERROR([option value must be one of: rel, abi, or auto])
7503                 ;;
7504         esac
7505         ],[cf_cv_shlib_version=auto])
7506         AC_MSG_RESULT($cf_cv_shlib_version)
7507
7508         cf_cv_rm_so_locs=no
7509         cf_try_cflags=
7510
7511         # Some less-capable ports of gcc support only -fpic
7512         CC_SHARED_OPTS=
7513
7514         cf_try_fPIC=no
7515         if test "$GCC" = yes
7516         then
7517                 cf_try_fPIC=yes
7518         else
7519                 case "$cf_cv_system_name" in
7520                 (*linux*)       # e.g., PGI compiler
7521                         cf_try_fPIC=yes
7522                         ;;
7523                 esac
7524         fi
7525
7526         if test "$cf_try_fPIC" = yes
7527         then
7528                 AC_MSG_CHECKING(which $CC option to use)
7529                 cf_save_CFLAGS="$CFLAGS"
7530                 for CC_SHARED_OPTS in -fPIC -fpic ''
7531                 do
7532                         CFLAGS="$cf_save_CFLAGS $CC_SHARED_OPTS"
7533                         AC_TRY_COMPILE([#include <stdio.h>],[int x = 1; (void)x],[break],[])
7534                 done
7535                 AC_MSG_RESULT($CC_SHARED_OPTS)
7536                 CFLAGS="$cf_save_CFLAGS"
7537         fi
7538
7539         cf_cv_shlib_version_infix=no
7540
7541         case "$cf_cv_system_name" in
7542         (aix4.[3-9]*|aix[[5-7]]*)
7543                 if test "$GCC" = yes; then
7544                         CC_SHARED_OPTS='-Wl,-brtl'
7545                         MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -Wl,-brtl -Wl,-blibpath:${RPATH_LIST}:/usr/lib -o [$]@'
7546                 else
7547                         CC_SHARED_OPTS='-brtl'
7548                         # as well as '-qpic=large -G' or perhaps "-bM:SRE -bnoentry -bexpall"
7549                         MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -G -Wl,-brtl -Wl,-blibpath:${RPATH_LIST}:/usr/lib -o [$]@'
7550                 fi
7551                 ;;
7552         (beos*)
7553                 MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -o $[@] -Xlinker -soname=`basename $[@]` -nostart -e 0'
7554                 ;;
7555         (cygwin*)
7556                 CC_SHARED_OPTS=
7557                 MK_SHARED_LIB=$SHELL' '$rel_builddir'/mk_shared_lib.sh [$]@ [$]{CC} [$]{CFLAGS}'
7558                 RM_SHARED_OPTS="$RM_SHARED_OPTS $rel_builddir/mk_shared_lib.sh *.dll.a"
7559                 cf_cv_shlib_version=cygdll
7560                 cf_cv_shlib_version_infix=cygdll
7561                 shlibdir=$bindir
7562                 MAKE_DLLS=
7563                 cat >mk_shared_lib.sh <<-CF_EOF
7564                 #!$SHELL
7565                 SHARED_LIB=\[$]1
7566                 IMPORT_LIB=\`echo "\[$]1" | sed -e 's/cyg/lib/' -e 's/[[0-9]]*\.dll[$]/.dll.a/'\`
7567                 shift
7568                 cat <<-EOF
7569                 Linking shared library
7570                 ** SHARED_LIB \[$]SHARED_LIB
7571                 ** IMPORT_LIB \[$]IMPORT_LIB
7572 EOF
7573                 exec \[$]* ${LDFLAGS} -shared -Wl,--out-implib=\[$]{IMPORT_LIB} -Wl,--export-all-symbols -o \[$]{SHARED_LIB}
7574 CF_EOF
7575                 chmod +x mk_shared_lib.sh
7576                 ;;
7577         (msys*)
7578                 CC_SHARED_OPTS=
7579                 MK_SHARED_LIB=$SHELL' '$rel_builddir'/mk_shared_lib.sh [$]@ [$]{CC} [$]{CFLAGS}'
7580                 RM_SHARED_OPTS="$RM_SHARED_OPTS $rel_builddir/mk_shared_lib.sh *.dll.a"
7581                 cf_cv_shlib_version=msysdll
7582                 cf_cv_shlib_version_infix=msysdll
7583                 shlibdir=$bindir
7584                 MAKE_DLLS=
7585                 cat >mk_shared_lib.sh <<-CF_EOF
7586                 #!$SHELL
7587                 SHARED_LIB=\[$]1
7588                 IMPORT_LIB=\`echo "\[$]1" | sed -e 's/msys-/lib/' -e 's/[[0-9]]*\.dll[$]/.dll.a/'\`
7589                 shift
7590                 cat <<-EOF
7591                 Linking shared library
7592                 ** SHARED_LIB \[$]SHARED_LIB
7593                 ** IMPORT_LIB \[$]IMPORT_LIB
7594 EOF
7595                 exec \[$]* ${LDFLAGS} -shared -Wl,--out-implib=\[$]{IMPORT_LIB} -Wl,--export-all-symbols -o \[$]{SHARED_LIB}
7596 CF_EOF
7597                 chmod +x mk_shared_lib.sh
7598                 ;;
7599         (darwin*)
7600                 cf_try_cflags="no-cpp-precomp"
7601                 CC_SHARED_OPTS="-dynamic"
7602                 MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $[@]` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $[@]'
7603                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi
7604                 cf_cv_shlib_version_infix=yes
7605                 AC_CACHE_CHECK([if ld -search_paths_first works], cf_cv_ldflags_search_paths_first, [
7606                         cf_save_LDFLAGS=$LDFLAGS
7607                         LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
7608                         AC_TRY_LINK(, [int i;], cf_cv_ldflags_search_paths_first=yes, cf_cv_ldflags_search_paths_first=no)
7609                                 LDFLAGS=$cf_save_LDFLAGS])
7610                 if test "$cf_cv_ldflags_search_paths_first" = yes; then
7611                         LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
7612                 fi
7613                 ;;
7614         (haiku*)
7615                 CF_SHARED_SONAME
7616                 MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname',-stats,-lc -o $[@]'
7617                 ;;
7618         (hpux[[7-8]]*)
7619                 # HP-UX 8.07 ld lacks "+b" option used for libdir search-list
7620                 if test "$GCC" != yes; then
7621                         CC_SHARED_OPTS='+Z'
7622                 fi
7623                 MK_SHARED_LIB='${LD} ${LDFLAGS} -b -o $[@]'
7624                 INSTALL_LIB="-m 555"
7625                 ;;
7626         (hpux*)
7627                 # (tested with gcc 2.7.2 -- I don't have c89)
7628                 if test "$GCC" = yes; then
7629                         LD_SHARED_OPTS='-Xlinker +b -Xlinker ${libdir}'
7630                 else
7631                         CC_SHARED_OPTS='+Z'
7632                         LD_SHARED_OPTS='-Wl,+b,${libdir}'
7633                 fi
7634                 MK_SHARED_LIB='${LD} ${LDFLAGS} +b ${libdir} -b -o $[@]'
7635                 # HP-UX shared libraries must be executable, and should be
7636                 # readonly to exploit a quirk in the memory manager.
7637                 INSTALL_LIB="-m 555"
7638                 ;;
7639         (interix*)
7640                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7641                 if test "$cf_cv_shlib_version" = rel; then
7642                         cf_shared_soname='`basename $[@] .${REL_VERSION}`.${ABI_VERSION}'
7643                 else
7644                         cf_shared_soname='`basename $[@]`'
7645                 fi
7646                 CC_SHARED_OPTS=
7647                 MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -Wl,-rpath,${RPATH_LIST} -Wl,-h,'$cf_shared_soname' -o $[@]'
7648                 ;;
7649         (irix*)
7650                 if test "$cf_cv_enable_rpath" = yes ; then
7651                         EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
7652                 fi
7653                 # tested with IRIX 5.2 and 'cc'.
7654                 if test "$GCC" != yes; then
7655                         CC_SHARED_OPTS='-KPIC'
7656                         MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -rdata_shared -soname `basename $[@]` -o $[@]'
7657                 else
7658                         MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -Wl,-soname,`basename $[@]` -o $[@]'
7659                 fi
7660                 cf_cv_rm_so_locs=yes
7661                 ;;
7662         (linux*|gnu*|k*bsd*-gnu)
7663                 if test "$DFT_LWR_MODEL" = "shared" && test -n "$LD_RPATH_OPT" ; then
7664                         LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
7665                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7666                 fi
7667                 if test "$cf_cv_enable_rpath" = yes ; then
7668                         EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
7669                 fi
7670                 CF_SHARED_SONAME
7671                 MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname',-stats,-lc -o $[@]'
7672                 ;;
7673         (mingw*msvc*)
7674                 cf_cv_shlib_version=msvcdll
7675                 cf_cv_shlib_version_infix=msvcdll
7676                 shlibdir=$bindir
7677                 MAKE_DLLS=
7678                 if test "$DFT_LWR_MODEL" = "shared" ; then
7679                         LOCAL_LDFLAGS="-link -dll"
7680                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7681                         EXTRA_LDFLAGS="-link -dll $EXTRA_LDFLAGS"
7682                 fi
7683                 CC_SHARED_OPTS=
7684                 MK_SHARED_LIB=$SHELL' '$rel_builddir'/mk_shared_lib.sh [$]@ ${LD} [$]{CFLAGS}'
7685                 RM_SHARED_OPTS="$RM_SHARED_OPTS $rel_builddir/mk_shared_lib.sh *.dll.lib"
7686                 cat >mk_shared_lib.sh <<-CF_EOF
7687                 #!$SHELL
7688                 SHARED_LIB=\[$]1
7689                 IMPORT_LIB=\`echo "\[$]1" | sed -e 's/[[0-9]]*\.dll[$]/.dll.lib/'\`
7690                 shift
7691                 my_ld=\[$]1
7692                 shift
7693                 cat <<-EOF
7694                 Linking shared library
7695                 ** SHARED LIB \$SHARED_LIB
7696                 ** IMPORT_LIB \$IMPORT_LIB
7697 EOF
7698                 args=\$(echo \[$]* | sed -E "s#-l(\w*)#\1.dll.lib#g" | sed -E "s#-L(\w*)#-LIBPATH:\1#g")
7699                 exec \$my_ld -DLL -IMPLIB:"\${IMPORT_LIB}" -OUT:"\${SHARED_LIB}" ${LDFLAGS} \$args
7700                 mv "\${IMPORT_LIB}" "\${IMPORT_LIB}"
7701 CF_EOF
7702                 chmod +x mk_shared_lib.sh
7703                 cat >mk_prog.sh <<-CF_EOF
7704                 #!$SHELL
7705                 shift
7706                 # Ignore first argument (compiler) and use LD (link.exe) unconditionally
7707                 LD="[$]LD"
7708                 clopts=()
7709                 ldopts=("/subsystem:console")
7710                 libs=()
7711                 isdll=0
7712                 while test \[$]# -gt 0; do
7713                         case "\[$]1" in
7714                                 -link)
7715                                         # ignore -link argument
7716                                         ;;
7717                                 -M[[TD]] | -M[[TD]]d)
7718                                         # ignore runtime-library option
7719                                         ;;
7720                                 -dll)
7721                                         isdll=1
7722                                         ;;
7723                                 -W* | -w*)
7724                                         # ignore warnings
7725                                         ;;
7726                                 -D*)
7727                                         clopts+=("\[$]1")
7728                                         ;;
7729                                 -I*)
7730                                         clopts+=("\[$]1")
7731                                         ;;
7732                                 -l*)
7733                                         libs+=("\`echo \"\[$]1\" | sed \"s/^-l//\"\`")
7734                                         ;;
7735                                 -L*)
7736                                         ldopts+=("\`echo \"\[$]1\" | sed \"s/^-L/-LIBPATH:/\"\`")
7737                                         ;;
7738                                 *.obj | *.o)
7739                                         ldopts+=("\[$]1")
7740                                         ;;
7741                                 -Wl,*)
7742                                         for linkarg in \`echo '\[$]1' | sed -e 's/-Wl,//' -e 's/,/ /'\`; do
7743                                                 ldopts+=("\[$]{linkarg}")
7744                                         done
7745                                         ;;
7746                                 *.lib)
7747                                         ldopts+=("\[$]1")
7748                                         ;;
7749                                 -o)
7750                                         shift
7751                                         ldopts+=("-out:\[$]1")
7752                                         ;;
7753                                 *)
7754                                         clopts+=("\[$]1")
7755                                         ldopts+=("\[$]1")
7756                                         ;;
7757                         esac
7758                         shift
7759                 done
7760                 if [[ "\$isdll" -ne 0 ]]; then
7761                         for lib in \[$]{libs[[*]]}; do
7762                                 ldopts+=("\[$]lib.dll.lib")
7763                         done
7764                 else
7765                         for lib in \[$]{libs[[*]]}; do
7766                                 ldopts+=("\[$]lib.lib")
7767                         done
7768                 fi
7769                 cat <<-EOF
7770                 Creating program
7771                 ** ld options:   "\[$]{ldopts[[@]]}"
7772 EOF
7773                 exec \[$]LD \[$]{ldopts[[@]]}
7774 CF_EOF
7775                 chmod +x mk_prog.sh
7776                 LINK_PROGS="$SHELL ${rel_builddir}/mk_prog.sh"
7777                 LINK_TESTS="$SHELL ${rel_builddir}/mk_prog.sh"
7778                 ;;
7779         (mingw*)
7780                 cf_cv_shlib_version=mingw
7781                 cf_cv_shlib_version_infix=mingw
7782                 shlibdir=$bindir
7783                 MAKE_DLLS=
7784                 if test "$DFT_LWR_MODEL" = "shared" ; then
7785                         LOCAL_LDFLAGS="-Wl,--enable-auto-import"
7786                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7787                         EXTRA_LDFLAGS="-Wl,--enable-auto-import $EXTRA_LDFLAGS"
7788                 fi
7789                 CC_SHARED_OPTS=
7790                 MK_SHARED_LIB=$SHELL' '$rel_builddir'/mk_shared_lib.sh [$]@ [$]{CC} [$]{CFLAGS}'
7791                 RM_SHARED_OPTS="$RM_SHARED_OPTS $rel_builddir/mk_shared_lib.sh *.dll.a"
7792                 cat >mk_shared_lib.sh <<-CF_EOF
7793                 #!$SHELL
7794                 SHARED_LIB=\[$]1
7795                 IMPORT_LIB=\`echo "\[$]1" | sed -e 's/[[0-9]]*\.dll[$]/.dll.a/'\`
7796                 shift
7797                 cat <<-EOF
7798                 Linking shared library
7799                 ** SHARED_LIB \[$]SHARED_LIB
7800                 ** IMPORT_LIB \[$]IMPORT_LIB
7801 EOF
7802                 exec \[$]* ${LDFLAGS} -shared -Wl,--enable-auto-import,--out-implib=\[$]{IMPORT_LIB} -Wl,--export-all-symbols -o \[$]{SHARED_LIB}
7803 CF_EOF
7804                 chmod +x mk_shared_lib.sh
7805                 ;;
7806         (openbsd[[2-9]].*|mirbsd*)
7807                 if test "$DFT_LWR_MODEL" = "shared" && test -n "$LD_RPATH_OPT" ; then
7808                         LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
7809                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7810                 fi
7811                 if test "$cf_cv_enable_rpath" = yes ; then
7812                         EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
7813                 fi
7814                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
7815                 CF_SHARED_SONAME
7816                 MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -Wl,-Bshareable,-soname,'$cf_cv_shared_soname',-stats,-lc -o $[@]'
7817                 ;;
7818         (nskJ*)
7819                 CC_SHARED_OPTS=
7820                 MK_SHARED_LIB='${LD} -Wshared -Weld=-export_all -o $[@]'
7821                 ;;
7822         (nskL*)
7823                 CC_SHARED_OPTS=
7824                 MK_SHARED_LIB='${LD} -Wshared -Wxld=-export_all -o $[@]'
7825                 ;;
7826         (nto-qnx*|openbsd*|freebsd[[12]].*)
7827                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
7828                 MK_SHARED_LIB='${LD} ${LDFLAGS} -Bshareable -o $[@]'
7829                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7830                 ;;
7831         (dragonfly*|freebsd*)
7832                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
7833                 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_enable_rpath" = yes ; then
7834                         LOCAL_LDFLAGS="${cf_ld_rpath_opt}\$(LOCAL_LIBDIR)"
7835                         LOCAL_LDFLAGS2="${cf_ld_rpath_opt}\${RPATH_LIST} $LOCAL_LDFLAGS"
7836                         EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
7837                 fi
7838                 CF_SHARED_SONAME
7839                 MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname',-stats,-lc -o $[@]'
7840                 ;;
7841         (netbsd*)
7842                 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC"
7843                 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_enable_rpath" = yes ; then
7844                         LOCAL_LDFLAGS="${cf_ld_rpath_opt}\$(LOCAL_LIBDIR)"
7845                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7846                         EXTRA_LDFLAGS="${cf_ld_rpath_opt}\${RPATH_LIST} $EXTRA_LDFLAGS"
7847                         if test "$cf_cv_shlib_version" = auto; then
7848                         if test -f /usr/libexec/ld.elf_so; then
7849                                 cf_cv_shlib_version=abi
7850                         else
7851                                 cf_cv_shlib_version=rel
7852                         fi
7853                         fi
7854                         CF_SHARED_SONAME
7855                         MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $[@]'
7856                 else
7857                         MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -o $[@]'
7858                 fi
7859                 ;;
7860         (osf*|mls+*)
7861                 # tested with OSF/1 V3.2 and 'cc'
7862                 # tested with OSF/1 V3.2 and gcc 2.6.3 (but the c++ demo didn't
7863                 # link with shared libs).
7864                 MK_SHARED_LIB='${LD} ${LDFLAGS} -set_version ${REL_VERSION}:${ABI_VERSION} -expect_unresolved "*" -shared -soname `basename $[@]`'
7865                 case "$host_os" in
7866                 (osf4*)
7867                         MK_SHARED_LIB="${MK_SHARED_LIB} -msym"
7868                         ;;
7869                 esac
7870                 MK_SHARED_LIB="${MK_SHARED_LIB}"' -o $[@]'
7871                 if test "$DFT_LWR_MODEL" = "shared" && test -n "$LD_RPATH_OPT" ; then
7872                         LOCAL_LDFLAGS="${LD_RPATH_OPT}\$(LOCAL_LIBDIR)"
7873                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7874                 fi
7875                 cf_cv_rm_so_locs=yes
7876                 ;;
7877         (sco3.2v5*)  # also uw2* and UW7: hops 13-Apr-98
7878                 # tested with osr5.0.5
7879                 if test "$GCC" != yes; then
7880                         CC_SHARED_OPTS='-belf -KPIC'
7881                 fi
7882                 MK_SHARED_LIB='${LD} ${LDFLAGS} -dy -G -h `basename $[@] .${REL_VERSION}`.${ABI_VERSION} -o [$]@'
7883                 if test "$cf_cv_enable_rpath" = yes ; then
7884                         # only way is to set LD_RUN_PATH but no switch for it
7885                         RUN_PATH=$libdir
7886                 fi
7887                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7888                 LINK_PROGS='LD_RUN_PATH=${libdir}'
7889                 LINK_TESTS='Pwd=`pwd`;LD_RUN_PATH=`dirname $${Pwd}`/lib'
7890                 ;;
7891         (sunos4*)
7892                 # tested with SunOS 4.1.1 and gcc 2.7.0
7893                 if test "$GCC" != yes; then
7894                         CC_SHARED_OPTS='-KPIC'
7895                 fi
7896                 MK_SHARED_LIB='${LD} ${LDFLAGS} -assert pure-text -o $[@]'
7897                 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=rel
7898                 ;;
7899         (solaris2*)
7900                 # tested with SunOS 5.5.1 (solaris 2.5.1) and gcc 2.7.2
7901                 # tested with SunOS 5.10 (solaris 10) and gcc 3.4.3
7902                 if test "$DFT_LWR_MODEL" = "shared" ; then
7903                         LOCAL_LDFLAGS="-R\$(LOCAL_LIBDIR):\${libdir}"
7904                         LOCAL_LDFLAGS2="$LOCAL_LDFLAGS"
7905                 fi
7906                 if test "$cf_cv_enable_rpath" = yes ; then
7907                         EXTRA_LDFLAGS="-R\${libdir} $EXTRA_LDFLAGS"
7908                 fi
7909                 CF_SHARED_SONAME
7910                 if test "$GCC" != yes; then
7911                         cf_save_CFLAGS="$CFLAGS"
7912                         for cf_shared_opts in -xcode=pic32 -xcode=pic13 -KPIC -Kpic -O
7913                         do
7914                                 CFLAGS="$cf_shared_opts $cf_save_CFLAGS"
7915                                 AC_TRY_COMPILE([#include <stdio.h>],[printf("Hello\\n");],[break])
7916                         done
7917                         CFLAGS="$cf_save_CFLAGS"
7918                         CC_SHARED_OPTS=$cf_shared_opts
7919                         MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -dy -G -Wl,-h,'$cf_cv_shared_soname' -o $[@]'
7920                 else
7921                         MK_SHARED_LIB='${CC} ${LDFLAGS} ${CFLAGS} -shared -dy -G -Wl,-h,'$cf_cv_shared_soname' -o $[@]'
7922                 fi
7923                 ;;
7924         (sysv5uw7*|unix_sv*)
7925                 # tested with UnixWare 7.1.0 (gcc 2.95.2 and cc)
7926                 if test "$GCC" != yes; then
7927                         CC_SHARED_OPTS='-KPIC'
7928                 fi
7929                 MK_SHARED_LIB='${LD} ${LDFLAGS} -d y -G -o [$]@'
7930                 ;;
7931         (*)
7932                 CC_SHARED_OPTS='unknown'
7933                 MK_SHARED_LIB='echo unknown'
7934                 ;;
7935         esac
7936
7937         # This works if the last tokens in $MK_SHARED_LIB are the -o target.
7938         case "$cf_cv_shlib_version" in
7939         (rel|abi)
7940                 case "$MK_SHARED_LIB" in
7941                 (*'-o $[@]')
7942                         test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes
7943                         ;;
7944                 (*)
7945                         AC_MSG_WARN(ignored --with-shlib-version)
7946                         ;;
7947                 esac
7948                 ;;
7949         esac
7950
7951         if test -n "$cf_try_cflags"
7952         then
7953 cat > conftest.$ac_ext <<EOF
7954 #line __oline__ "${as_me:-configure}"
7955 #include <stdio.h>
7956 int main(int argc, char *argv[[]])
7957 {
7958         printf("hello\\n");
7959         return (argv[[argc-1]] == 0) ;
7960 }
7961 EOF
7962                 cf_save_CFLAGS="$CFLAGS"
7963                 for cf_opt in $cf_try_cflags
7964                 do
7965                         CFLAGS="$cf_save_CFLAGS -$cf_opt"
7966                         AC_MSG_CHECKING(if CFLAGS option -$cf_opt works)
7967                         if AC_TRY_EVAL(ac_compile); then
7968                                 AC_MSG_RESULT(yes)
7969                                 cf_save_CFLAGS="$CFLAGS"
7970                         else
7971                                 AC_MSG_RESULT(no)
7972                         fi
7973                 done
7974                 CFLAGS="$cf_save_CFLAGS"
7975         fi
7976
7977
7978         # RPATH_LIST is a colon-separated list of directories
7979         test -n "$cf_ld_rpath_opt" && MK_SHARED_LIB="$MK_SHARED_LIB $cf_ld_rpath_opt\${RPATH_LIST}"
7980         test -z "$RPATH_LIST" && RPATH_LIST="\${libdir}"
7981
7982         test "$cf_cv_rm_so_locs" = yes && RM_SHARED_OPTS="$RM_SHARED_OPTS so_locations"
7983
7984         CF_VERBOSE(CC_SHARED_OPTS: $CC_SHARED_OPTS)
7985         CF_VERBOSE(MK_SHARED_LIB:  $MK_SHARED_LIB)
7986
7987         AC_SUBST(CC_SHARED_OPTS)
7988         AC_SUBST(LD_RPATH_OPT)
7989         AC_SUBST(LD_SHARED_OPTS)
7990         AC_SUBST(MK_SHARED_LIB)
7991         AC_SUBST(RM_SHARED_OPTS)
7992
7993         AC_SUBST(LINK_PROGS)
7994         AC_SUBST(LINK_TESTS)
7995
7996         AC_SUBST(EXTRA_LDFLAGS)
7997         AC_SUBST(LOCAL_LDFLAGS)
7998         AC_SUBST(LOCAL_LDFLAGS2)
7999
8000         AC_SUBST(INSTALL_LIB)
8001         AC_SUBST(RPATH_LIST)
8002 ])dnl
8003 dnl ---------------------------------------------------------------------------
8004 dnl CF_SHARED_SONAME version: 3 updated: 2008/09/08 18:34:43
8005 dnl ----------------
8006 dnl utility macro for CF_SHARED_OPTS, constructs "$cf_cv_shared_soname" for
8007 dnl substitution into MK_SHARED_LIB string for the "-soname" (or similar)
8008 dnl option.
8009 dnl
8010 dnl $1 is the default that should be used for "$cf_cv_shlib_version".
8011 dnl If missing, use "rel".
8012 define([CF_SHARED_SONAME],
8013 [
8014         test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=ifelse($1,,rel,$1)
8015         if test "$cf_cv_shlib_version" = rel; then
8016                 cf_cv_shared_soname='`basename $[@] .${REL_VERSION}`.${ABI_VERSION}'
8017         else
8018                 cf_cv_shared_soname='`basename $[@]`'
8019         fi
8020 ])
8021 dnl ---------------------------------------------------------------------------
8022 dnl CF_SIGWINCH version: 7 updated: 2023/02/18 17:41:25
8023 dnl -----------
8024 dnl Use this macro after CF_XOPEN_SOURCE, but do not require it (not all
8025 dnl programs need this test).
8026 dnl
8027 dnl This is really a Mac OS X 10.4.3 workaround.  Defining _POSIX_C_SOURCE
8028 dnl forces SIGWINCH to be undefined (breaks xterm, ncurses).  Oddly, the struct
8029 dnl winsize declaration is left alone - we may revisit this if Apple choose to
8030 dnl break that part of the interface as well.
8031 AC_DEFUN([CF_SIGWINCH],
8032 [
8033 AC_CACHE_CHECK(if SIGWINCH is defined,cf_cv_define_sigwinch,[
8034         AC_TRY_COMPILE([
8035 #include <sys/types.h>
8036 #include <sys/signal.h>
8037 ],[int x = SIGWINCH; (void)x],
8038         [cf_cv_define_sigwinch=yes],
8039         [AC_TRY_COMPILE([
8040 #undef _XOPEN_SOURCE
8041 #undef _POSIX_SOURCE
8042 #undef _POSIX_C_SOURCE
8043 #include <sys/types.h>
8044 #include <sys/signal.h>
8045 ],[int x = SIGWINCH; (void)x],
8046         [cf_cv_define_sigwinch=maybe],
8047         [cf_cv_define_sigwinch=no])
8048 ])
8049 ])
8050
8051 if test "$cf_cv_define_sigwinch" = maybe ; then
8052 AC_CACHE_CHECK(for actual SIGWINCH definition,cf_cv_fixup_sigwinch,[
8053 cf_cv_fixup_sigwinch=unknown
8054 cf_sigwinch=32
8055 while test "$cf_sigwinch" != 1
8056 do
8057         AC_TRY_COMPILE([
8058 #undef _XOPEN_SOURCE
8059 #undef _POSIX_SOURCE
8060 #undef _POSIX_C_SOURCE
8061 #include <sys/types.h>
8062 #include <sys/signal.h>
8063 ],[
8064 #if SIGWINCH != $cf_sigwinch
8065 #error SIGWINCH is not $cf_sigwinch
8066 #endif
8067 int x = SIGWINCH; (void)x],
8068         [cf_cv_fixup_sigwinch=$cf_sigwinch
8069          break])
8070
8071 cf_sigwinch="`expr "$cf_sigwinch" - 1`"
8072 done
8073 ])
8074
8075         if test "$cf_cv_fixup_sigwinch" != unknown ; then
8076                 CPPFLAGS="$CPPFLAGS -DSIGWINCH=$cf_cv_fixup_sigwinch"
8077         fi
8078 fi
8079 ])dnl
8080 dnl ---------------------------------------------------------------------------
8081 dnl CF_SIG_ATOMIC_T version: 5 updated: 2020/03/10 18:53:47
8082 dnl ---------------
8083 dnl signal handler, but there are some gcc dependencies in that recommendation.
8084 dnl Try anyway.
8085 AC_DEFUN([CF_SIG_ATOMIC_T],
8086 [
8087 AC_MSG_CHECKING(for signal global datatype)
8088 AC_CACHE_VAL(cf_cv_sig_atomic_t,[
8089         for cf_type in \
8090                 "volatile sig_atomic_t" \
8091                 "sig_atomic_t" \
8092                 "int"
8093         do
8094         AC_TRY_COMPILE([
8095 #include <sys/types.h>
8096 #include <signal.h>
8097 #include <stdio.h>
8098
8099 extern $cf_type x;
8100 $cf_type x;
8101 static void handler(int sig)
8102 {
8103         (void)sig;
8104         x = 5;
8105 }],
8106                 [signal(SIGINT, handler);
8107                  x = 1],
8108                 [cf_cv_sig_atomic_t=$cf_type],
8109                 [cf_cv_sig_atomic_t=no])
8110                 test "$cf_cv_sig_atomic_t" != no && break
8111         done
8112         ])
8113 AC_MSG_RESULT($cf_cv_sig_atomic_t)
8114 test "$cf_cv_sig_atomic_t" != no && AC_DEFINE_UNQUOTED(SIG_ATOMIC_T, $cf_cv_sig_atomic_t,[Define to signal global datatype])
8115 ])dnl
8116 dnl ---------------------------------------------------------------------------
8117 dnl CF_SIZECHANGE version: 18 updated: 2021/09/04 06:35:04
8118 dnl -------------
8119 dnl Check for definitions & structures needed for window size-changing
8120 dnl
8121 dnl https://stackoverflow.com/questions/18878141/difference-between-structures-ttysize-and-winsize/50769952#50769952
8122 AC_DEFUN([CF_SIZECHANGE],
8123 [
8124 AC_REQUIRE([CF_STRUCT_TERMIOS])
8125 AC_CACHE_CHECK(declaration of size-change, cf_cv_sizechange,[
8126         cf_cv_sizechange=unknown
8127         cf_save_CPPFLAGS="$CPPFLAGS"
8128
8129 for cf_opts in "" "NEED_PTEM_H"
8130 do
8131
8132         CPPFLAGS="$cf_save_CPPFLAGS"
8133         if test -n "$cf_opts"
8134         then
8135                 CF_APPEND_TEXT(CPPFLAGS,-D$cf_opts)
8136         fi
8137         AC_TRY_COMPILE([#include <sys/types.h>
8138 #ifdef HAVE_TERMIOS_H
8139 #include <termios.h>
8140 #else
8141 #ifdef HAVE_TERMIO_H
8142 #include <termio.h>
8143 #endif
8144 #endif
8145
8146 #ifdef NEED_PTEM_H
8147 /* This is a workaround for SCO:  they neglected to define struct winsize in
8148  * termios.h -- it is only in termio.h and ptem.h
8149  */
8150 #include <sys/stream.h>
8151 #include <sys/ptem.h>
8152 #endif
8153
8154 #ifdef HAVE_SYS_IOCTL_H
8155 #include <sys/ioctl.h>
8156 #endif
8157 ],[
8158 #ifdef TIOCGSIZE
8159         struct ttysize win;     /* SunOS 3.0... */
8160         int y = win.ts_lines = 2;
8161         int x = win.ts_cols = 1;
8162         (void)y;
8163         (void)x;
8164 #else
8165 #ifdef TIOCGWINSZ
8166         struct winsize win;     /* everything else */
8167         int y = win.ws_row = 2;
8168         int x = win.ws_col = 1;
8169         (void)y;
8170         (void)x;
8171 #else
8172         no TIOCGSIZE or TIOCGWINSZ
8173 #endif /* TIOCGWINSZ */
8174 #endif /* TIOCGSIZE */
8175         ],
8176         [cf_cv_sizechange=yes],
8177         [cf_cv_sizechange=no])
8178
8179         CPPFLAGS="$cf_save_CPPFLAGS"
8180         if test "$cf_cv_sizechange" = yes ; then
8181                 echo "size-change succeeded ($cf_opts)" >&AC_FD_CC
8182                 test -n "$cf_opts" && cf_cv_sizechange="$cf_opts"
8183                 break
8184         fi
8185 done
8186 ])
8187 if test "$cf_cv_sizechange" != no ; then
8188         AC_DEFINE(HAVE_SIZECHANGE,1,[Define to 1 if sizechange declarations are provided])
8189         case "$cf_cv_sizechange" in
8190         (NEED*)
8191                 AC_DEFINE_UNQUOTED($cf_cv_sizechange )
8192                 ;;
8193         esac
8194 fi
8195 ])dnl
8196 dnl ---------------------------------------------------------------------------
8197 dnl CF_SRC_MODULES version: 34 updated: 2023/04/22 11:51:06
8198 dnl --------------
8199 dnl For each parameter, test if the source-directory exists, and if it contains
8200 dnl a 'modules' file.  If so, add to the list $cf_cv_src_modules which we'll
8201 dnl use in CF_LIB_RULES.
8202 dnl
8203 dnl This uses the configured value to make the lists SRC_SUBDIRS and
8204 dnl SUB_MAKEFILES which are used in the makefile-generation scheme.
8205 AC_DEFUN([CF_SRC_MODULES],
8206 [
8207 AC_REQUIRE([CF_CHECK_GNAT_VERSION])
8208 AC_MSG_CHECKING(for src modules)
8209
8210 # dependencies and linker-arguments for test-programs
8211 TEST_DEPS="${LIB_DIR}/${LIB_PREFIX}${LIB_NAME}${DFT_DEP_SUFFIX} $TEST_DEPS"
8212 TEST_DEP2="${LIB_2ND}/${LIB_PREFIX}${LIB_NAME}${DFT_DEP_SUFFIX} $TEST_DEP2"
8213 if test "$DFT_LWR_MODEL" = "libtool"; then
8214         TEST_ARGS="${TEST_DEPS}"
8215         TEST_ARG2="${TEST_DEP2}"
8216 else
8217         TEST_ARGS="-l${LIB_NAME}${USE_ARG_SUFFIX} $TEST_ARGS"
8218         TEST_ARG2="-l${LIB_NAME}${USE_ARG_SUFFIX} $TEST_ARG2"
8219 fi
8220
8221 PC_MODULES_TO_MAKE="ncurses${USE_ARG_SUFFIX}"
8222 cf_cv_src_modules=
8223 for cf_dir in $1
8224 do
8225         if test -f "$srcdir/$cf_dir/modules" ; then
8226
8227                 if test -z "$cf_cv_src_modules"; then
8228                         cf_cv_src_modules=$cf_dir
8229                 else
8230                         cf_cv_src_modules="$cf_cv_src_modules $cf_dir"
8231                 fi
8232
8233                 # Make the ncurses_cfg.h file record the library interface files as
8234                 # well.  These are header files that are the same name as their
8235                 # directory.  Ncurses is the only library that does not follow
8236                 # that pattern.
8237                 if test -f "$srcdir/${cf_dir}/${cf_dir}.h" ; then
8238                         CF_UPPER(cf_have_include,$cf_dir)
8239                         AC_DEFINE_UNQUOTED(HAVE_${cf_have_include}_H)
8240                         AC_DEFINE_UNQUOTED(HAVE_LIB${cf_have_include})
8241                         CF_MAP_LIB_BASENAME(TEST_ROOT,$cf_dir)
8242                         TEST_DEPS="${LIB_DIR}/${LIB_PREFIX}${TEST_ROOT}${DFT_DEP_SUFFIX} $TEST_DEPS"
8243                         TEST_DEP2="${LIB_2ND}/${LIB_PREFIX}${TEST_ROOT}${DFT_DEP_SUFFIX} $TEST_DEP2"
8244                         if test "$DFT_LWR_MODEL" = "libtool"; then
8245                                 TEST_ARGS="${TEST_DEPS}"
8246                                 TEST_ARG2="${TEST_DEP2}"
8247                         else
8248                                 TEST_ARGS="-l${TEST_ROOT}${USE_ARG_SUFFIX} $TEST_ARGS"
8249                                 TEST_ARG2="-l${TEST_ROOT}${USE_ARG_SUFFIX} $TEST_ARG2"
8250                         fi
8251                         PC_MODULES_TO_MAKE="${PC_MODULES_TO_MAKE} ${cf_dir}${USE_ARG_SUFFIX}"
8252                 fi
8253         fi
8254 done
8255 AC_MSG_RESULT($cf_cv_src_modules)
8256
8257 TEST_ARGS="-L${LIB_DIR} $TEST_ARGS"
8258 TEST_ARG2="-L${LIB_2ND} $TEST_ARG2"
8259
8260 AC_SUBST(TEST_ARGS)
8261 AC_SUBST(TEST_DEPS)
8262
8263 AC_SUBST(TEST_ARG2)
8264 AC_SUBST(TEST_DEP2)
8265
8266 SRC_SUBDIRS=
8267 if test "x$cf_with_manpages" != xno ; then
8268         SRC_SUBDIRS="$SRC_SUBDIRS man"
8269 fi
8270 SRC_SUBDIRS="$SRC_SUBDIRS include"
8271 for cf_dir in $cf_cv_src_modules
8272 do
8273         SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir"
8274 done
8275 if test "x$cf_with_tests" != "xno" ; then
8276         SRC_SUBDIRS="$SRC_SUBDIRS test"
8277 fi
8278 # always make this, to install the ncurses-config script
8279 SRC_SUBDIRS="$SRC_SUBDIRS misc"
8280 if test "$cf_with_cxx_binding" != no; then
8281         PC_MODULES_TO_MAKE="${PC_MODULES_TO_MAKE} ncurses++${USE_ARG_SUFFIX}"
8282         SRC_SUBDIRS="$SRC_SUBDIRS c++"
8283 fi
8284
8285 test "x$with_termlib" != xno && PC_MODULES_TO_MAKE="$PC_MODULES_TO_MAKE $TINFO_ARG_SUFFIX"
8286 test "x$with_ticlib" != xno && PC_MODULES_TO_MAKE="$PC_MODULES_TO_MAKE $TICS_ARG_SUFFIX"
8287
8288 AC_SUBST(PC_MODULES_TO_MAKE)
8289
8290 ADA_SUBDIRS=
8291 if test "x$cf_with_ada" = "xyes" && test "x$cf_cv_prog_gnat_correct" = xyes && test -f "$srcdir/Ada95/Makefile.in" ; then
8292         SRC_SUBDIRS="$SRC_SUBDIRS Ada95"
8293         ADA_SUBDIRS="gen src"
8294         if test "x$cf_with_tests" != "xno" ; then
8295                 ADA_SUBDIRS="$ADA_SUBDIRS samples"
8296         fi
8297 fi
8298
8299 SUB_MAKEFILES=
8300 for cf_dir in $SRC_SUBDIRS
8301 do
8302         SUB_MAKEFILES="$SUB_MAKEFILES $cf_dir/Makefile"
8303 done
8304
8305 if test -n "$ADA_SUBDIRS"; then
8306         for cf_dir in $ADA_SUBDIRS
8307         do
8308                 SUB_MAKEFILES="$SUB_MAKEFILES Ada95/$cf_dir/Makefile"
8309         done
8310         AC_SUBST(ADA_SUBDIRS)
8311 fi
8312 ])dnl
8313 dnl ---------------------------------------------------------------------------
8314 dnl CF_STDCPP_LIBRARY version: 12 updated: 2021/01/01 13:31:04
8315 dnl -----------------
8316 dnl Check for -lstdc++, which is GNU's standard C++ library.
8317 dnl If $CXXLIBS is set, add that to the libraries used for test-linking.
8318 dnl If -lstdc++ was not already added to $LIBS or $CXXLIBS, and is needed,
8319 dnl add it to $CXXLIBS.
8320 AC_DEFUN([CF_STDCPP_LIBRARY],
8321 [
8322 if test -n "$GXX" ; then
8323
8324         cf_save="$LIBS"
8325         LIBS="$LIBS $CXXLIBS"
8326         AC_MSG_CHECKING(if we already have C++ library)
8327         AC_TRY_LINK([
8328                         #include <iostream>],[
8329                         std::cout << "Hello World!" << std::endl;],
8330                 [cf_have_libstdcpp=yes],
8331                 [cf_have_libstdcpp=no])
8332         AC_MSG_RESULT($cf_have_libstdcpp)
8333         LIBS="$cf_save"
8334
8335         if test "$cf_have_libstdcpp" != yes
8336         then
8337                 case "$cf_cv_system_name" in
8338                 (os2*)
8339                         if test -z "`g++ -dM -E - < /dev/null | grep __KLIBC__`"; then
8340                                 cf_stdcpp_libname=stdcpp
8341                         else
8342                                 cf_stdcpp_libname=stdc++
8343                         fi
8344                         ;;
8345                 (*)
8346                         cf_stdcpp_libname=stdc++
8347                         ;;
8348                 esac
8349
8350                 AC_CACHE_CHECK(for library $cf_stdcpp_libname,cf_cv_libstdcpp,[
8351                         cf_save="$LIBS"
8352                         LIBS="$LIBS $CXXLIBS"
8353                         CF_ADD_LIB($cf_stdcpp_libname)
8354                 AC_TRY_LINK([
8355                                 #include <iostream>],[
8356                                 std::cout << "Hello World!" << std::endl;],
8357                         [cf_cv_libstdcpp=yes],
8358                         [cf_cv_libstdcpp=no])
8359                         LIBS="$cf_save"
8360                 ])
8361                 test "$cf_cv_libstdcpp" = yes && { CF_ADD_LIB($cf_stdcpp_libname,CXXLIBS) }
8362         fi
8363 fi
8364 ])dnl
8365 dnl ---------------------------------------------------------------------------
8366 dnl CF_STRIP_G_OPT version: 4 updated: 2021/01/02 09:31:20
8367 dnl --------------
8368 dnl     Remove "-g" option from the compiler options
8369 AC_DEFUN([CF_STRIP_G_OPT],
8370 [$1=`echo "${$1}" | CF__SED_TRIMBLANKS(-e 's%-g %%' -e 's%-g$%%')`])dnl
8371 dnl ---------------------------------------------------------------------------
8372 dnl CF_STRUCT_SIGACTION version: 6 updated: 2023/12/03 09:21:34
8373 dnl -------------------
8374 dnl Check if we need _POSIX_SOURCE defined to use struct sigaction.  We'll only
8375 dnl do this if we've found the sigaction function.
8376 AC_DEFUN([CF_STRUCT_SIGACTION],[
8377 AC_REQUIRE([CF_XOPEN_SOURCE])
8378
8379 if test "$ac_cv_func_sigaction" = yes; then
8380 AC_MSG_CHECKING(whether sigaction needs _POSIX_SOURCE)
8381 AC_TRY_COMPILE([
8382 #include <sys/types.h>
8383 #include <signal.h>],
8384         [struct sigaction act; (void)act],
8385         [sigact_bad=no],
8386         [
8387 AC_TRY_COMPILE([
8388 #define _POSIX_SOURCE
8389 #include <sys/types.h>
8390 #include <signal.h>],
8391         [struct sigaction act; (void)act],
8392         [sigact_bad=yes
8393          AC_DEFINE(_POSIX_SOURCE,1,[Define to 1 if we must define _POSIX_SOURCE])],
8394          [sigact_bad=unknown])])
8395 AC_MSG_RESULT($sigact_bad)
8396 fi
8397 ])dnl
8398 dnl ---------------------------------------------------------------------------
8399 dnl CF_STRUCT_TERMIOS version: 13 updated: 2023/12/03 19:38:54
8400 dnl -----------------
8401 dnl Some machines require _POSIX_SOURCE to completely define struct termios.
8402 AC_DEFUN([CF_STRUCT_TERMIOS],[
8403 AC_REQUIRE([CF_XOPEN_SOURCE])
8404
8405 AC_CHECK_HEADERS( \
8406 termio.h \
8407 termios.h \
8408 unistd.h \
8409 sys/ioctl.h \
8410 sys/termio.h \
8411 )
8412
8413 if test "$ac_cv_header_termios_h" = yes ; then
8414         case "$CFLAGS $CPPFLAGS" in
8415         (*-D_POSIX_SOURCE*)
8416                 termios_bad=dunno ;;
8417         (*)     termios_bad=maybe ;;
8418         esac
8419         if test "$termios_bad" = maybe ; then
8420         AC_MSG_CHECKING(whether termios.h needs _POSIX_SOURCE)
8421         AC_TRY_COMPILE([#include <termios.h>],
8422                 [struct termios foo; int x = (int)(foo.c_iflag = 1); (void)x],
8423                 termios_bad=no, [
8424                 AC_TRY_COMPILE([
8425 #define _POSIX_SOURCE
8426 #include <termios.h>],
8427                         [struct termios foo; int x = (int)(foo.c_iflag = 2); (void)x],
8428                         termios_bad=unknown,
8429                         termios_bad=yes AC_DEFINE(_POSIX_SOURCE,1,[Define to 1 if we must define _POSIX_SOURCE]))
8430                         ])
8431         AC_MSG_RESULT($termios_bad)
8432         fi
8433 fi
8434 ])dnl
8435 dnl ---------------------------------------------------------------------------
8436 dnl CF_SUBDIR_PATH version: 7 updated: 2014/12/04 04:33:06
8437 dnl --------------
8438 dnl Construct a search-list for a nonstandard header/lib-file
8439 dnl     $1 = the variable to return as result
8440 dnl     $2 = the package name
8441 dnl     $3 = the subdirectory, e.g., bin, include or lib
8442 AC_DEFUN([CF_SUBDIR_PATH],
8443 [
8444 $1=
8445
8446 CF_ADD_SUBDIR_PATH($1,$2,$3,$prefix,NONE)
8447
8448 for cf_subdir_prefix in \
8449         /usr \
8450         /usr/local \
8451         /usr/pkg \
8452         /opt \
8453         /opt/local \
8454         [$]HOME
8455 do
8456         CF_ADD_SUBDIR_PATH($1,$2,$3,$cf_subdir_prefix,$prefix)
8457 done
8458 ])dnl
8459 dnl ---------------------------------------------------------------------------
8460 dnl CF_SUBST_IF version: 2 updated: 2006/06/17 12:33:03
8461 dnl -----------
8462 dnl     Shorthand macro for substituting things that the user may override
8463 dnl     with an environment variable.
8464 dnl
8465 dnl     $1 = condition to pass to "test"
8466 dnl     $2 = environment variable
8467 dnl     $3 = value if the test succeeds
8468 dnl     $4 = value if the test fails
8469 AC_DEFUN([CF_SUBST_IF],
8470 [
8471 if test $1 ; then
8472         $2=$3
8473 ifelse($4,,,[else
8474         $2=$4])
8475 fi
8476 AC_SUBST($2)
8477 ])dnl
8478 dnl ---------------------------------------------------------------------------
8479 dnl CF_SUBST_NCURSES_VERSION version: 11 updated: 2023/01/07 16:32:06
8480 dnl ------------------------
8481 dnl Get the version-number for use in shared-library naming, etc.
8482 AC_DEFUN([CF_SUBST_NCURSES_VERSION],
8483 [AC_REQUIRE([AC_PROG_EGREP])dnl
8484
8485 NCURSES_MAJOR="`${EGREP-egrep} '^NCURSES_MAJOR[[        ]]*=' "$srcdir/dist.mk" | sed -e 's/^[[^0-9]]*//'`"
8486 NCURSES_MINOR="`${EGREP-egrep} '^NCURSES_MINOR[[        ]]*=' "$srcdir/dist.mk" | sed -e 's/^[[^0-9]]*//'`"
8487 NCURSES_PATCH="`${EGREP-egrep} '^NCURSES_PATCH[[        ]]*=' "$srcdir/dist.mk" | sed -e 's/^[[^0-9]]*//'`"
8488 cf_cv_abi_version=${NCURSES_MAJOR}
8489 cf_cv_abi_default=${NCURSES_MAJOR}
8490 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR}
8491 dnl Show the computed version, for logging
8492 cf_cv_timestamp=`date`
8493 AC_MSG_RESULT(Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_default ($cf_cv_timestamp))
8494 dnl We need these values in the generated headers
8495 AC_SUBST(NCURSES_MAJOR)
8496 AC_SUBST(NCURSES_MINOR)
8497 AC_SUBST(NCURSES_PATCH)
8498 dnl We need these values in the generated makefiles
8499 AC_SUBST(cf_cv_rel_version)
8500 AC_SUBST(cf_cv_abi_version)
8501 AC_SUBST(cf_cv_abi_default)
8502 AC_SUBST(cf_cv_builtin_bool)
8503 AC_SUBST(cf_cv_header_stdbool_h)
8504 AC_SUBST(cf_cv_type_of_bool)dnl
8505 ])dnl
8506 dnl ---------------------------------------------------------------------------
8507 dnl CF_SYS_TIME_SELECT version: 6 updated: 2015/04/18 08:56:57
8508 dnl ------------------
8509 dnl Check if we can include <sys/time.h> with <sys/select.h>; this breaks on
8510 dnl older SCO configurations.
8511 AC_DEFUN([CF_SYS_TIME_SELECT],
8512 [
8513 AC_MSG_CHECKING(if sys/time.h works with sys/select.h)
8514 AC_CACHE_VAL(cf_cv_sys_time_select,[
8515 AC_TRY_COMPILE([
8516 #include <sys/types.h>
8517 #ifdef HAVE_SYS_TIME_H
8518 #include <sys/time.h>
8519 #endif
8520 #ifdef HAVE_SYS_SELECT_H
8521 #include <sys/select.h>
8522 #endif
8523 ],[],[cf_cv_sys_time_select=yes],
8524          [cf_cv_sys_time_select=no])
8525          ])
8526 AC_MSG_RESULT($cf_cv_sys_time_select)
8527 test "$cf_cv_sys_time_select" = yes && AC_DEFINE(HAVE_SYS_TIME_SELECT,1,[Define to 1 if we can include <sys/time.h> with <sys/select.h>])
8528 ])dnl
8529 dnl ---------------------------------------------------------------------------
8530 dnl CF_TOP_BUILDDIR version: 2 updated: 2013/07/27 17:38:32
8531 dnl ---------------
8532 dnl Define a top_builddir symbol, for applications that need an absolute path.
8533 AC_DEFUN([CF_TOP_BUILDDIR],
8534 [
8535 top_builddir=ifelse($1,,`pwd`,$1)
8536 AC_SUBST(top_builddir)
8537 ])dnl
8538 dnl ---------------------------------------------------------------------------
8539 dnl CF_TRY_PKG_CONFIG version: 6 updated: 2020/12/31 10:54:15
8540 dnl -----------------
8541 dnl This is a simple wrapper to use for pkg-config, for libraries which may be
8542 dnl available in that form.
8543 dnl
8544 dnl $1 = package name, which may be a shell variable
8545 dnl $2 = extra logic to use, if any, after updating CFLAGS and LIBS
8546 dnl $3 = logic to use if pkg-config does not have the package
8547 AC_DEFUN([CF_TRY_PKG_CONFIG],[
8548 AC_REQUIRE([CF_PKG_CONFIG])
8549
8550 if test "$PKG_CONFIG" != none && "$PKG_CONFIG" --exists "$1"; then
8551         CF_VERBOSE(found package $1)
8552         cf_pkgconfig_incs="`$PKG_CONFIG --cflags "$1" 2>/dev/null`"
8553         cf_pkgconfig_libs="`$PKG_CONFIG --libs   "$1" 2>/dev/null`"
8554         CF_VERBOSE(package $1 CFLAGS: $cf_pkgconfig_incs)
8555         CF_VERBOSE(package $1 LIBS: $cf_pkgconfig_libs)
8556         CF_ADD_CFLAGS($cf_pkgconfig_incs)
8557         CF_ADD_LIBS($cf_pkgconfig_libs)
8558         ifelse([$2],,:,[$2])
8559 else
8560         cf_pkgconfig_incs=
8561         cf_pkgconfig_libs=
8562         ifelse([$3],,:,[$3])
8563 fi
8564 ])
8565 dnl ---------------------------------------------------------------------------
8566 dnl CF_TRY_XOPEN_SOURCE version: 4 updated: 2022/09/10 15:16:16
8567 dnl -------------------
8568 dnl If _XOPEN_SOURCE is not defined in the compile environment, check if we
8569 dnl can define it successfully.
8570 AC_DEFUN([CF_TRY_XOPEN_SOURCE],[
8571 AC_CACHE_CHECK(if we should define _XOPEN_SOURCE,cf_cv_xopen_source,[
8572         AC_TRY_COMPILE(CF__XOPEN_SOURCE_HEAD,CF__XOPEN_SOURCE_BODY,
8573         [cf_cv_xopen_source=no],
8574         [cf_save="$CPPFLAGS"
8575          CF_APPEND_TEXT(CPPFLAGS,-D_XOPEN_SOURCE=$cf_XOPEN_SOURCE)
8576          AC_TRY_COMPILE(CF__XOPEN_SOURCE_HEAD,CF__XOPEN_SOURCE_BODY,
8577                 [cf_cv_xopen_source=no],
8578                 [cf_cv_xopen_source=$cf_XOPEN_SOURCE])
8579                 CPPFLAGS="$cf_save"
8580         ])
8581 ])
8582
8583 if test "$cf_cv_xopen_source" != no ; then
8584         CF_REMOVE_DEFINE(CFLAGS,$CFLAGS,_XOPEN_SOURCE)
8585         CF_REMOVE_DEFINE(CPPFLAGS,$CPPFLAGS,_XOPEN_SOURCE)
8586         cf_temp_xopen_source="-D_XOPEN_SOURCE=$cf_cv_xopen_source"
8587         CF_APPEND_CFLAGS($cf_temp_xopen_source)
8588 fi
8589 ])
8590 dnl ---------------------------------------------------------------------------
8591 dnl CF_TYPEOF_CHTYPE version: 11 updated: 2023/01/05 17:57:59
8592 dnl ----------------
8593 dnl Determine the type we should use for chtype (and attr_t, which is treated
8594 dnl as the same thing).  We want around 32 bits, so on most machines want a
8595 dnl long, but on newer 64-bit machines, probably want an int.  If we're using
8596 dnl wide characters, we have to have a type compatible with that, as well.
8597 AC_DEFUN([CF_TYPEOF_CHTYPE],
8598 [
8599 AC_MSG_CHECKING([for type of chtype])
8600 AC_CACHE_VAL(cf_cv_typeof_chtype,[
8601                 AC_TRY_RUN([
8602 $ac_includes_default
8603 #define WANT_BITS 31
8604 int main(void)
8605 {
8606         FILE *fp = fopen("cf_test.out", "w");
8607         if (fp != 0) {
8608                 char *result = "long";
8609                 if (sizeof(unsigned long) > sizeof(unsigned int)) {
8610                         int n;
8611                         unsigned int x, y;
8612                         for (n = 0; n < WANT_BITS; n++) {
8613                                 x = (1 << n);
8614                                 y = (x >> n);
8615                                 if (y != 1 || x == 0) {
8616                                         x = 0;
8617                                         break;
8618                                 }
8619                         }
8620                         /*
8621                          * If x is nonzero, an int is big enough for the bits
8622                          * that we want.
8623                          */
8624                         result = (x != 0) ? "int" : "long";
8625                 }
8626                 fputs(result, fp);
8627                 fclose(fp);
8628         }
8629         ${cf_cv_main_return:-return}(0);
8630 }
8631                 ],
8632                 [cf_cv_typeof_chtype=`cat cf_test.out`],
8633                 [cf_cv_typeof_chtype=long],
8634                 [cf_cv_typeof_chtype=long])
8635                 rm -f cf_test.out
8636         ])
8637 AC_MSG_RESULT($cf_cv_typeof_chtype)
8638
8639 AC_SUBST(cf_cv_typeof_chtype)
8640 AC_DEFINE_UNQUOTED(TYPEOF_CHTYPE,$cf_cv_typeof_chtype,[Define to actual type if needed for chtype])
8641 ])dnl
8642 dnl ---------------------------------------------------------------------------
8643 dnl CF_TYPE_SIGACTION version: 5 updated: 2023/12/03 09:21:34
8644 dnl -----------------
8645 dnl
8646 AC_DEFUN([CF_TYPE_SIGACTION],
8647 [
8648 AC_MSG_CHECKING([for type sigaction_t])
8649 AC_CACHE_VAL(cf_cv_type_sigaction,[
8650         AC_TRY_COMPILE([
8651 #include <signal.h>],
8652                 [sigaction_t x; (void)x],
8653                 [cf_cv_type_sigaction=yes],
8654                 [cf_cv_type_sigaction=no])])
8655 AC_MSG_RESULT($cf_cv_type_sigaction)
8656 test "$cf_cv_type_sigaction" = yes && AC_DEFINE(HAVE_TYPE_SIGACTION,1,[Define to 1 if we have the sigaction_t type])
8657 ])dnl
8658 dnl ---------------------------------------------------------------------------
8659 dnl CF_UNSIGNED_LITERALS version: 3 updated: 2023/12/03 10:02:17
8660 dnl --------------------
8661 dnl Test if the compiler supports 'U' and 'L' suffixes.  Only old compilers
8662 dnl won't, but they're still there.
8663 AC_DEFUN([CF_UNSIGNED_LITERALS],
8664 [
8665 AC_MSG_CHECKING([if unsigned literals are legal])
8666 AC_CACHE_VAL(cf_cv_unsigned_literals,[
8667         AC_TRY_COMPILE([],[long x = 1L + 1UL + 1U + 1; (void)x],
8668                 [cf_cv_unsigned_literals=yes],
8669                 [cf_cv_unsigned_literals=no])
8670         ])
8671 AC_MSG_RESULT($cf_cv_unsigned_literals)
8672 ])dnl
8673 dnl ---------------------------------------------------------------------------
8674 dnl CF_UPPER version: 5 updated: 2001/01/29 23:40:59
8675 dnl --------
8676 dnl Make an uppercase version of a variable
8677 dnl $1=uppercase($2)
8678 AC_DEFUN([CF_UPPER],
8679 [
8680 $1=`echo "$2" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
8681 ])dnl
8682 dnl ---------------------------------------------------------------------------
8683 dnl CF_UTF8_LIB version: 10 updated: 2023/01/11 04:05:23
8684 dnl -----------
8685 dnl Check for multibyte support, and if not found, utf8 compatibility library
8686 AC_DEFUN([CF_UTF8_LIB],
8687 [
8688 AC_HAVE_HEADERS(wchar.h)
8689 AC_CACHE_CHECK(for multibyte character support,cf_cv_utf8_lib,[
8690         cf_save_LIBS="$LIBS"
8691         AC_TRY_LINK([
8692 $ac_includes_default
8693 #ifdef HAVE_WCHAR_H
8694 #include <wchar.h>
8695 #endif
8696 ],[putwc(0,0);],
8697         [cf_cv_utf8_lib=yes],
8698         [CF_FIND_LINKAGE([
8699 #include <libutf8.h>],[putwc(0,0);],utf8,
8700                 [cf_cv_utf8_lib=add-on],
8701                 [cf_cv_utf8_lib=no])
8702 ])])
8703
8704 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between
8705 # ncurses/ncursesw:
8706 if test "$cf_cv_utf8_lib" = "add-on" ; then
8707         AC_DEFINE(HAVE_LIBUTF8_H,1,[Define to 1 if we should include libutf8.h])
8708         CF_ADD_INCDIR($cf_cv_header_path_utf8)
8709         CF_ADD_LIBDIR($cf_cv_library_path_utf8)
8710         CF_ADD_LIBS($cf_cv_library_file_utf8)
8711 fi
8712 ])dnl
8713 dnl ---------------------------------------------------------------------------
8714 dnl CF_VA_COPY version: 6 updated: 2018/12/04 18:14:25
8715 dnl ----------
8716 dnl check for va_copy, part of stdarg.h starting with ISO C 1999.
8717 dnl Also, workaround for glibc's __va_copy, by checking for both.
8718 dnl Finally, try to accommodate pre-ISO C 1999 headers.
8719 AC_DEFUN([CF_VA_COPY],[
8720 AC_CACHE_CHECK(for va_copy, cf_cv_have_va_copy,[
8721 AC_TRY_LINK([
8722 #include <stdarg.h>
8723 ],[
8724         static va_list dst;
8725         static va_list src;
8726         va_copy(dst, src)],
8727         cf_cv_have_va_copy=yes,
8728         cf_cv_have_va_copy=no)])
8729
8730 if test "$cf_cv_have_va_copy" = yes;
8731 then
8732         AC_DEFINE(HAVE_VA_COPY,1,[Define to 1 if we have va_copy])
8733 else # !cf_cv_have_va_copy
8734
8735 AC_CACHE_CHECK(for __va_copy, cf_cv_have___va_copy,[
8736 AC_TRY_LINK([
8737 #include <stdarg.h>
8738 ],[
8739         static va_list dst;
8740         static va_list src;
8741         __va_copy(dst, src)],
8742         cf_cv_have___va_copy=yes,
8743         cf_cv_have___va_copy=no)])
8744
8745 if test "$cf_cv_have___va_copy" = yes
8746 then
8747         AC_DEFINE(HAVE___VA_COPY,1,[Define to 1 if we have __va_copy])
8748 else # !cf_cv_have___va_copy
8749
8750 AC_CACHE_CHECK(for __builtin_va_copy, cf_cv_have___builtin_va_copy,[
8751 AC_TRY_LINK([
8752 #include <stdarg.h>
8753 ],[
8754         static va_list dst;
8755         static va_list src;
8756         __builtin_va_copy(dst, src)],
8757         cf_cv_have___builtin_va_copy=yes,
8758         cf_cv_have___builtin_va_copy=no)])
8759
8760 test "$cf_cv_have___builtin_va_copy" = yes &&
8761         AC_DEFINE(HAVE___BUILTIN_VA_COPY,1,[Define to 1 if we have __builtin_va_copy])
8762
8763 fi # cf_cv_have___va_copy
8764
8765 fi # cf_cv_have_va_copy
8766
8767 case "${cf_cv_have_va_copy}${cf_cv_have___va_copy}${cf_cv_have___builtin_va_copy}" in
8768 (*yes*)
8769         ;;
8770
8771 (*)
8772         AC_CACHE_CHECK(if we can simply copy va_list, cf_cv_pointer_va_list,[
8773 AC_TRY_LINK([
8774 #include <stdarg.h>
8775 ],[
8776         va_list dst;
8777         va_list src;
8778         dst = src],
8779         cf_cv_pointer_va_list=yes,
8780         cf_cv_pointer_va_list=no)])
8781
8782         if test "$cf_cv_pointer_va_list" = no
8783         then
8784                 AC_CACHE_CHECK(if we can copy va_list indirectly, cf_cv_array_va_list,[
8785 AC_TRY_LINK([
8786 #include <stdarg.h>
8787 ],[
8788         va_list dst;
8789         va_list src;
8790         *dst = *src],
8791                         cf_cv_array_va_list=yes,
8792                         cf_cv_array_va_list=no)])
8793                 test "$cf_cv_array_va_list" = yes && AC_DEFINE(ARRAY_VA_LIST,1,[Define to 1 if we can copy va_list indirectly])
8794         fi
8795         ;;
8796 esac
8797 ])
8798 dnl ---------------------------------------------------------------------------
8799 dnl CF_VERBOSE version: 3 updated: 2007/07/29 09:55:12
8800 dnl ----------
8801 dnl Use AC_VERBOSE w/o the warnings
8802 AC_DEFUN([CF_VERBOSE],
8803 [test -n "$verbose" && echo "   $1" 1>&AC_FD_MSG
8804 CF_MSG_LOG([$1])
8805 ])dnl
8806 dnl ---------------------------------------------------------------------------
8807 dnl CF_VERSION_INFO version: 8 updated: 2021/01/01 13:31:04
8808 dnl ---------------
8809 dnl Define several useful symbols derived from the VERSION file.  A separate
8810 dnl file is preferred to embedding the version numbers in various scripts.
8811 dnl (automake is a textbook-example of why the latter is a bad idea, but there
8812 dnl are others).
8813 dnl
8814 dnl The file contents are:
8815 dnl     libtool-version release-version patch-version
8816 dnl or
8817 dnl     release-version
8818 dnl where
8819 dnl     libtool-version (see ?) consists of 3 integers separated by '.'
8820 dnl     release-version consists of a major version and minor version
8821 dnl             separated by '.', optionally followed by a patch-version
8822 dnl             separated by '-'.  The minor version need not be an
8823 dnl             integer (but it is preferred).
8824 dnl     patch-version is an integer in the form yyyymmdd, so ifdef's and
8825 dnl             scripts can easily compare versions.
8826 dnl
8827 dnl If libtool is used, the first form is required, since CF_WITH_LIBTOOL
8828 dnl simply extracts the first field using 'cut -f1'.
8829 dnl
8830 dnl Optional parameters:
8831 dnl $1 = internal name for package
8832 dnl $2 = external name for package
8833 AC_DEFUN([CF_VERSION_INFO],
8834 [
8835 if test -f "$srcdir/VERSION" ; then
8836         AC_MSG_CHECKING(for package version)
8837
8838         # if there are not enough fields, cut returns the last one...
8839         cf_field1=`sed -e '2,$d' "$srcdir/VERSION" |cut -f1`
8840         cf_field2=`sed -e '2,$d' "$srcdir/VERSION" |cut -f2`
8841         cf_field3=`sed -e '2,$d' "$srcdir/VERSION" |cut -f3`
8842
8843         # this is how CF_BUNDLED_INTL uses $VERSION:
8844         VERSION="$cf_field1"
8845
8846         VERSION_MAJOR=`echo "$cf_field2" | sed -e 's/\..*//'`
8847         test -z "$VERSION_MAJOR" && AC_MSG_ERROR(missing major-version)
8848
8849         VERSION_MINOR=`echo "$cf_field2" | sed -e 's/^[[^.]]*\.//' -e 's/-.*//'`
8850         test -z "$VERSION_MINOR" && AC_MSG_ERROR(missing minor-version)
8851
8852         AC_MSG_RESULT(${VERSION_MAJOR}.${VERSION_MINOR})
8853
8854         AC_MSG_CHECKING(for package patch date)
8855         VERSION_PATCH=`echo "$cf_field3" | sed -e 's/^[[^-]]*-//'`
8856         case .$VERSION_PATCH in
8857         (.)
8858                 AC_MSG_ERROR(missing patch-date $VERSION_PATCH)
8859                 ;;
8860         (.[[0-9]][[0-9]][[0-9]][[0-9]][[0-9]][[0-9]][[0-9]][[0-9]])
8861                 ;;
8862         (*)
8863                 AC_MSG_ERROR(illegal patch-date $VERSION_PATCH)
8864                 ;;
8865         esac
8866         AC_MSG_RESULT($VERSION_PATCH)
8867 else
8868         AC_MSG_ERROR(did not find $srcdir/VERSION)
8869 fi
8870
8871 # show the actual data that we have for versions:
8872 CF_VERBOSE(ABI VERSION $VERSION)
8873 CF_VERBOSE(VERSION_MAJOR $VERSION_MAJOR)
8874 CF_VERBOSE(VERSION_MINOR $VERSION_MINOR)
8875 CF_VERBOSE(VERSION_PATCH $VERSION_PATCH)
8876
8877 AC_SUBST(VERSION)
8878 AC_SUBST(VERSION_MAJOR)
8879 AC_SUBST(VERSION_MINOR)
8880 AC_SUBST(VERSION_PATCH)
8881
8882 dnl if a package name is given, define its corresponding version info.  We
8883 dnl need the package name to ensure that the defined symbols are unique.
8884 ifelse($1,,,[
8885         cf_PACKAGE=$1
8886         PACKAGE=ifelse($2,,$1,$2)
8887         AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE",[Define to the package-name])
8888         AC_SUBST(PACKAGE)
8889         CF_UPPER(cf_PACKAGE,$cf_PACKAGE)
8890         AC_DEFINE_UNQUOTED(${cf_PACKAGE}_VERSION,"${VERSION_MAJOR}.${VERSION_MINOR}")
8891         AC_DEFINE_UNQUOTED(${cf_PACKAGE}_PATCHDATE,${VERSION_PATCH})
8892 ])
8893 ])dnl
8894 dnl ---------------------------------------------------------------------------
8895 dnl CF_WCHAR_TYPE version: 5 updated: 2023/12/03 09:21:34
8896 dnl -------------
8897 dnl Check if type wide-character type $1 is declared, and if so, which header
8898 dnl file is needed.  The second parameter is used to set a shell variable when
8899 dnl the type is not found.  The first parameter sets a shell variable for the
8900 dnl opposite sense.
8901 AC_DEFUN([CF_WCHAR_TYPE],
8902 [
8903 # This is needed on Tru64 5.0 to declare $1
8904 AC_CACHE_CHECK(if we must include wchar.h to declare $1,cf_cv_$1,[
8905 AC_TRY_COMPILE([
8906 #include <stdlib.h>
8907 #include <stdarg.h>
8908 #include <stdio.h>
8909 #ifdef HAVE_LIBUTF8_H
8910 #include <libutf8.h>
8911 #endif],
8912         [$1 state; (void)state],
8913         [cf_cv_$1=no],
8914         [AC_TRY_COMPILE([
8915 #include <stdlib.h>
8916 #include <stdarg.h>
8917 #include <stdio.h>
8918 #include <wchar.h>
8919 #ifdef HAVE_LIBUTF8_H
8920 #include <libutf8.h>
8921 #endif],
8922         [$1 value; (void) value],
8923         [cf_cv_$1=yes],
8924         [cf_cv_$1=unknown])])])
8925
8926 if test "$cf_cv_$1" = yes ; then
8927         AC_DEFINE(NEED_WCHAR_H,1,[Define to 1 if we must include wchar.h])
8928         NEED_WCHAR_H=1
8929 fi
8930
8931 ifelse([$2],,,[
8932 # if we do not find $1 in either place, use substitution to provide a fallback.
8933 if test "$cf_cv_$1" = unknown ; then
8934         $2=1
8935 fi
8936 ])
8937 ifelse($3,,,[
8938 # if we find $1 in either place, use substitution to provide a fallback.
8939 if test "$cf_cv_$1" != unknown ; then
8940         $3=1
8941 fi
8942 ])
8943 ])dnl
8944 dnl ---------------------------------------------------------------------------
8945 dnl CF_WEAK_SYMBOLS version: 1 updated: 2008/08/16 19:18:06
8946 dnl ---------------
8947 dnl Check for compiler-support for weak symbols.
8948 dnl This works with "recent" gcc.
8949 AC_DEFUN([CF_WEAK_SYMBOLS],[
8950 AC_CACHE_CHECK(if $CC supports weak symbols,cf_cv_weak_symbols,[
8951
8952 AC_TRY_COMPILE([
8953 #include <stdio.h>],
8954 [
8955 #if defined(__GNUC__)
8956 #  if defined __USE_ISOC99
8957 #    define _cat_pragma(exp)    _Pragma(#exp)
8958 #    define _weak_pragma(exp)   _cat_pragma(weak name)
8959 #  else
8960 #    define _weak_pragma(exp)
8961 #  endif
8962 #  define _declare(name)        __extension__ extern __typeof__(name) name
8963 #  define weak_symbol(name)     _weak_pragma(name) _declare(name) __attribute__((weak))
8964 #endif
8965
8966 weak_symbol(fopen);
8967 ],[cf_cv_weak_symbols=yes],[cf_cv_weak_symbols=no])
8968 ])
8969 ])dnl
8970 dnl ---------------------------------------------------------------------------
8971 dnl CF_WITH_ABI_ALTERED version: 1 updated: 2023/01/07 16:32:06
8972 dnl -------------------
8973 dnl Provide a way to override the displayed ABI version, e.g., in filenames.
8974 dnl Check this option after using the ABI version in configuration decisions.
8975 AC_DEFUN([CF_WITH_ABI_ALTERED],[
8976 AC_REQUIRE([CF_WITH_ABI_VERSION])
8977 AC_REQUIRE([CF_ABI_DEFAULTS])
8978 AC_ARG_WITH(abi-altered,
8979 [  --with-abi-altered=XXX  override visible ABI version, for packaging],[
8980         CF_NUMBER_SYNTAX($withval,ABI altered)
8981         if test "$cf_cv_abi_version" != "$withval"
8982         then
8983                 AC_MSG_WARN(altering visible ABI from $cf_cv_abi_version to $withval)
8984                 cf_cv_abi_version=$withval
8985         fi
8986 ])dnl
8987 ])dnl
8988 dnl ---------------------------------------------------------------------------
8989 dnl CF_WITH_ABI_VERSION version: 5 updated: 2023/01/07 16:32:06
8990 dnl -------------------
8991 dnl Allow library's ABI to be overridden.  Generally this happens when a
8992 dnl packager has incremented the ABI past that used in the original package,
8993 dnl and wishes to keep doing this.
8994 dnl
8995 dnl $1 is the package name, if any, to derive a corresponding {package}_ABI
8996 dnl symbol.
8997 AC_DEFUN([CF_WITH_ABI_VERSION],[
8998 test -z "$cf_cv_abi_version" && cf_cv_abi_version=0
8999 AC_ARG_WITH(abi-version,
9000 [  --with-abi-version=XXX  override derived ABI version],[
9001         if test "x$cf_cv_abi_version" != "x$withval"
9002         then
9003                 AC_MSG_WARN(overriding ABI version $cf_cv_abi_version to $withval)
9004                 case "$cf_cv_rel_version" in
9005                 (5.*)
9006                         cf_cv_rel_version=$withval.0
9007                         ;;
9008                 (6.*)
9009                         cf_cv_rel_version=$withval.9    # FIXME: should be 10 as of 6.0 release
9010                         ;;
9011                 esac
9012         fi
9013         cf_cv_abi_version=$withval])
9014         CF_NUMBER_SYNTAX($cf_cv_abi_version,ABI version)
9015 ifelse($1,,,[
9016 $1_ABI=$cf_cv_abi_version
9017 ])
9018 cf_cv_abi_default=$cf_cv_abi_version
9019 ])dnl
9020 dnl ---------------------------------------------------------------------------
9021 dnl CF_WITH_ADA version: 1 updated: 2024/05/18 13:55:23
9022 dnl -----------
9023 dnl Check for the Ada compiler (unless requested to not do this), which causes
9024 dnl a further check for a C compiler which can work with the Ada compiler.
9025 AC_DEFUN([CF_WITH_ADA],[
9026 AC_ARG_WITH(ada,
9027         [  --without-ada           suppress check for Ada compiler],
9028         [cf_with_ada=$withval],
9029         [cf_with_ada=yes])
9030
9031 cf_prog_cc="gcc cc"
9032 if test "x$cf_with_ada" = xyes
9033 then
9034         CF_PROG_GNAT
9035         if test "x$cf_cv_prog_gnat_correct" = xyes; then
9036                 # gcc's developers chose to deprecate gnatgcc before making gprconfig
9037                 # work.  They replaced gnatgcc in gcc 13 with a script which spits out
9038                 # a warning offering advice which could never work.
9039                 #
9040                 # Here is a workaround.
9041                 AC_PATH_PROG(cf_cv_path_gnatgcc,gnatgcc,no)
9042                 if test "$cf_cv_path_gnatgcc" != no
9043                 then
9044                         AC_MSG_CHECKING(for improvement) 
9045                         cf_file_gnatgcc=`file -L "$cf_cv_path_gnatgcc" 2>/dev/null`
9046                         case "x$cf_file_gnatgcc" in
9047                         (*script*)
9048                                 cf_cv_path_gnatgcc=`sh -x "$cf_cv_path_gnatgcc" --version 2>&1 | grep -w exec | sed -e 's/^[[   ]]*+[[  ]]*//' -e 's/exec[[     ]]//' -e 's/ .*//'`
9049                                 ;;
9050                         (*)
9051                                 cf_cv_path_gnatgcc=no
9052                                 ;;
9053                         esac
9054                         AC_MSG_RESULT($cf_cv_path_gnatgcc)
9055                         test "$cf_cv_path_gnatgcc" = no && cf_cv_path_gnatgcc=gnatgcc
9056                         cf_prog_cc="$cf_cv_path_gnatgcc $cf_prog_cc"
9057                 fi
9058         fi
9059 fi
9060 case "$cf_prog_cc" in
9061 (*/*)
9062         CC="$cf_prog_cc"
9063         AC_SUBST(CC)
9064         ;;
9065 (*)
9066         CF_PROG_CC($cf_prog_cc)
9067         ;;
9068 esac
9069 ])dnl
9070 dnl ---------------------------------------------------------------------------
9071 dnl CF_WITH_ADA_COMPILER version: 3 updated: 2023/10/28 11:59:01
9072 dnl --------------------
9073 dnl Command-line option to specify the Ada95 compiler.
9074 AC_DEFUN([CF_WITH_ADA_COMPILER],[
9075 AC_MSG_CHECKING(for Ada95 compiler)
9076 AC_ARG_WITH(ada-compiler,
9077         [[  --with-ada-compiler[=CMD] use CMD as Ada95 compiler (default: gnatmake)]],
9078         [cf_ada_compiler=$withval],
9079         [cf_ada_compiler=gnatmake])
9080 AC_SUBST(cf_ada_compiler)
9081 AC_MSG_RESULT($cf_ada_compiler)
9082 ])dnl
9083 dnl ---------------------------------------------------------------------------
9084 dnl CF_WITH_ADA_INCLUDE version: 3 updated: 2023/10/28 11:59:01
9085 dnl -------------------
9086 dnl Command-line option to specify where Ada includes will install.
9087 AC_DEFUN([CF_WITH_ADA_INCLUDE],[
9088 AC_MSG_CHECKING(for Ada95 include directory)
9089 CF_WITH_PATH(ada-include,
9090    [  --with-ada-include=DIR  find Ada95 includes in DIR],
9091    ADA_INCLUDE,
9092    PREFIX/share/ada/adainclude,
9093    [$]prefix/share/ada/adainclude)
9094 AC_SUBST(ADA_INCLUDE)
9095 AC_MSG_RESULT($ADA_INCLUDE)
9096 ])dnl
9097 dnl ---------------------------------------------------------------------------
9098 dnl CF_WITH_ADA_LIBNAME version: 3 updated: 2023/11/22 20:48:30
9099 dnl -------------------
9100 dnl CF_WITH_ADA_LIBNAME
9101 dnl -------------------
9102 dnl Command-line option to specify how to name the resulting Ada library.
9103 dnl $1 = default value
9104 AC_DEFUN([CF_WITH_ADA_LIBNAME],[
9105 AC_MSG_CHECKING(for Ada95 curses library name)
9106 AC_ARG_WITH(ada-libname,
9107    [[  --with-ada-libname[=XXX]  use XXX as Ada95 library name]],
9108    ADA_LIBNAME=[$]withval,
9109    ADA_LIBNAME=$1)
9110 case "x$ADA_LIBNAME" in
9111 (x|xyes|xno)
9112         ADA_LIBNAME=$1
9113         ;;
9114 esac
9115 AC_SUBST(ADA_LIBNAME)
9116 AC_MSG_RESULT($ADA_LIBNAME)
9117 ])dnl
9118 dnl ---------------------------------------------------------------------------
9119 dnl CF_WITH_ADA_OBJECTS version: 3 updated: 2023/10/28 11:59:01
9120 dnl -------------------
9121 dnl Command-line option to specify where Ada objects will install.
9122 AC_DEFUN([CF_WITH_ADA_OBJECTS],[
9123 AC_MSG_CHECKING(for Ada95 object directory)
9124 CF_WITH_PATH(ada-objects,
9125    [  --with-ada-objects=DIR  find Ada95 objects in DIR],
9126    ADA_OBJECTS,
9127    PREFIX/lib/ada/adalib,
9128    [$]prefix/lib/ada/adalib)
9129 AC_SUBST(ADA_OBJECTS)
9130 AC_MSG_RESULT($ADA_OBJECTS)
9131 ])dnl
9132 dnl ---------------------------------------------------------------------------
9133 dnl CF_WITH_ADA_SHAREDLIB version: 6 updated: 2023/10/28 11:59:01
9134 dnl ---------------------
9135 dnl Command-line option to specify if an Ada95 shared library should be built,
9136 dnl and optionally what its soname should be.
9137 AC_DEFUN([CF_WITH_ADA_SHAREDLIB],[
9138 AC_REQUIRE([CF_GNAT_PROJECTS])
9139 AC_MSG_CHECKING(whether to build an Ada95 shared library)
9140 AC_ARG_WITH(ada-sharedlib,
9141         [  --with-ada-sharedlib    build Ada95 shared library; requires GNAT project support],
9142         [with_ada_sharedlib=$withval],
9143         [with_ada_sharedlib=no])
9144 cf_ada_sharedlib_warn=no
9145
9146 if test "x$with_ada_sharedlib" != xno
9147 then
9148         if test "x$cf_gnat_projects" != xyes
9149         then
9150                 with_ada_sharedlib=no
9151                 cf_ada_sharedlib_warn=yes
9152         fi
9153 fi
9154
9155 AC_MSG_RESULT($with_ada_sharedlib)
9156 if test "x$cf_ada_sharedlib_warn" != xno
9157 then
9158         AC_MSG_WARN(disabling Ada95 shared library since GNAT projects are not supported)
9159 fi
9160
9161 ADA_SHAREDLIB='lib$(LIB_NAME).so.1'
9162 MAKE_ADA_SHAREDLIB="#"
9163
9164 if test "x$with_ada_sharedlib" != xno
9165 then
9166         MAKE_ADA_SHAREDLIB=
9167         if test "x$with_ada_sharedlib" != xyes
9168         then
9169                 ADA_SHAREDLIB="$with_ada_sharedlib"
9170         fi
9171 fi
9172
9173 AC_SUBST(ADA_SHAREDLIB)
9174 AC_SUBST(MAKE_ADA_SHAREDLIB)
9175 ])dnl
9176 dnl ---------------------------------------------------------------------------
9177 dnl CF_WITH_DBMALLOC version: 7 updated: 2010/06/21 17:26:47
9178 dnl ----------------
9179 dnl Configure-option for dbmalloc.  The optional parameter is used to override
9180 dnl the updating of $LIBS, e.g., to avoid conflict with subsequent tests.
9181 AC_DEFUN([CF_WITH_DBMALLOC],[
9182 CF_NO_LEAKS_OPTION(dbmalloc,
9183         [  --with-dbmalloc         test: use Conor Cahill's dbmalloc library],
9184         [USE_DBMALLOC])
9185
9186 if test "$with_dbmalloc" = yes ; then
9187         AC_CHECK_HEADER(dbmalloc.h,
9188                 [AC_CHECK_LIB(dbmalloc,[debug_malloc]ifelse([$1],,[],[,$1]))])
9189 fi
9190 ])dnl
9191 dnl ---------------------------------------------------------------------------
9192 dnl CF_WITH_DMALLOC version: 7 updated: 2010/06/21 17:26:47
9193 dnl ---------------
9194 dnl Configure-option for dmalloc.  The optional parameter is used to override
9195 dnl the updating of $LIBS, e.g., to avoid conflict with subsequent tests.
9196 AC_DEFUN([CF_WITH_DMALLOC],[
9197 CF_NO_LEAKS_OPTION(dmalloc,
9198         [  --with-dmalloc          test: use Gray Watson's dmalloc library],
9199         [USE_DMALLOC])
9200
9201 if test "$with_dmalloc" = yes ; then
9202         AC_CHECK_HEADER(dmalloc.h,
9203                 [AC_CHECK_LIB(dmalloc,[dmalloc_debug]ifelse([$1],,[],[,$1]))])
9204 fi
9205 ])dnl
9206 dnl ---------------------------------------------------------------------------
9207 dnl CF_WITH_EXPORT_SYMS version: 5 updated: 2023/11/22 20:48:30
9208 dnl -------------------
9209 dnl Use this with libtool to specify the list of symbols that may be exported.
9210 dnl The input file contains one symbol per line; comments work with "#".
9211 dnl
9212 dnl $1 = basename of the ".sym" file (default $PACKAGE)
9213 AC_DEFUN([CF_WITH_EXPORT_SYMS],
9214 [
9215 AC_MSG_CHECKING(if exported-symbols file should be used)
9216 AC_ARG_WITH(export-syms,
9217         [[  --with-export-syms[=SYM-FILE] limit symbols exported by libtool to those listed in SYM-FILE]],
9218         [with_export_syms=$withval],
9219         [with_export_syms=no])
9220 if test "x$with_export_syms" = xyes
9221 then
9222         with_export_syms='${top_srcdir}/package/ifelse($1,,${PACKAGE},[$1]).sym'
9223         AC_SUBST(PACKAGE)
9224 fi
9225 AC_MSG_RESULT($with_export_syms)
9226 if test "x$with_export_syms" != xno
9227 then
9228         EXPORT_SYMS="-export-symbols $with_export_syms"
9229         AC_SUBST(EXPORT_SYMS)
9230 fi
9231 ])dnl
9232 dnl ---------------------------------------------------------------------------
9233 dnl CF_WITH_GPM version: 10 updated: 2017/04/29 18:32:18
9234 dnl -----------
9235 dnl
9236 dnl The option parameter (if neither yes/no) is assumed to be the name of
9237 dnl the gpm library, e.g., for dynamic loading.
9238 AC_DEFUN([CF_WITH_GPM],
9239 [
9240 AC_MSG_CHECKING(if you want to link with the GPM mouse library)
9241 AC_ARG_WITH(gpm,
9242         [  --with-gpm              use Alessandro Rubini's GPM library],
9243         [with_gpm=$withval],
9244         [with_gpm=maybe])
9245 AC_MSG_RESULT($with_gpm)
9246
9247 if test "$with_gpm" != no ; then
9248         AC_CHECK_HEADER(gpm.h,[
9249                 AC_DEFINE(HAVE_GPM_H,1,[Define to 1 if we have gpm.h header])
9250                 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then
9251                         CF_VERBOSE(assuming we really have GPM library)
9252                         AC_DEFINE(HAVE_LIBGPM,1,[Define to 1 if we have the gpm library])
9253                         with_gpm=yes
9254                 else
9255                         AC_CHECK_LIB(gpm,Gpm_Open,[with_gpm=yes],[
9256                                 if test "$with_gpm" = maybe; then
9257                                         AC_MSG_WARN(Cannot link with GPM library)
9258                                         with_gpm=no
9259                                 else
9260                                         AC_MSG_ERROR(Cannot link with GPM library)
9261                                 fi
9262                         ])
9263                 fi
9264         ],[
9265                 test "$with_gpm" != maybe && AC_MSG_WARN(Cannot find GPM header)
9266                 with_gpm=no
9267         ])
9268 fi
9269 ])
9270 dnl ---------------------------------------------------------------------------
9271 dnl CF_WITH_LIBTOOL version: 36 updated: 2021/01/01 13:31:04
9272 dnl ---------------
9273 dnl Provide a configure option to incorporate libtool.  Define several useful
9274 dnl symbols for the makefile rules.
9275 dnl
9276 dnl The reference to AC_PROG_LIBTOOL does not normally work, since it uses
9277 dnl macros from libtool.m4 which is in the aclocal directory of automake.
9278 dnl Following is a simple script which turns on the AC_PROG_LIBTOOL macro.
9279 dnl But that still does not work properly since the macro is expanded outside
9280 dnl the CF_WITH_LIBTOOL macro:
9281 dnl
9282 dnl     #!/bin/sh
9283 dnl     ACLOCAL=`aclocal --print-ac-dir`
9284 dnl     if test -z "$ACLOCAL" ; then
9285 dnl             echo cannot find aclocal directory
9286 dnl             exit 1
9287 dnl     elif test ! -f $ACLOCAL/libtool.m4 ; then
9288 dnl             echo cannot find libtool.m4 file
9289 dnl             exit 1
9290 dnl     fi
9291 dnl
9292 dnl     LOCAL=aclocal.m4
9293 dnl     ORIG=aclocal.m4.orig
9294 dnl
9295 dnl     trap "mv $ORIG $LOCAL" 0 1 2 3 15
9296 dnl     rm -f $ORIG
9297 dnl     mv $LOCAL $ORIG
9298 dnl
9299 dnl     # sed the LIBTOOL= assignment to omit the current directory?
9300 dnl     sed -e 's/^LIBTOOL=.*/LIBTOOL=${LIBTOOL:-libtool}/' $ACLOCAL/libtool.m4 >>$LOCAL
9301 dnl     cat $ORIG >>$LOCAL
9302 dnl
9303 dnl     autoconf-257 $*
9304 dnl
9305 AC_DEFUN([CF_WITH_LIBTOOL],
9306 [
9307 AC_REQUIRE([CF_DISABLE_LIBTOOL_VERSION])
9308 ifdef([AC_PROG_LIBTOOL],,[
9309 LIBTOOL=
9310 ])
9311 # common library maintenance symbols that are convenient for libtool scripts:
9312 LIB_CREATE='${AR} -cr'
9313 LIB_OBJECT='${OBJECTS}'
9314 LIB_SUFFIX=.a
9315 LIB_PREP="$RANLIB"
9316
9317 # symbols used to prop libtool up to enable it to determine what it should be
9318 # doing:
9319 LIB_CLEAN=
9320 LIB_COMPILE=
9321 LIB_LINK='${CC}'
9322 LIB_INSTALL=
9323 LIB_UNINSTALL=
9324
9325 AC_MSG_CHECKING(if you want to build libraries with libtool)
9326 AC_ARG_WITH(libtool,
9327         [  --with-libtool          generate libraries with libtool],
9328         [with_libtool=$withval],
9329         [with_libtool=no])
9330 AC_MSG_RESULT($with_libtool)
9331 if test "$with_libtool" != "no"; then
9332 ifdef([AC_PROG_LIBTOOL],[
9333         # missing_content_AC_PROG_LIBTOOL{{
9334         AC_PROG_LIBTOOL
9335         # missing_content_AC_PROG_LIBTOOL}}
9336 ],[
9337         if test "$with_libtool" != "yes" ; then
9338                 CF_PATH_SYNTAX(with_libtool)
9339                 LIBTOOL=$with_libtool
9340         else
9341                 AC_CHECK_TOOLS(LIBTOOL,[libtool glibtool],none)
9342                 CF_LIBTOOL_VERSION
9343                 if test -z "$cf_cv_libtool_version" && test "$LIBTOOL" = libtool
9344                 then
9345                         CF_FORGET_TOOL(LIBTOOL)
9346                         AC_CHECK_TOOLS(LIBTOOL,[glibtool],none)
9347                         CF_LIBTOOL_VERSION
9348                 fi
9349         fi
9350         if test -z "$LIBTOOL" ; then
9351                 AC_MSG_ERROR(Cannot find libtool)
9352         fi
9353 ])dnl
9354         LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${libdir} ${LIBTOOL_VERSION} `cut -f1 ${top_srcdir}/VERSION` ${LIBTOOL_OPTS} ${LT_UNDEF} $(LIBS) -o'
9355         LIB_OBJECT='${OBJECTS:.o=.lo}'
9356         LIB_SUFFIX=.la
9357         LIB_CLEAN='${LIBTOOL} --mode=clean'
9358         LIB_COMPILE='${LIBTOOL} --mode=compile'
9359         LIB_LINK='${LIBTOOL} --mode=link ${CC} ${LIBTOOL_OPTS}'
9360         LIB_INSTALL='${LIBTOOL} --mode=install'
9361         LIB_UNINSTALL='${LIBTOOL} --mode=uninstall'
9362         LIB_PREP=:
9363
9364         CF_CHECK_LIBTOOL_VERSION
9365
9366         # special hack to add -no-undefined (which libtool should do for itself)
9367         LT_UNDEF=
9368         case "$cf_cv_system_name" in
9369         (cygwin*|msys*|mingw32*|os2*|uwin*|aix[[4-7]])
9370                 LT_UNDEF=-no-undefined
9371                 ;;
9372         esac
9373         AC_SUBST([LT_UNDEF])
9374
9375         # special hack to add --tag option for C++ compiler
9376         case "$cf_cv_libtool_version" in
9377         (1.[[5-9]]*|[[2-9]].[[0-9.a-z]]*)
9378                 LIBTOOL_CXX="$LIBTOOL --tag=CXX"
9379                 LIBTOOL="$LIBTOOL --tag=CC"
9380                 ;;
9381         (*)
9382                 LIBTOOL_CXX="$LIBTOOL"
9383                 ;;
9384         esac
9385 else
9386         LIBTOOL=""
9387         LIBTOOL_CXX=""
9388 fi
9389
9390 test -z "$LIBTOOL" && ECHO_LT=
9391
9392 AC_SUBST(LIBTOOL)
9393 AC_SUBST(LIBTOOL_CXX)
9394 AC_SUBST(LIBTOOL_OPTS)
9395
9396 AC_SUBST(LIB_CREATE)
9397 AC_SUBST(LIB_OBJECT)
9398 AC_SUBST(LIB_SUFFIX)
9399 AC_SUBST(LIB_PREP)
9400
9401 AC_SUBST(LIB_CLEAN)
9402 AC_SUBST(LIB_COMPILE)
9403 AC_SUBST(LIB_LINK)
9404 AC_SUBST(LIB_INSTALL)
9405 AC_SUBST(LIB_UNINSTALL)
9406
9407 ])dnl
9408 dnl ---------------------------------------------------------------------------
9409 dnl CF_WITH_LIBTOOL_OPTS version: 6 updated: 2023/11/22 20:48:30
9410 dnl --------------------
9411 dnl Allow user to pass additional libtool options into the library creation
9412 dnl and link steps.  The main use for this is to do something like
9413 dnl     ./configure --with-libtool-opts=-static
9414 dnl to get the same behavior as automake-flavored
9415 dnl     ./configure --enable-static
9416 AC_DEFUN([CF_WITH_LIBTOOL_OPTS],[
9417 AC_MSG_CHECKING(for additional libtool options)
9418 AC_ARG_WITH(libtool-opts,
9419         [[  --with-libtool-opts[=XXX] give libtool additional options XXX]],
9420         [with_libtool_opts=$withval],
9421         [with_libtool_opts=no])
9422 AC_MSG_RESULT($with_libtool_opts)
9423
9424 case .$with_libtool_opts in
9425 (.yes|.no|.)
9426         ;;
9427 (*)
9428         LIBTOOL_OPTS="$LIBTOOL_OPTS $with_libtool_opts"
9429         ;;
9430 esac
9431
9432 AC_SUBST(LIBTOOL_OPTS)
9433 ])dnl
9434 dnl ---------------------------------------------------------------------------
9435 dnl CF_WITH_LIB_BASENAME version: 2 updated: 2023/11/22 20:48:30
9436 dnl --------------------
9437 dnl Allow for overriding the basename of a library, i.e., the part to which
9438 dnl prefixes/suffixes are attached.
9439 dnl
9440 dnl $1 = variable to set
9441 dnl $2 = option name
9442 dnl $3 = default basename for library, if omitted use $2
9443 AC_DEFUN([CF_WITH_LIB_BASENAME],
9444 [
9445 AC_MSG_CHECKING(for desired basename for $2 library)
9446 AC_ARG_WITH($2-libname,
9447         [[  --with-$2-libname[=XXX] override ifelse($3,,$2,$3) basename of library]],
9448         [with_lib_basename=$withval],
9449         [with_lib_basename=ifelse($3,,$2,$3)])
9450 $1="$with_lib_basename"
9451
9452 case "x[$]$1" in
9453 (x|xno|xnone|xyes)
9454         $1=ifelse($3,,$2,$3)
9455         ;;
9456 (*)
9457         ;;
9458 esac
9459
9460 AC_MSG_RESULT([$]$1)
9461 AC_SUBST($1)
9462 ])dnl
9463 dnl ---------------------------------------------------------------------------
9464 dnl CF_WITH_LIB_PREFIX version: 2 updated: 2021/01/01 16:53:59
9465 dnl ------------------
9466 dnl Allow the library-prefix to be overridden.  OS/2 EMX originally had no
9467 dnl "lib" prefix, e.g., because it used the dll naming convention.
9468 dnl
9469 dnl $1 = variable to set
9470 AC_DEFUN([CF_WITH_LIB_PREFIX],
9471 [
9472 AC_MSG_CHECKING(if you want to have a library-prefix)
9473 AC_ARG_WITH(lib-prefix,
9474         [  --with-lib-prefix       override library-prefix],
9475         [with_lib_prefix=$withval],
9476         [with_lib_prefix=auto])
9477 AC_MSG_RESULT($with_lib_prefix)
9478
9479 if test "$with_lib_prefix" = auto
9480 then
9481         CF_LIB_PREFIX($1)
9482 elif test "$with_lib_prefix" = no
9483 then
9484         LIB_PREFIX=
9485 else
9486         LIB_PREFIX=$with_lib_prefix
9487 fi
9488 ])dnl
9489 dnl ---------------------------------------------------------------------------
9490 dnl CF_WITH_PATH version: 12 updated: 2021/09/04 06:35:04
9491 dnl ------------
9492 dnl Wrapper for AC_ARG_WITH to ensure that user supplies a pathname, not just
9493 dnl defaulting to yes/no.
9494 dnl
9495 dnl $1 = option name
9496 dnl $2 = help-text
9497 dnl $3 = environment variable to set
9498 dnl $4 = default value, shown in the help-message, must be a constant
9499 dnl $5 = default value, if it is an expression & cannot be in the help-message
9500 dnl
9501 AC_DEFUN([CF_WITH_PATH],
9502 [AC_ARG_WITH($1,[$2 ](default: ifelse([$4],,empty,[$4])),,
9503 ifelse([$4],,[withval="${$3}"],[withval="${$3:-ifelse([$5],,[$4],[$5])}"]))dnl
9504 if ifelse([$5],,true,[test -n "$5"]) ; then
9505 CF_PATH_SYNTAX(withval)
9506 fi
9507 eval $3="$withval"
9508 AC_SUBST($3)dnl
9509 ])dnl
9510 dnl ---------------------------------------------------------------------------
9511 dnl CF_WITH_PATHLIST version: 13 updated: 2021/09/04 06:35:04
9512 dnl ----------------
9513 dnl Process an option specifying a list of colon-separated paths.
9514 dnl
9515 dnl $1 = option name
9516 dnl $2 = help-text
9517 dnl $3 = environment variable to set
9518 dnl $4 = default value, shown in the help-message, must be a constant
9519 dnl $5 = default value, if it is an expression & cannot be in the help-message
9520 dnl $6 = flag to tell if we want to define or substitute
9521 dnl
9522 AC_DEFUN([CF_WITH_PATHLIST],[
9523 AC_REQUIRE([CF_PATHSEP])
9524 AC_ARG_WITH($1,[$2 ](default: ifelse($4,,empty,$4)),,
9525 ifelse($4,,[withval=${$3}],[withval=${$3:-ifelse($5,,$4,$5)}]))dnl
9526
9527 IFS="${IFS:-    }"; ac_save_ifs="$IFS"; IFS="${PATH_SEPARATOR}"
9528 cf_dst_path=
9529 for cf_src_path in $withval
9530 do
9531   CF_PATH_SYNTAX(cf_src_path)
9532   test -n "$cf_dst_path" && cf_dst_path="${cf_dst_path}$PATH_SEPARATOR"
9533   cf_dst_path="${cf_dst_path}${cf_src_path}"
9534 done
9535 IFS="$ac_save_ifs"
9536
9537 ifelse($6,define,[
9538 # Strip single quotes from the value, e.g., when it was supplied as a literal
9539 # for $4 or $5.
9540 case "$cf_dst_path" in
9541 (\'*)
9542   cf_dst_path="`echo "$cf_dst_path" |sed -e s/\'// -e s/\'\$//`"
9543   ;;
9544 esac
9545 cf_dst_path=`echo "$cf_dst_path" | sed -e 's/\\\\/\\\\\\\\/g'`
9546 ])
9547
9548 # This may use the prefix/exec_prefix symbols which will only yield "NONE"
9549 # so we have to check/work around.  We do prefer the result of "eval"...
9550 eval cf_dst_eval="$cf_dst_path"
9551 case "x$cf_dst_eval" in
9552 (xNONE*)
9553         $3=$cf_dst_path
9554         ;;
9555 (*)
9556         $3="$cf_dst_eval"
9557         ;;
9558 esac
9559 AC_SUBST($3)dnl
9560
9561 ])dnl
9562 dnl ---------------------------------------------------------------------------
9563 dnl CF_WITH_PATH_PROG version: 1 updated: 2019/06/30 19:44:43
9564 dnl -----------------
9565 dnl Check for a given program, like CF_PATH_PROG, but allow override using a
9566 dnl "--with-xxx" option.
9567 dnl
9568 dnl Parameters:
9569 dnl             $1 = environment variable to set/update
9570 dnl             $2 = program name
9571 dnl             $3 = help-text
9572 dnl             $4 = $PATH
9573 AC_DEFUN([CF_WITH_PATH_PROG],[
9574 AC_ARG_WITH($2-path,
9575         [  --with-$2-path=XXX     specify path of $2 ifelse($3,,,$3)],
9576         [AC_MSG_CHECKING(for $2 program ifelse($3,,,$3))
9577                 $1=$withval
9578                 AC_MSG_RESULT([$]$1)
9579                 CF_PATH_SYNTAX($1)
9580         ],
9581         [CF_PATH_PROG($1,$2,,ifelse($4,,,$4))
9582                 if test -z "[$]$1"
9583                 then
9584                         AC_MSG_WARN(no $2 program found ifelse($3,,,$3))
9585                 fi
9586         ])
9587 ])
9588 dnl ---------------------------------------------------------------------------
9589 dnl CF_WITH_PCRE2 version: 6 updated: 2021/08/11 20:35:34
9590 dnl -------------
9591 dnl Add PCRE2 (Perl-compatible regular expressions v2) to the build if it is
9592 dnl available and the user requests it.  Assume the application will otherwise
9593 dnl use the POSIX interface.
9594 dnl
9595 dnl TODO allow $withval to specify package location
9596 AC_DEFUN([CF_WITH_PCRE2],
9597 [
9598 AC_REQUIRE([CF_PKG_CONFIG])
9599
9600 AC_MSG_CHECKING(if you want to use PCRE2 for regular-expressions)
9601 AC_ARG_WITH(pcre2,
9602         [  --with-pcre2            use PCRE2 for regular-expressions])
9603 test -z "$with_pcre2" && with_pcre2=no
9604 AC_MSG_RESULT($with_pcre2)
9605
9606 if test "x$with_pcre2" != xno ; then
9607         cf_with_pcre2_ok=no
9608         for cf_with_pcre2 in libpcre2 libpcre2-posix libpcre
9609         do
9610                 CF_TRY_PKG_CONFIG($cf_with_pcre2,[cf_with_pcre2_ok=yes; break])
9611         done
9612         cf_with_pcre2_ok=yes || AC_MSG_ERROR(Cannot find PCRE2 library)
9613
9614         AC_DEFINE(HAVE_LIB_PCRE2,1,[Define to 1 if we can/should compile with the PCRE2 library])
9615
9616         # if pkgconfig gave no results, look for the libraries directly
9617         case "$LIBS" in
9618         (*pcre2-posix*|*pcreposix*)
9619                 ;;
9620         (*)
9621                 AC_CHECK_LIB(pcre2-posix,regcomp,[
9622                         CF_ADD_LIB(pcre2-posix)],
9623                         [AC_CHECK_LIB(pcreposix,regcomp,[
9624                          CF_ADD_LIB(pcreposix)
9625                         ],[AC_MSG_ERROR(Cannot find PCRE2 POSIX library)])])
9626                 ;;
9627         esac
9628
9629         # either way, check for the library header files
9630         AC_CHECK_HEADERS(pcre2posix.h pcreposix.h)
9631         AC_CHECK_FUNCS(PCRE2regcomp)
9632 fi
9633 ])dnl
9634 dnl ---------------------------------------------------------------------------
9635 dnl CF_WITH_PKG_CONFIG_LIBDIR version: 23 updated: 2023/11/22 20:48:30
9636 dnl -------------------------
9637 dnl Allow the choice of the pkg-config library directory to be overridden.
9638 dnl
9639 dnl pkg-config uses a search-list built from these colon-separated lists of
9640 dnl directories:
9641 dnl a) $PKG_CONFIG_PATH (tested first, added if set)
9642 dnl b) $PKG_CONFIG_LIBDIR (tested second, added if set)
9643 dnl c) builtin-list (added if $PKG_CONFIG_LIBDIR is not set)
9644 dnl
9645 dnl pkgconf (used with some systems such as FreeBSD in place of pkg-config)
9646 dnl optionally ignores $PKG_CONFIG_LIBDIR.  Very old versions of pkg-config,
9647 dnl e.g., Solaris 10 also do not recognize $PKG_CONFIG_LIBDIR.
9648 AC_DEFUN([CF_WITH_PKG_CONFIG_LIBDIR],[
9649
9650 case "$PKG_CONFIG" in
9651 (no|none|yes)
9652         AC_MSG_CHECKING(for pkg-config library directory)
9653         ;;
9654 (*)
9655         AC_MSG_CHECKING(for $PKG_CONFIG library directory)
9656         ;;
9657 esac
9658
9659 # if $PKG_CONFIG_LIBDIR is set, try to use that
9660 if test -n "$PKG_CONFIG_PATH"; then
9661         cf_search_path=`echo "$PKG_CONFIG_PATH" | sed -e 's/:/ /g' -e 's,^[[    ]]*,,' -e 's,[[         ]]*$,,'`
9662 elif test -n "$PKG_CONFIG_LIBDIR"; then
9663         cf_search_path=`echo "$PKG_CONFIG_LIBDIR" | sed -e 's/:/ /g' -e 's,^[[  ]]*,,' -e 's,[[         ]]*$,,'`
9664 else
9665         cf_search_path=auto
9666 fi
9667
9668 # if the option is used, let that override.  otherwise default to "libdir"
9669 AC_ARG_WITH(pkg-config-libdir,
9670         [[  --with-pkg-config-libdir[=XXX] use given directory for installing pc-files]],
9671         [cf_search_path=$withval],
9672         [test "x$PKG_CONFIG" != xnone && test -z "$cf_search_path" && cf_search_path=libdir])
9673
9674 case "x$cf_search_path" in
9675 (xlibdir)
9676         PKG_CONFIG_LIBDIR='${libdir}/pkgconfig'
9677         AC_MSG_RESULT($PKG_CONFIG_LIBDIR)
9678         cf_search_path=
9679         ;;
9680 (x)
9681         ;;
9682 (x/*\ *)
9683         PKG_CONFIG_LIBDIR=
9684         ;;
9685 (x/*)
9686         PKG_CONFIG_LIBDIR="$cf_search_path"
9687         AC_MSG_RESULT($PKG_CONFIG_LIBDIR)
9688         cf_search_path=
9689         ;;
9690 (xyes|xauto)
9691         AC_MSG_RESULT(auto)
9692         cf_search_path=
9693         # Look for the library directory using the same prefix as the executable
9694         AC_MSG_CHECKING(for search-list)
9695         if test "x$PKG_CONFIG" != xnone
9696         then
9697                 # works for pkg-config since version 0.24 (2009)
9698                 # works for pkgconf since version 0.8.3 (2012)
9699                 for cf_pkg_program in \
9700                         `echo "$PKG_CONFIG" | sed -e 's,^.*/,,'` \
9701                         pkg-config \
9702                         pkgconf
9703                 do
9704                         cf_search_path=`"$PKG_CONFIG" --variable=pc_path "$cf_pkg_program" 2>/dev/null | tr : ' '`
9705                         test -n "$cf_search_path" && break
9706                 done
9707
9708                 # works for pkg-config since import in 2005 of original 2001 HP code.
9709                 test -z "$cf_search_path" && \
9710                 cf_search_path=`
9711                 "$PKG_CONFIG" --debug --exists no-such-package 2>&1 | $AWK "\
9712 /^Scanning directory (#[1-9][0-9]* )?'.*'$/{ \
9713         sub(\"^[[^']]*'\",\"\"); \
9714         sub(\"'.*\",\"\"); \
9715         printf \" %s\", \\[$]0; } \
9716 { next; } \
9717 "`
9718         fi
9719
9720         AC_MSG_RESULT($cf_search_path)
9721         ;;
9722 (*)
9723         AC_MSG_ERROR(Unexpected option value: $cf_search_path)
9724         ;;
9725 esac
9726
9727 if test -n "$cf_search_path"
9728 then
9729         AC_MSG_CHECKING(for first directory)
9730         cf_pkg_config_path=none
9731         for cf_config in $cf_search_path
9732         do
9733                 if test -d "$cf_config"
9734                 then
9735                         cf_pkg_config_path=$cf_config
9736                         break
9737                 fi
9738         done
9739         AC_MSG_RESULT($cf_pkg_config_path)
9740
9741         if test "x$cf_pkg_config_path" != xnone ; then
9742                 # limit this to the first directory found
9743                 PKG_CONFIG_LIBDIR="$cf_pkg_config_path"
9744         fi
9745
9746         if test -z "$PKG_CONFIG_LIBDIR" && test -n "$cf_search_path"
9747         then
9748                 AC_MSG_CHECKING(for workaround)
9749                 if test "$prefix" = "NONE" ; then
9750                         cf_prefix="$ac_default_prefix"
9751                 else
9752                         cf_prefix="$prefix"
9753                 fi
9754                 eval cf_libdir=$libdir
9755                 cf_libdir=`echo "$cf_libdir" | sed -e "s,^NONE,$cf_prefix,"`
9756                 cf_backup=
9757                 for cf_config in $cf_search_path
9758                 do
9759                         case $cf_config in
9760                         $cf_libdir/pkgconfig)
9761                                 PKG_CONFIG_LIBDIR=$cf_libdir/pkgconfig
9762                                 break
9763                                 ;;
9764                         *)
9765                                 test -z "$cf_backup" && cf_backup=$cf_config
9766                                 ;;
9767                         esac
9768                 done
9769                 test -z "$PKG_CONFIG_LIBDIR" && PKG_CONFIG_LIBDIR=$cf_backup
9770                 AC_MSG_RESULT($PKG_CONFIG_LIBDIR)
9771         fi
9772 fi
9773
9774 AC_SUBST(PKG_CONFIG_LIBDIR)
9775 ])dnl
9776 dnl ---------------------------------------------------------------------------
9777 dnl CF_WITH_PTHREAD version: 7 updated: 2015/04/18 08:56:57
9778 dnl ---------------
9779 dnl Check for POSIX thread library.
9780 AC_DEFUN([CF_WITH_PTHREAD],
9781 [
9782 AC_MSG_CHECKING(if you want to link with the pthread library)
9783 AC_ARG_WITH(pthread,
9784         [  --with-pthread          use POSIX thread library],
9785         [with_pthread=$withval],
9786         [with_pthread=no])
9787 AC_MSG_RESULT($with_pthread)
9788
9789 if test "$with_pthread" != no ; then
9790         AC_CHECK_HEADER(pthread.h,[
9791         AC_DEFINE(HAVE_PTHREADS_H,1,[Define to 1 if we have pthreads.h header])
9792
9793         for cf_lib_pthread in pthread c_r
9794         do
9795             AC_MSG_CHECKING(if we can link with the $cf_lib_pthread library)
9796             cf_save_LIBS="$LIBS"
9797             CF_ADD_LIB($cf_lib_pthread)
9798             AC_TRY_LINK([
9799 #include <pthread.h>
9800 ],[
9801                 int rc = pthread_create(0,0,0,0);
9802                 int r2 = pthread_mutexattr_settype(0, 0);
9803 ],[with_pthread=yes],[with_pthread=no])
9804             LIBS="$cf_save_LIBS"
9805             AC_MSG_RESULT($with_pthread)
9806             test "$with_pthread" = yes && break
9807         done
9808
9809         if test "$with_pthread" = yes ; then
9810             CF_ADD_LIB($cf_lib_pthread)
9811             AC_DEFINE(HAVE_LIBPTHREADS,1,[Define to 1 if we have pthreads library])
9812         else
9813             AC_MSG_ERROR(Cannot link with pthread library)
9814         fi
9815         ])
9816 fi
9817 ])
9818 dnl ---------------------------------------------------------------------------
9819 dnl CF_WITH_REL_VERSION version: 2 updated: 2023/05/06 18:18:18
9820 dnl -------------------
9821 dnl Allow library's release-version to be overridden.  Generally this happens when a
9822 dnl packager has incremented the release-version past that used in the original package,
9823 dnl and wishes to keep doing this.
9824 dnl
9825 dnl $1 is the package name, if any, to derive corresponding {package}_MAJOR
9826 dnl and {package}_MINOR symbols
9827 dnl symbol.
9828 AC_DEFUN([CF_WITH_REL_VERSION],[
9829 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0
9830 AC_ARG_WITH(rel-version,
9831 [  --with-rel-version=XXX  override derived release version],
9832 [AC_MSG_WARN(overriding release version $cf_cv_rel_version to $withval)
9833  cf_cv_rel_version=$withval])
9834 ifelse($1,,[
9835  CF_NUMBER_SYNTAX($cf_cv_rel_version,Release version)
9836 ],[
9837  $1_MAJOR=`echo "$cf_cv_rel_version" | sed -e 's/\..*//'`
9838  $1_MINOR=`echo "$cf_cv_rel_version" | sed -e 's/^[[^.]]*//' -e 's/^\.//' -e 's/\..*//'`
9839  test -n "$1_MINOR" || $1_MINOR=0
9840  CF_NUMBER_SYNTAX([$]$1_MAJOR,Release major-version)
9841  CF_NUMBER_SYNTAX([$]$1_MINOR,Release minor-version)
9842 ])
9843 ])dnl
9844 dnl ---------------------------------------------------------------------------
9845 dnl CF_WITH_SYSMOUSE version: 3 updated: 2012/10/06 17:56:13
9846 dnl ----------------
9847 dnl If we can compile with sysmouse, make it available unless it is not wanted.
9848 AC_DEFUN([CF_WITH_SYSMOUSE],[
9849 # not everyone has "test -c"
9850 if test -c /dev/sysmouse 2>/dev/null ; then
9851 AC_MSG_CHECKING(if you want to use sysmouse)
9852 AC_ARG_WITH(sysmouse,
9853         [  --with-sysmouse         use sysmouse (FreeBSD console)],
9854         [cf_with_sysmouse=$withval],
9855         [cf_with_sysmouse=maybe])
9856         if test "$cf_with_sysmouse" != no ; then
9857         AC_TRY_COMPILE([
9858 #include <osreldate.h>
9859 #if (__FreeBSD_version >= 400017)
9860 #include <sys/consio.h>
9861 #include <sys/fbio.h>
9862 #else
9863 #include <machine/console.h>
9864 #endif
9865 ],[
9866         struct mouse_info the_mouse;
9867         ioctl(0, CONS_MOUSECTL, &the_mouse);
9868 ],[cf_with_sysmouse=yes],[cf_with_sysmouse=no])
9869         fi
9870 AC_MSG_RESULT($cf_with_sysmouse)
9871 test "$cf_with_sysmouse" = yes && AC_DEFINE(USE_SYSMOUSE,1,[Define to 1 if we can/should use the sysmouse interface])
9872 fi
9873 ])dnl
9874 dnl ---------------------------------------------------------------------------
9875 dnl CF_WITH_SYSTYPE version: 1 updated: 2013/01/26 16:26:12
9876 dnl ---------------
9877 dnl For testing, override the derived host system-type which is used to decide
9878 dnl things such as the linker commands used to build shared libraries.  This is
9879 dnl normally chosen automatically based on the type of system which you are
9880 dnl building on.  We use it for testing the configure script.
9881 dnl
9882 dnl This is different from the --host option: it is used only for testing parts
9883 dnl of the configure script which would not be reachable with --host since that
9884 dnl relies on the build environment being real, rather than mocked up.
9885 AC_DEFUN([CF_WITH_SYSTYPE],[
9886 CF_CHECK_CACHE([AC_CANONICAL_SYSTEM])
9887 AC_ARG_WITH(system-type,
9888         [  --with-system-type=XXX  test: override derived host system-type],
9889 [AC_MSG_WARN(overriding system type to $withval)
9890         cf_cv_system_name=$withval
9891         host_os=$withval
9892 ])
9893 ])dnl
9894 dnl ---------------------------------------------------------------------------
9895 dnl CF_WITH_TYPE version: 2 updated: 2023/11/25 16:11:47
9896 dnl ------------
9897 dnl Accept a TYPE for substitution:
9898 dnl $1 = name of type
9899 dnl $2 = help/usage message
9900 dnl $3 = symbol to set
9901 dnl $4 = default value
9902 AC_DEFUN([CF_WITH_TYPE],[
9903 AC_MSG_CHECKING(for type of $1)
9904 AC_ARG_WITH([$1], [$2],
9905         [$3="$withval"],
9906         [$3=$4])
9907 AC_MSG_RESULT([$]$3)
9908 case x[$]$3 in
9909 (x|xyes|xno)
9910         AC_MSG_ERROR(expected a type name for $1)
9911         ;;
9912 esac
9913 AC_SUBST($3)
9914 ])dnl
9915 dnl ---------------------------------------------------------------------------
9916 dnl CF_WITH_VALGRIND version: 1 updated: 2006/12/14 18:00:21
9917 dnl ----------------
9918 AC_DEFUN([CF_WITH_VALGRIND],[
9919 CF_NO_LEAKS_OPTION(valgrind,
9920         [  --with-valgrind         test: use valgrind],
9921         [USE_VALGRIND])
9922 ])dnl
9923 dnl ---------------------------------------------------------------------------
9924 dnl CF_WITH_VERSIONED_SYMS version: 13 updated: 2023/12/03 09:24:04
9925 dnl ----------------------
9926 dnl Use this when building shared library with ELF, to markup symbols with the
9927 dnl version identifier from the given input file.  Generally that identifier is
9928 dnl the same as the SONAME at which the symbol was first introduced.
9929 dnl
9930 dnl $1 = basename of the ".map" file (default $PACKAGE)
9931 AC_DEFUN([CF_WITH_VERSIONED_SYMS],
9932 [AC_REQUIRE([AC_PROG_FGREP])dnl
9933 AC_REQUIRE([AC_PROG_EGREP])dnl
9934
9935 AC_MSG_CHECKING(if versioned-symbols file should be used)
9936 AC_ARG_WITH(versioned-syms,
9937         [[  --with-versioned-syms[=MAP-FILE] version ELF shared library symbols per MAP-FILE]],
9938         [with_versioned_syms=$withval],
9939         [with_versioned_syms=no])
9940 case "x$with_versioned_syms" in
9941 (xyes)
9942         with_versioned_syms='${top_srcdir}/package/ifelse($1,,${PACKAGE},[$1]).map'
9943         AC_SUBST(PACKAGE)
9944         ;;
9945 (xno)
9946         ;;
9947 (x/*)
9948         test -f "$with_versioned_syms" || AC_MSG_ERROR(expected a filename: $with_versioned_syms)
9949         ;;
9950 (*)
9951         test -f "$with_versioned_syms" || AC_MSG_ERROR(expected a filename: $with_versioned_syms)
9952         with_versioned_syms=`pwd`/"$with_versioned_syms"
9953         ;;
9954 esac
9955 AC_MSG_RESULT($with_versioned_syms)
9956
9957 RESULTING_SYMS=
9958 VERSIONED_SYMS=
9959 WILDCARD_SYMS=
9960
9961 if test "x$with_versioned_syms" != xno
9962 then
9963         RESULTING_SYMS=$with_versioned_syms
9964         case "x$MK_SHARED_LIB" in
9965         (*-Wl,*)
9966                 VERSIONED_SYMS="-Wl,--version-script,\${RESULTING_SYMS}"
9967                 MK_SHARED_LIB=`echo "$MK_SHARED_LIB" | sed -e "s%-Wl,%\\[$]{VERSIONED_SYMS} -Wl,%"`
9968                 CF_VERBOSE(MK_SHARED_LIB:  $MK_SHARED_LIB)
9969                 ;;
9970         (*-dy\ *)
9971                 VERSIONED_SYMS="-Wl,-M,\${RESULTING_SYMS}"
9972                 MK_SHARED_LIB=`echo "$MK_SHARED_LIB" | sed -e "s%-dy%\\[$]{VERSIONED_SYMS} -dy%"`
9973                 CF_VERBOSE(MK_SHARED_LIB:  $MK_SHARED_LIB)
9974                 ;;
9975         (*)
9976                 AC_MSG_WARN(this system does not support versioned-symbols)
9977                 ;;
9978         esac
9979
9980         # Linux ld can selectively override scope, e.g., of symbols beginning with
9981         # "_" by first declaring some as global, and then using a wildcard to
9982         # declare the others as local.  Some other loaders cannot do this.  Check
9983         # by constructing a (very) simple shared library and inspecting its
9984         # symbols.
9985         if test "x$VERSIONED_SYMS" != "x"
9986         then
9987                 AC_MSG_CHECKING(if wildcards can be used to selectively omit symbols)
9988                 WILDCARD_SYMS=no
9989
9990                 # make sources
9991                 rm -f conftest.*
9992
9993                 cat >conftest.ver <<EOF
9994 module_1.0 {
9995 global:
9996         globalf1;
9997 local:
9998         localf1;
9999 };
10000 module_2.0 {
10001 global:
10002         globalf2;
10003 local:
10004         localf2;
10005         _*;
10006 } module_1.0;
10007 submodule_1.0 {
10008 global:
10009         subglobalf1;
10010         _ismissing;
10011 local:
10012         sublocalf1;
10013 };
10014 submodule_2.0 {
10015 global:
10016         subglobalf2;
10017 local:
10018         sublocalf2;
10019         _*;
10020 } submodule_1.0;
10021 EOF
10022                 cat >conftest.$ac_ext <<EOF
10023 #line __oline__ "configure"
10024 extern int _ismissing(void);    int _ismissing(void)  { return 1; }
10025 extern int _localf1(void);      int _localf1(void)    { return 1; }
10026 extern int _localf2(void);      int _localf2(void)    { return 2; }
10027 extern int globalf1(void);      int globalf1(void)    { return 1; }
10028 extern int globalf2(void);      int globalf2(void)    { return 2; }
10029 extern int _sublocalf1(void);   int _sublocalf1(void) { return 1; }
10030 extern int _sublocalf2(void);   int _sublocalf2(void) { return 2; }
10031 extern int subglobalf1(void);   int subglobalf1(void) { return 1; }
10032 extern int subglobalf2(void);   int subglobalf2(void) { return 2; }
10033 EOF
10034                 cat >conftest.mk <<EOF
10035 CC=${CC}
10036 CFLAGS=${CFLAGS}
10037 CPPFLAGS=${CPPFLAGS}
10038 LDFLAGS=${LDFLAGS}
10039 LIBS=${LIBS}
10040 VERSIONED_SYMS=${VERSIONED_SYMS}
10041 RESULTING_SYMS=conftest.ver
10042 MK_SHARED_LIB=${MK_SHARED_LIB}
10043 conftest.so: conftest.$ac_cv_objext
10044                 \$(MK_SHARED_LIB) conftest.$ac_cv_objext
10045 EOF
10046
10047                 # compile source, make library
10048                 if make -f conftest.mk 2>&AC_FD_CC >/dev/null
10049                 then
10050                         # test for missing symbol in either Data or Text section
10051                         cf_missing="`nm -P conftest.so 2>&AC_FD_CC |${FGREP-fgrep} _ismissing | ${EGREP-egrep} '[[      ]][[DT]][[      ]]'`"
10052                         test -n "$cf_missing" && WILDCARD_SYMS=yes
10053                 fi
10054                 AC_MSG_RESULT($WILDCARD_SYMS)
10055                 rm -f conftest.*
10056         fi
10057 fi
10058 AC_SUBST(RESULTING_SYMS)
10059 AC_SUBST(VERSIONED_SYMS)
10060 AC_SUBST(WILDCARD_SYMS)
10061 ])dnl
10062 dnl ---------------------------------------------------------------------------
10063 dnl CF_WITH_X11_RGB version: 3 updated: 2023/10/28 11:59:01
10064 dnl ---------------
10065 dnl Handle configure option "--with-x11-rgb", setting these shell
10066 dnl variables:
10067 dnl
10068 dnl $RGB_PATH is the option value, used for finding the X11 rgb file.
10069 dnl $no_x11_rgb is a "#" (comment) if "--without-x11-rgb" is given.
10070 dnl
10071 dnl Most Linux's use this:
10072 dnl     /usr/share/X11/rgb.txt
10073 dnl Debian uses this:
10074 dnl     /etc/X11/rgb.txt
10075 dnl DragonFlyBSD ports uses this:
10076 dnl     /usr/pkg/lib/X11/rgb.txt
10077 dnl FreeBSD ports use these:
10078 dnl     /usr/local/lib/X11/rgb.txt
10079 dnl     /usr/local/share/X11/rgb.txt
10080 dnl Mandriva has these:
10081 dnl     /usr/lib/X11/rgb.txt
10082 dnl     /usr/lib64/X11/rgb.txt
10083 dnl NetBSD has these
10084 dnl     /usr/X11R7/lib/X11/rgb.txt
10085 dnl OpenSolaris uses
10086 dnl     32-bit:
10087 dnl     /usr/X11/etc/X11/rgb.txt
10088 dnl     /usr/X11/share/X11/rgb.txt
10089 dnl     /usr/X11/lib/X11/rgb.txt
10090 dnl OSX uses
10091 dnl             /opt/local/share/X11/rgb.txt (MacPorts)
10092 dnl             /opt/X11/share/X11/rgb.txt (non-ports)
10093 dnl     64-bit:
10094 dnl     /usr/X11/etc/X11/rgb.txt
10095 dnl     /usr/X11/share/X11/rgb.txt (perhaps)
10096 dnl     /usr/X11/lib/amd64/X11/rgb.txt
10097 dnl Solaris10 uses (in this order):
10098 dnl     /usr/openwin/lib/X11/rgb.txt
10099 dnl     /usr/X11/lib/X11/rgb.txt
10100 AC_DEFUN([CF_WITH_X11_RGB],[
10101 AC_MSG_CHECKING(for X11 rgb file)
10102 AC_ARG_WITH(x11-rgb,
10103         [  --with-x11-rgb=FILE     obtain X11 color definitions from FILE (default: EPREFIX/lib/X11/rgb.txt)],
10104         [RGB_PATH=$withval],
10105         [RGB_PATH=auto])
10106
10107 if test "x[$]RGB_PATH" = xauto
10108 then
10109         RGB_PATH='${exec_prefix}/lib/X11/rgb.txt'
10110         for cf_path in \
10111                 /opt/local/share/X11/rgb.txt \
10112                 /opt/X11/share/X11/rgb.txt \
10113                 /usr/share/X11/rgb.txt \
10114                 /usr/X11/share/X11/rgb.txt \
10115                 /usr/X11/lib/X11/rgb.txt \
10116                 /usr/lib/X11/rgb.txt \
10117                 /etc/X11/rgb.txt \
10118                 /usr/pkg/lib/X11/rgb.txt \
10119                 /usr/X11R7/lib/X11/rgb.txt \
10120                 /usr/X11R6/lib/X11/rgb.txt \
10121                 /usr/X11R5/lib/X11/rgb.txt \
10122                 /usr/X11R4/lib/X11/rgb.txt \
10123                 /usr/local/lib/X11/rgb.txt \
10124                 /usr/local/share/X11/rgb.txt \
10125                 /usr/lib64/X11/rgb.txt
10126         do
10127                 if test -f "$cf_path" ; then
10128                         RGB_PATH="$cf_path"
10129                         break
10130                 fi
10131         done
10132 else
10133         cf_path=$RGB_PATH
10134         CF_PATH_SYNTAX(cf_path)
10135 fi
10136
10137 AC_MSG_RESULT($RGB_PATH)
10138 AC_SUBST(RGB_PATH)
10139 AC_DEFINE_UNQUOTED(RGB_PATH,"$cf_path",[Define to the full pathname of rgb.txt])
10140
10141 no_x11_rgb=
10142 if test "$RGB_PATH" = no
10143 then
10144         no_x11_rgb="#"
10145 fi
10146 AC_SUBST(no_x11_rgb)
10147 ])dnl
10148 dnl ---------------------------------------------------------------------------
10149 dnl CF_XOPEN_SOURCE version: 67 updated: 2023/09/06 18:55:27
10150 dnl ---------------
10151 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions,
10152 dnl or adapt to the vendor's definitions to get equivalent functionality,
10153 dnl without losing the common non-POSIX features.
10154 dnl
10155 dnl Parameters:
10156 dnl     $1 is the nominal value for _XOPEN_SOURCE
10157 dnl     $2 is the nominal value for _POSIX_C_SOURCE
10158 dnl
10159 dnl The default case prefers _XOPEN_SOURCE over _POSIX_C_SOURCE if the
10160 dnl implementation predefines it, because X/Open and most implementations agree
10161 dnl that the latter is a legacy or "aligned" value.
10162 dnl
10163 dnl Because _XOPEN_SOURCE is preferred, if defining _POSIX_C_SOURCE turns
10164 dnl that off, then refrain from setting _POSIX_C_SOURCE explicitly.
10165 dnl
10166 dnl References:
10167 dnl https://pubs.opengroup.org/onlinepubs/007904975/functions/xsh_chap02_02.html
10168 dnl https://docs.oracle.com/cd/E19253-01/816-5175/standards-5/index.html
10169 dnl https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html
10170 AC_DEFUN([CF_XOPEN_SOURCE],[
10171 AC_REQUIRE([AC_CANONICAL_HOST])
10172 AC_REQUIRE([CF_POSIX_VISIBLE])
10173
10174 if test "$cf_cv_posix_visible" = no; then
10175
10176 cf_XOPEN_SOURCE=ifelse([$1],,500,[$1])
10177 cf_POSIX_C_SOURCE=ifelse([$2],,199506L,[$2])
10178 cf_xopen_source=
10179
10180 case "$host_os" in
10181 (aix[[4-7]]*)
10182         cf_xopen_source="-D_ALL_SOURCE"
10183         ;;
10184 (darwin[[0-8]].*)
10185         cf_xopen_source="-D_APPLE_C_SOURCE"
10186         ;;
10187 (darwin*)
10188         cf_xopen_source="-D_DARWIN_C_SOURCE"
10189         cf_XOPEN_SOURCE=
10190         ;;
10191 (freebsd*|dragonfly*|midnightbsd*)
10192         # 5.x headers associate
10193         #       _XOPEN_SOURCE=600 with _POSIX_C_SOURCE=200112L
10194         #       _XOPEN_SOURCE=500 with _POSIX_C_SOURCE=199506L
10195         cf_POSIX_C_SOURCE=200112L
10196         cf_XOPEN_SOURCE=600
10197         cf_xopen_source="-D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
10198         ;;
10199 (hpux11*)
10200         cf_xopen_source="-D_HPUX_SOURCE -D_XOPEN_SOURCE=500"
10201         ;;
10202 (hpux*)
10203         cf_xopen_source="-D_HPUX_SOURCE"
10204         ;;
10205 (irix[[56]].*)
10206         cf_xopen_source="-D_SGI_SOURCE"
10207         cf_XOPEN_SOURCE=
10208         ;;
10209 (linux*gnu|linux*gnuabi64|linux*gnuabin32|linux*gnueabi|linux*gnueabihf|linux*gnux32|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc)
10210         CF_GNU_SOURCE($cf_XOPEN_SOURCE)
10211         ;;
10212 (minix*)
10213         cf_xopen_source="-D_NETBSD_SOURCE" # POSIX.1-2001 features are ifdef'd with this...
10214         ;;
10215 (mirbsd*)
10216         # setting _XOPEN_SOURCE or _POSIX_SOURCE breaks <sys/select.h> and other headers which use u_int / u_short types
10217         cf_XOPEN_SOURCE=
10218         CF_POSIX_C_SOURCE($cf_POSIX_C_SOURCE)
10219         ;;
10220 (netbsd*)
10221         cf_xopen_source="-D_NETBSD_SOURCE" # setting _XOPEN_SOURCE breaks IPv6 for lynx on NetBSD 1.6, breaks xterm, is not needed for ncursesw
10222         ;;
10223 (openbsd[[6-9]]*)
10224         # OpenBSD 6.x has broken locale support, both compile-time and runtime.
10225         # see https://www.mail-archive.com/bugs@openbsd.org/msg13200.html
10226         # Abusing the conformance level is a workaround.
10227         AC_MSG_WARN(this system does not provide usable locale support)
10228         cf_xopen_source="-D_BSD_SOURCE"
10229         cf_XOPEN_SOURCE=700
10230         ;;
10231 (openbsd[[4-5]]*)
10232         # setting _XOPEN_SOURCE lower than 500 breaks g++ compile with wchar.h, needed for ncursesw
10233         cf_xopen_source="-D_BSD_SOURCE"
10234         cf_XOPEN_SOURCE=600
10235         ;;
10236 (openbsd*)
10237         # setting _XOPEN_SOURCE breaks xterm on OpenBSD 2.8, is not needed for ncursesw
10238         ;;
10239 (osf[[45]]*)
10240         cf_xopen_source="-D_OSF_SOURCE"
10241         ;;
10242 (nto-qnx*)
10243         cf_xopen_source="-D_QNX_SOURCE"
10244         ;;
10245 (sco*)
10246         # setting _XOPEN_SOURCE breaks Lynx on SCO Unix / OpenServer
10247         ;;
10248 (solaris2.*)
10249         cf_xopen_source="-D__EXTENSIONS__"
10250         cf_cv_xopen_source=broken
10251         ;;
10252 (sysv4.2uw2.*) # Novell/SCO UnixWare 2.x (tested on 2.1.2)
10253         cf_XOPEN_SOURCE=
10254         cf_POSIX_C_SOURCE=
10255         ;;
10256 (*)
10257         CF_TRY_XOPEN_SOURCE
10258         cf_save_xopen_cppflags="$CPPFLAGS"
10259         CF_POSIX_C_SOURCE($cf_POSIX_C_SOURCE)
10260         # Some of these niche implementations use copy/paste, double-check...
10261         if test "$cf_cv_xopen_source" = no ; then
10262                 CF_VERBOSE(checking if _POSIX_C_SOURCE interferes with _XOPEN_SOURCE)
10263                 AC_TRY_COMPILE(CF__XOPEN_SOURCE_HEAD,CF__XOPEN_SOURCE_BODY,,[
10264                         AC_MSG_WARN(_POSIX_C_SOURCE definition is not usable)
10265                         CPPFLAGS="$cf_save_xopen_cppflags"])
10266         fi
10267         ;;
10268 esac
10269
10270 if test -n "$cf_xopen_source" ; then
10271         CF_APPEND_CFLAGS($cf_xopen_source,true)
10272 fi
10273
10274 dnl In anything but the default case, we may have system-specific setting
10275 dnl which is still not guaranteed to provide all of the entrypoints that
10276 dnl _XOPEN_SOURCE would yield.
10277 if test -n "$cf_XOPEN_SOURCE" && test -z "$cf_cv_xopen_source" ; then
10278         AC_MSG_CHECKING(if _XOPEN_SOURCE really is set)
10279         AC_TRY_COMPILE([#include <stdlib.h>],[
10280 #ifndef _XOPEN_SOURCE
10281 #error _XOPEN_SOURCE is not defined
10282 #endif],
10283         [cf_XOPEN_SOURCE_set=yes],
10284         [cf_XOPEN_SOURCE_set=no])
10285         AC_MSG_RESULT($cf_XOPEN_SOURCE_set)
10286         if test "$cf_XOPEN_SOURCE_set" = yes
10287         then
10288                 AC_TRY_COMPILE([#include <stdlib.h>],[
10289 #if (_XOPEN_SOURCE - 0) < $cf_XOPEN_SOURCE
10290 #error (_XOPEN_SOURCE - 0) < $cf_XOPEN_SOURCE
10291 #endif],
10292                 [cf_XOPEN_SOURCE_set_ok=yes],
10293                 [cf_XOPEN_SOURCE_set_ok=no])
10294                 if test "$cf_XOPEN_SOURCE_set_ok" = no
10295                 then
10296                         AC_MSG_WARN(_XOPEN_SOURCE is lower than requested)
10297                 fi
10298         else
10299                 CF_TRY_XOPEN_SOURCE
10300         fi
10301 fi
10302 fi # cf_cv_posix_visible
10303 ])
10304 dnl ---------------------------------------------------------------------------
10305 dnl CF__SED_TRIMBLANKS version: 1 updated: 2021/01/02 09:31:20
10306 dnl ------------------
10307 dnl Trim something using sed, then trim extra whitespace
10308 dnl $1 = extra parameters, e.g., in CF_STRIP_G_OPT
10309 define([CF__SED_TRIMBLANKS],[sed ifelse($1,,,[$1] )-e 's%[[     ]]% %g' -e 's% [[ ]]*% %g' -e 's%^ %%' -e 's% [$]%%'])dnl
10310 dnl ---------------------------------------------------------------------------
10311 dnl CF__XOPEN_SOURCE_BODY version: 2 updated: 2023/02/18 17:41:25
10312 dnl ---------------------
10313 dnl body of test when test-compiling for _XOPEN_SOURCE check
10314 define([CF__XOPEN_SOURCE_BODY],
10315 [
10316 #ifndef _XOPEN_SOURCE
10317 #error _XOPEN_SOURCE is not defined
10318 #endif
10319 ])
10320 dnl ---------------------------------------------------------------------------
10321 dnl CF__XOPEN_SOURCE_HEAD version: 2 updated: 2023/02/18 17:41:25
10322 dnl ---------------------
10323 dnl headers to include when test-compiling for _XOPEN_SOURCE check
10324 define([CF__XOPEN_SOURCE_HEAD],
10325 [
10326 $ac_includes_default
10327 ])