passagemath-gap-pkg-cddinterface 10.6.23__cp311-cp311-macosx_13_0_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of passagemath-gap-pkg-cddinterface might be problematic. Click here for more details.

Files changed (60) hide show
  1. gap/pkg/cddinterface/Dockerfile +16 -0
  2. gap/pkg/cddinterface/LICENSE +344 -0
  3. gap/pkg/cddinterface/Makefile +14 -0
  4. gap/pkg/cddinterface/Makefile.gappkg +225 -0
  5. gap/pkg/cddinterface/Makefile.in +14 -0
  6. gap/pkg/cddinterface/PackageInfo.g +103 -0
  7. gap/pkg/cddinterface/README.md +140 -0
  8. gap/pkg/cddinterface/ToDo.txt +2 -0
  9. gap/pkg/cddinterface/autogen.sh +5 -0
  10. gap/pkg/cddinterface/bin/x86_64-apple-darwin22-default64-kv9/CddInterface.so +0 -0
  11. gap/pkg/cddinterface/config.log +334 -0
  12. gap/pkg/cddinterface/config.status +988 -0
  13. gap/pkg/cddinterface/configure +4779 -0
  14. gap/pkg/cddinterface/configure.ac +84 -0
  15. gap/pkg/cddinterface/etc/download.sh +86 -0
  16. gap/pkg/cddinterface/examples/30x30.g +5 -0
  17. gap/pkg/cddinterface/examples/FourierProjection.g +83 -0
  18. gap/pkg/cddinterface/examples/comparing_polyhedrons.g +32 -0
  19. gap/pkg/cddinterface/examples/demo.g +65 -0
  20. gap/pkg/cddinterface/examples/example1.g +115 -0
  21. gap/pkg/cddinterface/examples/intersection.g +35 -0
  22. gap/pkg/cddinterface/examples/linear_programs.g +64 -0
  23. gap/pkg/cddinterface/examples/minkuwski.g +35 -0
  24. gap/pkg/cddinterface/examples/new.g +5 -0
  25. gap/pkg/cddinterface/examples/new2.g +8 -0
  26. gap/pkg/cddinterface/gap/Julia.gd +3 -0
  27. gap/pkg/cddinterface/gap/Julia.gi +15 -0
  28. gap/pkg/cddinterface/gap/polyhedra.gd +268 -0
  29. gap/pkg/cddinterface/gap/polyhedra.gi +871 -0
  30. gap/pkg/cddinterface/gap/tools.gd +12 -0
  31. gap/pkg/cddinterface/gap/tools.gi +472 -0
  32. gap/pkg/cddinterface/init.g +17 -0
  33. gap/pkg/cddinterface/install.sh +64 -0
  34. gap/pkg/cddinterface/makedoc.g +19 -0
  35. gap/pkg/cddinterface/notebook.ipynb +343 -0
  36. gap/pkg/cddinterface/read.g +12 -0
  37. gap/pkg/cddinterface/tst/01.tst +37 -0
  38. gap/pkg/cddinterface/tst/02.tst +36 -0
  39. gap/pkg/cddinterface/tst/03.tst +50 -0
  40. gap/pkg/cddinterface/tst/04.tst +51 -0
  41. gap/pkg/cddinterface/tst/05.tst +41 -0
  42. gap/pkg/cddinterface/tst/06.tst +44 -0
  43. gap/pkg/cddinterface/tst/07.tst +46 -0
  44. gap/pkg/cddinterface/tst/08.tst +66 -0
  45. gap/pkg/cddinterface/tst/09.tst +28 -0
  46. gap/pkg/cddinterface/tst/10.tst +56 -0
  47. gap/pkg/cddinterface/tst/11.tst +70 -0
  48. gap/pkg/cddinterface/tst/etest_1.tst +6 -0
  49. gap/pkg/cddinterface/tst/etest_2.tst +33 -0
  50. gap/pkg/cddinterface/tst/testall.g +10 -0
  51. passagemath_gap_pkg_cddinterface-10.6.23.dist-info/METADATA +92 -0
  52. passagemath_gap_pkg_cddinterface-10.6.23.dist-info/METADATA.bak +93 -0
  53. passagemath_gap_pkg_cddinterface-10.6.23.dist-info/RECORD +60 -0
  54. passagemath_gap_pkg_cddinterface-10.6.23.dist-info/WHEEL +6 -0
  55. passagemath_gap_pkg_cddinterface-10.6.23.dist-info/top_level.txt +1 -0
  56. passagemath_gap_pkg_cddinterface.dylibs/libcddgmp.0.dylib +0 -0
  57. passagemath_gap_pkg_cddinterface.dylibs/libgmp.10.dylib +0 -0
  58. sage/all__sagemath_gap_pkg_cddinterface.py +1 -0
  59. sage/libs/all__sagemath_gap_pkg_cddinterface.py +1 -0
  60. sage/libs/gap_pkg_cddinterface.cpython-311-darwin.so +0 -0
@@ -0,0 +1,988 @@
1
+ #! /bin/sh
2
+ # Generated by configure.
3
+ # Run this file to recreate the current configuration.
4
+ # Compiler output produced by configure, useful for debugging
5
+ # configure, is in config.log if it exists.
6
+
7
+ debug=false
8
+ ac_cs_recheck=false
9
+ ac_cs_silent=false
10
+
11
+ SHELL=${CONFIG_SHELL-/bin/sh}
12
+ export SHELL
13
+ ## -------------------- ##
14
+ ## M4sh Initialization. ##
15
+ ## -------------------- ##
16
+
17
+ # Be more Bourne compatible
18
+ DUALCASE=1; export DUALCASE # for MKS sh
19
+ as_nop=:
20
+ if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1
21
+ then :
22
+ emulate sh
23
+ NULLCMD=:
24
+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25
+ # is contrary to our usage. Disable this feature.
26
+ alias -g '${1+"$@"}'='"$@"'
27
+ setopt NO_GLOB_SUBST
28
+ else $as_nop
29
+ case `(set -o) 2>/dev/null` in #(
30
+ *posix*) :
31
+ set -o posix ;; #(
32
+ *) :
33
+ ;;
34
+ esac
35
+ fi
36
+
37
+
38
+
39
+ # Reset variables that may have inherited troublesome values from
40
+ # the environment.
41
+
42
+ # IFS needs to be set, to space, tab, and newline, in precisely that order.
43
+ # (If _AS_PATH_WALK were called with IFS unset, it would have the
44
+ # side effect of setting IFS to empty, thus disabling word splitting.)
45
+ # Quoting is to prevent editors from complaining about space-tab.
46
+ as_nl='
47
+ '
48
+ export as_nl
49
+ IFS=" "" $as_nl"
50
+
51
+ PS1='$ '
52
+ PS2='> '
53
+ PS4='+ '
54
+
55
+ # Ensure predictable behavior from utilities with locale-dependent output.
56
+ LC_ALL=C
57
+ export LC_ALL
58
+ LANGUAGE=C
59
+ export LANGUAGE
60
+
61
+ # We cannot yet rely on "unset" to work, but we need these variables
62
+ # to be unset--not just set to an empty or harmless value--now, to
63
+ # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
64
+ # also avoids known problems related to "unset" and subshell syntax
65
+ # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
66
+ for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH
67
+ do eval test \${$as_var+y} \
68
+ && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
69
+ done
70
+
71
+ # Ensure that fds 0, 1, and 2 are open.
72
+ if (exec 3>&0) 2>/dev/null; then :; else exec 0</dev/null; fi
73
+ if (exec 3>&1) 2>/dev/null; then :; else exec 1>/dev/null; fi
74
+ if (exec 3>&2) ; then :; else exec 2>/dev/null; fi
75
+
76
+ # The user is always right.
77
+ if ${PATH_SEPARATOR+false} :; then
78
+ PATH_SEPARATOR=:
79
+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
80
+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
81
+ PATH_SEPARATOR=';'
82
+ }
83
+ fi
84
+
85
+
86
+ # Find who we are. Look in the path if we contain no directory separator.
87
+ as_myself=
88
+ case $0 in #((
89
+ *[\\/]* ) as_myself=$0 ;;
90
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
91
+ for as_dir in $PATH
92
+ do
93
+ IFS=$as_save_IFS
94
+ case $as_dir in #(((
95
+ '') as_dir=./ ;;
96
+ */) ;;
97
+ *) as_dir=$as_dir/ ;;
98
+ esac
99
+ test -r "$as_dir$0" && as_myself=$as_dir$0 && break
100
+ done
101
+ IFS=$as_save_IFS
102
+
103
+ ;;
104
+ esac
105
+ # We did not find ourselves, most probably we were run as `sh COMMAND'
106
+ # in which case we are not to be found in the path.
107
+ if test "x$as_myself" = x; then
108
+ as_myself=$0
109
+ fi
110
+ if test ! -f "$as_myself"; then
111
+ printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112
+ exit 1
113
+ fi
114
+
115
+
116
+
117
+ # as_fn_error STATUS ERROR [LINENO LOG_FD]
118
+ # ----------------------------------------
119
+ # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
120
+ # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
121
+ # script with STATUS, using 1 if that was 0.
122
+ as_fn_error ()
123
+ {
124
+ as_status=$1; test $as_status -eq 0 && as_status=1
125
+ if test "$4"; then
126
+ as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
127
+ printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
128
+ fi
129
+ printf "%s\n" "$as_me: error: $2" >&2
130
+ as_fn_exit $as_status
131
+ } # as_fn_error
132
+
133
+
134
+
135
+ # as_fn_set_status STATUS
136
+ # -----------------------
137
+ # Set $? to STATUS, without forking.
138
+ as_fn_set_status ()
139
+ {
140
+ return $1
141
+ } # as_fn_set_status
142
+
143
+ # as_fn_exit STATUS
144
+ # -----------------
145
+ # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
146
+ as_fn_exit ()
147
+ {
148
+ set +e
149
+ as_fn_set_status $1
150
+ exit $1
151
+ } # as_fn_exit
152
+
153
+ # as_fn_unset VAR
154
+ # ---------------
155
+ # Portably unset VAR.
156
+ as_fn_unset ()
157
+ {
158
+ { eval $1=; unset $1;}
159
+ }
160
+ as_unset=as_fn_unset
161
+
162
+ # as_fn_append VAR VALUE
163
+ # ----------------------
164
+ # Append the text in VALUE to the end of the definition contained in VAR. Take
165
+ # advantage of any shell optimizations that allow amortized linear growth over
166
+ # repeated appends, instead of the typical quadratic growth present in naive
167
+ # implementations.
168
+ if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null
169
+ then :
170
+ eval 'as_fn_append ()
171
+ {
172
+ eval $1+=\$2
173
+ }'
174
+ else $as_nop
175
+ as_fn_append ()
176
+ {
177
+ eval $1=\$$1\$2
178
+ }
179
+ fi # as_fn_append
180
+
181
+ # as_fn_arith ARG...
182
+ # ------------------
183
+ # Perform arithmetic evaluation on the ARGs, and store the result in the
184
+ # global $as_val. Take advantage of shells that can avoid forks. The arguments
185
+ # must be portable across $(()) and expr.
186
+ if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null
187
+ then :
188
+ eval 'as_fn_arith ()
189
+ {
190
+ as_val=$(( $* ))
191
+ }'
192
+ else $as_nop
193
+ as_fn_arith ()
194
+ {
195
+ as_val=`expr "$@" || test $? -eq 1`
196
+ }
197
+ fi # as_fn_arith
198
+
199
+
200
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
201
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
202
+ as_expr=expr
203
+ else
204
+ as_expr=false
205
+ fi
206
+
207
+ if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
208
+ as_basename=basename
209
+ else
210
+ as_basename=false
211
+ fi
212
+
213
+ if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
214
+ as_dirname=dirname
215
+ else
216
+ as_dirname=false
217
+ fi
218
+
219
+ as_me=`$as_basename -- "$0" ||
220
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
221
+ X"$0" : 'X\(//\)$' \| \
222
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
223
+ printf "%s\n" X/"$0" |
224
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
225
+ s//\1/
226
+ q
227
+ }
228
+ /^X\/\(\/\/\)$/{
229
+ s//\1/
230
+ q
231
+ }
232
+ /^X\/\(\/\).*/{
233
+ s//\1/
234
+ q
235
+ }
236
+ s/.*/./; q'`
237
+
238
+ # Avoid depending upon Character Ranges.
239
+ as_cr_letters='abcdefghijklmnopqrstuvwxyz'
240
+ as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
241
+ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
242
+ as_cr_digits='0123456789'
243
+ as_cr_alnum=$as_cr_Letters$as_cr_digits
244
+
245
+
246
+ # Determine whether it's possible to make 'echo' print without a newline.
247
+ # These variables are no longer used directly by Autoconf, but are AC_SUBSTed
248
+ # for compatibility with existing Makefiles.
249
+ ECHO_C= ECHO_N= ECHO_T=
250
+ case `echo -n x` in #(((((
251
+ -n*)
252
+ case `echo 'xy\c'` in
253
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
254
+ xy) ECHO_C='\c';;
255
+ *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
256
+ ECHO_T=' ';;
257
+ esac;;
258
+ *)
259
+ ECHO_N='-n';;
260
+ esac
261
+
262
+ # For backward compatibility with old third-party macros, we provide
263
+ # the shell variables $as_echo and $as_echo_n. New code should use
264
+ # AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively.
265
+ as_echo='printf %s\n'
266
+ as_echo_n='printf %s'
267
+
268
+ rm -f conf$$ conf$$.exe conf$$.file
269
+ if test -d conf$$.dir; then
270
+ rm -f conf$$.dir/conf$$.file
271
+ else
272
+ rm -f conf$$.dir
273
+ mkdir conf$$.dir 2>/dev/null
274
+ fi
275
+ if (echo >conf$$.file) 2>/dev/null; then
276
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
277
+ as_ln_s='ln -s'
278
+ # ... but there are two gotchas:
279
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
280
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
281
+ # In both cases, we have to default to `cp -pR'.
282
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
283
+ as_ln_s='cp -pR'
284
+ elif ln conf$$.file conf$$ 2>/dev/null; then
285
+ as_ln_s=ln
286
+ else
287
+ as_ln_s='cp -pR'
288
+ fi
289
+ else
290
+ as_ln_s='cp -pR'
291
+ fi
292
+ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
293
+ rmdir conf$$.dir 2>/dev/null
294
+
295
+
296
+ # as_fn_mkdir_p
297
+ # -------------
298
+ # Create "$as_dir" as a directory, including parents if necessary.
299
+ as_fn_mkdir_p ()
300
+ {
301
+
302
+ case $as_dir in #(
303
+ -*) as_dir=./$as_dir;;
304
+ esac
305
+ test -d "$as_dir" || eval $as_mkdir_p || {
306
+ as_dirs=
307
+ while :; do
308
+ case $as_dir in #(
309
+ *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
310
+ *) as_qdir=$as_dir;;
311
+ esac
312
+ as_dirs="'$as_qdir' $as_dirs"
313
+ as_dir=`$as_dirname -- "$as_dir" ||
314
+ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
315
+ X"$as_dir" : 'X\(//\)[^/]' \| \
316
+ X"$as_dir" : 'X\(//\)$' \| \
317
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
318
+ printf "%s\n" X"$as_dir" |
319
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
320
+ s//\1/
321
+ q
322
+ }
323
+ /^X\(\/\/\)[^/].*/{
324
+ s//\1/
325
+ q
326
+ }
327
+ /^X\(\/\/\)$/{
328
+ s//\1/
329
+ q
330
+ }
331
+ /^X\(\/\).*/{
332
+ s//\1/
333
+ q
334
+ }
335
+ s/.*/./; q'`
336
+ test -d "$as_dir" && break
337
+ done
338
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
339
+ } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
340
+
341
+
342
+ } # as_fn_mkdir_p
343
+ if mkdir -p . 2>/dev/null; then
344
+ as_mkdir_p='mkdir -p "$as_dir"'
345
+ else
346
+ test -d ./-p && rmdir ./-p
347
+ as_mkdir_p=false
348
+ fi
349
+
350
+
351
+ # as_fn_executable_p FILE
352
+ # -----------------------
353
+ # Test if FILE is an executable regular file.
354
+ as_fn_executable_p ()
355
+ {
356
+ test -f "$1" && test -x "$1"
357
+ } # as_fn_executable_p
358
+ as_test_x='test -x'
359
+ as_executable_p=as_fn_executable_p
360
+
361
+ # Sed expression to map a string onto a valid CPP name.
362
+ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
363
+
364
+ # Sed expression to map a string onto a valid variable name.
365
+ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
366
+
367
+
368
+ exec 6>&1
369
+ ## ----------------------------------- ##
370
+ ## Main body of $CONFIG_STATUS script. ##
371
+ ## ----------------------------------- ##
372
+ # Save the log message, to keep $0 and so on meaningful, and to
373
+ # report actual input values of CONFIG_FILES etc. instead of their
374
+ # values after options handling.
375
+ ac_log="
376
+ This file was extended by CddInterface $as_me package, which was
377
+ generated by GNU Autoconf 2.71. Invocation command line was
378
+
379
+ CONFIG_FILES = $CONFIG_FILES
380
+ CONFIG_HEADERS = $CONFIG_HEADERS
381
+ CONFIG_LINKS = $CONFIG_LINKS
382
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
383
+ $ $0 $@
384
+
385
+ on `(hostname || uname -n) 2>/dev/null | sed 1q`
386
+ "
387
+
388
+ # Files that config.status was made for.
389
+ config_files=" Makefile"
390
+ config_headers=" src/config.h"
391
+
392
+ ac_cs_usage="\
393
+ \`$as_me' instantiates files and other configuration actions
394
+ from templates according to the current configuration. Unless the files
395
+ and actions are specified as TAGs, all are instantiated by default.
396
+
397
+ Usage: $0 [OPTION]... [TAG]...
398
+
399
+ -h, --help print this help, then exit
400
+ -V, --version print version number and configuration settings, then exit
401
+ --config print configuration, then exit
402
+ -q, --quiet, --silent
403
+ do not print progress messages
404
+ -d, --debug don't remove temporary files
405
+ --recheck update $as_me by reconfiguring in the same conditions
406
+ --file=FILE[:TEMPLATE]
407
+ instantiate the configuration file FILE
408
+ --header=FILE[:TEMPLATE]
409
+ instantiate the configuration header FILE
410
+
411
+ Configuration files:
412
+ $config_files
413
+
414
+ Configuration headers:
415
+ $config_headers
416
+
417
+ Report bugs to the package provider."
418
+
419
+ ac_cs_config='--with-gaproot=/Users/runner/sage-local/lib/gap/ --with-cddlib=/Users/runner/sage-local CC=gcc '\''CFLAGS=-g -O2 -std=gnu17 -Wno-implicit-function-declaration'\'' '\''LDFLAGS=-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names -Wl,-ld_classic'\'''
420
+ ac_cs_version="\
421
+ CddInterface config.status package
422
+ configured by ./configure, generated by GNU Autoconf 2.71,
423
+ with options \"$ac_cs_config\"
424
+
425
+ Copyright (C) 2021 Free Software Foundation, Inc.
426
+ This config.status script is free software; the Free Software Foundation
427
+ gives unlimited permission to copy, distribute and modify it."
428
+
429
+ ac_pwd='/Users/runner/sage-local/var/tmp/sage/build/gap_packages-4.14.0.p0/src/pkg/cddinterface'
430
+ srcdir='.'
431
+ test -n "$AWK" || AWK=awk
432
+ # The default lists apply if the user does not specify any file.
433
+ ac_need_defaults=:
434
+ while test $# != 0
435
+ do
436
+ case $1 in
437
+ --*=?*)
438
+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
439
+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
440
+ ac_shift=:
441
+ ;;
442
+ --*=)
443
+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
444
+ ac_optarg=
445
+ ac_shift=:
446
+ ;;
447
+ *)
448
+ ac_option=$1
449
+ ac_optarg=$2
450
+ ac_shift=shift
451
+ ;;
452
+ esac
453
+
454
+ case $ac_option in
455
+ # Handling of the options.
456
+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
457
+ ac_cs_recheck=: ;;
458
+ --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
459
+ printf "%s\n" "$ac_cs_version"; exit ;;
460
+ --config | --confi | --conf | --con | --co | --c )
461
+ printf "%s\n" "$ac_cs_config"; exit ;;
462
+ --debug | --debu | --deb | --de | --d | -d )
463
+ debug=: ;;
464
+ --file | --fil | --fi | --f )
465
+ $ac_shift
466
+ case $ac_optarg in
467
+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
468
+ '') as_fn_error $? "missing file argument" ;;
469
+ esac
470
+ as_fn_append CONFIG_FILES " '$ac_optarg'"
471
+ ac_need_defaults=false;;
472
+ --header | --heade | --head | --hea )
473
+ $ac_shift
474
+ case $ac_optarg in
475
+ *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
476
+ esac
477
+ as_fn_append CONFIG_HEADERS " '$ac_optarg'"
478
+ ac_need_defaults=false;;
479
+ --he | --h)
480
+ # Conflict between --help and --header
481
+ as_fn_error $? "ambiguous option: \`$1'
482
+ Try \`$0 --help' for more information.";;
483
+ --help | --hel | -h )
484
+ printf "%s\n" "$ac_cs_usage"; exit ;;
485
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
486
+ | -silent | --silent | --silen | --sile | --sil | --si | --s)
487
+ ac_cs_silent=: ;;
488
+
489
+ # This is an error.
490
+ -*) as_fn_error $? "unrecognized option: \`$1'
491
+ Try \`$0 --help' for more information." ;;
492
+
493
+ *) as_fn_append ac_config_targets " $1"
494
+ ac_need_defaults=false ;;
495
+
496
+ esac
497
+ shift
498
+ done
499
+
500
+ ac_configure_extra_args=
501
+
502
+ if $ac_cs_silent; then
503
+ exec 6>/dev/null
504
+ ac_configure_extra_args="$ac_configure_extra_args --silent"
505
+ fi
506
+
507
+ if $ac_cs_recheck; then
508
+ set X /bin/sh './configure' '--with-gaproot=/Users/runner/sage-local/lib/gap/' '--with-cddlib=/Users/runner/sage-local' 'CC=gcc' 'CFLAGS=-g -O2 -std=gnu17 -Wno-implicit-function-declaration' 'LDFLAGS=-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names -Wl,-ld_classic' $ac_configure_extra_args --no-create --no-recursion
509
+ shift
510
+ \printf "%s\n" "running CONFIG_SHELL=/bin/sh $*" >&6
511
+ CONFIG_SHELL='/bin/sh'
512
+ export CONFIG_SHELL
513
+ exec "$@"
514
+ fi
515
+
516
+ exec 5>>config.log
517
+ {
518
+ echo
519
+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
520
+ ## Running $as_me. ##
521
+ _ASBOX
522
+ printf "%s\n" "$ac_log"
523
+ } >&5
524
+
525
+
526
+ # Handling of arguments.
527
+ for ac_config_target in $ac_config_targets
528
+ do
529
+ case $ac_config_target in
530
+ "src/config.h") CONFIG_HEADERS="$CONFIG_HEADERS src/config.h" ;;
531
+ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
532
+
533
+ *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
534
+ esac
535
+ done
536
+
537
+
538
+ # If the user did not use the arguments to specify the items to instantiate,
539
+ # then the envvar interface is used. Set only those that are not.
540
+ # We use the long form for the default assignment because of an extremely
541
+ # bizarre bug on SunOS 4.1.3.
542
+ if $ac_need_defaults; then
543
+ test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files
544
+ test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers
545
+ fi
546
+
547
+ # Have a temporary directory for convenience. Make it in the build tree
548
+ # simply because there is no reason against having it here, and in addition,
549
+ # creating and moving files from /tmp can sometimes cause problems.
550
+ # Hook for its removal unless debugging.
551
+ # Note that there is a small window in which the directory will not be cleaned:
552
+ # after its creation but before its name has been assigned to `$tmp'.
553
+ $debug ||
554
+ {
555
+ tmp= ac_tmp=
556
+ trap 'exit_status=$?
557
+ : "${ac_tmp:=$tmp}"
558
+ { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
559
+ ' 0
560
+ trap 'as_fn_exit 1' 1 2 13 15
561
+ }
562
+ # Create a (secure) tmp directory for tmp files.
563
+
564
+ {
565
+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
566
+ test -d "$tmp"
567
+ } ||
568
+ {
569
+ tmp=./conf$$-$RANDOM
570
+ (umask 077 && mkdir "$tmp")
571
+ } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
572
+ ac_tmp=$tmp
573
+
574
+ # Set up the scripts for CONFIG_FILES section.
575
+ # No need to generate them if there are no CONFIG_FILES.
576
+ # This happens for instance with `./config.status config.h'.
577
+ if test -n "$CONFIG_FILES"; then
578
+
579
+
580
+ ac_cr=`echo X | tr X '\015'`
581
+ # On cygwin, bash can eat \r inside `` if the user requested igncr.
582
+ # But we know of no other shell where ac_cr would be empty at this
583
+ # point, so we can use a bashism as a fallback.
584
+ if test "x$ac_cr" = x; then
585
+ eval ac_cr=\$\'\\r\'
586
+ fi
587
+ ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
588
+ if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
589
+ ac_cs_awk_cr='\\r'
590
+ else
591
+ ac_cs_awk_cr=$ac_cr
592
+ fi
593
+
594
+ echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
595
+ cat >>"$ac_tmp/subs1.awk" <<\_ACAWK &&
596
+ S["LTLIBOBJS"]=""
597
+ S["LIBOBJS"]=""
598
+ S["CDD_LDFLAGS"]="-L/Users/runner/sage-local/lib -lcddgmp -lgmp"
599
+ S["CDD_CPPFLAGS"]="-I/Users/runner/sage-local/include/cdd -I/Users/runner/sage-local/include/cddlib -I/Users/runner/sage-local/include"
600
+ S["GAP_LIBS"]=""
601
+ S["GAP_LDFLAGS"]=""
602
+ S["GAP_CFLAGS"]=" -pthread -g -O2"
603
+ S["GAP_CPPFLAGS"]="-I/Users/runner/sage-local/include/gap -I/Users/runner/sage-local/include -DUSE_GASMAN=1 -I/src"
604
+ S["GAPROOT"]="/Users/runner/sage-local/lib/gap"
605
+ S["GAPARCH"]="x86_64-apple-darwin22-default64-kv9"
606
+ S["OBJEXT"]="o"
607
+ S["EXEEXT"]=""
608
+ S["ac_ct_CC"]="gcc"
609
+ S["CPPFLAGS"]=""
610
+ S["LDFLAGS"]="-L/Users/runner/sage-local/lib -L/Users/runner/sage-local/lib -Wl,-ld_classic -Wl,-headerpad_max_install_names -Wl,-ld_classic"
611
+ S["CFLAGS"]="-g -O2 -std=gnu17 -Wno-implicit-function-declaration"
612
+ S["CC"]="gcc"
613
+ S["target_alias"]=""
614
+ S["host_alias"]=""
615
+ S["build_alias"]=""
616
+ S["LIBS"]="-lcddgmp "
617
+ S["ECHO_T"]=""
618
+ S["ECHO_N"]=""
619
+ S["ECHO_C"]="\\c"
620
+ S["DEFS"]="-DHAVE_CONFIG_H"
621
+ S["mandir"]="${datarootdir}/man"
622
+ S["localedir"]="${datarootdir}/locale"
623
+ S["libdir"]="${exec_prefix}/lib"
624
+ S["psdir"]="${docdir}"
625
+ S["pdfdir"]="${docdir}"
626
+ S["dvidir"]="${docdir}"
627
+ S["htmldir"]="${docdir}"
628
+ S["infodir"]="${datarootdir}/info"
629
+ S["docdir"]="${datarootdir}/doc/${PACKAGE_TARNAME}"
630
+ S["oldincludedir"]="/usr/include"
631
+ S["includedir"]="${prefix}/include"
632
+ S["runstatedir"]="${localstatedir}/run"
633
+ S["localstatedir"]="${prefix}/var"
634
+ S["sharedstatedir"]="${prefix}/com"
635
+ S["sysconfdir"]="${prefix}/etc"
636
+ S["datadir"]="${datarootdir}"
637
+ S["datarootdir"]="${prefix}/share"
638
+ S["libexecdir"]="${exec_prefix}/libexec"
639
+ S["sbindir"]="${exec_prefix}/sbin"
640
+ S["bindir"]="${exec_prefix}/bin"
641
+ S["program_transform_name"]="s,x,x,"
642
+ S["prefix"]="/usr/local"
643
+ S["exec_prefix"]="${prefix}"
644
+ S["PACKAGE_URL"]=""
645
+ S["PACKAGE_BUGREPORT"]=""
646
+ S["PACKAGE_STRING"]="CddInterface package"
647
+ S["PACKAGE_VERSION"]="package"
648
+ S["PACKAGE_TARNAME"]="cddinterface"
649
+ S["PACKAGE_NAME"]="CddInterface"
650
+ S["PATH_SEPARATOR"]=":"
651
+ S["SHELL"]="/bin/sh"
652
+ _ACAWK
653
+ cat >>"$ac_tmp/subs1.awk" <<_ACAWK &&
654
+ for (key in S) S_is_set[key] = 1
655
+ FS = ""
656
+
657
+ }
658
+ {
659
+ line = $ 0
660
+ nfields = split(line, field, "@")
661
+ substed = 0
662
+ len = length(field[1])
663
+ for (i = 2; i < nfields; i++) {
664
+ key = field[i]
665
+ keylen = length(key)
666
+ if (S_is_set[key]) {
667
+ value = S[key]
668
+ line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
669
+ len += length(value) + length(field[++i])
670
+ substed = 1
671
+ } else
672
+ len += 1 + keylen
673
+ }
674
+
675
+ print line
676
+ }
677
+
678
+ _ACAWK
679
+ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
680
+ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
681
+ else
682
+ cat
683
+ fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
684
+ || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
685
+ fi # test -n "$CONFIG_FILES"
686
+
687
+ # Set up the scripts for CONFIG_HEADERS section.
688
+ # No need to generate them if there are no CONFIG_HEADERS.
689
+ # This happens for instance with `./config.status Makefile'.
690
+ if test -n "$CONFIG_HEADERS"; then
691
+ cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
692
+ BEGIN {
693
+ D["PACKAGE_NAME"]=" \"CddInterface\""
694
+ D["PACKAGE_TARNAME"]=" \"cddinterface\""
695
+ D["PACKAGE_VERSION"]=" \"package\""
696
+ D["PACKAGE_STRING"]=" \"CddInterface package\""
697
+ D["PACKAGE_BUGREPORT"]=" \"\""
698
+ D["PACKAGE_URL"]=" \"\""
699
+ D["HAVE_STDIO_H"]=" 1"
700
+ D["HAVE_STDLIB_H"]=" 1"
701
+ D["HAVE_STRING_H"]=" 1"
702
+ D["HAVE_INTTYPES_H"]=" 1"
703
+ D["HAVE_STDINT_H"]=" 1"
704
+ D["HAVE_STRINGS_H"]=" 1"
705
+ D["HAVE_SYS_STAT_H"]=" 1"
706
+ D["HAVE_SYS_TYPES_H"]=" 1"
707
+ D["HAVE_UNISTD_H"]=" 1"
708
+ D["STDC_HEADERS"]=" 1"
709
+ D["HAVE_CDDLIB_SETOPER_H"]=" 1"
710
+ D["HAVE_LIBCDDGMP"]=" 1"
711
+ for (key in D) D_is_set[key] = 1
712
+ FS = ""
713
+ }
714
+ /^[\t ]*#[\t ]*(define|undef)[\t ]+[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*([\t (]|$)/ {
715
+ line = $ 0
716
+ split(line, arg, " ")
717
+ if (arg[1] == "#") {
718
+ defundef = arg[2]
719
+ mac1 = arg[3]
720
+ } else {
721
+ defundef = substr(arg[1], 2)
722
+ mac1 = arg[2]
723
+ }
724
+ split(mac1, mac2, "(") #)
725
+ macro = mac2[1]
726
+ prefix = substr(line, 1, index(line, defundef) - 1)
727
+ if (D_is_set[macro]) {
728
+ # Preserve the white space surrounding the "#".
729
+ print prefix "define", macro P[macro] D[macro]
730
+ next
731
+ } else {
732
+ # Replace #undef with comments. This is necessary, for example,
733
+ # in the case of _POSIX_SOURCE, which is predefined and required
734
+ # on some systems where configure will not decide to define it.
735
+ if (defundef == "undef") {
736
+ print "/*", prefix defundef, macro, "*/"
737
+ next
738
+ }
739
+ }
740
+ }
741
+ { print }
742
+ _ACAWK
743
+ as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
744
+ fi # test -n "$CONFIG_HEADERS"
745
+
746
+
747
+ eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS "
748
+ shift
749
+ for ac_tag
750
+ do
751
+ case $ac_tag in
752
+ :[FHLC]) ac_mode=$ac_tag; continue;;
753
+ esac
754
+ case $ac_mode$ac_tag in
755
+ :[FHL]*:*);;
756
+ :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
757
+ :[FH]-) ac_tag=-:-;;
758
+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
759
+ esac
760
+ ac_save_IFS=$IFS
761
+ IFS=:
762
+ set x $ac_tag
763
+ IFS=$ac_save_IFS
764
+ shift
765
+ ac_file=$1
766
+ shift
767
+
768
+ case $ac_mode in
769
+ :L) ac_source=$1;;
770
+ :[FH])
771
+ ac_file_inputs=
772
+ for ac_f
773
+ do
774
+ case $ac_f in
775
+ -) ac_f="$ac_tmp/stdin";;
776
+ *) # Look for the file first in the build tree, then in the source tree
777
+ # (if the path is not absolute). The absolute path cannot be DOS-style,
778
+ # because $ac_f cannot contain `:'.
779
+ test -f "$ac_f" ||
780
+ case $ac_f in
781
+ [\\/$]*) false;;
782
+ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
783
+ esac ||
784
+ as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
785
+ esac
786
+ case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
787
+ as_fn_append ac_file_inputs " '$ac_f'"
788
+ done
789
+
790
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
791
+ # use $as_me), people would be surprised to read:
792
+ # /* config.h. Generated by config.status. */
793
+ configure_input='Generated from '`
794
+ printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
795
+ `' by configure.'
796
+ if test x"$ac_file" != x-; then
797
+ configure_input="$ac_file. $configure_input"
798
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
799
+ printf "%s\n" "$as_me: creating $ac_file" >&6;}
800
+ fi
801
+ # Neutralize special characters interpreted by sed in replacement strings.
802
+ case $configure_input in #(
803
+ *\&* | *\|* | *\\* )
804
+ ac_sed_conf_input=`printf "%s\n" "$configure_input" |
805
+ sed 's/[\\\\&|]/\\\\&/g'`;; #(
806
+ *) ac_sed_conf_input=$configure_input;;
807
+ esac
808
+
809
+ case $ac_tag in
810
+ *:-:* | *:-) cat >"$ac_tmp/stdin" \
811
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
812
+ esac
813
+ ;;
814
+ esac
815
+
816
+ ac_dir=`$as_dirname -- "$ac_file" ||
817
+ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
818
+ X"$ac_file" : 'X\(//\)[^/]' \| \
819
+ X"$ac_file" : 'X\(//\)$' \| \
820
+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
821
+ printf "%s\n" X"$ac_file" |
822
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
823
+ s//\1/
824
+ q
825
+ }
826
+ /^X\(\/\/\)[^/].*/{
827
+ s//\1/
828
+ q
829
+ }
830
+ /^X\(\/\/\)$/{
831
+ s//\1/
832
+ q
833
+ }
834
+ /^X\(\/\).*/{
835
+ s//\1/
836
+ q
837
+ }
838
+ s/.*/./; q'`
839
+ as_dir="$ac_dir"; as_fn_mkdir_p
840
+ ac_builddir=.
841
+
842
+ case "$ac_dir" in
843
+ .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
844
+ *)
845
+ ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'`
846
+ # A ".." for each directory in $ac_dir_suffix.
847
+ ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
848
+ case $ac_top_builddir_sub in
849
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
850
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
851
+ esac ;;
852
+ esac
853
+ ac_abs_top_builddir=$ac_pwd
854
+ ac_abs_builddir=$ac_pwd$ac_dir_suffix
855
+ # for backward compatibility:
856
+ ac_top_builddir=$ac_top_build_prefix
857
+
858
+ case $srcdir in
859
+ .) # We are building in place.
860
+ ac_srcdir=.
861
+ ac_top_srcdir=$ac_top_builddir_sub
862
+ ac_abs_top_srcdir=$ac_pwd ;;
863
+ [\\/]* | ?:[\\/]* ) # Absolute name.
864
+ ac_srcdir=$srcdir$ac_dir_suffix;
865
+ ac_top_srcdir=$srcdir
866
+ ac_abs_top_srcdir=$srcdir ;;
867
+ *) # Relative name.
868
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
869
+ ac_top_srcdir=$ac_top_build_prefix$srcdir
870
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
871
+ esac
872
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
873
+
874
+
875
+ case $ac_mode in
876
+ :F)
877
+ #
878
+ # CONFIG_FILE
879
+ #
880
+
881
+ # If the template does not know about datarootdir, expand it.
882
+ # FIXME: This hack should be removed a few years after 2.60.
883
+ ac_datarootdir_hack=; ac_datarootdir_seen=
884
+ ac_sed_dataroot='
885
+ /datarootdir/ {
886
+ p
887
+ q
888
+ }
889
+ /@datadir@/p
890
+ /@docdir@/p
891
+ /@infodir@/p
892
+ /@localedir@/p
893
+ /@mandir@/p'
894
+ case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
895
+ *datarootdir*) ac_datarootdir_seen=yes;;
896
+ *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
897
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
898
+ printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
899
+ ac_datarootdir_hack='
900
+ s&@datadir@&${datarootdir}&g
901
+ s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
902
+ s&@infodir@&${datarootdir}/info&g
903
+ s&@localedir@&${datarootdir}/locale&g
904
+ s&@mandir@&${datarootdir}/man&g
905
+ s&\${datarootdir}&${prefix}/share&g' ;;
906
+ esac
907
+ ac_sed_extra="/^[ ]*VPATH[ ]*=[ ]*/{
908
+ h
909
+ s///
910
+ s/^/:/
911
+ s/[ ]*$/:/
912
+ s/:\$(srcdir):/:/g
913
+ s/:\${srcdir}:/:/g
914
+ s/:@srcdir@:/:/g
915
+ s/^:*//
916
+ s/:*$//
917
+ x
918
+ s/\(=[ ]*\).*/\1/
919
+ G
920
+ s/\n//
921
+ s/^[^=]*=[ ]*$//
922
+ }
923
+
924
+ :t
925
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
926
+ s|@configure_input@|$ac_sed_conf_input|;t t
927
+ s&@top_builddir@&$ac_top_builddir_sub&;t t
928
+ s&@top_build_prefix@&$ac_top_build_prefix&;t t
929
+ s&@srcdir@&$ac_srcdir&;t t
930
+ s&@abs_srcdir@&$ac_abs_srcdir&;t t
931
+ s&@top_srcdir@&$ac_top_srcdir&;t t
932
+ s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
933
+ s&@builddir@&$ac_builddir&;t t
934
+ s&@abs_builddir@&$ac_abs_builddir&;t t
935
+ s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
936
+ $ac_datarootdir_hack
937
+ "
938
+ eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
939
+ >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
940
+
941
+ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
942
+ { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
943
+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
944
+ "$ac_tmp/out"`; test -z "$ac_out"; } &&
945
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
946
+ which seems to be undefined. Please make sure it is defined" >&5
947
+ printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
948
+ which seems to be undefined. Please make sure it is defined" >&2;}
949
+
950
+ rm -f "$ac_tmp/stdin"
951
+ case $ac_file in
952
+ -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
953
+ *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
954
+ esac \
955
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
956
+ ;;
957
+ :H)
958
+ #
959
+ # CONFIG_HEADER
960
+ #
961
+ if test x"$ac_file" != x-; then
962
+ {
963
+ printf "%s\n" "/* $configure_input */" >&1 \
964
+ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
965
+ } >"$ac_tmp/config.h" \
966
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
967
+ if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
968
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
969
+ printf "%s\n" "$as_me: $ac_file is unchanged" >&6;}
970
+ else
971
+ rm -f "$ac_file"
972
+ mv "$ac_tmp/config.h" "$ac_file" \
973
+ || as_fn_error $? "could not create $ac_file" "$LINENO" 5
974
+ fi
975
+ else
976
+ printf "%s\n" "/* $configure_input */" >&1 \
977
+ && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
978
+ || as_fn_error $? "could not create -" "$LINENO" 5
979
+ fi
980
+ ;;
981
+
982
+
983
+ esac
984
+
985
+ done # for ac_tag
986
+
987
+
988
+ as_fn_exit 0