Ticket #69163: config.log

File config.log, 247.8 KB (added by alan-zh-sh (Alan Zhang), 4 months ago)
Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by GNU Emacs configure 29.2, which was
5generated by GNU Autoconf 2.71.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --disable-silent-rules --without-ns --without-dbus --without-libotf --without-m17n-flt --with-libgmp --with-gnutls --with-json --with-xml2 --with-modules --with-sqlite3 --with-webp --infodir /opt/local/share/info/emacs --without-xaw3d --without-imagemagick --with-xpm --with-jpeg --with-tiff --with-gif --with-png --with-lcms2 --with-xft --with-x-toolkit=gtk3 --with-gconf --with-rsvg --with-imagemagick --with-xwidgets --with-native-compilation=aot --with-tree-sitter
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = baymax.local
14uname -m = arm64
15uname -r = 23.2.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:18 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6000
18
19/usr/bin/uname -p = arm
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 23.2.0: Wed Nov 15 21:53:18 PST 2023; root:xnu-10002.61.3~2/RELEASE_ARM64_T6000
27Kernel configured for up to 10 processors.
2810 processors are physically available.
2910 processors are logically available.
30Processor type: arm64e (ARM64E)
31Processors active: 0 1 2 3 4 5 6 7 8 9
32Primary memory available: 32.00 gigabytes
33Default processor set: 841 tasks, 3353 threads, 10 processors
34Load average: 1.68, Mach factor: 8.33
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin/
40PATH: /opt/local/sbin/
41PATH: /bin/
42PATH: /sbin/
43PATH: /usr/bin/
44PATH: /usr/sbin/
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:4679: looking for aux files: install-sh config.guess config.sub
52configure:4692:  trying ./build-aux/
53configure:4703:   ./build-aux/install-sh found
54configure:4721:   ./build-aux/config.guess found
55configure:4721:   ./build-aux/config.sub found
56configure:4877: checking for xcrun
57configure:4898: found /usr/bin/xcrun
58configure:4909: result: xcrun
59configure:4924: checking for make
60configure:4945: found /usr/bin/make
61configure:4956: result: yes
62configure:4981: checking for GNU Make
63configure:5037: result: make
64configure:5054: checking build system type
65configure:5069: result: aarch64-apple-darwin23.2.0
66configure:5089: checking host system type
67configure:5103: result: aarch64-apple-darwin23.2.0
68configure:6372: checking for C compiler version
69configure:6381: /usr/bin/clang --version >&5
70Apple clang version 15.0.0 (clang-1500.1.0.2.5)
71Target: arm64-apple-darwin23.2.0
72Thread model: posix
73InstalledDir: /Library/Developer/CommandLineTools/usr/bin
74configure:6392: $? = 0
75configure:6381: /usr/bin/clang -v >&5
76Apple clang version 15.0.0 (clang-1500.1.0.2.5)
77Target: arm64-apple-darwin23.2.0
78Thread model: posix
79InstalledDir: /Library/Developer/CommandLineTools/usr/bin
80configure:6392: $? = 0
81configure:6381: /usr/bin/clang -V >&5
82clang: error: argument to '-V' is missing (expected 1 value)
83clang: error: no input files
84configure:6392: $? = 1
85configure:6381: /usr/bin/clang -qversion >&5
86clang: error: unknown argument '-qversion'; did you mean '--version'?
87clang: error: no input files
88configure:6392: $? = 1
89configure:6381: /usr/bin/clang -version >&5
90clang: error: unknown argument '-version'; did you mean '--version'?
91clang: error: no input files
92configure:6392: $? = 1
93configure:6412: checking whether the C compiler works
94configure:6434: /usr/bin/clang -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
95ld: warning: -no_pie ignored for arm64*
96configure:6438: $? = 0
97configure:6488: result: yes
98configure:6491: checking for C compiler default output file name
99configure:6493: result: a.out
100configure:6499: checking for suffix of executables
101configure:6506: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
102ld: warning: -no_pie ignored for arm64*
103configure:6510: $? = 0
104configure:6533: result:
105configure:6555: checking whether we are cross compiling
106configure:6563: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
107ld: warning: -no_pie ignored for arm64*
108configure:6567: $? = 0
109configure:6574: ./conftest
110configure:6578: $? = 0
111configure:6593: result: no
112configure:6598: checking for suffix of object files
113configure:6621: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
114configure:6625: $? = 0
115configure:6647: result: o
116configure:6651: checking whether the compiler supports GNU C
117configure:6671: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
118configure:6671: $? = 0
119configure:6681: result: yes
120configure:6692: checking whether /usr/bin/clang accepts -g
121configure:6713: /usr/bin/clang -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
122configure:6713: $? = 0
123configure:6757: result: yes
124configure:6777: checking for /usr/bin/clang option to enable C11 features
125configure:6792: /usr/bin/clang  -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
126conftest.c:24:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
127static char *e (p, i)
128             ^
1291 warning generated.
130configure:6792: $? = 0
131configure:6810: result: none needed
132configure:6921: checking whether the compiler is clang
133configure:6943: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
134conftest.c:12:12: error: unknown type name 'barfbarf'
135           barfbarf
136           ^
1371 error generated.
138configure:6943: $? = 1
139configure: failed program was:
140| /* confdefs.h */
141| #define PACKAGE_NAME "GNU Emacs"
142| #define PACKAGE_TARNAME "emacs"
143| #define PACKAGE_VERSION "29.2"
144| #define PACKAGE_STRING "GNU Emacs 29.2"
145| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
146| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
147| #define HAVE_PDUMPER 1
148| /* end confdefs.h.  */
149|
150|            #ifdef __clang__
151|            barfbarf
152|            #endif
153|
154| int
155| main (void)
156| {
157|
158|   ;
159|   return 0;
160| }
161|
162configure:6952: result: yes
163configure:6956: checking for compiler option needed when checking for declarations
164configure:6976: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5 -Werror=implicit-function-declaration
165configure:6976: $? = 0
166configure:6989: result: -Werror=implicit-function-declaration
167configure:7003: checking for ar
168configure:7024: found /opt/local/bin/ar
169configure:7035: result: ar
170configure:7054: checking whether /usr/bin/clang and cc understand -c and -o together
171configure:7086: /usr/bin/clang -c conftest.c -o conftest2.o >&5
172configure:7090: $? = 0
173configure:7096: /usr/bin/clang -c conftest.c -o conftest2.o >&5
174configure:7100: $? = 0
175configure:7111: cc -c conftest.c >&5
176configure:7115: $? = 0
177configure:7123: cc -c conftest.c -o conftest2.o >&5
178configure:7127: $? = 0
179configure:7133: cc -c conftest.c -o conftest2.o >&5
180configure:7137: $? = 0
181configure:7155: result: yes
182configure:7190: checking for stdio.h
183configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
184configure:7190: $? = 0
185configure:7190: result: yes
186configure:7190: checking for stdlib.h
187configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
188configure:7190: $? = 0
189configure:7190: result: yes
190configure:7190: checking for string.h
191configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
192configure:7190: $? = 0
193configure:7190: result: yes
194configure:7190: checking for inttypes.h
195configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
196configure:7190: $? = 0
197configure:7190: result: yes
198configure:7190: checking for stdint.h
199configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
200configure:7190: $? = 0
201configure:7190: result: yes
202configure:7190: checking for strings.h
203configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
204configure:7190: $? = 0
205configure:7190: result: yes
206configure:7190: checking for sys/stat.h
207configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
208configure:7190: $? = 0
209configure:7190: result: yes
210configure:7190: checking for sys/types.h
211configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
212configure:7190: $? = 0
213configure:7190: result: yes
214configure:7190: checking for unistd.h
215configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
216configure:7190: $? = 0
217configure:7190: result: yes
218configure:7190: checking for wchar.h
219configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
220configure:7190: $? = 0
221configure:7190: result: yes
222configure:7190: checking for minix/config.h
223configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
224conftest.c:48:10: fatal error: 'minix/config.h' file not found
225#include <minix/config.h>
226         ^~~~~~~~~~~~~~~~
2271 error generated.
228configure:7190: $? = 1
229configure: failed program was:
230| /* confdefs.h */
231| #define PACKAGE_NAME "GNU Emacs"
232| #define PACKAGE_TARNAME "emacs"
233| #define PACKAGE_VERSION "29.2"
234| #define PACKAGE_STRING "GNU Emacs 29.2"
235| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
236| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
237| #define HAVE_PDUMPER 1
238| #define HAVE_STDIO_H 1
239| #define HAVE_STDLIB_H 1
240| #define HAVE_STRING_H 1
241| #define HAVE_INTTYPES_H 1
242| #define HAVE_STDINT_H 1
243| #define HAVE_STRINGS_H 1
244| #define HAVE_SYS_STAT_H 1
245| #define HAVE_SYS_TYPES_H 1
246| #define HAVE_UNISTD_H 1
247| #define HAVE_WCHAR_H 1
248| /* end confdefs.h.  */
249| #include <stddef.h>
250| #ifdef HAVE_STDIO_H
251| # include <stdio.h>
252| #endif
253| #ifdef HAVE_STDLIB_H
254| # include <stdlib.h>
255| #endif
256| #ifdef HAVE_STRING_H
257| # include <string.h>
258| #endif
259| #ifdef HAVE_INTTYPES_H
260| # include <inttypes.h>
261| #endif
262| #ifdef HAVE_STDINT_H
263| # include <stdint.h>
264| #endif
265| #ifdef HAVE_STRINGS_H
266| # include <strings.h>
267| #endif
268| #ifdef HAVE_SYS_TYPES_H
269| # include <sys/types.h>
270| #endif
271| #ifdef HAVE_SYS_STAT_H
272| # include <sys/stat.h>
273| #endif
274| #ifdef HAVE_UNISTD_H
275| # include <unistd.h>
276| #endif
277| #include <minix/config.h>
278configure:7190: result: no
279configure:7190: checking for linux/fs.h
280configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
281conftest.c:48:10: fatal error: 'linux/fs.h' file not found
282#include <linux/fs.h>
283         ^~~~~~~~~~~~
2841 error generated.
285configure:7190: $? = 1
286configure: failed program was:
287| /* confdefs.h */
288| #define PACKAGE_NAME "GNU Emacs"
289| #define PACKAGE_TARNAME "emacs"
290| #define PACKAGE_VERSION "29.2"
291| #define PACKAGE_STRING "GNU Emacs 29.2"
292| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
293| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
294| #define HAVE_PDUMPER 1
295| #define HAVE_STDIO_H 1
296| #define HAVE_STDLIB_H 1
297| #define HAVE_STRING_H 1
298| #define HAVE_INTTYPES_H 1
299| #define HAVE_STDINT_H 1
300| #define HAVE_STRINGS_H 1
301| #define HAVE_SYS_STAT_H 1
302| #define HAVE_SYS_TYPES_H 1
303| #define HAVE_UNISTD_H 1
304| #define HAVE_WCHAR_H 1
305| /* end confdefs.h.  */
306| #include <stddef.h>
307| #ifdef HAVE_STDIO_H
308| # include <stdio.h>
309| #endif
310| #ifdef HAVE_STDLIB_H
311| # include <stdlib.h>
312| #endif
313| #ifdef HAVE_STRING_H
314| # include <string.h>
315| #endif
316| #ifdef HAVE_INTTYPES_H
317| # include <inttypes.h>
318| #endif
319| #ifdef HAVE_STDINT_H
320| # include <stdint.h>
321| #endif
322| #ifdef HAVE_STRINGS_H
323| # include <strings.h>
324| #endif
325| #ifdef HAVE_SYS_TYPES_H
326| # include <sys/types.h>
327| #endif
328| #ifdef HAVE_SYS_STAT_H
329| # include <sys/stat.h>
330| #endif
331| #ifdef HAVE_UNISTD_H
332| # include <unistd.h>
333| #endif
334| #include <linux/fs.h>
335configure:7190: result: no
336configure:7190: checking for malloc.h
337configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
338conftest.c:48:10: fatal error: 'malloc.h' file not found
339#include <malloc.h>
340         ^~~~~~~~~~
3411 error generated.
342configure:7190: $? = 1
343configure: failed program was:
344| /* confdefs.h */
345| #define PACKAGE_NAME "GNU Emacs"
346| #define PACKAGE_TARNAME "emacs"
347| #define PACKAGE_VERSION "29.2"
348| #define PACKAGE_STRING "GNU Emacs 29.2"
349| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
350| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
351| #define HAVE_PDUMPER 1
352| #define HAVE_STDIO_H 1
353| #define HAVE_STDLIB_H 1
354| #define HAVE_STRING_H 1
355| #define HAVE_INTTYPES_H 1
356| #define HAVE_STDINT_H 1
357| #define HAVE_STRINGS_H 1
358| #define HAVE_SYS_STAT_H 1
359| #define HAVE_SYS_TYPES_H 1
360| #define HAVE_UNISTD_H 1
361| #define HAVE_WCHAR_H 1
362| /* end confdefs.h.  */
363| #include <stddef.h>
364| #ifdef HAVE_STDIO_H
365| # include <stdio.h>
366| #endif
367| #ifdef HAVE_STDLIB_H
368| # include <stdlib.h>
369| #endif
370| #ifdef HAVE_STRING_H
371| # include <string.h>
372| #endif
373| #ifdef HAVE_INTTYPES_H
374| # include <inttypes.h>
375| #endif
376| #ifdef HAVE_STDINT_H
377| # include <stdint.h>
378| #endif
379| #ifdef HAVE_STRINGS_H
380| # include <strings.h>
381| #endif
382| #ifdef HAVE_SYS_TYPES_H
383| # include <sys/types.h>
384| #endif
385| #ifdef HAVE_SYS_STAT_H
386| # include <sys/stat.h>
387| #endif
388| #ifdef HAVE_UNISTD_H
389| # include <unistd.h>
390| #endif
391| #include <malloc.h>
392configure:7190: result: no
393configure:7190: checking for sys/systeminfo.h
394configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
395conftest.c:48:10: fatal error: 'sys/systeminfo.h' file not found
396#include <sys/systeminfo.h>
397         ^~~~~~~~~~~~~~~~~~
3981 error generated.
399configure:7190: $? = 1
400configure: failed program was:
401| /* confdefs.h */
402| #define PACKAGE_NAME "GNU Emacs"
403| #define PACKAGE_TARNAME "emacs"
404| #define PACKAGE_VERSION "29.2"
405| #define PACKAGE_STRING "GNU Emacs 29.2"
406| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
407| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
408| #define HAVE_PDUMPER 1
409| #define HAVE_STDIO_H 1
410| #define HAVE_STDLIB_H 1
411| #define HAVE_STRING_H 1
412| #define HAVE_INTTYPES_H 1
413| #define HAVE_STDINT_H 1
414| #define HAVE_STRINGS_H 1
415| #define HAVE_SYS_STAT_H 1
416| #define HAVE_SYS_TYPES_H 1
417| #define HAVE_UNISTD_H 1
418| #define HAVE_WCHAR_H 1
419| /* end confdefs.h.  */
420| #include <stddef.h>
421| #ifdef HAVE_STDIO_H
422| # include <stdio.h>
423| #endif
424| #ifdef HAVE_STDLIB_H
425| # include <stdlib.h>
426| #endif
427| #ifdef HAVE_STRING_H
428| # include <string.h>
429| #endif
430| #ifdef HAVE_INTTYPES_H
431| # include <inttypes.h>
432| #endif
433| #ifdef HAVE_STDINT_H
434| # include <stdint.h>
435| #endif
436| #ifdef HAVE_STRINGS_H
437| # include <strings.h>
438| #endif
439| #ifdef HAVE_SYS_TYPES_H
440| # include <sys/types.h>
441| #endif
442| #ifdef HAVE_SYS_STAT_H
443| # include <sys/stat.h>
444| #endif
445| #ifdef HAVE_UNISTD_H
446| # include <unistd.h>
447| #endif
448| #include <sys/systeminfo.h>
449configure:7190: result: no
450configure:7190: checking for sys/sysinfo.h
451configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
452conftest.c:48:10: fatal error: 'sys/sysinfo.h' file not found
453#include <sys/sysinfo.h>
454         ^~~~~~~~~~~~~~~
4551 error generated.
456configure:7190: $? = 1
457configure: failed program was:
458| /* confdefs.h */
459| #define PACKAGE_NAME "GNU Emacs"
460| #define PACKAGE_TARNAME "emacs"
461| #define PACKAGE_VERSION "29.2"
462| #define PACKAGE_STRING "GNU Emacs 29.2"
463| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
464| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
465| #define HAVE_PDUMPER 1
466| #define HAVE_STDIO_H 1
467| #define HAVE_STDLIB_H 1
468| #define HAVE_STRING_H 1
469| #define HAVE_INTTYPES_H 1
470| #define HAVE_STDINT_H 1
471| #define HAVE_STRINGS_H 1
472| #define HAVE_SYS_STAT_H 1
473| #define HAVE_SYS_TYPES_H 1
474| #define HAVE_UNISTD_H 1
475| #define HAVE_WCHAR_H 1
476| /* end confdefs.h.  */
477| #include <stddef.h>
478| #ifdef HAVE_STDIO_H
479| # include <stdio.h>
480| #endif
481| #ifdef HAVE_STDLIB_H
482| # include <stdlib.h>
483| #endif
484| #ifdef HAVE_STRING_H
485| # include <string.h>
486| #endif
487| #ifdef HAVE_INTTYPES_H
488| # include <inttypes.h>
489| #endif
490| #ifdef HAVE_STDINT_H
491| # include <stdint.h>
492| #endif
493| #ifdef HAVE_STRINGS_H
494| # include <strings.h>
495| #endif
496| #ifdef HAVE_SYS_TYPES_H
497| # include <sys/types.h>
498| #endif
499| #ifdef HAVE_SYS_STAT_H
500| # include <sys/stat.h>
501| #endif
502| #ifdef HAVE_UNISTD_H
503| # include <unistd.h>
504| #endif
505| #include <sys/sysinfo.h>
506configure:7190: result: no
507configure:7190: checking for coff.h
508configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
509conftest.c:48:10: fatal error: 'coff.h' file not found
510#include <coff.h>
511         ^~~~~~~~
5121 error generated.
513configure:7190: $? = 1
514configure: failed program was:
515| /* confdefs.h */
516| #define PACKAGE_NAME "GNU Emacs"
517| #define PACKAGE_TARNAME "emacs"
518| #define PACKAGE_VERSION "29.2"
519| #define PACKAGE_STRING "GNU Emacs 29.2"
520| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
521| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
522| #define HAVE_PDUMPER 1
523| #define HAVE_STDIO_H 1
524| #define HAVE_STDLIB_H 1
525| #define HAVE_STRING_H 1
526| #define HAVE_INTTYPES_H 1
527| #define HAVE_STDINT_H 1
528| #define HAVE_STRINGS_H 1
529| #define HAVE_SYS_STAT_H 1
530| #define HAVE_SYS_TYPES_H 1
531| #define HAVE_UNISTD_H 1
532| #define HAVE_WCHAR_H 1
533| /* end confdefs.h.  */
534| #include <stddef.h>
535| #ifdef HAVE_STDIO_H
536| # include <stdio.h>
537| #endif
538| #ifdef HAVE_STDLIB_H
539| # include <stdlib.h>
540| #endif
541| #ifdef HAVE_STRING_H
542| # include <string.h>
543| #endif
544| #ifdef HAVE_INTTYPES_H
545| # include <inttypes.h>
546| #endif
547| #ifdef HAVE_STDINT_H
548| # include <stdint.h>
549| #endif
550| #ifdef HAVE_STRINGS_H
551| # include <strings.h>
552| #endif
553| #ifdef HAVE_SYS_TYPES_H
554| # include <sys/types.h>
555| #endif
556| #ifdef HAVE_SYS_STAT_H
557| # include <sys/stat.h>
558| #endif
559| #ifdef HAVE_UNISTD_H
560| # include <unistd.h>
561| #endif
562| #include <coff.h>
563configure:7190: result: no
564configure:7190: checking for pty.h
565configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
566conftest.c:48:10: fatal error: 'pty.h' file not found
567#include <pty.h>
568         ^~~~~~~
5691 error generated.
570configure:7190: $? = 1
571configure: failed program was:
572| /* confdefs.h */
573| #define PACKAGE_NAME "GNU Emacs"
574| #define PACKAGE_TARNAME "emacs"
575| #define PACKAGE_VERSION "29.2"
576| #define PACKAGE_STRING "GNU Emacs 29.2"
577| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
578| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
579| #define HAVE_PDUMPER 1
580| #define HAVE_STDIO_H 1
581| #define HAVE_STDLIB_H 1
582| #define HAVE_STRING_H 1
583| #define HAVE_INTTYPES_H 1
584| #define HAVE_STDINT_H 1
585| #define HAVE_STRINGS_H 1
586| #define HAVE_SYS_STAT_H 1
587| #define HAVE_SYS_TYPES_H 1
588| #define HAVE_UNISTD_H 1
589| #define HAVE_WCHAR_H 1
590| /* end confdefs.h.  */
591| #include <stddef.h>
592| #ifdef HAVE_STDIO_H
593| # include <stdio.h>
594| #endif
595| #ifdef HAVE_STDLIB_H
596| # include <stdlib.h>
597| #endif
598| #ifdef HAVE_STRING_H
599| # include <string.h>
600| #endif
601| #ifdef HAVE_INTTYPES_H
602| # include <inttypes.h>
603| #endif
604| #ifdef HAVE_STDINT_H
605| # include <stdint.h>
606| #endif
607| #ifdef HAVE_STRINGS_H
608| # include <strings.h>
609| #endif
610| #ifdef HAVE_SYS_TYPES_H
611| # include <sys/types.h>
612| #endif
613| #ifdef HAVE_SYS_STAT_H
614| # include <sys/stat.h>
615| #endif
616| #ifdef HAVE_UNISTD_H
617| # include <unistd.h>
618| #endif
619| #include <pty.h>
620configure:7190: result: no
621configure:7190: checking for sys/resource.h
622configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
623configure:7190: $? = 0
624configure:7190: result: yes
625configure:7190: checking for sys/utsname.h
626configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
627configure:7190: $? = 0
628configure:7190: result: yes
629configure:7190: checking for pwd.h
630configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
631configure:7190: $? = 0
632configure:7190: result: yes
633configure:7190: checking for utmp.h
634configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
635configure:7190: $? = 0
636configure:7190: result: yes
637configure:7190: checking for util.h
638configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
639configure:7190: $? = 0
640configure:7190: result: yes
641configure:7190: checking for sanitizer/lsan_interface.h
642configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
643configure:7190: $? = 0
644configure:7190: result: yes
645configure:7190: checking for sys/socket.h
646configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
647configure:7190: $? = 0
648configure:7190: result: yes
649configure:7190: checking for sys/param.h
650configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
651configure:7190: $? = 0
652configure:7190: result: yes
653configure:7190: checking for pthread.h
654configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
655configure:7190: $? = 0
656configure:7190: result: yes
657configure:7190: checking for malloc/malloc.h
658configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
659configure:7190: $? = 0
660configure:7190: result: yes
661configure:7190: checking for sys/un.h
662configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
663configure:7190: $? = 0
664configure:7190: result: yes
665configure:7190: checking for vfork.h
666configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
667conftest.c:59:10: fatal error: 'vfork.h' file not found
668#include <vfork.h>
669         ^~~~~~~~~
6701 error generated.
671configure:7190: $? = 1
672configure: failed program was:
673| /* confdefs.h */
674| #define PACKAGE_NAME "GNU Emacs"
675| #define PACKAGE_TARNAME "emacs"
676| #define PACKAGE_VERSION "29.2"
677| #define PACKAGE_STRING "GNU Emacs 29.2"
678| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
679| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
680| #define HAVE_PDUMPER 1
681| #define HAVE_STDIO_H 1
682| #define HAVE_STDLIB_H 1
683| #define HAVE_STRING_H 1
684| #define HAVE_INTTYPES_H 1
685| #define HAVE_STDINT_H 1
686| #define HAVE_STRINGS_H 1
687| #define HAVE_SYS_STAT_H 1
688| #define HAVE_SYS_TYPES_H 1
689| #define HAVE_UNISTD_H 1
690| #define HAVE_WCHAR_H 1
691| #define HAVE_SYS_RESOURCE_H 1
692| #define HAVE_SYS_UTSNAME_H 1
693| #define HAVE_PWD_H 1
694| #define HAVE_UTMP_H 1
695| #define HAVE_UTIL_H 1
696| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
697| #define HAVE_SYS_SOCKET_H 1
698| #define HAVE_SYS_PARAM_H 1
699| #define HAVE_PTHREAD_H 1
700| #define HAVE_MALLOC_MALLOC_H 1
701| #define HAVE_SYS_UN_H 1
702| /* end confdefs.h.  */
703| #include <stddef.h>
704| #ifdef HAVE_STDIO_H
705| # include <stdio.h>
706| #endif
707| #ifdef HAVE_STDLIB_H
708| # include <stdlib.h>
709| #endif
710| #ifdef HAVE_STRING_H
711| # include <string.h>
712| #endif
713| #ifdef HAVE_INTTYPES_H
714| # include <inttypes.h>
715| #endif
716| #ifdef HAVE_STDINT_H
717| # include <stdint.h>
718| #endif
719| #ifdef HAVE_STRINGS_H
720| # include <strings.h>
721| #endif
722| #ifdef HAVE_SYS_TYPES_H
723| # include <sys/types.h>
724| #endif
725| #ifdef HAVE_SYS_STAT_H
726| # include <sys/stat.h>
727| #endif
728| #ifdef HAVE_UNISTD_H
729| # include <unistd.h>
730| #endif
731| #include <vfork.h>
732configure:7190: result: no
733configure:7190: checking for dirent.h
734configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
735configure:7190: $? = 0
736configure:7190: result: yes
737configure:7190: checking for execinfo.h
738configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
739configure:7190: $? = 0
740configure:7190: result: yes
741configure:7190: checking for stdio_ext.h
742configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
743conftest.c:61:10: fatal error: 'stdio_ext.h' file not found
744#include <stdio_ext.h>
745         ^~~~~~~~~~~~~
7461 error generated.
747configure:7190: $? = 1
748configure: failed program was:
749| /* confdefs.h */
750| #define PACKAGE_NAME "GNU Emacs"
751| #define PACKAGE_TARNAME "emacs"
752| #define PACKAGE_VERSION "29.2"
753| #define PACKAGE_STRING "GNU Emacs 29.2"
754| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
755| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
756| #define HAVE_PDUMPER 1
757| #define HAVE_STDIO_H 1
758| #define HAVE_STDLIB_H 1
759| #define HAVE_STRING_H 1
760| #define HAVE_INTTYPES_H 1
761| #define HAVE_STDINT_H 1
762| #define HAVE_STRINGS_H 1
763| #define HAVE_SYS_STAT_H 1
764| #define HAVE_SYS_TYPES_H 1
765| #define HAVE_UNISTD_H 1
766| #define HAVE_WCHAR_H 1
767| #define HAVE_SYS_RESOURCE_H 1
768| #define HAVE_SYS_UTSNAME_H 1
769| #define HAVE_PWD_H 1
770| #define HAVE_UTMP_H 1
771| #define HAVE_UTIL_H 1
772| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
773| #define HAVE_SYS_SOCKET_H 1
774| #define HAVE_SYS_PARAM_H 1
775| #define HAVE_PTHREAD_H 1
776| #define HAVE_MALLOC_MALLOC_H 1
777| #define HAVE_SYS_UN_H 1
778| #define HAVE_DIRENT_H 1
779| #define HAVE_EXECINFO_H 1
780| /* end confdefs.h.  */
781| #include <stddef.h>
782| #ifdef HAVE_STDIO_H
783| # include <stdio.h>
784| #endif
785| #ifdef HAVE_STDLIB_H
786| # include <stdlib.h>
787| #endif
788| #ifdef HAVE_STRING_H
789| # include <string.h>
790| #endif
791| #ifdef HAVE_INTTYPES_H
792| # include <inttypes.h>
793| #endif
794| #ifdef HAVE_STDINT_H
795| # include <stdint.h>
796| #endif
797| #ifdef HAVE_STRINGS_H
798| # include <strings.h>
799| #endif
800| #ifdef HAVE_SYS_TYPES_H
801| # include <sys/types.h>
802| #endif
803| #ifdef HAVE_SYS_STAT_H
804| # include <sys/stat.h>
805| #endif
806| #ifdef HAVE_UNISTD_H
807| # include <unistd.h>
808| #endif
809| #include <stdio_ext.h>
810configure:7190: result: no
811configure:7190: checking for sys/vfs.h
812configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
813conftest.c:61:10: fatal error: 'sys/vfs.h' file not found
814#include <sys/vfs.h>
815         ^~~~~~~~~~~
8161 error generated.
817configure:7190: $? = 1
818configure: failed program was:
819| /* confdefs.h */
820| #define PACKAGE_NAME "GNU Emacs"
821| #define PACKAGE_TARNAME "emacs"
822| #define PACKAGE_VERSION "29.2"
823| #define PACKAGE_STRING "GNU Emacs 29.2"
824| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
825| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
826| #define HAVE_PDUMPER 1
827| #define HAVE_STDIO_H 1
828| #define HAVE_STDLIB_H 1
829| #define HAVE_STRING_H 1
830| #define HAVE_INTTYPES_H 1
831| #define HAVE_STDINT_H 1
832| #define HAVE_STRINGS_H 1
833| #define HAVE_SYS_STAT_H 1
834| #define HAVE_SYS_TYPES_H 1
835| #define HAVE_UNISTD_H 1
836| #define HAVE_WCHAR_H 1
837| #define HAVE_SYS_RESOURCE_H 1
838| #define HAVE_SYS_UTSNAME_H 1
839| #define HAVE_PWD_H 1
840| #define HAVE_UTMP_H 1
841| #define HAVE_UTIL_H 1
842| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
843| #define HAVE_SYS_SOCKET_H 1
844| #define HAVE_SYS_PARAM_H 1
845| #define HAVE_PTHREAD_H 1
846| #define HAVE_MALLOC_MALLOC_H 1
847| #define HAVE_SYS_UN_H 1
848| #define HAVE_DIRENT_H 1
849| #define HAVE_EXECINFO_H 1
850| /* end confdefs.h.  */
851| #include <stddef.h>
852| #ifdef HAVE_STDIO_H
853| # include <stdio.h>
854| #endif
855| #ifdef HAVE_STDLIB_H
856| # include <stdlib.h>
857| #endif
858| #ifdef HAVE_STRING_H
859| # include <string.h>
860| #endif
861| #ifdef HAVE_INTTYPES_H
862| # include <inttypes.h>
863| #endif
864| #ifdef HAVE_STDINT_H
865| # include <stdint.h>
866| #endif
867| #ifdef HAVE_STRINGS_H
868| # include <strings.h>
869| #endif
870| #ifdef HAVE_SYS_TYPES_H
871| # include <sys/types.h>
872| #endif
873| #ifdef HAVE_SYS_STAT_H
874| # include <sys/stat.h>
875| #endif
876| #ifdef HAVE_UNISTD_H
877| # include <unistd.h>
878| #endif
879| #include <sys/vfs.h>
880configure:7190: result: no
881configure:7190: checking for sys/fs_types.h
882configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
883conftest.c:61:10: fatal error: 'sys/fs_types.h' file not found
884#include <sys/fs_types.h>
885         ^~~~~~~~~~~~~~~~
8861 error generated.
887configure:7190: $? = 1
888configure: failed program was:
889| /* confdefs.h */
890| #define PACKAGE_NAME "GNU Emacs"
891| #define PACKAGE_TARNAME "emacs"
892| #define PACKAGE_VERSION "29.2"
893| #define PACKAGE_STRING "GNU Emacs 29.2"
894| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
895| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
896| #define HAVE_PDUMPER 1
897| #define HAVE_STDIO_H 1
898| #define HAVE_STDLIB_H 1
899| #define HAVE_STRING_H 1
900| #define HAVE_INTTYPES_H 1
901| #define HAVE_STDINT_H 1
902| #define HAVE_STRINGS_H 1
903| #define HAVE_SYS_STAT_H 1
904| #define HAVE_SYS_TYPES_H 1
905| #define HAVE_UNISTD_H 1
906| #define HAVE_WCHAR_H 1
907| #define HAVE_SYS_RESOURCE_H 1
908| #define HAVE_SYS_UTSNAME_H 1
909| #define HAVE_PWD_H 1
910| #define HAVE_UTMP_H 1
911| #define HAVE_UTIL_H 1
912| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
913| #define HAVE_SYS_SOCKET_H 1
914| #define HAVE_SYS_PARAM_H 1
915| #define HAVE_PTHREAD_H 1
916| #define HAVE_MALLOC_MALLOC_H 1
917| #define HAVE_SYS_UN_H 1
918| #define HAVE_DIRENT_H 1
919| #define HAVE_EXECINFO_H 1
920| /* end confdefs.h.  */
921| #include <stddef.h>
922| #ifdef HAVE_STDIO_H
923| # include <stdio.h>
924| #endif
925| #ifdef HAVE_STDLIB_H
926| # include <stdlib.h>
927| #endif
928| #ifdef HAVE_STRING_H
929| # include <string.h>
930| #endif
931| #ifdef HAVE_INTTYPES_H
932| # include <inttypes.h>
933| #endif
934| #ifdef HAVE_STDINT_H
935| # include <stdint.h>
936| #endif
937| #ifdef HAVE_STRINGS_H
938| # include <strings.h>
939| #endif
940| #ifdef HAVE_SYS_TYPES_H
941| # include <sys/types.h>
942| #endif
943| #ifdef HAVE_SYS_STAT_H
944| # include <sys/stat.h>
945| #endif
946| #ifdef HAVE_UNISTD_H
947| # include <unistd.h>
948| #endif
949| #include <sys/fs_types.h>
950configure:7190: result: no
951configure:7190: checking for getopt.h
952configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
953configure:7190: $? = 0
954configure:7190: result: yes
955configure:7190: checking for sys/cdefs.h
956configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
957configure:7190: $? = 0
958configure:7190: result: yes
959configure:7190: checking for sys/time.h
960configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
961configure:7190: $? = 0
962configure:7190: result: yes
963configure:7190: checking for ieee754.h
964configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
965conftest.c:64:10: fatal error: 'ieee754.h' file not found
966#include <ieee754.h>
967         ^~~~~~~~~~~
9681 error generated.
969configure:7190: $? = 1
970configure: failed program was:
971| /* confdefs.h */
972| #define PACKAGE_NAME "GNU Emacs"
973| #define PACKAGE_TARNAME "emacs"
974| #define PACKAGE_VERSION "29.2"
975| #define PACKAGE_STRING "GNU Emacs 29.2"
976| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
977| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
978| #define HAVE_PDUMPER 1
979| #define HAVE_STDIO_H 1
980| #define HAVE_STDLIB_H 1
981| #define HAVE_STRING_H 1
982| #define HAVE_INTTYPES_H 1
983| #define HAVE_STDINT_H 1
984| #define HAVE_STRINGS_H 1
985| #define HAVE_SYS_STAT_H 1
986| #define HAVE_SYS_TYPES_H 1
987| #define HAVE_UNISTD_H 1
988| #define HAVE_WCHAR_H 1
989| #define HAVE_SYS_RESOURCE_H 1
990| #define HAVE_SYS_UTSNAME_H 1
991| #define HAVE_PWD_H 1
992| #define HAVE_UTMP_H 1
993| #define HAVE_UTIL_H 1
994| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
995| #define HAVE_SYS_SOCKET_H 1
996| #define HAVE_SYS_PARAM_H 1
997| #define HAVE_PTHREAD_H 1
998| #define HAVE_MALLOC_MALLOC_H 1
999| #define HAVE_SYS_UN_H 1
1000| #define HAVE_DIRENT_H 1
1001| #define HAVE_EXECINFO_H 1
1002| #define HAVE_GETOPT_H 1
1003| #define HAVE_SYS_CDEFS_H 1
1004| #define HAVE_SYS_TIME_H 1
1005| /* end confdefs.h.  */
1006| #include <stddef.h>
1007| #ifdef HAVE_STDIO_H
1008| # include <stdio.h>
1009| #endif
1010| #ifdef HAVE_STDLIB_H
1011| # include <stdlib.h>
1012| #endif
1013| #ifdef HAVE_STRING_H
1014| # include <string.h>
1015| #endif
1016| #ifdef HAVE_INTTYPES_H
1017| # include <inttypes.h>
1018| #endif
1019| #ifdef HAVE_STDINT_H
1020| # include <stdint.h>
1021| #endif
1022| #ifdef HAVE_STRINGS_H
1023| # include <strings.h>
1024| #endif
1025| #ifdef HAVE_SYS_TYPES_H
1026| # include <sys/types.h>
1027| #endif
1028| #ifdef HAVE_SYS_STAT_H
1029| # include <sys/stat.h>
1030| #endif
1031| #ifdef HAVE_UNISTD_H
1032| # include <unistd.h>
1033| #endif
1034| #include <ieee754.h>
1035configure:7190: result: no
1036configure:7190: checking for limits.h
1037configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1038configure:7190: $? = 0
1039configure:7190: result: yes
1040configure:7190: checking for sys/select.h
1041configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1042configure:7190: $? = 0
1043configure:7190: result: yes
1044configure:7190: checking for stdalign.h
1045configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1046configure:7190: $? = 0
1047configure:7190: result: yes
1048configure:7190: checking for stdbool.h
1049configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1050configure:7190: $? = 0
1051configure:7190: result: yes
1052configure:7190: checking for stdckdint.h
1053configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1054conftest.c:68:10: fatal error: 'stdckdint.h' file not found
1055#include <stdckdint.h>
1056         ^~~~~~~~~~~~~
10571 error generated.
1058configure:7190: $? = 1
1059configure: failed program was:
1060| /* confdefs.h */
1061| #define PACKAGE_NAME "GNU Emacs"
1062| #define PACKAGE_TARNAME "emacs"
1063| #define PACKAGE_VERSION "29.2"
1064| #define PACKAGE_STRING "GNU Emacs 29.2"
1065| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1066| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1067| #define HAVE_PDUMPER 1
1068| #define HAVE_STDIO_H 1
1069| #define HAVE_STDLIB_H 1
1070| #define HAVE_STRING_H 1
1071| #define HAVE_INTTYPES_H 1
1072| #define HAVE_STDINT_H 1
1073| #define HAVE_STRINGS_H 1
1074| #define HAVE_SYS_STAT_H 1
1075| #define HAVE_SYS_TYPES_H 1
1076| #define HAVE_UNISTD_H 1
1077| #define HAVE_WCHAR_H 1
1078| #define HAVE_SYS_RESOURCE_H 1
1079| #define HAVE_SYS_UTSNAME_H 1
1080| #define HAVE_PWD_H 1
1081| #define HAVE_UTMP_H 1
1082| #define HAVE_UTIL_H 1
1083| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1084| #define HAVE_SYS_SOCKET_H 1
1085| #define HAVE_SYS_PARAM_H 1
1086| #define HAVE_PTHREAD_H 1
1087| #define HAVE_MALLOC_MALLOC_H 1
1088| #define HAVE_SYS_UN_H 1
1089| #define HAVE_DIRENT_H 1
1090| #define HAVE_EXECINFO_H 1
1091| #define HAVE_GETOPT_H 1
1092| #define HAVE_SYS_CDEFS_H 1
1093| #define HAVE_SYS_TIME_H 1
1094| #define HAVE_LIMITS_H 1
1095| #define HAVE_SYS_SELECT_H 1
1096| #define HAVE_STDALIGN_H 1
1097| #define HAVE_STDBOOL_H 1
1098| /* end confdefs.h.  */
1099| #include <stddef.h>
1100| #ifdef HAVE_STDIO_H
1101| # include <stdio.h>
1102| #endif
1103| #ifdef HAVE_STDLIB_H
1104| # include <stdlib.h>
1105| #endif
1106| #ifdef HAVE_STRING_H
1107| # include <string.h>
1108| #endif
1109| #ifdef HAVE_INTTYPES_H
1110| # include <inttypes.h>
1111| #endif
1112| #ifdef HAVE_STDINT_H
1113| # include <stdint.h>
1114| #endif
1115| #ifdef HAVE_STRINGS_H
1116| # include <strings.h>
1117| #endif
1118| #ifdef HAVE_SYS_TYPES_H
1119| # include <sys/types.h>
1120| #endif
1121| #ifdef HAVE_SYS_STAT_H
1122| # include <sys/stat.h>
1123| #endif
1124| #ifdef HAVE_UNISTD_H
1125| # include <unistd.h>
1126| #endif
1127| #include <stdckdint.h>
1128configure:7190: result: no
1129configure:7190: checking for sys/random.h
1130configure:7190: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1131configure:7190: $? = 0
1132configure:7190: result: yes
1133configure:7221: checking whether it is safe to define __EXTENSIONS__
1134configure:7240: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1135configure:7240: $? = 0
1136configure:7248: result: yes
1137configure:7251: checking whether _XOPEN_SOURCE should be defined
1138configure:7273: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1139configure:7273: $? = 0
1140configure:7300: result: no
1141configure:7373: checking how to run the C preprocessor
1142configure:7399: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
1143configure:7399: $? = 0
1144configure:7414: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
1145conftest.c:58:10: fatal error: 'ac_nonexistent.h' file not found
1146#include <ac_nonexistent.h>
1147         ^~~~~~~~~~~~~~~~~~
11481 error generated.
1149configure:7414: $? = 1
1150configure: failed program was:
1151| /* confdefs.h */
1152| #define PACKAGE_NAME "GNU Emacs"
1153| #define PACKAGE_TARNAME "emacs"
1154| #define PACKAGE_VERSION "29.2"
1155| #define PACKAGE_STRING "GNU Emacs 29.2"
1156| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1157| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1158| #define HAVE_PDUMPER 1
1159| #define HAVE_STDIO_H 1
1160| #define HAVE_STDLIB_H 1
1161| #define HAVE_STRING_H 1
1162| #define HAVE_INTTYPES_H 1
1163| #define HAVE_STDINT_H 1
1164| #define HAVE_STRINGS_H 1
1165| #define HAVE_SYS_STAT_H 1
1166| #define HAVE_SYS_TYPES_H 1
1167| #define HAVE_UNISTD_H 1
1168| #define HAVE_WCHAR_H 1
1169| #define HAVE_SYS_RESOURCE_H 1
1170| #define HAVE_SYS_UTSNAME_H 1
1171| #define HAVE_PWD_H 1
1172| #define HAVE_UTMP_H 1
1173| #define HAVE_UTIL_H 1
1174| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1175| #define HAVE_SYS_SOCKET_H 1
1176| #define HAVE_SYS_PARAM_H 1
1177| #define HAVE_PTHREAD_H 1
1178| #define HAVE_MALLOC_MALLOC_H 1
1179| #define HAVE_SYS_UN_H 1
1180| #define HAVE_DIRENT_H 1
1181| #define HAVE_EXECINFO_H 1
1182| #define HAVE_GETOPT_H 1
1183| #define HAVE_SYS_CDEFS_H 1
1184| #define HAVE_SYS_TIME_H 1
1185| #define HAVE_LIMITS_H 1
1186| #define HAVE_SYS_SELECT_H 1
1187| #define HAVE_STDALIGN_H 1
1188| #define HAVE_STDBOOL_H 1
1189| #define HAVE_SYS_RANDOM_H 1
1190| #define STDC_HEADERS 1
1191| #define _ALL_SOURCE 1
1192| #define _DARWIN_C_SOURCE 1
1193| #define _GNU_SOURCE 1
1194| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1195| #define _NETBSD_SOURCE 1
1196| #define _OPENBSD_SOURCE 1
1197| #define _POSIX_PTHREAD_SEMANTICS 1
1198| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1199| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1200| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1201| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1202| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1203| #define __STDC_WANT_LIB_EXT2__ 1
1204| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1205| #define _TANDEM_SOURCE 1
1206| #define __EXTENSIONS__ 1
1207| /* end confdefs.h.  */
1208| #include <ac_nonexistent.h>
1209configure:7441: result: /usr/bin/clang -E
1210configure:7455: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
1211configure:7455: $? = 0
1212configure:7470: /usr/bin/clang -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
1213conftest.c:58:10: fatal error: 'ac_nonexistent.h' file not found
1214#include <ac_nonexistent.h>
1215         ^~~~~~~~~~~~~~~~~~
12161 error generated.
1217configure:7470: $? = 1
1218configure: failed program was:
1219| /* confdefs.h */
1220| #define PACKAGE_NAME "GNU Emacs"
1221| #define PACKAGE_TARNAME "emacs"
1222| #define PACKAGE_VERSION "29.2"
1223| #define PACKAGE_STRING "GNU Emacs 29.2"
1224| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1225| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1226| #define HAVE_PDUMPER 1
1227| #define HAVE_STDIO_H 1
1228| #define HAVE_STDLIB_H 1
1229| #define HAVE_STRING_H 1
1230| #define HAVE_INTTYPES_H 1
1231| #define HAVE_STDINT_H 1
1232| #define HAVE_STRINGS_H 1
1233| #define HAVE_SYS_STAT_H 1
1234| #define HAVE_SYS_TYPES_H 1
1235| #define HAVE_UNISTD_H 1
1236| #define HAVE_WCHAR_H 1
1237| #define HAVE_SYS_RESOURCE_H 1
1238| #define HAVE_SYS_UTSNAME_H 1
1239| #define HAVE_PWD_H 1
1240| #define HAVE_UTMP_H 1
1241| #define HAVE_UTIL_H 1
1242| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1243| #define HAVE_SYS_SOCKET_H 1
1244| #define HAVE_SYS_PARAM_H 1
1245| #define HAVE_PTHREAD_H 1
1246| #define HAVE_MALLOC_MALLOC_H 1
1247| #define HAVE_SYS_UN_H 1
1248| #define HAVE_DIRENT_H 1
1249| #define HAVE_EXECINFO_H 1
1250| #define HAVE_GETOPT_H 1
1251| #define HAVE_SYS_CDEFS_H 1
1252| #define HAVE_SYS_TIME_H 1
1253| #define HAVE_LIMITS_H 1
1254| #define HAVE_SYS_SELECT_H 1
1255| #define HAVE_STDALIGN_H 1
1256| #define HAVE_STDBOOL_H 1
1257| #define HAVE_SYS_RANDOM_H 1
1258| #define STDC_HEADERS 1
1259| #define _ALL_SOURCE 1
1260| #define _DARWIN_C_SOURCE 1
1261| #define _GNU_SOURCE 1
1262| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1263| #define _NETBSD_SOURCE 1
1264| #define _OPENBSD_SOURCE 1
1265| #define _POSIX_PTHREAD_SEMANTICS 1
1266| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1267| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1268| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1269| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1270| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1271| #define __STDC_WANT_LIB_EXT2__ 1
1272| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1273| #define _TANDEM_SOURCE 1
1274| #define __EXTENSIONS__ 1
1275| /* end confdefs.h.  */
1276| #include <ac_nonexistent.h>
1277configure:7501: checking for grep that handles long lines and -e
1278configure:7565: result: /usr/bin/grep
1279configure:7570: checking for egrep
1280configure:7638: result: /usr/bin/grep -E
1281configure:7646: checking for Minix Amsterdam compiler
1282configure:7672: result: no
1283configure:7846: checking for ranlib
1284configure:7867: found /opt/local/bin/ranlib
1285configure:7878: result: ranlib
1286configure:7951: checking for special C compiler options needed for large files
1287configure:7999: result: no
1288configure:8005: checking for _FILE_OFFSET_BITS value needed for large files
1289configure:8031: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1290configure:8031: $? = 0
1291configure:8066: result: no
1292configure:8552: checking whether the compiler is clang
1293configure:8573: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1294configure:8573: $? = 0
1295configure:8581: result: yes
1296configure:8681: checking whether C compiler handles -Werror -Wunknown-warning-option
1297configure:8701: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  -Werror -Wunknown-warning-option -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1298ld: warning: -no_pie ignored for arm64*
1299configure:8701: $? = 0
1300configure:8712: result: yes
1301configure:8738: checking whether C compiler handles -Wno-switch
1302configure:8758: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -Wunknown-warning-option -Werror -Wswitch -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1303ld: warning: -no_pie ignored for arm64*
1304configure:8758: $? = 0
1305configure:8769: result: yes
1306configure:8779: checking whether C compiler handles -Wno-pointer-sign
1307configure:8799: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -Wunknown-warning-option -Werror -Wpointer-sign -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1308ld: warning: -no_pie ignored for arm64*
1309configure:8799: $? = 0
1310configure:8810: result: yes
1311configure:8820: checking whether C compiler handles -Wno-string-plus-int
1312configure:8840: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -Wunknown-warning-option -Werror -Wstring-plus-int -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1313ld: warning: -no_pie ignored for arm64*
1314configure:8840: $? = 0
1315configure:8851: result: yes
1316configure:8861: checking whether C compiler handles -Wno-unknown-attributes
1317configure:8881: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -Wunknown-warning-option -Werror -Wunknown-attributes -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1318ld: warning: -no_pie ignored for arm64*
1319configure:8881: $? = 0
1320configure:8892: result: yes
1321configure:8902: checking whether C compiler handles -Wno-unknown-pragmas
1322configure:8922: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -Wunknown-warning-option -Werror -Wunknown-pragmas -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1323ld: warning: -no_pie ignored for arm64*
1324configure:8922: $? = 0
1325configure:8933: result: yes
1326configure:9864: checking whether C compiler handles -Wno-initializer-overrides
1327configure:9884: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -Wunknown-warning-option -Werror -Winitializer-overrides -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1328ld: warning: -no_pie ignored for arm64*
1329configure:9884: $? = 0
1330configure:9895: result: yes
1331configure:9905: checking whether C compiler handles -Wno-tautological-compare
1332configure:9925: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -Wunknown-warning-option -Werror -Wtautological-compare -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1333ld: warning: -no_pie ignored for arm64*
1334configure:9925: $? = 0
1335configure:9936: result: yes
1336configure:9946: checking whether C compiler handles -Wno-tautological-constant-out-of-range-compare
1337configure:9966: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -Wunknown-warning-option -Werror -Wtautological-constant-out-of-range-compare -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1338ld: warning: -no_pie ignored for arm64*
1339configure:9966: $? = 0
1340configure:9977: result: yes
1341configure:9993: checking whether C compiler handles -Wno-deprecated-declarations
1342configure:10013: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -Wunknown-warning-option -Werror -Wdeprecated-declarations -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1343ld: warning: -no_pie ignored for arm64*
1344configure:10013: $? = 0
1345configure:10024: result: yes
1346configure:10203: checking for a BSD-compatible install
1347configure:10276: result: /usr/bin/install -c
1348configure:10290: checking command to symlink files in the same directory
1349configure:10312: result: ln -s
1350configure:10326: checking for install-info
1351configure:10349: found /opt/local/bin/install-info
1352configure:10362: result: /opt/local/bin/install-info
1353configure:10372: checking for gzip
1354configure:10395: found /usr/bin/gzip
1355configure:10407: result: /usr/bin/gzip
1356configure:10423: checking for 'find' args to delete a file
1357configure:10435: result: -delete
1358configure:10562: checking for brew
1359configure:10597: result: no
1360configure:10657: checking for port
1361configure:10680: found /opt/local/bin/port
1362configure:10692: result: /opt/local/bin/port
1363configure:10759: checking for -znocombreloc
1364configure:10792: result: not needed
1365configure:10801: checking whether addresses are sanitized
1366configure:10825: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1367conftest.c:63:5: error: unknown type name 'error'
1368           error "Addresses are not sanitized.";
1369           ^
1370conftest.c:63:11: error: expected identifier or '('
1371           error "Addresses are not sanitized.";
1372                 ^
13732 errors generated.
1374configure:10825: $? = 1
1375configure: failed program was:
1376| /* confdefs.h */
1377| #define PACKAGE_NAME "GNU Emacs"
1378| #define PACKAGE_TARNAME "emacs"
1379| #define PACKAGE_VERSION "29.2"
1380| #define PACKAGE_STRING "GNU Emacs 29.2"
1381| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1382| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1383| #define HAVE_PDUMPER 1
1384| #define HAVE_STDIO_H 1
1385| #define HAVE_STDLIB_H 1
1386| #define HAVE_STRING_H 1
1387| #define HAVE_INTTYPES_H 1
1388| #define HAVE_STDINT_H 1
1389| #define HAVE_STRINGS_H 1
1390| #define HAVE_SYS_STAT_H 1
1391| #define HAVE_SYS_TYPES_H 1
1392| #define HAVE_UNISTD_H 1
1393| #define HAVE_WCHAR_H 1
1394| #define HAVE_SYS_RESOURCE_H 1
1395| #define HAVE_SYS_UTSNAME_H 1
1396| #define HAVE_PWD_H 1
1397| #define HAVE_UTMP_H 1
1398| #define HAVE_UTIL_H 1
1399| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1400| #define HAVE_SYS_SOCKET_H 1
1401| #define HAVE_SYS_PARAM_H 1
1402| #define HAVE_PTHREAD_H 1
1403| #define HAVE_MALLOC_MALLOC_H 1
1404| #define HAVE_SYS_UN_H 1
1405| #define HAVE_DIRENT_H 1
1406| #define HAVE_EXECINFO_H 1
1407| #define HAVE_GETOPT_H 1
1408| #define HAVE_SYS_CDEFS_H 1
1409| #define HAVE_SYS_TIME_H 1
1410| #define HAVE_LIMITS_H 1
1411| #define HAVE_SYS_SELECT_H 1
1412| #define HAVE_STDALIGN_H 1
1413| #define HAVE_STDBOOL_H 1
1414| #define HAVE_SYS_RANDOM_H 1
1415| #define STDC_HEADERS 1
1416| #define _ALL_SOURCE 1
1417| #define _DARWIN_C_SOURCE 1
1418| #define _GNU_SOURCE 1
1419| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1420| #define _NETBSD_SOURCE 1
1421| #define _OPENBSD_SOURCE 1
1422| #define _POSIX_PTHREAD_SEMANTICS 1
1423| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1424| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1425| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1426| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1427| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1428| #define __STDC_WANT_LIB_EXT2__ 1
1429| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1430| #define _TANDEM_SOURCE 1
1431| #define __EXTENSIONS__ 1
1432| /* end confdefs.h.  */
1433| #ifndef __has_feature
1434|         #define __has_feature(f) 0
1435|         #endif
1436|         #if defined __SANITIZE_ADDRESS__ || __has_feature (address_sanitizer)
1437|         #else
1438|          error "Addresses are not sanitized.";
1439|         #endif
1440|
1441| int
1442| main (void)
1443| {
1444|
1445|   ;
1446|   return 0;
1447| }
1448configure:10833: result: no
1449configure:10999: checking for math library
1450configure:11050: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
1451ld: warning: -no_pie ignored for arm64*
1452configure:11050: $? = 0
1453configure:11068: result: none required
1454configure:11175: checking for pkg-config
1455configure:11198: found /opt/local/bin/pkg-config
1456configure:11210: result: /opt/local/bin/pkg-config
1457configure:11235: checking pkg-config is at least version 0.9.0
1458configure:11238: result: yes
1459configure:11255: checking for machine/soundcard.h
1460configure:11255: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1461conftest.c:66:10: fatal error: 'machine/soundcard.h' file not found
1462#include <machine/soundcard.h>
1463         ^~~~~~~~~~~~~~~~~~~~~
14641 error generated.
1465configure:11255: $? = 1
1466configure: failed program was:
1467| /* confdefs.h */
1468| #define PACKAGE_NAME "GNU Emacs"
1469| #define PACKAGE_TARNAME "emacs"
1470| #define PACKAGE_VERSION "29.2"
1471| #define PACKAGE_STRING "GNU Emacs 29.2"
1472| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1473| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1474| #define HAVE_PDUMPER 1
1475| #define HAVE_STDIO_H 1
1476| #define HAVE_STDLIB_H 1
1477| #define HAVE_STRING_H 1
1478| #define HAVE_INTTYPES_H 1
1479| #define HAVE_STDINT_H 1
1480| #define HAVE_STRINGS_H 1
1481| #define HAVE_SYS_STAT_H 1
1482| #define HAVE_SYS_TYPES_H 1
1483| #define HAVE_UNISTD_H 1
1484| #define HAVE_WCHAR_H 1
1485| #define HAVE_SYS_RESOURCE_H 1
1486| #define HAVE_SYS_UTSNAME_H 1
1487| #define HAVE_PWD_H 1
1488| #define HAVE_UTMP_H 1
1489| #define HAVE_UTIL_H 1
1490| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1491| #define HAVE_SYS_SOCKET_H 1
1492| #define HAVE_SYS_PARAM_H 1
1493| #define HAVE_PTHREAD_H 1
1494| #define HAVE_MALLOC_MALLOC_H 1
1495| #define HAVE_SYS_UN_H 1
1496| #define HAVE_DIRENT_H 1
1497| #define HAVE_EXECINFO_H 1
1498| #define HAVE_GETOPT_H 1
1499| #define HAVE_SYS_CDEFS_H 1
1500| #define HAVE_SYS_TIME_H 1
1501| #define HAVE_LIMITS_H 1
1502| #define HAVE_SYS_SELECT_H 1
1503| #define HAVE_STDALIGN_H 1
1504| #define HAVE_STDBOOL_H 1
1505| #define HAVE_SYS_RANDOM_H 1
1506| #define STDC_HEADERS 1
1507| #define _ALL_SOURCE 1
1508| #define _DARWIN_C_SOURCE 1
1509| #define _GNU_SOURCE 1
1510| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1511| #define _NETBSD_SOURCE 1
1512| #define _OPENBSD_SOURCE 1
1513| #define _POSIX_PTHREAD_SEMANTICS 1
1514| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1515| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1516| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1517| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1518| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1519| #define __STDC_WANT_LIB_EXT2__ 1
1520| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1521| #define _TANDEM_SOURCE 1
1522| #define __EXTENSIONS__ 1
1523| #define SYSTEM_TYPE "darwin"
1524| /* end confdefs.h.  */
1525|
1526|     #ifdef __MINGW32__
1527|     #define WIN32_LEAN_AND_MEAN
1528|     #include <windows.h>
1529|     #endif
1530|
1531|
1532| #include <machine/soundcard.h>
1533configure:11255: result: no
1534configure:11255: checking for sys/soundcard.h
1535configure:11255: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1536conftest.c:66:10: fatal error: 'sys/soundcard.h' file not found
1537#include <sys/soundcard.h>
1538         ^~~~~~~~~~~~~~~~~
15391 error generated.
1540configure:11255: $? = 1
1541configure: failed program was:
1542| /* confdefs.h */
1543| #define PACKAGE_NAME "GNU Emacs"
1544| #define PACKAGE_TARNAME "emacs"
1545| #define PACKAGE_VERSION "29.2"
1546| #define PACKAGE_STRING "GNU Emacs 29.2"
1547| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1548| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1549| #define HAVE_PDUMPER 1
1550| #define HAVE_STDIO_H 1
1551| #define HAVE_STDLIB_H 1
1552| #define HAVE_STRING_H 1
1553| #define HAVE_INTTYPES_H 1
1554| #define HAVE_STDINT_H 1
1555| #define HAVE_STRINGS_H 1
1556| #define HAVE_SYS_STAT_H 1
1557| #define HAVE_SYS_TYPES_H 1
1558| #define HAVE_UNISTD_H 1
1559| #define HAVE_WCHAR_H 1
1560| #define HAVE_SYS_RESOURCE_H 1
1561| #define HAVE_SYS_UTSNAME_H 1
1562| #define HAVE_PWD_H 1
1563| #define HAVE_UTMP_H 1
1564| #define HAVE_UTIL_H 1
1565| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1566| #define HAVE_SYS_SOCKET_H 1
1567| #define HAVE_SYS_PARAM_H 1
1568| #define HAVE_PTHREAD_H 1
1569| #define HAVE_MALLOC_MALLOC_H 1
1570| #define HAVE_SYS_UN_H 1
1571| #define HAVE_DIRENT_H 1
1572| #define HAVE_EXECINFO_H 1
1573| #define HAVE_GETOPT_H 1
1574| #define HAVE_SYS_CDEFS_H 1
1575| #define HAVE_SYS_TIME_H 1
1576| #define HAVE_LIMITS_H 1
1577| #define HAVE_SYS_SELECT_H 1
1578| #define HAVE_STDALIGN_H 1
1579| #define HAVE_STDBOOL_H 1
1580| #define HAVE_SYS_RANDOM_H 1
1581| #define STDC_HEADERS 1
1582| #define _ALL_SOURCE 1
1583| #define _DARWIN_C_SOURCE 1
1584| #define _GNU_SOURCE 1
1585| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1586| #define _NETBSD_SOURCE 1
1587| #define _OPENBSD_SOURCE 1
1588| #define _POSIX_PTHREAD_SEMANTICS 1
1589| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1590| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1591| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1592| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1593| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1594| #define __STDC_WANT_LIB_EXT2__ 1
1595| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1596| #define _TANDEM_SOURCE 1
1597| #define __EXTENSIONS__ 1
1598| #define SYSTEM_TYPE "darwin"
1599| /* end confdefs.h.  */
1600|
1601|     #ifdef __MINGW32__
1602|     #define WIN32_LEAN_AND_MEAN
1603|     #include <windows.h>
1604|     #endif
1605|
1606|
1607| #include <sys/soundcard.h>
1608configure:11255: result: no
1609configure:11255: checking for soundcard.h
1610configure:11255: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1611conftest.c:66:10: fatal error: 'soundcard.h' file not found
1612#include <soundcard.h>
1613         ^~~~~~~~~~~~~
16141 error generated.
1615configure:11255: $? = 1
1616configure: failed program was:
1617| /* confdefs.h */
1618| #define PACKAGE_NAME "GNU Emacs"
1619| #define PACKAGE_TARNAME "emacs"
1620| #define PACKAGE_VERSION "29.2"
1621| #define PACKAGE_STRING "GNU Emacs 29.2"
1622| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1623| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1624| #define HAVE_PDUMPER 1
1625| #define HAVE_STDIO_H 1
1626| #define HAVE_STDLIB_H 1
1627| #define HAVE_STRING_H 1
1628| #define HAVE_INTTYPES_H 1
1629| #define HAVE_STDINT_H 1
1630| #define HAVE_STRINGS_H 1
1631| #define HAVE_SYS_STAT_H 1
1632| #define HAVE_SYS_TYPES_H 1
1633| #define HAVE_UNISTD_H 1
1634| #define HAVE_WCHAR_H 1
1635| #define HAVE_SYS_RESOURCE_H 1
1636| #define HAVE_SYS_UTSNAME_H 1
1637| #define HAVE_PWD_H 1
1638| #define HAVE_UTMP_H 1
1639| #define HAVE_UTIL_H 1
1640| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1641| #define HAVE_SYS_SOCKET_H 1
1642| #define HAVE_SYS_PARAM_H 1
1643| #define HAVE_PTHREAD_H 1
1644| #define HAVE_MALLOC_MALLOC_H 1
1645| #define HAVE_SYS_UN_H 1
1646| #define HAVE_DIRENT_H 1
1647| #define HAVE_EXECINFO_H 1
1648| #define HAVE_GETOPT_H 1
1649| #define HAVE_SYS_CDEFS_H 1
1650| #define HAVE_SYS_TIME_H 1
1651| #define HAVE_LIMITS_H 1
1652| #define HAVE_SYS_SELECT_H 1
1653| #define HAVE_STDALIGN_H 1
1654| #define HAVE_STDBOOL_H 1
1655| #define HAVE_SYS_RANDOM_H 1
1656| #define STDC_HEADERS 1
1657| #define _ALL_SOURCE 1
1658| #define _DARWIN_C_SOURCE 1
1659| #define _GNU_SOURCE 1
1660| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1661| #define _NETBSD_SOURCE 1
1662| #define _OPENBSD_SOURCE 1
1663| #define _POSIX_PTHREAD_SEMANTICS 1
1664| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1665| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1666| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1667| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1668| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1669| #define __STDC_WANT_LIB_EXT2__ 1
1670| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1671| #define _TANDEM_SOURCE 1
1672| #define __EXTENSIONS__ 1
1673| #define SYSTEM_TYPE "darwin"
1674| /* end confdefs.h.  */
1675|
1676|     #ifdef __MINGW32__
1677|     #define WIN32_LEAN_AND_MEAN
1678|     #include <windows.h>
1679|     #endif
1680|
1681|
1682| #include <soundcard.h>
1683configure:11255: result: no
1684configure:11255: checking for mmsystem.h
1685configure:11255: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1686conftest.c:66:10: fatal error: 'mmsystem.h' file not found
1687#include <mmsystem.h>
1688         ^~~~~~~~~~~~
16891 error generated.
1690configure:11255: $? = 1
1691configure: failed program was:
1692| /* confdefs.h */
1693| #define PACKAGE_NAME "GNU Emacs"
1694| #define PACKAGE_TARNAME "emacs"
1695| #define PACKAGE_VERSION "29.2"
1696| #define PACKAGE_STRING "GNU Emacs 29.2"
1697| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1698| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1699| #define HAVE_PDUMPER 1
1700| #define HAVE_STDIO_H 1
1701| #define HAVE_STDLIB_H 1
1702| #define HAVE_STRING_H 1
1703| #define HAVE_INTTYPES_H 1
1704| #define HAVE_STDINT_H 1
1705| #define HAVE_STRINGS_H 1
1706| #define HAVE_SYS_STAT_H 1
1707| #define HAVE_SYS_TYPES_H 1
1708| #define HAVE_UNISTD_H 1
1709| #define HAVE_WCHAR_H 1
1710| #define HAVE_SYS_RESOURCE_H 1
1711| #define HAVE_SYS_UTSNAME_H 1
1712| #define HAVE_PWD_H 1
1713| #define HAVE_UTMP_H 1
1714| #define HAVE_UTIL_H 1
1715| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1716| #define HAVE_SYS_SOCKET_H 1
1717| #define HAVE_SYS_PARAM_H 1
1718| #define HAVE_PTHREAD_H 1
1719| #define HAVE_MALLOC_MALLOC_H 1
1720| #define HAVE_SYS_UN_H 1
1721| #define HAVE_DIRENT_H 1
1722| #define HAVE_EXECINFO_H 1
1723| #define HAVE_GETOPT_H 1
1724| #define HAVE_SYS_CDEFS_H 1
1725| #define HAVE_SYS_TIME_H 1
1726| #define HAVE_LIMITS_H 1
1727| #define HAVE_SYS_SELECT_H 1
1728| #define HAVE_STDALIGN_H 1
1729| #define HAVE_STDBOOL_H 1
1730| #define HAVE_SYS_RANDOM_H 1
1731| #define STDC_HEADERS 1
1732| #define _ALL_SOURCE 1
1733| #define _DARWIN_C_SOURCE 1
1734| #define _GNU_SOURCE 1
1735| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1736| #define _NETBSD_SOURCE 1
1737| #define _OPENBSD_SOURCE 1
1738| #define _POSIX_PTHREAD_SEMANTICS 1
1739| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1740| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1741| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1742| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1743| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1744| #define __STDC_WANT_LIB_EXT2__ 1
1745| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1746| #define _TANDEM_SOURCE 1
1747| #define __EXTENSIONS__ 1
1748| #define SYSTEM_TYPE "darwin"
1749| /* end confdefs.h.  */
1750|
1751|     #ifdef __MINGW32__
1752|     #define WIN32_LEAN_AND_MEAN
1753|     #include <windows.h>
1754|     #endif
1755|
1756|
1757| #include <mmsystem.h>
1758configure:11255: result: no
1759configure:11276: checking for _oss_ioctl in -lossaudio
1760configure:11299: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lossaudio   >&5
1761ld: warning: -no_pie ignored for arm64*
1762ld: library 'ossaudio' not found
1763clang: error: linker command failed with exit code 1 (use -v to see invocation)
1764configure:11299: $? = 1
1765configure: failed program was:
1766| /* confdefs.h */
1767| #define PACKAGE_NAME "GNU Emacs"
1768| #define PACKAGE_TARNAME "emacs"
1769| #define PACKAGE_VERSION "29.2"
1770| #define PACKAGE_STRING "GNU Emacs 29.2"
1771| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1772| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1773| #define HAVE_PDUMPER 1
1774| #define HAVE_STDIO_H 1
1775| #define HAVE_STDLIB_H 1
1776| #define HAVE_STRING_H 1
1777| #define HAVE_INTTYPES_H 1
1778| #define HAVE_STDINT_H 1
1779| #define HAVE_STRINGS_H 1
1780| #define HAVE_SYS_STAT_H 1
1781| #define HAVE_SYS_TYPES_H 1
1782| #define HAVE_UNISTD_H 1
1783| #define HAVE_WCHAR_H 1
1784| #define HAVE_SYS_RESOURCE_H 1
1785| #define HAVE_SYS_UTSNAME_H 1
1786| #define HAVE_PWD_H 1
1787| #define HAVE_UTMP_H 1
1788| #define HAVE_UTIL_H 1
1789| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1790| #define HAVE_SYS_SOCKET_H 1
1791| #define HAVE_SYS_PARAM_H 1
1792| #define HAVE_PTHREAD_H 1
1793| #define HAVE_MALLOC_MALLOC_H 1
1794| #define HAVE_SYS_UN_H 1
1795| #define HAVE_DIRENT_H 1
1796| #define HAVE_EXECINFO_H 1
1797| #define HAVE_GETOPT_H 1
1798| #define HAVE_SYS_CDEFS_H 1
1799| #define HAVE_SYS_TIME_H 1
1800| #define HAVE_LIMITS_H 1
1801| #define HAVE_SYS_SELECT_H 1
1802| #define HAVE_STDALIGN_H 1
1803| #define HAVE_STDBOOL_H 1
1804| #define HAVE_SYS_RANDOM_H 1
1805| #define STDC_HEADERS 1
1806| #define _ALL_SOURCE 1
1807| #define _DARWIN_C_SOURCE 1
1808| #define _GNU_SOURCE 1
1809| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1810| #define _NETBSD_SOURCE 1
1811| #define _OPENBSD_SOURCE 1
1812| #define _POSIX_PTHREAD_SEMANTICS 1
1813| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1814| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1815| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1816| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1817| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1818| #define __STDC_WANT_LIB_EXT2__ 1
1819| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1820| #define _TANDEM_SOURCE 1
1821| #define __EXTENSIONS__ 1
1822| #define SYSTEM_TYPE "darwin"
1823| /* end confdefs.h.  */
1824|
1825| /* Override any GCC internal prototype to avoid an error.
1826|    Use char because int might match the return type of a GCC
1827|    builtin and then its argument prototype would still apply.  */
1828| char _oss_ioctl ();
1829| int
1830| main (void)
1831| {
1832| return _oss_ioctl ();
1833|   ;
1834|   return 0;
1835| }
1836configure:11309: result: no
1837configure:11328: checking for alsa >= 1.0.0
1838configure:11335: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES"
1839Package alsa was not found in the pkg-config search path.
1840Perhaps you should add the directory containing `alsa.pc'
1841to the PKG_CONFIG_PATH environment variable
1842No package 'alsa' found
1843configure:11338: $? = 1
1844configure:11352: $PKG_CONFIG --exists --print-errors "$ALSA_MODULES"
1845Package alsa was not found in the pkg-config search path.
1846Perhaps you should add the directory containing `alsa.pc'
1847to the PKG_CONFIG_PATH environment variable
1848No package 'alsa' found
1849configure:11355: $? = 1
1850configure:11369: result: no
1851No package 'alsa' found
1852configure:11436: checking for ADDR_NO_RANDOMIZE
1853configure:11454: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1854conftest.c:59:10: fatal error: 'sys/personality.h' file not found
1855#include <sys/personality.h>
1856         ^~~~~~~~~~~~~~~~~~~
18571 error generated.
1858configure:11454: $? = 1
1859configure: failed program was:
1860| /* confdefs.h */
1861| #define PACKAGE_NAME "GNU Emacs"
1862| #define PACKAGE_TARNAME "emacs"
1863| #define PACKAGE_VERSION "29.2"
1864| #define PACKAGE_STRING "GNU Emacs 29.2"
1865| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1866| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1867| #define HAVE_PDUMPER 1
1868| #define HAVE_STDIO_H 1
1869| #define HAVE_STDLIB_H 1
1870| #define HAVE_STRING_H 1
1871| #define HAVE_INTTYPES_H 1
1872| #define HAVE_STDINT_H 1
1873| #define HAVE_STRINGS_H 1
1874| #define HAVE_SYS_STAT_H 1
1875| #define HAVE_SYS_TYPES_H 1
1876| #define HAVE_UNISTD_H 1
1877| #define HAVE_WCHAR_H 1
1878| #define HAVE_SYS_RESOURCE_H 1
1879| #define HAVE_SYS_UTSNAME_H 1
1880| #define HAVE_PWD_H 1
1881| #define HAVE_UTMP_H 1
1882| #define HAVE_UTIL_H 1
1883| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1884| #define HAVE_SYS_SOCKET_H 1
1885| #define HAVE_SYS_PARAM_H 1
1886| #define HAVE_PTHREAD_H 1
1887| #define HAVE_MALLOC_MALLOC_H 1
1888| #define HAVE_SYS_UN_H 1
1889| #define HAVE_DIRENT_H 1
1890| #define HAVE_EXECINFO_H 1
1891| #define HAVE_GETOPT_H 1
1892| #define HAVE_SYS_CDEFS_H 1
1893| #define HAVE_SYS_TIME_H 1
1894| #define HAVE_LIMITS_H 1
1895| #define HAVE_SYS_SELECT_H 1
1896| #define HAVE_STDALIGN_H 1
1897| #define HAVE_STDBOOL_H 1
1898| #define HAVE_SYS_RANDOM_H 1
1899| #define STDC_HEADERS 1
1900| #define _ALL_SOURCE 1
1901| #define _DARWIN_C_SOURCE 1
1902| #define _GNU_SOURCE 1
1903| #define _HPUX_ALT_XOPEN_SOCKET_API 1
1904| #define _NETBSD_SOURCE 1
1905| #define _OPENBSD_SOURCE 1
1906| #define _POSIX_PTHREAD_SEMANTICS 1
1907| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
1908| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
1909| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
1910| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
1911| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
1912| #define __STDC_WANT_LIB_EXT2__ 1
1913| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
1914| #define _TANDEM_SOURCE 1
1915| #define __EXTENSIONS__ 1
1916| #define SYSTEM_TYPE "darwin"
1917| /* end confdefs.h.  */
1918| #include <sys/personality.h>
1919| int
1920| main (void)
1921| {
1922| personality (personality (0xffffffff)
1923|                                    | ADDR_NO_RANDOMIZE)
1924|   ;
1925|   return 0;
1926| }
1927configure:11462: result: no
1928configure:11540: /usr/bin/clang -E   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c
1929configure:11540: $? = 0
1930configure:11547: checking for sys/wait.h that is POSIX.1 compatible
1931configure:11574: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1932configure:11574: $? = 0
1933configure:11582: result: yes
1934configure:11593: checking for net/if.h
1935configure:11593: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1936configure:11593: $? = 0
1937configure:11593: result: yes
1938configure:11604: checking for ifaddrs.h
1939configure:11604: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1940configure:11604: $? = 0
1941configure:11604: result: yes
1942configure:11615: checking for net/if_dl.h
1943configure:11615: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1944configure:11615: $? = 0
1945configure:11615: result: yes
1946configure:11627: checking for struct ifreq.ifr_flags
1947configure:11627: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1948configure:11627: $? = 0
1949configure:11627: result: yes
1950configure:11642: checking for struct ifreq.ifr_hwaddr
1951configure:11642: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
1952conftest.c:104:13: error: no member named 'ifr_hwaddr' in 'struct ifreq'
1953if (ac_aggr.ifr_hwaddr)
1954    ~~~~~~~ ^
19551 error generated.
1956configure:11642: $? = 1
1957configure: failed program was:
1958| /* confdefs.h */
1959| #define PACKAGE_NAME "GNU Emacs"
1960| #define PACKAGE_TARNAME "emacs"
1961| #define PACKAGE_VERSION "29.2"
1962| #define PACKAGE_STRING "GNU Emacs 29.2"
1963| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
1964| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
1965| #define HAVE_PDUMPER 1
1966| #define HAVE_STDIO_H 1
1967| #define HAVE_STDLIB_H 1
1968| #define HAVE_STRING_H 1
1969| #define HAVE_INTTYPES_H 1
1970| #define HAVE_STDINT_H 1
1971| #define HAVE_STRINGS_H 1
1972| #define HAVE_SYS_STAT_H 1
1973| #define HAVE_SYS_TYPES_H 1
1974| #define HAVE_UNISTD_H 1
1975| #define HAVE_WCHAR_H 1
1976| #define HAVE_SYS_RESOURCE_H 1
1977| #define HAVE_SYS_UTSNAME_H 1
1978| #define HAVE_PWD_H 1
1979| #define HAVE_UTMP_H 1
1980| #define HAVE_UTIL_H 1
1981| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
1982| #define HAVE_SYS_SOCKET_H 1
1983| #define HAVE_SYS_PARAM_H 1
1984| #define HAVE_PTHREAD_H 1
1985| #define HAVE_MALLOC_MALLOC_H 1
1986| #define HAVE_SYS_UN_H 1
1987| #define HAVE_DIRENT_H 1
1988| #define HAVE_EXECINFO_H 1
1989| #define HAVE_GETOPT_H 1
1990| #define HAVE_SYS_CDEFS_H 1
1991| #define HAVE_SYS_TIME_H 1
1992| #define HAVE_LIMITS_H 1
1993| #define HAVE_SYS_SELECT_H 1
1994| #define HAVE_STDALIGN_H 1
1995| #define HAVE_STDBOOL_H 1
1996| #define HAVE_SYS_RANDOM_H 1
1997| #define STDC_HEADERS 1
1998| #define _ALL_SOURCE 1
1999| #define _DARWIN_C_SOURCE 1
2000| #define _GNU_SOURCE 1
2001| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2002| #define _NETBSD_SOURCE 1
2003| #define _OPENBSD_SOURCE 1
2004| #define _POSIX_PTHREAD_SEMANTICS 1
2005| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2006| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2007| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2008| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2009| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2010| #define __STDC_WANT_LIB_EXT2__ 1
2011| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2012| #define _TANDEM_SOURCE 1
2013| #define __EXTENSIONS__ 1
2014| #define SYSTEM_TYPE "darwin"
2015| #define HAVE_TERM_H 1
2016| #define HAVE_SYS_WAIT_H 1
2017| #define HAVE_NET_IF_H 1
2018| #define HAVE_IFADDRS_H 1
2019| #define HAVE_NET_IF_DL_H 1
2020| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
2021| /* end confdefs.h.  */
2022| #include <stddef.h>
2023| #ifdef HAVE_STDIO_H
2024| # include <stdio.h>
2025| #endif
2026| #ifdef HAVE_STDLIB_H
2027| # include <stdlib.h>
2028| #endif
2029| #ifdef HAVE_STRING_H
2030| # include <string.h>
2031| #endif
2032| #ifdef HAVE_INTTYPES_H
2033| # include <inttypes.h>
2034| #endif
2035| #ifdef HAVE_STDINT_H
2036| # include <stdint.h>
2037| #endif
2038| #ifdef HAVE_STRINGS_H
2039| # include <strings.h>
2040| #endif
2041| #ifdef HAVE_SYS_TYPES_H
2042| # include <sys/types.h>
2043| #endif
2044| #ifdef HAVE_SYS_STAT_H
2045| # include <sys/stat.h>
2046| #endif
2047| #ifdef HAVE_UNISTD_H
2048| # include <unistd.h>
2049| #endif
2050| #if HAVE_SYS_SOCKET_H
2051| #include <sys/socket.h>
2052| #endif
2053| #if HAVE_NET_IF_H
2054| #include <net/if.h>
2055| #endif
2056|
2057| int
2058| main (void)
2059| {
2060| static struct ifreq ac_aggr;
2061| if (ac_aggr.ifr_hwaddr)
2062| return 0;
2063|   ;
2064|   return 0;
2065| }
2066configure:11642: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
2067conftest.c:104:20: error: no member named 'ifr_hwaddr' in 'struct ifreq'
2068if (sizeof ac_aggr.ifr_hwaddr)
2069           ~~~~~~~ ^
20701 error generated.
2071configure:11642: $? = 1
2072configure: failed program was:
2073| /* confdefs.h */
2074| #define PACKAGE_NAME "GNU Emacs"
2075| #define PACKAGE_TARNAME "emacs"
2076| #define PACKAGE_VERSION "29.2"
2077| #define PACKAGE_STRING "GNU Emacs 29.2"
2078| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
2079| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
2080| #define HAVE_PDUMPER 1
2081| #define HAVE_STDIO_H 1
2082| #define HAVE_STDLIB_H 1
2083| #define HAVE_STRING_H 1
2084| #define HAVE_INTTYPES_H 1
2085| #define HAVE_STDINT_H 1
2086| #define HAVE_STRINGS_H 1
2087| #define HAVE_SYS_STAT_H 1
2088| #define HAVE_SYS_TYPES_H 1
2089| #define HAVE_UNISTD_H 1
2090| #define HAVE_WCHAR_H 1
2091| #define HAVE_SYS_RESOURCE_H 1
2092| #define HAVE_SYS_UTSNAME_H 1
2093| #define HAVE_PWD_H 1
2094| #define HAVE_UTMP_H 1
2095| #define HAVE_UTIL_H 1
2096| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
2097| #define HAVE_SYS_SOCKET_H 1
2098| #define HAVE_SYS_PARAM_H 1
2099| #define HAVE_PTHREAD_H 1
2100| #define HAVE_MALLOC_MALLOC_H 1
2101| #define HAVE_SYS_UN_H 1
2102| #define HAVE_DIRENT_H 1
2103| #define HAVE_EXECINFO_H 1
2104| #define HAVE_GETOPT_H 1
2105| #define HAVE_SYS_CDEFS_H 1
2106| #define HAVE_SYS_TIME_H 1
2107| #define HAVE_LIMITS_H 1
2108| #define HAVE_SYS_SELECT_H 1
2109| #define HAVE_STDALIGN_H 1
2110| #define HAVE_STDBOOL_H 1
2111| #define HAVE_SYS_RANDOM_H 1
2112| #define STDC_HEADERS 1
2113| #define _ALL_SOURCE 1
2114| #define _DARWIN_C_SOURCE 1
2115| #define _GNU_SOURCE 1
2116| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2117| #define _NETBSD_SOURCE 1
2118| #define _OPENBSD_SOURCE 1
2119| #define _POSIX_PTHREAD_SEMANTICS 1
2120| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2121| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2122| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2123| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2124| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2125| #define __STDC_WANT_LIB_EXT2__ 1
2126| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2127| #define _TANDEM_SOURCE 1
2128| #define __EXTENSIONS__ 1
2129| #define SYSTEM_TYPE "darwin"
2130| #define HAVE_TERM_H 1
2131| #define HAVE_SYS_WAIT_H 1
2132| #define HAVE_NET_IF_H 1
2133| #define HAVE_IFADDRS_H 1
2134| #define HAVE_NET_IF_DL_H 1
2135| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
2136| /* end confdefs.h.  */
2137| #include <stddef.h>
2138| #ifdef HAVE_STDIO_H
2139| # include <stdio.h>
2140| #endif
2141| #ifdef HAVE_STDLIB_H
2142| # include <stdlib.h>
2143| #endif
2144| #ifdef HAVE_STRING_H
2145| # include <string.h>
2146| #endif
2147| #ifdef HAVE_INTTYPES_H
2148| # include <inttypes.h>
2149| #endif
2150| #ifdef HAVE_STDINT_H
2151| # include <stdint.h>
2152| #endif
2153| #ifdef HAVE_STRINGS_H
2154| # include <strings.h>
2155| #endif
2156| #ifdef HAVE_SYS_TYPES_H
2157| # include <sys/types.h>
2158| #endif
2159| #ifdef HAVE_SYS_STAT_H
2160| # include <sys/stat.h>
2161| #endif
2162| #ifdef HAVE_UNISTD_H
2163| # include <unistd.h>
2164| #endif
2165| #if HAVE_SYS_SOCKET_H
2166| #include <sys/socket.h>
2167| #endif
2168| #if HAVE_NET_IF_H
2169| #include <net/if.h>
2170| #endif
2171|
2172| int
2173| main (void)
2174| {
2175| static struct ifreq ac_aggr;
2176| if (sizeof ac_aggr.ifr_hwaddr)
2177| return 0;
2178|   ;
2179|   return 0;
2180| }
2181configure:11642: result: no
2182configure:11657: checking for struct ifreq.ifr_netmask
2183configure:11657: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
2184conftest.c:104:13: error: no member named 'ifr_netmask' in 'struct ifreq'
2185if (ac_aggr.ifr_netmask)
2186    ~~~~~~~ ^
21871 error generated.
2188configure:11657: $? = 1
2189configure: failed program was:
2190| /* confdefs.h */
2191| #define PACKAGE_NAME "GNU Emacs"
2192| #define PACKAGE_TARNAME "emacs"
2193| #define PACKAGE_VERSION "29.2"
2194| #define PACKAGE_STRING "GNU Emacs 29.2"
2195| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
2196| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
2197| #define HAVE_PDUMPER 1
2198| #define HAVE_STDIO_H 1
2199| #define HAVE_STDLIB_H 1
2200| #define HAVE_STRING_H 1
2201| #define HAVE_INTTYPES_H 1
2202| #define HAVE_STDINT_H 1
2203| #define HAVE_STRINGS_H 1
2204| #define HAVE_SYS_STAT_H 1
2205| #define HAVE_SYS_TYPES_H 1
2206| #define HAVE_UNISTD_H 1
2207| #define HAVE_WCHAR_H 1
2208| #define HAVE_SYS_RESOURCE_H 1
2209| #define HAVE_SYS_UTSNAME_H 1
2210| #define HAVE_PWD_H 1
2211| #define HAVE_UTMP_H 1
2212| #define HAVE_UTIL_H 1
2213| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
2214| #define HAVE_SYS_SOCKET_H 1
2215| #define HAVE_SYS_PARAM_H 1
2216| #define HAVE_PTHREAD_H 1
2217| #define HAVE_MALLOC_MALLOC_H 1
2218| #define HAVE_SYS_UN_H 1
2219| #define HAVE_DIRENT_H 1
2220| #define HAVE_EXECINFO_H 1
2221| #define HAVE_GETOPT_H 1
2222| #define HAVE_SYS_CDEFS_H 1
2223| #define HAVE_SYS_TIME_H 1
2224| #define HAVE_LIMITS_H 1
2225| #define HAVE_SYS_SELECT_H 1
2226| #define HAVE_STDALIGN_H 1
2227| #define HAVE_STDBOOL_H 1
2228| #define HAVE_SYS_RANDOM_H 1
2229| #define STDC_HEADERS 1
2230| #define _ALL_SOURCE 1
2231| #define _DARWIN_C_SOURCE 1
2232| #define _GNU_SOURCE 1
2233| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2234| #define _NETBSD_SOURCE 1
2235| #define _OPENBSD_SOURCE 1
2236| #define _POSIX_PTHREAD_SEMANTICS 1
2237| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2238| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2239| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2240| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2241| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2242| #define __STDC_WANT_LIB_EXT2__ 1
2243| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2244| #define _TANDEM_SOURCE 1
2245| #define __EXTENSIONS__ 1
2246| #define SYSTEM_TYPE "darwin"
2247| #define HAVE_TERM_H 1
2248| #define HAVE_SYS_WAIT_H 1
2249| #define HAVE_NET_IF_H 1
2250| #define HAVE_IFADDRS_H 1
2251| #define HAVE_NET_IF_DL_H 1
2252| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
2253| /* end confdefs.h.  */
2254| #include <stddef.h>
2255| #ifdef HAVE_STDIO_H
2256| # include <stdio.h>
2257| #endif
2258| #ifdef HAVE_STDLIB_H
2259| # include <stdlib.h>
2260| #endif
2261| #ifdef HAVE_STRING_H
2262| # include <string.h>
2263| #endif
2264| #ifdef HAVE_INTTYPES_H
2265| # include <inttypes.h>
2266| #endif
2267| #ifdef HAVE_STDINT_H
2268| # include <stdint.h>
2269| #endif
2270| #ifdef HAVE_STRINGS_H
2271| # include <strings.h>
2272| #endif
2273| #ifdef HAVE_SYS_TYPES_H
2274| # include <sys/types.h>
2275| #endif
2276| #ifdef HAVE_SYS_STAT_H
2277| # include <sys/stat.h>
2278| #endif
2279| #ifdef HAVE_UNISTD_H
2280| # include <unistd.h>
2281| #endif
2282| #if HAVE_SYS_SOCKET_H
2283| #include <sys/socket.h>
2284| #endif
2285| #if HAVE_NET_IF_H
2286| #include <net/if.h>
2287| #endif
2288|
2289| int
2290| main (void)
2291| {
2292| static struct ifreq ac_aggr;
2293| if (ac_aggr.ifr_netmask)
2294| return 0;
2295|   ;
2296|   return 0;
2297| }
2298configure:11657: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
2299conftest.c:104:20: error: no member named 'ifr_netmask' in 'struct ifreq'
2300if (sizeof ac_aggr.ifr_netmask)
2301           ~~~~~~~ ^
23021 error generated.
2303configure:11657: $? = 1
2304configure: failed program was:
2305| /* confdefs.h */
2306| #define PACKAGE_NAME "GNU Emacs"
2307| #define PACKAGE_TARNAME "emacs"
2308| #define PACKAGE_VERSION "29.2"
2309| #define PACKAGE_STRING "GNU Emacs 29.2"
2310| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
2311| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
2312| #define HAVE_PDUMPER 1
2313| #define HAVE_STDIO_H 1
2314| #define HAVE_STDLIB_H 1
2315| #define HAVE_STRING_H 1
2316| #define HAVE_INTTYPES_H 1
2317| #define HAVE_STDINT_H 1
2318| #define HAVE_STRINGS_H 1
2319| #define HAVE_SYS_STAT_H 1
2320| #define HAVE_SYS_TYPES_H 1
2321| #define HAVE_UNISTD_H 1
2322| #define HAVE_WCHAR_H 1
2323| #define HAVE_SYS_RESOURCE_H 1
2324| #define HAVE_SYS_UTSNAME_H 1
2325| #define HAVE_PWD_H 1
2326| #define HAVE_UTMP_H 1
2327| #define HAVE_UTIL_H 1
2328| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
2329| #define HAVE_SYS_SOCKET_H 1
2330| #define HAVE_SYS_PARAM_H 1
2331| #define HAVE_PTHREAD_H 1
2332| #define HAVE_MALLOC_MALLOC_H 1
2333| #define HAVE_SYS_UN_H 1
2334| #define HAVE_DIRENT_H 1
2335| #define HAVE_EXECINFO_H 1
2336| #define HAVE_GETOPT_H 1
2337| #define HAVE_SYS_CDEFS_H 1
2338| #define HAVE_SYS_TIME_H 1
2339| #define HAVE_LIMITS_H 1
2340| #define HAVE_SYS_SELECT_H 1
2341| #define HAVE_STDALIGN_H 1
2342| #define HAVE_STDBOOL_H 1
2343| #define HAVE_SYS_RANDOM_H 1
2344| #define STDC_HEADERS 1
2345| #define _ALL_SOURCE 1
2346| #define _DARWIN_C_SOURCE 1
2347| #define _GNU_SOURCE 1
2348| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2349| #define _NETBSD_SOURCE 1
2350| #define _OPENBSD_SOURCE 1
2351| #define _POSIX_PTHREAD_SEMANTICS 1
2352| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2353| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2354| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2355| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2356| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2357| #define __STDC_WANT_LIB_EXT2__ 1
2358| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2359| #define _TANDEM_SOURCE 1
2360| #define __EXTENSIONS__ 1
2361| #define SYSTEM_TYPE "darwin"
2362| #define HAVE_TERM_H 1
2363| #define HAVE_SYS_WAIT_H 1
2364| #define HAVE_NET_IF_H 1
2365| #define HAVE_IFADDRS_H 1
2366| #define HAVE_NET_IF_DL_H 1
2367| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
2368| /* end confdefs.h.  */
2369| #include <stddef.h>
2370| #ifdef HAVE_STDIO_H
2371| # include <stdio.h>
2372| #endif
2373| #ifdef HAVE_STDLIB_H
2374| # include <stdlib.h>
2375| #endif
2376| #ifdef HAVE_STRING_H
2377| # include <string.h>
2378| #endif
2379| #ifdef HAVE_INTTYPES_H
2380| # include <inttypes.h>
2381| #endif
2382| #ifdef HAVE_STDINT_H
2383| # include <stdint.h>
2384| #endif
2385| #ifdef HAVE_STRINGS_H
2386| # include <strings.h>
2387| #endif
2388| #ifdef HAVE_SYS_TYPES_H
2389| # include <sys/types.h>
2390| #endif
2391| #ifdef HAVE_SYS_STAT_H
2392| # include <sys/stat.h>
2393| #endif
2394| #ifdef HAVE_UNISTD_H
2395| # include <unistd.h>
2396| #endif
2397| #if HAVE_SYS_SOCKET_H
2398| #include <sys/socket.h>
2399| #endif
2400| #if HAVE_NET_IF_H
2401| #include <net/if.h>
2402| #endif
2403|
2404| int
2405| main (void)
2406| {
2407| static struct ifreq ac_aggr;
2408| if (sizeof ac_aggr.ifr_netmask)
2409| return 0;
2410|   ;
2411|   return 0;
2412| }
2413configure:11657: result: no
2414configure:11672: checking for struct ifreq.ifr_broadaddr
2415configure:11672: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
2416conftest.c:104:1: error: statement requires expression of scalar type ('struct sockaddr' invalid)
2417if (ac_aggr.ifr_broadaddr)
2418^   ~~~~~~~~~~~~~~~~~~~~~
24191 error generated.
2420configure:11672: $? = 1
2421configure: failed program was:
2422| /* confdefs.h */
2423| #define PACKAGE_NAME "GNU Emacs"
2424| #define PACKAGE_TARNAME "emacs"
2425| #define PACKAGE_VERSION "29.2"
2426| #define PACKAGE_STRING "GNU Emacs 29.2"
2427| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
2428| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
2429| #define HAVE_PDUMPER 1
2430| #define HAVE_STDIO_H 1
2431| #define HAVE_STDLIB_H 1
2432| #define HAVE_STRING_H 1
2433| #define HAVE_INTTYPES_H 1
2434| #define HAVE_STDINT_H 1
2435| #define HAVE_STRINGS_H 1
2436| #define HAVE_SYS_STAT_H 1
2437| #define HAVE_SYS_TYPES_H 1
2438| #define HAVE_UNISTD_H 1
2439| #define HAVE_WCHAR_H 1
2440| #define HAVE_SYS_RESOURCE_H 1
2441| #define HAVE_SYS_UTSNAME_H 1
2442| #define HAVE_PWD_H 1
2443| #define HAVE_UTMP_H 1
2444| #define HAVE_UTIL_H 1
2445| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
2446| #define HAVE_SYS_SOCKET_H 1
2447| #define HAVE_SYS_PARAM_H 1
2448| #define HAVE_PTHREAD_H 1
2449| #define HAVE_MALLOC_MALLOC_H 1
2450| #define HAVE_SYS_UN_H 1
2451| #define HAVE_DIRENT_H 1
2452| #define HAVE_EXECINFO_H 1
2453| #define HAVE_GETOPT_H 1
2454| #define HAVE_SYS_CDEFS_H 1
2455| #define HAVE_SYS_TIME_H 1
2456| #define HAVE_LIMITS_H 1
2457| #define HAVE_SYS_SELECT_H 1
2458| #define HAVE_STDALIGN_H 1
2459| #define HAVE_STDBOOL_H 1
2460| #define HAVE_SYS_RANDOM_H 1
2461| #define STDC_HEADERS 1
2462| #define _ALL_SOURCE 1
2463| #define _DARWIN_C_SOURCE 1
2464| #define _GNU_SOURCE 1
2465| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2466| #define _NETBSD_SOURCE 1
2467| #define _OPENBSD_SOURCE 1
2468| #define _POSIX_PTHREAD_SEMANTICS 1
2469| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2470| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2471| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2472| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2473| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2474| #define __STDC_WANT_LIB_EXT2__ 1
2475| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2476| #define _TANDEM_SOURCE 1
2477| #define __EXTENSIONS__ 1
2478| #define SYSTEM_TYPE "darwin"
2479| #define HAVE_TERM_H 1
2480| #define HAVE_SYS_WAIT_H 1
2481| #define HAVE_NET_IF_H 1
2482| #define HAVE_IFADDRS_H 1
2483| #define HAVE_NET_IF_DL_H 1
2484| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
2485| /* end confdefs.h.  */
2486| #include <stddef.h>
2487| #ifdef HAVE_STDIO_H
2488| # include <stdio.h>
2489| #endif
2490| #ifdef HAVE_STDLIB_H
2491| # include <stdlib.h>
2492| #endif
2493| #ifdef HAVE_STRING_H
2494| # include <string.h>
2495| #endif
2496| #ifdef HAVE_INTTYPES_H
2497| # include <inttypes.h>
2498| #endif
2499| #ifdef HAVE_STDINT_H
2500| # include <stdint.h>
2501| #endif
2502| #ifdef HAVE_STRINGS_H
2503| # include <strings.h>
2504| #endif
2505| #ifdef HAVE_SYS_TYPES_H
2506| # include <sys/types.h>
2507| #endif
2508| #ifdef HAVE_SYS_STAT_H
2509| # include <sys/stat.h>
2510| #endif
2511| #ifdef HAVE_UNISTD_H
2512| # include <unistd.h>
2513| #endif
2514| #if HAVE_SYS_SOCKET_H
2515| #include <sys/socket.h>
2516| #endif
2517| #if HAVE_NET_IF_H
2518| #include <net/if.h>
2519| #endif
2520|
2521| int
2522| main (void)
2523| {
2524| static struct ifreq ac_aggr;
2525| if (ac_aggr.ifr_broadaddr)
2526| return 0;
2527|   ;
2528|   return 0;
2529| }
2530configure:11672: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
2531configure:11672: $? = 0
2532configure:11672: result: yes
2533configure:11687: checking for struct ifreq.ifr_addr
2534configure:11687: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
2535conftest.c:105:1: error: statement requires expression of scalar type ('struct sockaddr' invalid)
2536if (ac_aggr.ifr_addr)
2537^   ~~~~~~~~~~~~~~~~
25381 error generated.
2539configure:11687: $? = 1
2540configure: failed program was:
2541| /* confdefs.h */
2542| #define PACKAGE_NAME "GNU Emacs"
2543| #define PACKAGE_TARNAME "emacs"
2544| #define PACKAGE_VERSION "29.2"
2545| #define PACKAGE_STRING "GNU Emacs 29.2"
2546| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
2547| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
2548| #define HAVE_PDUMPER 1
2549| #define HAVE_STDIO_H 1
2550| #define HAVE_STDLIB_H 1
2551| #define HAVE_STRING_H 1
2552| #define HAVE_INTTYPES_H 1
2553| #define HAVE_STDINT_H 1
2554| #define HAVE_STRINGS_H 1
2555| #define HAVE_SYS_STAT_H 1
2556| #define HAVE_SYS_TYPES_H 1
2557| #define HAVE_UNISTD_H 1
2558| #define HAVE_WCHAR_H 1
2559| #define HAVE_SYS_RESOURCE_H 1
2560| #define HAVE_SYS_UTSNAME_H 1
2561| #define HAVE_PWD_H 1
2562| #define HAVE_UTMP_H 1
2563| #define HAVE_UTIL_H 1
2564| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
2565| #define HAVE_SYS_SOCKET_H 1
2566| #define HAVE_SYS_PARAM_H 1
2567| #define HAVE_PTHREAD_H 1
2568| #define HAVE_MALLOC_MALLOC_H 1
2569| #define HAVE_SYS_UN_H 1
2570| #define HAVE_DIRENT_H 1
2571| #define HAVE_EXECINFO_H 1
2572| #define HAVE_GETOPT_H 1
2573| #define HAVE_SYS_CDEFS_H 1
2574| #define HAVE_SYS_TIME_H 1
2575| #define HAVE_LIMITS_H 1
2576| #define HAVE_SYS_SELECT_H 1
2577| #define HAVE_STDALIGN_H 1
2578| #define HAVE_STDBOOL_H 1
2579| #define HAVE_SYS_RANDOM_H 1
2580| #define STDC_HEADERS 1
2581| #define _ALL_SOURCE 1
2582| #define _DARWIN_C_SOURCE 1
2583| #define _GNU_SOURCE 1
2584| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2585| #define _NETBSD_SOURCE 1
2586| #define _OPENBSD_SOURCE 1
2587| #define _POSIX_PTHREAD_SEMANTICS 1
2588| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2589| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2590| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2591| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2592| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2593| #define __STDC_WANT_LIB_EXT2__ 1
2594| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2595| #define _TANDEM_SOURCE 1
2596| #define __EXTENSIONS__ 1
2597| #define SYSTEM_TYPE "darwin"
2598| #define HAVE_TERM_H 1
2599| #define HAVE_SYS_WAIT_H 1
2600| #define HAVE_NET_IF_H 1
2601| #define HAVE_IFADDRS_H 1
2602| #define HAVE_NET_IF_DL_H 1
2603| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
2604| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
2605| /* end confdefs.h.  */
2606| #include <stddef.h>
2607| #ifdef HAVE_STDIO_H
2608| # include <stdio.h>
2609| #endif
2610| #ifdef HAVE_STDLIB_H
2611| # include <stdlib.h>
2612| #endif
2613| #ifdef HAVE_STRING_H
2614| # include <string.h>
2615| #endif
2616| #ifdef HAVE_INTTYPES_H
2617| # include <inttypes.h>
2618| #endif
2619| #ifdef HAVE_STDINT_H
2620| # include <stdint.h>
2621| #endif
2622| #ifdef HAVE_STRINGS_H
2623| # include <strings.h>
2624| #endif
2625| #ifdef HAVE_SYS_TYPES_H
2626| # include <sys/types.h>
2627| #endif
2628| #ifdef HAVE_SYS_STAT_H
2629| # include <sys/stat.h>
2630| #endif
2631| #ifdef HAVE_UNISTD_H
2632| # include <unistd.h>
2633| #endif
2634| #if HAVE_SYS_SOCKET_H
2635| #include <sys/socket.h>
2636| #endif
2637| #if HAVE_NET_IF_H
2638| #include <net/if.h>
2639| #endif
2640|
2641| int
2642| main (void)
2643| {
2644| static struct ifreq ac_aggr;
2645| if (ac_aggr.ifr_addr)
2646| return 0;
2647|   ;
2648|   return 0;
2649| }
2650configure:11687: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
2651configure:11687: $? = 0
2652configure:11687: result: yes
2653configure:11702: checking for struct ifreq.ifr_addr.sa_len
2654configure:11702: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
2655configure:11702: $? = 0
2656configure:11702: result: yes
2657configure:11724: checking whether gcc understands -MMD -MF
2658configure:11743: /usr/bin/clang -c -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -MMD -MF deps.d -MP   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
2659configure:11743: $? = 0
2660configure:11754: result: yes
2661configure:11776: checking for X
2662configure:11814: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lX11  >&5
2663ld: warning: -no_pie ignored for arm64*
2664configure:11814: $? = 0
2665configure:12001: result: libraries , headers
2666configure:13455: checking whether malloc is Doug Lea style
2667configure:13477: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
2668conftest.c:68:10: fatal error: 'malloc.h' file not found
2669#include <malloc.h>
2670         ^~~~~~~~~~
26711 error generated.
2672configure:13477: $? = 1
2673configure: failed program was:
2674| /* confdefs.h */
2675| #define PACKAGE_NAME "GNU Emacs"
2676| #define PACKAGE_TARNAME "emacs"
2677| #define PACKAGE_VERSION "29.2"
2678| #define PACKAGE_STRING "GNU Emacs 29.2"
2679| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
2680| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
2681| #define HAVE_PDUMPER 1
2682| #define HAVE_STDIO_H 1
2683| #define HAVE_STDLIB_H 1
2684| #define HAVE_STRING_H 1
2685| #define HAVE_INTTYPES_H 1
2686| #define HAVE_STDINT_H 1
2687| #define HAVE_STRINGS_H 1
2688| #define HAVE_SYS_STAT_H 1
2689| #define HAVE_SYS_TYPES_H 1
2690| #define HAVE_UNISTD_H 1
2691| #define HAVE_WCHAR_H 1
2692| #define HAVE_SYS_RESOURCE_H 1
2693| #define HAVE_SYS_UTSNAME_H 1
2694| #define HAVE_PWD_H 1
2695| #define HAVE_UTMP_H 1
2696| #define HAVE_UTIL_H 1
2697| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
2698| #define HAVE_SYS_SOCKET_H 1
2699| #define HAVE_SYS_PARAM_H 1
2700| #define HAVE_PTHREAD_H 1
2701| #define HAVE_MALLOC_MALLOC_H 1
2702| #define HAVE_SYS_UN_H 1
2703| #define HAVE_DIRENT_H 1
2704| #define HAVE_EXECINFO_H 1
2705| #define HAVE_GETOPT_H 1
2706| #define HAVE_SYS_CDEFS_H 1
2707| #define HAVE_SYS_TIME_H 1
2708| #define HAVE_LIMITS_H 1
2709| #define HAVE_SYS_SELECT_H 1
2710| #define HAVE_STDALIGN_H 1
2711| #define HAVE_STDBOOL_H 1
2712| #define HAVE_SYS_RANDOM_H 1
2713| #define STDC_HEADERS 1
2714| #define _ALL_SOURCE 1
2715| #define _DARWIN_C_SOURCE 1
2716| #define _GNU_SOURCE 1
2717| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2718| #define _NETBSD_SOURCE 1
2719| #define _OPENBSD_SOURCE 1
2720| #define _POSIX_PTHREAD_SEMANTICS 1
2721| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2722| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2723| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2724| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2725| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2726| #define __STDC_WANT_LIB_EXT2__ 1
2727| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2728| #define _TANDEM_SOURCE 1
2729| #define __EXTENSIONS__ 1
2730| #define SYSTEM_TYPE "darwin"
2731| #define HAVE_TERM_H 1
2732| #define HAVE_SYS_WAIT_H 1
2733| #define HAVE_NET_IF_H 1
2734| #define HAVE_IFADDRS_H 1
2735| #define HAVE_NET_IF_DL_H 1
2736| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
2737| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
2738| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
2739| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
2740| /* end confdefs.h.  */
2741| #include <malloc.h>
2742|           static void hook (void) {}
2743| int
2744| main (void)
2745| {
2746| malloc_set_state (malloc_get_state ());
2747|           __after_morecore_hook = hook;
2748|           __malloc_initialize_hook = hook;
2749|   ;
2750|   return 0;
2751| }
2752configure:13485: result: no
2753configure:13496: checking for sbrk
2754configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
2755ld: warning: -no_pie ignored for arm64*
2756configure:13496: $? = 0
2757configure:13496: result: yes
2758configure:13496: checking for getpagesize
2759configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
2760ld: warning: -no_pie ignored for arm64*
2761configure:13496: $? = 0
2762configure:13496: result: yes
2763configure:13496: checking for __lsan_ignore_object
2764configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
2765ld: warning: -no_pie ignored for arm64*
2766ld: Undefined symbols:
2767  ___lsan_ignore_object, referenced from:
2768      _main in conftest-81dcee.o
2769clang: error: linker command failed with exit code 1 (use -v to see invocation)
2770configure:13496: $? = 1
2771configure: failed program was:
2772| /* confdefs.h */
2773| #define PACKAGE_NAME "GNU Emacs"
2774| #define PACKAGE_TARNAME "emacs"
2775| #define PACKAGE_VERSION "29.2"
2776| #define PACKAGE_STRING "GNU Emacs 29.2"
2777| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
2778| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
2779| #define HAVE_PDUMPER 1
2780| #define HAVE_STDIO_H 1
2781| #define HAVE_STDLIB_H 1
2782| #define HAVE_STRING_H 1
2783| #define HAVE_INTTYPES_H 1
2784| #define HAVE_STDINT_H 1
2785| #define HAVE_STRINGS_H 1
2786| #define HAVE_SYS_STAT_H 1
2787| #define HAVE_SYS_TYPES_H 1
2788| #define HAVE_UNISTD_H 1
2789| #define HAVE_WCHAR_H 1
2790| #define HAVE_SYS_RESOURCE_H 1
2791| #define HAVE_SYS_UTSNAME_H 1
2792| #define HAVE_PWD_H 1
2793| #define HAVE_UTMP_H 1
2794| #define HAVE_UTIL_H 1
2795| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
2796| #define HAVE_SYS_SOCKET_H 1
2797| #define HAVE_SYS_PARAM_H 1
2798| #define HAVE_PTHREAD_H 1
2799| #define HAVE_MALLOC_MALLOC_H 1
2800| #define HAVE_SYS_UN_H 1
2801| #define HAVE_DIRENT_H 1
2802| #define HAVE_EXECINFO_H 1
2803| #define HAVE_GETOPT_H 1
2804| #define HAVE_SYS_CDEFS_H 1
2805| #define HAVE_SYS_TIME_H 1
2806| #define HAVE_LIMITS_H 1
2807| #define HAVE_SYS_SELECT_H 1
2808| #define HAVE_STDALIGN_H 1
2809| #define HAVE_STDBOOL_H 1
2810| #define HAVE_SYS_RANDOM_H 1
2811| #define STDC_HEADERS 1
2812| #define _ALL_SOURCE 1
2813| #define _DARWIN_C_SOURCE 1
2814| #define _GNU_SOURCE 1
2815| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2816| #define _NETBSD_SOURCE 1
2817| #define _OPENBSD_SOURCE 1
2818| #define _POSIX_PTHREAD_SEMANTICS 1
2819| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2820| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2821| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2822| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2823| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2824| #define __STDC_WANT_LIB_EXT2__ 1
2825| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2826| #define _TANDEM_SOURCE 1
2827| #define __EXTENSIONS__ 1
2828| #define SYSTEM_TYPE "darwin"
2829| #define HAVE_TERM_H 1
2830| #define HAVE_SYS_WAIT_H 1
2831| #define HAVE_NET_IF_H 1
2832| #define HAVE_IFADDRS_H 1
2833| #define HAVE_NET_IF_DL_H 1
2834| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
2835| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
2836| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
2837| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
2838| #define HAVE_SBRK 1
2839| #define HAVE_GETPAGESIZE 1
2840| /* end confdefs.h.  */
2841| /* Define __lsan_ignore_object to an innocuous variant, in case <limits.h> declares __lsan_ignore_object.
2842|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2843| #define __lsan_ignore_object innocuous___lsan_ignore_object
2844|
2845| /* System header to define __stub macros and hopefully few prototypes,
2846|    which can conflict with char __lsan_ignore_object (); below.  */
2847|
2848| #include <limits.h>
2849| #undef __lsan_ignore_object
2850|
2851| /* Override any GCC internal prototype to avoid an error.
2852|    Use char because int might match the return type of a GCC
2853|    builtin and then its argument prototype would still apply.  */
2854| #ifdef __cplusplus
2855| extern "C"
2856| #endif
2857| char __lsan_ignore_object ();
2858| /* The GNU C library defines this for functions which it implements
2859|     to always fail with ENOSYS.  Some functions are actually named
2860|     something starting with __ and the normal name is an alias.  */
2861| #if defined __stub___lsan_ignore_object || defined __stub_____lsan_ignore_object
2862| choke me
2863| #endif
2864|
2865| int
2866| main (void)
2867| {
2868| return __lsan_ignore_object ();
2869|   ;
2870|   return 0;
2871| }
2872configure:13496: result: no
2873configure:13496: checking for fork
2874configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
2875ld: warning: -no_pie ignored for arm64*
2876configure:13496: $? = 0
2877configure:13496: result: yes
2878configure:13496: checking for vfork
2879configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
2880conftest.c:87:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
2881char vfork ();
2882     ^
2883conftest.c:87:6: note: 'vfork' is a builtin with type 'int (void)'
28841 warning generated.
2885ld: warning: -no_pie ignored for arm64*
2886configure:13496: $? = 0
2887configure:13496: result: yes
2888configure:13496: checking for fchmod
2889configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
2890ld: warning: -no_pie ignored for arm64*
2891configure:13496: $? = 0
2892configure:13496: result: yes
2893configure:13496: checking for canonicalize_file_name
2894configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
2895ld: warning: -no_pie ignored for arm64*
2896ld: Undefined symbols:
2897  _canonicalize_file_name, referenced from:
2898      _main in conftest-07b3dd.o
2899clang: error: linker command failed with exit code 1 (use -v to see invocation)
2900configure:13496: $? = 1
2901configure: failed program was:
2902| /* confdefs.h */
2903| #define PACKAGE_NAME "GNU Emacs"
2904| #define PACKAGE_TARNAME "emacs"
2905| #define PACKAGE_VERSION "29.2"
2906| #define PACKAGE_STRING "GNU Emacs 29.2"
2907| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
2908| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
2909| #define HAVE_PDUMPER 1
2910| #define HAVE_STDIO_H 1
2911| #define HAVE_STDLIB_H 1
2912| #define HAVE_STRING_H 1
2913| #define HAVE_INTTYPES_H 1
2914| #define HAVE_STDINT_H 1
2915| #define HAVE_STRINGS_H 1
2916| #define HAVE_SYS_STAT_H 1
2917| #define HAVE_SYS_TYPES_H 1
2918| #define HAVE_UNISTD_H 1
2919| #define HAVE_WCHAR_H 1
2920| #define HAVE_SYS_RESOURCE_H 1
2921| #define HAVE_SYS_UTSNAME_H 1
2922| #define HAVE_PWD_H 1
2923| #define HAVE_UTMP_H 1
2924| #define HAVE_UTIL_H 1
2925| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
2926| #define HAVE_SYS_SOCKET_H 1
2927| #define HAVE_SYS_PARAM_H 1
2928| #define HAVE_PTHREAD_H 1
2929| #define HAVE_MALLOC_MALLOC_H 1
2930| #define HAVE_SYS_UN_H 1
2931| #define HAVE_DIRENT_H 1
2932| #define HAVE_EXECINFO_H 1
2933| #define HAVE_GETOPT_H 1
2934| #define HAVE_SYS_CDEFS_H 1
2935| #define HAVE_SYS_TIME_H 1
2936| #define HAVE_LIMITS_H 1
2937| #define HAVE_SYS_SELECT_H 1
2938| #define HAVE_STDALIGN_H 1
2939| #define HAVE_STDBOOL_H 1
2940| #define HAVE_SYS_RANDOM_H 1
2941| #define STDC_HEADERS 1
2942| #define _ALL_SOURCE 1
2943| #define _DARWIN_C_SOURCE 1
2944| #define _GNU_SOURCE 1
2945| #define _HPUX_ALT_XOPEN_SOCKET_API 1
2946| #define _NETBSD_SOURCE 1
2947| #define _OPENBSD_SOURCE 1
2948| #define _POSIX_PTHREAD_SEMANTICS 1
2949| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
2950| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
2951| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
2952| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
2953| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
2954| #define __STDC_WANT_LIB_EXT2__ 1
2955| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
2956| #define _TANDEM_SOURCE 1
2957| #define __EXTENSIONS__ 1
2958| #define SYSTEM_TYPE "darwin"
2959| #define HAVE_TERM_H 1
2960| #define HAVE_SYS_WAIT_H 1
2961| #define HAVE_NET_IF_H 1
2962| #define HAVE_IFADDRS_H 1
2963| #define HAVE_NET_IF_DL_H 1
2964| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
2965| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
2966| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
2967| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
2968| #define HAVE_SBRK 1
2969| #define HAVE_GETPAGESIZE 1
2970| #define HAVE_FORK 1
2971| #define HAVE_VFORK 1
2972| #define HAVE_FCHMOD 1
2973| /* end confdefs.h.  */
2974| /* Define canonicalize_file_name to an innocuous variant, in case <limits.h> declares canonicalize_file_name.
2975|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
2976| #define canonicalize_file_name innocuous_canonicalize_file_name
2977|
2978| /* System header to define __stub macros and hopefully few prototypes,
2979|    which can conflict with char canonicalize_file_name (); below.  */
2980|
2981| #include <limits.h>
2982| #undef canonicalize_file_name
2983|
2984| /* Override any GCC internal prototype to avoid an error.
2985|    Use char because int might match the return type of a GCC
2986|    builtin and then its argument prototype would still apply.  */
2987| #ifdef __cplusplus
2988| extern "C"
2989| #endif
2990| char canonicalize_file_name ();
2991| /* The GNU C library defines this for functions which it implements
2992|     to always fail with ENOSYS.  Some functions are actually named
2993|     something starting with __ and the normal name is an alias.  */
2994| #if defined __stub_canonicalize_file_name || defined __stub___canonicalize_file_name
2995| choke me
2996| #endif
2997|
2998| int
2999| main (void)
3000| {
3001| return canonicalize_file_name ();
3002|   ;
3003|   return 0;
3004| }
3005configure:13496: result: no
3006configure:13496: checking for faccessat
3007configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3008ld: warning: -no_pie ignored for arm64*
3009configure:13496: $? = 0
3010configure:13496: result: yes
3011configure:13496: checking for realpath
3012configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3013ld: warning: -no_pie ignored for arm64*
3014configure:13496: $? = 0
3015configure:13496: result: yes
3016configure:13496: checking for lstat
3017configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3018ld: warning: -no_pie ignored for arm64*
3019configure:13496: $? = 0
3020configure:13496: result: yes
3021configure:13496: checking for readlinkat
3022configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3023ld: warning: -no_pie ignored for arm64*
3024configure:13496: $? = 0
3025configure:13496: result: yes
3026configure:13496: checking for explicit_bzero
3027configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3028ld: warning: -no_pie ignored for arm64*
3029ld: Undefined symbols:
3030  _explicit_bzero, referenced from:
3031      _main in conftest-f4be7d.o
3032clang: error: linker command failed with exit code 1 (use -v to see invocation)
3033configure:13496: $? = 1
3034configure: failed program was:
3035| /* confdefs.h */
3036| #define PACKAGE_NAME "GNU Emacs"
3037| #define PACKAGE_TARNAME "emacs"
3038| #define PACKAGE_VERSION "29.2"
3039| #define PACKAGE_STRING "GNU Emacs 29.2"
3040| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
3041| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
3042| #define HAVE_PDUMPER 1
3043| #define HAVE_STDIO_H 1
3044| #define HAVE_STDLIB_H 1
3045| #define HAVE_STRING_H 1
3046| #define HAVE_INTTYPES_H 1
3047| #define HAVE_STDINT_H 1
3048| #define HAVE_STRINGS_H 1
3049| #define HAVE_SYS_STAT_H 1
3050| #define HAVE_SYS_TYPES_H 1
3051| #define HAVE_UNISTD_H 1
3052| #define HAVE_WCHAR_H 1
3053| #define HAVE_SYS_RESOURCE_H 1
3054| #define HAVE_SYS_UTSNAME_H 1
3055| #define HAVE_PWD_H 1
3056| #define HAVE_UTMP_H 1
3057| #define HAVE_UTIL_H 1
3058| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
3059| #define HAVE_SYS_SOCKET_H 1
3060| #define HAVE_SYS_PARAM_H 1
3061| #define HAVE_PTHREAD_H 1
3062| #define HAVE_MALLOC_MALLOC_H 1
3063| #define HAVE_SYS_UN_H 1
3064| #define HAVE_DIRENT_H 1
3065| #define HAVE_EXECINFO_H 1
3066| #define HAVE_GETOPT_H 1
3067| #define HAVE_SYS_CDEFS_H 1
3068| #define HAVE_SYS_TIME_H 1
3069| #define HAVE_LIMITS_H 1
3070| #define HAVE_SYS_SELECT_H 1
3071| #define HAVE_STDALIGN_H 1
3072| #define HAVE_STDBOOL_H 1
3073| #define HAVE_SYS_RANDOM_H 1
3074| #define STDC_HEADERS 1
3075| #define _ALL_SOURCE 1
3076| #define _DARWIN_C_SOURCE 1
3077| #define _GNU_SOURCE 1
3078| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3079| #define _NETBSD_SOURCE 1
3080| #define _OPENBSD_SOURCE 1
3081| #define _POSIX_PTHREAD_SEMANTICS 1
3082| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3083| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3084| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3085| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3086| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3087| #define __STDC_WANT_LIB_EXT2__ 1
3088| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3089| #define _TANDEM_SOURCE 1
3090| #define __EXTENSIONS__ 1
3091| #define SYSTEM_TYPE "darwin"
3092| #define HAVE_TERM_H 1
3093| #define HAVE_SYS_WAIT_H 1
3094| #define HAVE_NET_IF_H 1
3095| #define HAVE_IFADDRS_H 1
3096| #define HAVE_NET_IF_DL_H 1
3097| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
3098| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
3099| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
3100| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
3101| #define HAVE_SBRK 1
3102| #define HAVE_GETPAGESIZE 1
3103| #define HAVE_FORK 1
3104| #define HAVE_VFORK 1
3105| #define HAVE_FCHMOD 1
3106| #define HAVE_FACCESSAT 1
3107| #define HAVE_REALPATH 1
3108| #define HAVE_LSTAT 1
3109| #define HAVE_READLINKAT 1
3110| /* end confdefs.h.  */
3111| /* Define explicit_bzero to an innocuous variant, in case <limits.h> declares explicit_bzero.
3112|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3113| #define explicit_bzero innocuous_explicit_bzero
3114|
3115| /* System header to define __stub macros and hopefully few prototypes,
3116|    which can conflict with char explicit_bzero (); below.  */
3117|
3118| #include <limits.h>
3119| #undef explicit_bzero
3120|
3121| /* Override any GCC internal prototype to avoid an error.
3122|    Use char because int might match the return type of a GCC
3123|    builtin and then its argument prototype would still apply.  */
3124| #ifdef __cplusplus
3125| extern "C"
3126| #endif
3127| char explicit_bzero ();
3128| /* The GNU C library defines this for functions which it implements
3129|     to always fail with ENOSYS.  Some functions are actually named
3130|     something starting with __ and the normal name is an alias.  */
3131| #if defined __stub_explicit_bzero || defined __stub___explicit_bzero
3132| choke me
3133| #endif
3134|
3135| int
3136| main (void)
3137| {
3138| return explicit_bzero ();
3139|   ;
3140|   return 0;
3141| }
3142configure:13496: result: no
3143configure:13496: checking for memset_s
3144configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3145ld: warning: -no_pie ignored for arm64*
3146configure:13496: $? = 0
3147configure:13496: result: yes
3148configure:13496: checking for fchmodat
3149configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3150ld: warning: -no_pie ignored for arm64*
3151configure:13496: $? = 0
3152configure:13496: result: yes
3153configure:13496: checking for lchmod
3154configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3155ld: warning: -no_pie ignored for arm64*
3156configure:13496: $? = 0
3157configure:13496: result: yes
3158configure:13496: checking for fcntl
3159configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3160ld: warning: -no_pie ignored for arm64*
3161configure:13496: $? = 0
3162configure:13496: result: yes
3163configure:13496: checking for fdopendir
3164configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3165ld: warning: -no_pie ignored for arm64*
3166configure:13496: $? = 0
3167configure:13496: result: yes
3168configure:13496: checking for fstatat
3169configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3170ld: warning: -no_pie ignored for arm64*
3171configure:13496: $? = 0
3172configure:13496: result: yes
3173configure:13496: checking for fsync
3174configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3175ld: warning: -no_pie ignored for arm64*
3176configure:13496: $? = 0
3177configure:13496: result: yes
3178configure:13496: checking for futimens
3179configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3180ld: warning: -no_pie ignored for arm64*
3181configure:13496: $? = 0
3182configure:13496: result: yes
3183configure:13496: checking for getrandom
3184configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3185ld: warning: -no_pie ignored for arm64*
3186ld: Undefined symbols:
3187  _getrandom, referenced from:
3188      _main in conftest-3a0dfb.o
3189clang: error: linker command failed with exit code 1 (use -v to see invocation)
3190configure:13496: $? = 1
3191configure: failed program was:
3192| /* confdefs.h */
3193| #define PACKAGE_NAME "GNU Emacs"
3194| #define PACKAGE_TARNAME "emacs"
3195| #define PACKAGE_VERSION "29.2"
3196| #define PACKAGE_STRING "GNU Emacs 29.2"
3197| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
3198| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
3199| #define HAVE_PDUMPER 1
3200| #define HAVE_STDIO_H 1
3201| #define HAVE_STDLIB_H 1
3202| #define HAVE_STRING_H 1
3203| #define HAVE_INTTYPES_H 1
3204| #define HAVE_STDINT_H 1
3205| #define HAVE_STRINGS_H 1
3206| #define HAVE_SYS_STAT_H 1
3207| #define HAVE_SYS_TYPES_H 1
3208| #define HAVE_UNISTD_H 1
3209| #define HAVE_WCHAR_H 1
3210| #define HAVE_SYS_RESOURCE_H 1
3211| #define HAVE_SYS_UTSNAME_H 1
3212| #define HAVE_PWD_H 1
3213| #define HAVE_UTMP_H 1
3214| #define HAVE_UTIL_H 1
3215| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
3216| #define HAVE_SYS_SOCKET_H 1
3217| #define HAVE_SYS_PARAM_H 1
3218| #define HAVE_PTHREAD_H 1
3219| #define HAVE_MALLOC_MALLOC_H 1
3220| #define HAVE_SYS_UN_H 1
3221| #define HAVE_DIRENT_H 1
3222| #define HAVE_EXECINFO_H 1
3223| #define HAVE_GETOPT_H 1
3224| #define HAVE_SYS_CDEFS_H 1
3225| #define HAVE_SYS_TIME_H 1
3226| #define HAVE_LIMITS_H 1
3227| #define HAVE_SYS_SELECT_H 1
3228| #define HAVE_STDALIGN_H 1
3229| #define HAVE_STDBOOL_H 1
3230| #define HAVE_SYS_RANDOM_H 1
3231| #define STDC_HEADERS 1
3232| #define _ALL_SOURCE 1
3233| #define _DARWIN_C_SOURCE 1
3234| #define _GNU_SOURCE 1
3235| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3236| #define _NETBSD_SOURCE 1
3237| #define _OPENBSD_SOURCE 1
3238| #define _POSIX_PTHREAD_SEMANTICS 1
3239| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3240| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3241| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3242| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3243| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3244| #define __STDC_WANT_LIB_EXT2__ 1
3245| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3246| #define _TANDEM_SOURCE 1
3247| #define __EXTENSIONS__ 1
3248| #define SYSTEM_TYPE "darwin"
3249| #define HAVE_TERM_H 1
3250| #define HAVE_SYS_WAIT_H 1
3251| #define HAVE_NET_IF_H 1
3252| #define HAVE_IFADDRS_H 1
3253| #define HAVE_NET_IF_DL_H 1
3254| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
3255| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
3256| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
3257| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
3258| #define HAVE_SBRK 1
3259| #define HAVE_GETPAGESIZE 1
3260| #define HAVE_FORK 1
3261| #define HAVE_VFORK 1
3262| #define HAVE_FCHMOD 1
3263| #define HAVE_FACCESSAT 1
3264| #define HAVE_REALPATH 1
3265| #define HAVE_LSTAT 1
3266| #define HAVE_READLINKAT 1
3267| #define HAVE_MEMSET_S 1
3268| #define HAVE_FCHMODAT 1
3269| #define HAVE_LCHMOD 1
3270| #define HAVE_FCNTL 1
3271| #define HAVE_FDOPENDIR 1
3272| #define HAVE_FSTATAT 1
3273| #define HAVE_FSYNC 1
3274| #define HAVE_FUTIMENS 1
3275| /* end confdefs.h.  */
3276| /* Define getrandom to an innocuous variant, in case <limits.h> declares getrandom.
3277|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3278| #define getrandom innocuous_getrandom
3279|
3280| /* System header to define __stub macros and hopefully few prototypes,
3281|    which can conflict with char getrandom (); below.  */
3282|
3283| #include <limits.h>
3284| #undef getrandom
3285|
3286| /* Override any GCC internal prototype to avoid an error.
3287|    Use char because int might match the return type of a GCC
3288|    builtin and then its argument prototype would still apply.  */
3289| #ifdef __cplusplus
3290| extern "C"
3291| #endif
3292| char getrandom ();
3293| /* The GNU C library defines this for functions which it implements
3294|     to always fail with ENOSYS.  Some functions are actually named
3295|     something starting with __ and the normal name is an alias.  */
3296| #if defined __stub_getrandom || defined __stub___getrandom
3297| choke me
3298| #endif
3299|
3300| int
3301| main (void)
3302| {
3303| return getrandom ();
3304|   ;
3305|   return 0;
3306| }
3307configure:13496: result: no
3308configure:13496: checking for gettimeofday
3309configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3310ld: warning: -no_pie ignored for arm64*
3311configure:13496: $? = 0
3312configure:13496: result: yes
3313configure:13496: checking for mkostemp
3314configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3315ld: warning: -no_pie ignored for arm64*
3316configure:13496: $? = 0
3317configure:13496: result: yes
3318configure:13496: checking for pipe2
3319configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3320ld: warning: -no_pie ignored for arm64*
3321ld: Undefined symbols:
3322  _pipe2, referenced from:
3323      _main in conftest-74c225.o
3324clang: error: linker command failed with exit code 1 (use -v to see invocation)
3325configure:13496: $? = 1
3326configure: failed program was:
3327| /* confdefs.h */
3328| #define PACKAGE_NAME "GNU Emacs"
3329| #define PACKAGE_TARNAME "emacs"
3330| #define PACKAGE_VERSION "29.2"
3331| #define PACKAGE_STRING "GNU Emacs 29.2"
3332| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
3333| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
3334| #define HAVE_PDUMPER 1
3335| #define HAVE_STDIO_H 1
3336| #define HAVE_STDLIB_H 1
3337| #define HAVE_STRING_H 1
3338| #define HAVE_INTTYPES_H 1
3339| #define HAVE_STDINT_H 1
3340| #define HAVE_STRINGS_H 1
3341| #define HAVE_SYS_STAT_H 1
3342| #define HAVE_SYS_TYPES_H 1
3343| #define HAVE_UNISTD_H 1
3344| #define HAVE_WCHAR_H 1
3345| #define HAVE_SYS_RESOURCE_H 1
3346| #define HAVE_SYS_UTSNAME_H 1
3347| #define HAVE_PWD_H 1
3348| #define HAVE_UTMP_H 1
3349| #define HAVE_UTIL_H 1
3350| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
3351| #define HAVE_SYS_SOCKET_H 1
3352| #define HAVE_SYS_PARAM_H 1
3353| #define HAVE_PTHREAD_H 1
3354| #define HAVE_MALLOC_MALLOC_H 1
3355| #define HAVE_SYS_UN_H 1
3356| #define HAVE_DIRENT_H 1
3357| #define HAVE_EXECINFO_H 1
3358| #define HAVE_GETOPT_H 1
3359| #define HAVE_SYS_CDEFS_H 1
3360| #define HAVE_SYS_TIME_H 1
3361| #define HAVE_LIMITS_H 1
3362| #define HAVE_SYS_SELECT_H 1
3363| #define HAVE_STDALIGN_H 1
3364| #define HAVE_STDBOOL_H 1
3365| #define HAVE_SYS_RANDOM_H 1
3366| #define STDC_HEADERS 1
3367| #define _ALL_SOURCE 1
3368| #define _DARWIN_C_SOURCE 1
3369| #define _GNU_SOURCE 1
3370| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3371| #define _NETBSD_SOURCE 1
3372| #define _OPENBSD_SOURCE 1
3373| #define _POSIX_PTHREAD_SEMANTICS 1
3374| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3375| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3376| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3377| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3378| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3379| #define __STDC_WANT_LIB_EXT2__ 1
3380| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3381| #define _TANDEM_SOURCE 1
3382| #define __EXTENSIONS__ 1
3383| #define SYSTEM_TYPE "darwin"
3384| #define HAVE_TERM_H 1
3385| #define HAVE_SYS_WAIT_H 1
3386| #define HAVE_NET_IF_H 1
3387| #define HAVE_IFADDRS_H 1
3388| #define HAVE_NET_IF_DL_H 1
3389| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
3390| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
3391| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
3392| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
3393| #define HAVE_SBRK 1
3394| #define HAVE_GETPAGESIZE 1
3395| #define HAVE_FORK 1
3396| #define HAVE_VFORK 1
3397| #define HAVE_FCHMOD 1
3398| #define HAVE_FACCESSAT 1
3399| #define HAVE_REALPATH 1
3400| #define HAVE_LSTAT 1
3401| #define HAVE_READLINKAT 1
3402| #define HAVE_MEMSET_S 1
3403| #define HAVE_FCHMODAT 1
3404| #define HAVE_LCHMOD 1
3405| #define HAVE_FCNTL 1
3406| #define HAVE_FDOPENDIR 1
3407| #define HAVE_FSTATAT 1
3408| #define HAVE_FSYNC 1
3409| #define HAVE_FUTIMENS 1
3410| #define HAVE_GETTIMEOFDAY 1
3411| #define HAVE_MKOSTEMP 1
3412| /* end confdefs.h.  */
3413| /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2.
3414|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3415| #define pipe2 innocuous_pipe2
3416|
3417| /* System header to define __stub macros and hopefully few prototypes,
3418|    which can conflict with char pipe2 (); below.  */
3419|
3420| #include <limits.h>
3421| #undef pipe2
3422|
3423| /* Override any GCC internal prototype to avoid an error.
3424|    Use char because int might match the return type of a GCC
3425|    builtin and then its argument prototype would still apply.  */
3426| #ifdef __cplusplus
3427| extern "C"
3428| #endif
3429| char pipe2 ();
3430| /* The GNU C library defines this for functions which it implements
3431|     to always fail with ENOSYS.  Some functions are actually named
3432|     something starting with __ and the normal name is an alias.  */
3433| #if defined __stub_pipe2 || defined __stub___pipe2
3434| choke me
3435| #endif
3436|
3437| int
3438| main (void)
3439| {
3440| return pipe2 ();
3441|   ;
3442|   return 0;
3443| }
3444configure:13496: result: no
3445configure:13496: checking for pselect
3446configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3447ld: warning: -no_pie ignored for arm64*
3448configure:13496: $? = 0
3449configure:13496: result: yes
3450configure:13496: checking for pthread_sigmask
3451configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3452ld: warning: -no_pie ignored for arm64*
3453configure:13496: $? = 0
3454configure:13496: result: yes
3455configure:13496: checking for readlink
3456configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3457ld: warning: -no_pie ignored for arm64*
3458configure:13496: $? = 0
3459configure:13496: result: yes
3460configure:13496: checking for isblank
3461configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3462conftest.c:106:6: warning: incompatible redeclaration of library function 'isblank' [-Wincompatible-library-redeclaration]
3463char isblank ();
3464     ^
3465conftest.c:106:6: note: 'isblank' is a builtin with type 'int (int)'
34661 warning generated.
3467ld: warning: -no_pie ignored for arm64*
3468configure:13496: $? = 0
3469configure:13496: result: yes
3470configure:13496: checking for iswctype
3471configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3472ld: warning: -no_pie ignored for arm64*
3473configure:13496: $? = 0
3474configure:13496: result: yes
3475configure:13496: checking for strtoimax
3476configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3477ld: warning: -no_pie ignored for arm64*
3478configure:13496: $? = 0
3479configure:13496: result: yes
3480configure:13496: checking for symlink
3481configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3482ld: warning: -no_pie ignored for arm64*
3483configure:13496: $? = 0
3484configure:13496: result: yes
3485configure:13496: checking for localtime_r
3486configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3487ld: warning: -no_pie ignored for arm64*
3488configure:13496: $? = 0
3489configure:13496: result: yes
3490configure:13496: checking for timegm
3491configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3492ld: warning: -no_pie ignored for arm64*
3493configure:13496: $? = 0
3494configure:13496: result: yes
3495configure:13496: checking for utimensat
3496configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3497ld: warning: -no_pie ignored for arm64*
3498configure:13496: $? = 0
3499configure:13496: result: yes
3500configure:13496: checking for getdtablesize
3501configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3502ld: warning: -no_pie ignored for arm64*
3503configure:13496: $? = 0
3504configure:13496: result: yes
3505configure:13496: checking for futimes
3506configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3507ld: warning: -no_pie ignored for arm64*
3508configure:13496: $? = 0
3509configure:13496: result: yes
3510configure:13496: checking for futimesat
3511configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3512ld: warning: -no_pie ignored for arm64*
3513ld: Undefined symbols:
3514  _futimesat, referenced from:
3515      _main in conftest-5bea2c.o
3516clang: error: linker command failed with exit code 1 (use -v to see invocation)
3517configure:13496: $? = 1
3518configure: failed program was:
3519| /* confdefs.h */
3520| #define PACKAGE_NAME "GNU Emacs"
3521| #define PACKAGE_TARNAME "emacs"
3522| #define PACKAGE_VERSION "29.2"
3523| #define PACKAGE_STRING "GNU Emacs 29.2"
3524| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
3525| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
3526| #define HAVE_PDUMPER 1
3527| #define HAVE_STDIO_H 1
3528| #define HAVE_STDLIB_H 1
3529| #define HAVE_STRING_H 1
3530| #define HAVE_INTTYPES_H 1
3531| #define HAVE_STDINT_H 1
3532| #define HAVE_STRINGS_H 1
3533| #define HAVE_SYS_STAT_H 1
3534| #define HAVE_SYS_TYPES_H 1
3535| #define HAVE_UNISTD_H 1
3536| #define HAVE_WCHAR_H 1
3537| #define HAVE_SYS_RESOURCE_H 1
3538| #define HAVE_SYS_UTSNAME_H 1
3539| #define HAVE_PWD_H 1
3540| #define HAVE_UTMP_H 1
3541| #define HAVE_UTIL_H 1
3542| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
3543| #define HAVE_SYS_SOCKET_H 1
3544| #define HAVE_SYS_PARAM_H 1
3545| #define HAVE_PTHREAD_H 1
3546| #define HAVE_MALLOC_MALLOC_H 1
3547| #define HAVE_SYS_UN_H 1
3548| #define HAVE_DIRENT_H 1
3549| #define HAVE_EXECINFO_H 1
3550| #define HAVE_GETOPT_H 1
3551| #define HAVE_SYS_CDEFS_H 1
3552| #define HAVE_SYS_TIME_H 1
3553| #define HAVE_LIMITS_H 1
3554| #define HAVE_SYS_SELECT_H 1
3555| #define HAVE_STDALIGN_H 1
3556| #define HAVE_STDBOOL_H 1
3557| #define HAVE_SYS_RANDOM_H 1
3558| #define STDC_HEADERS 1
3559| #define _ALL_SOURCE 1
3560| #define _DARWIN_C_SOURCE 1
3561| #define _GNU_SOURCE 1
3562| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3563| #define _NETBSD_SOURCE 1
3564| #define _OPENBSD_SOURCE 1
3565| #define _POSIX_PTHREAD_SEMANTICS 1
3566| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3567| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3568| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3569| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3570| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3571| #define __STDC_WANT_LIB_EXT2__ 1
3572| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3573| #define _TANDEM_SOURCE 1
3574| #define __EXTENSIONS__ 1
3575| #define SYSTEM_TYPE "darwin"
3576| #define HAVE_TERM_H 1
3577| #define HAVE_SYS_WAIT_H 1
3578| #define HAVE_NET_IF_H 1
3579| #define HAVE_IFADDRS_H 1
3580| #define HAVE_NET_IF_DL_H 1
3581| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
3582| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
3583| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
3584| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
3585| #define HAVE_SBRK 1
3586| #define HAVE_GETPAGESIZE 1
3587| #define HAVE_FORK 1
3588| #define HAVE_VFORK 1
3589| #define HAVE_FCHMOD 1
3590| #define HAVE_FACCESSAT 1
3591| #define HAVE_REALPATH 1
3592| #define HAVE_LSTAT 1
3593| #define HAVE_READLINKAT 1
3594| #define HAVE_MEMSET_S 1
3595| #define HAVE_FCHMODAT 1
3596| #define HAVE_LCHMOD 1
3597| #define HAVE_FCNTL 1
3598| #define HAVE_FDOPENDIR 1
3599| #define HAVE_FSTATAT 1
3600| #define HAVE_FSYNC 1
3601| #define HAVE_FUTIMENS 1
3602| #define HAVE_GETTIMEOFDAY 1
3603| #define HAVE_MKOSTEMP 1
3604| #define HAVE_PSELECT 1
3605| #define HAVE_PTHREAD_SIGMASK 1
3606| #define HAVE_READLINK 1
3607| #define HAVE_ISBLANK 1
3608| #define HAVE_ISWCTYPE 1
3609| #define HAVE_STRTOIMAX 1
3610| #define HAVE_SYMLINK 1
3611| #define HAVE_LOCALTIME_R 1
3612| #define HAVE_TIMEGM 1
3613| #define HAVE_UTIMENSAT 1
3614| #define HAVE_GETDTABLESIZE 1
3615| #define HAVE_FUTIMES 1
3616| /* end confdefs.h.  */
3617| /* Define futimesat to an innocuous variant, in case <limits.h> declares futimesat.
3618|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3619| #define futimesat innocuous_futimesat
3620|
3621| /* System header to define __stub macros and hopefully few prototypes,
3622|    which can conflict with char futimesat (); below.  */
3623|
3624| #include <limits.h>
3625| #undef futimesat
3626|
3627| /* Override any GCC internal prototype to avoid an error.
3628|    Use char because int might match the return type of a GCC
3629|    builtin and then its argument prototype would still apply.  */
3630| #ifdef __cplusplus
3631| extern "C"
3632| #endif
3633| char futimesat ();
3634| /* The GNU C library defines this for functions which it implements
3635|     to always fail with ENOSYS.  Some functions are actually named
3636|     something starting with __ and the normal name is an alias.  */
3637| #if defined __stub_futimesat || defined __stub___futimesat
3638| choke me
3639| #endif
3640|
3641| int
3642| main (void)
3643| {
3644| return futimesat ();
3645|   ;
3646|   return 0;
3647| }
3648configure:13496: result: no
3649configure:13496: checking for lutimes
3650configure:13496: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3651ld: warning: -no_pie ignored for arm64*
3652configure:13496: $? = 0
3653configure:13496: result: yes
3654configure:13621: checking for working mmap
3655configure:13773: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c  >&5
3656ld: warning: -no_pie ignored for arm64*
3657configure:13773: $? = 0
3658configure:13773: ./conftest
3659configure:13773: $? = 0
3660configure:13784: result: yes
3661configure:13802: checking for main in -lXbsd
3662configure:13822: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c -lXbsd    >&5
3663ld: warning: -no_pie ignored for arm64*
3664ld: library 'Xbsd' not found
3665clang: error: linker command failed with exit code 1 (use -v to see invocation)
3666configure:13822: $? = 1
3667configure: failed program was:
3668| /* confdefs.h */
3669| #define PACKAGE_NAME "GNU Emacs"
3670| #define PACKAGE_TARNAME "emacs"
3671| #define PACKAGE_VERSION "29.2"
3672| #define PACKAGE_STRING "GNU Emacs 29.2"
3673| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
3674| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
3675| #define HAVE_PDUMPER 1
3676| #define HAVE_STDIO_H 1
3677| #define HAVE_STDLIB_H 1
3678| #define HAVE_STRING_H 1
3679| #define HAVE_INTTYPES_H 1
3680| #define HAVE_STDINT_H 1
3681| #define HAVE_STRINGS_H 1
3682| #define HAVE_SYS_STAT_H 1
3683| #define HAVE_SYS_TYPES_H 1
3684| #define HAVE_UNISTD_H 1
3685| #define HAVE_WCHAR_H 1
3686| #define HAVE_SYS_RESOURCE_H 1
3687| #define HAVE_SYS_UTSNAME_H 1
3688| #define HAVE_PWD_H 1
3689| #define HAVE_UTMP_H 1
3690| #define HAVE_UTIL_H 1
3691| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
3692| #define HAVE_SYS_SOCKET_H 1
3693| #define HAVE_SYS_PARAM_H 1
3694| #define HAVE_PTHREAD_H 1
3695| #define HAVE_MALLOC_MALLOC_H 1
3696| #define HAVE_SYS_UN_H 1
3697| #define HAVE_DIRENT_H 1
3698| #define HAVE_EXECINFO_H 1
3699| #define HAVE_GETOPT_H 1
3700| #define HAVE_SYS_CDEFS_H 1
3701| #define HAVE_SYS_TIME_H 1
3702| #define HAVE_LIMITS_H 1
3703| #define HAVE_SYS_SELECT_H 1
3704| #define HAVE_STDALIGN_H 1
3705| #define HAVE_STDBOOL_H 1
3706| #define HAVE_SYS_RANDOM_H 1
3707| #define STDC_HEADERS 1
3708| #define _ALL_SOURCE 1
3709| #define _DARWIN_C_SOURCE 1
3710| #define _GNU_SOURCE 1
3711| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3712| #define _NETBSD_SOURCE 1
3713| #define _OPENBSD_SOURCE 1
3714| #define _POSIX_PTHREAD_SEMANTICS 1
3715| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3716| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3717| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3718| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3719| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3720| #define __STDC_WANT_LIB_EXT2__ 1
3721| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3722| #define _TANDEM_SOURCE 1
3723| #define __EXTENSIONS__ 1
3724| #define SYSTEM_TYPE "darwin"
3725| #define HAVE_TERM_H 1
3726| #define HAVE_SYS_WAIT_H 1
3727| #define HAVE_NET_IF_H 1
3728| #define HAVE_IFADDRS_H 1
3729| #define HAVE_NET_IF_DL_H 1
3730| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
3731| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
3732| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
3733| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
3734| #define HAVE_SBRK 1
3735| #define HAVE_GETPAGESIZE 1
3736| #define HAVE_FORK 1
3737| #define HAVE_VFORK 1
3738| #define HAVE_FCHMOD 1
3739| #define HAVE_FACCESSAT 1
3740| #define HAVE_REALPATH 1
3741| #define HAVE_LSTAT 1
3742| #define HAVE_READLINKAT 1
3743| #define HAVE_MEMSET_S 1
3744| #define HAVE_FCHMODAT 1
3745| #define HAVE_LCHMOD 1
3746| #define HAVE_FCNTL 1
3747| #define HAVE_FDOPENDIR 1
3748| #define HAVE_FSTATAT 1
3749| #define HAVE_FSYNC 1
3750| #define HAVE_FUTIMENS 1
3751| #define HAVE_GETTIMEOFDAY 1
3752| #define HAVE_MKOSTEMP 1
3753| #define HAVE_PSELECT 1
3754| #define HAVE_PTHREAD_SIGMASK 1
3755| #define HAVE_READLINK 1
3756| #define HAVE_ISBLANK 1
3757| #define HAVE_ISWCTYPE 1
3758| #define HAVE_STRTOIMAX 1
3759| #define HAVE_SYMLINK 1
3760| #define HAVE_LOCALTIME_R 1
3761| #define HAVE_TIMEGM 1
3762| #define HAVE_UTIMENSAT 1
3763| #define HAVE_GETDTABLESIZE 1
3764| #define HAVE_FUTIMES 1
3765| #define HAVE_LUTIMES 1
3766| #define SYSTEM_MALLOC 1
3767| #define HAVE_MMAP 1
3768| /* end confdefs.h.  */
3769|
3770|
3771| int
3772| main (void)
3773| {
3774| return main ();
3775|   ;
3776|   return 0;
3777| }
3778configure:13832: result: no
3779configure:13844: checking for pthread library
3780configure:13881: /usr/bin/clang -o conftest -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 conftest.c   >&5
3781conftest.c:111:46: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
3782              status += pthread_create (&th, 0, 0, 0);
3783                                                ~   ^
37841 warning generated.
3785ld: warning: -no_pie ignored for arm64*
3786configure:13881: $? = 0
3787configure:13893: result: none needed
3788configure:13920: checking for thread support
3789configure:13936: result: yes
3790configure:14077: checking for Xkb
3791configure:14095: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lX11   >&5
3792ld: warning: -no_pie ignored for arm64*
3793configure:14095: $? = 0
3794configure:14104: result: yes
3795configure:14110: checking for XkbRefreshKeyboardMapping
3796configure:14110: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lX11   >&5
3797ld: warning: -no_pie ignored for arm64*
3798configure:14110: $? = 0
3799configure:14110: result: yes
3800configure:14116: checking for XkbFreeNames
3801configure:14116: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lX11   >&5
3802ld: warning: -no_pie ignored for arm64*
3803configure:14116: $? = 0
3804configure:14116: result: yes
3805configure:14125: checking for XrmSetDatabase
3806configure:14125: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lX11   >&5
3807ld: warning: -no_pie ignored for arm64*
3808configure:14125: $? = 0
3809configure:14125: result: yes
3810configure:14131: checking for XScreenResourceString
3811configure:14131: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lX11   >&5
3812ld: warning: -no_pie ignored for arm64*
3813configure:14131: $? = 0
3814configure:14131: result: yes
3815configure:14137: checking for XScreenNumberOfScreen
3816configure:14137: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lX11   >&5
3817ld: warning: -no_pie ignored for arm64*
3818configure:14137: $? = 0
3819configure:14137: result: yes
3820configure:14144: checking for XDisplayCells
3821configure:14144: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lX11   >&5
3822ld: warning: -no_pie ignored for arm64*
3823configure:14144: $? = 0
3824configure:14144: result: yes
3825configure:14150: checking for XDestroySubwindows
3826configure:14150: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lX11   >&5
3827ld: warning: -no_pie ignored for arm64*
3828configure:14150: $? = 0
3829configure:14150: result: yes
3830configure:14160: checking X11 version 6
3831configure:14180: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lX11   >&5
3832ld: warning: -no_pie ignored for arm64*
3833configure:14180: $? = 0
3834configure:14191: result: 6 or newer
3835configure:14199: checking for XICCallback.callback
3836configure:14199: /usr/bin/clang -c  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
3837configure:14199: $? = 0
3838configure:14199: result: yes
3839configure:14236: checking for librsvg-2.0 >= 2.14.0
3840configure:14243: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE"
3841configure:14246: $? = 0
3842configure:14260: $PKG_CONFIG --exists --print-errors "$RSVG_MODULE"
3843configure:14263: $? = 0
3844configure:14301: result: yes
3845configure:14333: checking for libwebpdemux >= 0.6.0
3846configure:14340: $PKG_CONFIG --exists --print-errors "$WEBP_MODULE"
3847configure:14343: $? = 0
3848configure:14357: $PKG_CONFIG --exists --print-errors "$WEBP_MODULE"
3849configure:14360: $? = 0
3850configure:14398: result: yes
3851configure:14412: checking for WebPGetInfo
3852configure:14412: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lX11   -L/opt/local/lib -lwebpdemux >&5
3853ld: warning: -no_pie ignored for arm64*
3854ld: Undefined symbols:
3855  _WebPGetInfo, referenced from:
3856      _main in conftest-548302.o
3857clang: error: linker command failed with exit code 1 (use -v to see invocation)
3858configure:14412: $? = 1
3859configure: failed program was:
3860| /* confdefs.h */
3861| #define PACKAGE_NAME "GNU Emacs"
3862| #define PACKAGE_TARNAME "emacs"
3863| #define PACKAGE_VERSION "29.2"
3864| #define PACKAGE_STRING "GNU Emacs 29.2"
3865| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
3866| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
3867| #define HAVE_PDUMPER 1
3868| #define HAVE_STDIO_H 1
3869| #define HAVE_STDLIB_H 1
3870| #define HAVE_STRING_H 1
3871| #define HAVE_INTTYPES_H 1
3872| #define HAVE_STDINT_H 1
3873| #define HAVE_STRINGS_H 1
3874| #define HAVE_SYS_STAT_H 1
3875| #define HAVE_SYS_TYPES_H 1
3876| #define HAVE_UNISTD_H 1
3877| #define HAVE_WCHAR_H 1
3878| #define HAVE_SYS_RESOURCE_H 1
3879| #define HAVE_SYS_UTSNAME_H 1
3880| #define HAVE_PWD_H 1
3881| #define HAVE_UTMP_H 1
3882| #define HAVE_UTIL_H 1
3883| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
3884| #define HAVE_SYS_SOCKET_H 1
3885| #define HAVE_SYS_PARAM_H 1
3886| #define HAVE_PTHREAD_H 1
3887| #define HAVE_MALLOC_MALLOC_H 1
3888| #define HAVE_SYS_UN_H 1
3889| #define HAVE_DIRENT_H 1
3890| #define HAVE_EXECINFO_H 1
3891| #define HAVE_GETOPT_H 1
3892| #define HAVE_SYS_CDEFS_H 1
3893| #define HAVE_SYS_TIME_H 1
3894| #define HAVE_LIMITS_H 1
3895| #define HAVE_SYS_SELECT_H 1
3896| #define HAVE_STDALIGN_H 1
3897| #define HAVE_STDBOOL_H 1
3898| #define HAVE_SYS_RANDOM_H 1
3899| #define STDC_HEADERS 1
3900| #define _ALL_SOURCE 1
3901| #define _DARWIN_C_SOURCE 1
3902| #define _GNU_SOURCE 1
3903| #define _HPUX_ALT_XOPEN_SOCKET_API 1
3904| #define _NETBSD_SOURCE 1
3905| #define _OPENBSD_SOURCE 1
3906| #define _POSIX_PTHREAD_SEMANTICS 1
3907| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
3908| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
3909| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
3910| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
3911| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
3912| #define __STDC_WANT_LIB_EXT2__ 1
3913| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
3914| #define _TANDEM_SOURCE 1
3915| #define __EXTENSIONS__ 1
3916| #define SYSTEM_TYPE "darwin"
3917| #define HAVE_TERM_H 1
3918| #define HAVE_SYS_WAIT_H 1
3919| #define HAVE_NET_IF_H 1
3920| #define HAVE_IFADDRS_H 1
3921| #define HAVE_NET_IF_DL_H 1
3922| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
3923| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
3924| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
3925| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
3926| #define HAVE_SBRK 1
3927| #define HAVE_GETPAGESIZE 1
3928| #define HAVE_FORK 1
3929| #define HAVE_VFORK 1
3930| #define HAVE_FCHMOD 1
3931| #define HAVE_FACCESSAT 1
3932| #define HAVE_REALPATH 1
3933| #define HAVE_LSTAT 1
3934| #define HAVE_READLINKAT 1
3935| #define HAVE_MEMSET_S 1
3936| #define HAVE_FCHMODAT 1
3937| #define HAVE_LCHMOD 1
3938| #define HAVE_FCNTL 1
3939| #define HAVE_FDOPENDIR 1
3940| #define HAVE_FSTATAT 1
3941| #define HAVE_FSYNC 1
3942| #define HAVE_FUTIMENS 1
3943| #define HAVE_GETTIMEOFDAY 1
3944| #define HAVE_MKOSTEMP 1
3945| #define HAVE_PSELECT 1
3946| #define HAVE_PTHREAD_SIGMASK 1
3947| #define HAVE_READLINK 1
3948| #define HAVE_ISBLANK 1
3949| #define HAVE_ISWCTYPE 1
3950| #define HAVE_STRTOIMAX 1
3951| #define HAVE_SYMLINK 1
3952| #define HAVE_LOCALTIME_R 1
3953| #define HAVE_TIMEGM 1
3954| #define HAVE_UTIMENSAT 1
3955| #define HAVE_GETDTABLESIZE 1
3956| #define HAVE_FUTIMES 1
3957| #define HAVE_LUTIMES 1
3958| #define SYSTEM_MALLOC 1
3959| #define HAVE_MMAP 1
3960| #define HAVE_PTHREAD 1
3961| #define THREADS_ENABLED 1
3962| #define HAVE_XKB 1
3963| #define HAVE_XKBREFRESHKEYBOARDMAPPING 1
3964| #define HAVE_XKBFREENAMES 1
3965| #define HAVE_XRMSETDATABASE 1
3966| #define HAVE_XSCREENRESOURCESTRING 1
3967| #define HAVE_XSCREENNUMBEROFSCREEN 1
3968| #define HAVE_XDISPLAYCELLS 1
3969| #define HAVE_XDESTROYSUBWINDOWS 1
3970| #define HAVE_X11R6 1
3971| #define HAVE_X_I18N 1
3972| #define HAVE_XICCALLBACK_CALLBACK 1
3973| #define HAVE_X11R6_XIM 1
3974| #define HAVE_RSVG 1
3975| /* end confdefs.h.  */
3976| /* Define WebPGetInfo to an innocuous variant, in case <limits.h> declares WebPGetInfo.
3977|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
3978| #define WebPGetInfo innocuous_WebPGetInfo
3979|
3980| /* System header to define __stub macros and hopefully few prototypes,
3981|    which can conflict with char WebPGetInfo (); below.  */
3982|
3983| #include <limits.h>
3984| #undef WebPGetInfo
3985|
3986| /* Override any GCC internal prototype to avoid an error.
3987|    Use char because int might match the return type of a GCC
3988|    builtin and then its argument prototype would still apply.  */
3989| #ifdef __cplusplus
3990| extern "C"
3991| #endif
3992| char WebPGetInfo ();
3993| /* The GNU C library defines this for functions which it implements
3994|     to always fail with ENOSYS.  Some functions are actually named
3995|     something starting with __ and the normal name is an alias.  */
3996| #if defined __stub_WebPGetInfo || defined __stub___WebPGetInfo
3997| choke me
3998| #endif
3999|
4000| int
4001| main (void)
4002| {
4003| return WebPGetInfo ();
4004|   ;
4005|   return 0;
4006| }
4007configure:14412: result: no
4008configure:14423: checking for libwebpdemux >= 0.6.0 libwebpdecoder >= 0.6.0
4009configure:14430: $PKG_CONFIG --exists --print-errors "$WEBP_MODULE"
4010configure:14433: $? = 0
4011configure:14447: $PKG_CONFIG --exists --print-errors "$WEBP_MODULE"
4012configure:14450: $? = 0
4013configure:14488: result: yes
4014configure:14517: checking for sqlite3_open_v2 in -lsqlite3
4015configure:14540: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lsqlite3  -lX11   >&5
4016ld: warning: -no_pie ignored for arm64*
4017configure:14540: $? = 0
4018configure:14550: result: yes
4019configure:14570: checking for sqlite3_load_extension in -lsqlite3
4020configure:14593: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lsqlite3  -lsqlite3 -lX11   >&5
4021ld: warning: -no_pie ignored for arm64*
4022ld: warning: ignoring duplicate libraries: '-lsqlite3'
4023configure:14593: $? = 0
4024configure:14603: result: yes
4025configure:14632: checking for MagickWand >= 7
4026configure:14639: $PKG_CONFIG --exists --print-errors "MagickWand >= 7"
4027Requested 'MagickWand >= 7' but version of MagickWand is 6.9.11
4028You may find new versions of MagickWand at https://github.com/ImageMagick/ImageMagick6
4029configure:14642: $? = 1
4030configure:14656: $PKG_CONFIG --exists --print-errors "MagickWand >= 7"
4031Requested 'MagickWand >= 7' but version of MagickWand is 6.9.11
4032You may find new versions of MagickWand at https://github.com/ImageMagick/ImageMagick6
4033configure:14659: $? = 1
4034configure:14673: result: no
4035Requested 'MagickWand >= 7' but version of MagickWand is 6.9.11
4036You may find new versions of MagickWand at https://github.com/ImageMagick/ImageMagick6
4037configure:14711: checking for Wand >= 6.3.5 Wand != 6.8.2
4038configure:14718: $PKG_CONFIG --exists --print-errors "Wand >= 6.3.5 Wand != 6.8.2"
4039configure:14721: $? = 0
4040configure:14735: $PKG_CONFIG --exists --print-errors "Wand >= 6.3.5 Wand != 6.8.2"
4041configure:14738: $? = 0
4042configure:14776: result: yes
4043configure:14788: checking for MagickRelinquishMemory
4044configure:14788: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include/ImageMagick-6    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -L/opt/local/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 -lsqlite3 -lX11   >&5
4045ld: warning: -no_pie ignored for arm64*
4046configure:14788: $? = 0
4047configure:14788: result: yes
4048configure:14794: checking for MagickExportImagePixels
4049configure:14794: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include/ImageMagick-6    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -L/opt/local/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 -lsqlite3 -lX11   >&5
4050ld: warning: -no_pie ignored for arm64*
4051configure:14794: $? = 0
4052configure:14794: result: yes
4053configure:14800: checking for MagickMergeImageLayers
4054configure:14800: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include/ImageMagick-6    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -L/opt/local/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 -lsqlite3 -lX11   >&5
4055ld: warning: -no_pie ignored for arm64*
4056configure:14800: $? = 0
4057configure:14800: result: yes
4058configure:14806: checking for MagickAutoOrientImage
4059configure:14806: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include/ImageMagick-6    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -L/opt/local/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16 -lsqlite3 -lX11   >&5
4060ld: warning: -no_pie ignored for arm64*
4061configure:14806: $? = 0
4062configure:14806: result: yes
4063configure:14838: checking for getaddrinfo_a in -lanl
4064configure:14861: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lanl  -lsqlite3 -lX11   >&5
4065ld: warning: -no_pie ignored for arm64*
4066ld: library 'anl' not found
4067clang: error: linker command failed with exit code 1 (use -v to see invocation)
4068configure:14861: $? = 1
4069configure: failed program was:
4070| /* confdefs.h */
4071| #define PACKAGE_NAME "GNU Emacs"
4072| #define PACKAGE_TARNAME "emacs"
4073| #define PACKAGE_VERSION "29.2"
4074| #define PACKAGE_STRING "GNU Emacs 29.2"
4075| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
4076| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
4077| #define HAVE_PDUMPER 1
4078| #define HAVE_STDIO_H 1
4079| #define HAVE_STDLIB_H 1
4080| #define HAVE_STRING_H 1
4081| #define HAVE_INTTYPES_H 1
4082| #define HAVE_STDINT_H 1
4083| #define HAVE_STRINGS_H 1
4084| #define HAVE_SYS_STAT_H 1
4085| #define HAVE_SYS_TYPES_H 1
4086| #define HAVE_UNISTD_H 1
4087| #define HAVE_WCHAR_H 1
4088| #define HAVE_SYS_RESOURCE_H 1
4089| #define HAVE_SYS_UTSNAME_H 1
4090| #define HAVE_PWD_H 1
4091| #define HAVE_UTMP_H 1
4092| #define HAVE_UTIL_H 1
4093| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
4094| #define HAVE_SYS_SOCKET_H 1
4095| #define HAVE_SYS_PARAM_H 1
4096| #define HAVE_PTHREAD_H 1
4097| #define HAVE_MALLOC_MALLOC_H 1
4098| #define HAVE_SYS_UN_H 1
4099| #define HAVE_DIRENT_H 1
4100| #define HAVE_EXECINFO_H 1
4101| #define HAVE_GETOPT_H 1
4102| #define HAVE_SYS_CDEFS_H 1
4103| #define HAVE_SYS_TIME_H 1
4104| #define HAVE_LIMITS_H 1
4105| #define HAVE_SYS_SELECT_H 1
4106| #define HAVE_STDALIGN_H 1
4107| #define HAVE_STDBOOL_H 1
4108| #define HAVE_SYS_RANDOM_H 1
4109| #define STDC_HEADERS 1
4110| #define _ALL_SOURCE 1
4111| #define _DARWIN_C_SOURCE 1
4112| #define _GNU_SOURCE 1
4113| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4114| #define _NETBSD_SOURCE 1
4115| #define _OPENBSD_SOURCE 1
4116| #define _POSIX_PTHREAD_SEMANTICS 1
4117| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4118| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4119| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4120| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4121| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4122| #define __STDC_WANT_LIB_EXT2__ 1
4123| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4124| #define _TANDEM_SOURCE 1
4125| #define __EXTENSIONS__ 1
4126| #define SYSTEM_TYPE "darwin"
4127| #define HAVE_TERM_H 1
4128| #define HAVE_SYS_WAIT_H 1
4129| #define HAVE_NET_IF_H 1
4130| #define HAVE_IFADDRS_H 1
4131| #define HAVE_NET_IF_DL_H 1
4132| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
4133| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
4134| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
4135| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
4136| #define HAVE_SBRK 1
4137| #define HAVE_GETPAGESIZE 1
4138| #define HAVE_FORK 1
4139| #define HAVE_VFORK 1
4140| #define HAVE_FCHMOD 1
4141| #define HAVE_FACCESSAT 1
4142| #define HAVE_REALPATH 1
4143| #define HAVE_LSTAT 1
4144| #define HAVE_READLINKAT 1
4145| #define HAVE_MEMSET_S 1
4146| #define HAVE_FCHMODAT 1
4147| #define HAVE_LCHMOD 1
4148| #define HAVE_FCNTL 1
4149| #define HAVE_FDOPENDIR 1
4150| #define HAVE_FSTATAT 1
4151| #define HAVE_FSYNC 1
4152| #define HAVE_FUTIMENS 1
4153| #define HAVE_GETTIMEOFDAY 1
4154| #define HAVE_MKOSTEMP 1
4155| #define HAVE_PSELECT 1
4156| #define HAVE_PTHREAD_SIGMASK 1
4157| #define HAVE_READLINK 1
4158| #define HAVE_ISBLANK 1
4159| #define HAVE_ISWCTYPE 1
4160| #define HAVE_STRTOIMAX 1
4161| #define HAVE_SYMLINK 1
4162| #define HAVE_LOCALTIME_R 1
4163| #define HAVE_TIMEGM 1
4164| #define HAVE_UTIMENSAT 1
4165| #define HAVE_GETDTABLESIZE 1
4166| #define HAVE_FUTIMES 1
4167| #define HAVE_LUTIMES 1
4168| #define SYSTEM_MALLOC 1
4169| #define HAVE_MMAP 1
4170| #define HAVE_PTHREAD 1
4171| #define THREADS_ENABLED 1
4172| #define HAVE_XKB 1
4173| #define HAVE_XKBREFRESHKEYBOARDMAPPING 1
4174| #define HAVE_XKBFREENAMES 1
4175| #define HAVE_XRMSETDATABASE 1
4176| #define HAVE_XSCREENRESOURCESTRING 1
4177| #define HAVE_XSCREENNUMBEROFSCREEN 1
4178| #define HAVE_XDISPLAYCELLS 1
4179| #define HAVE_XDESTROYSUBWINDOWS 1
4180| #define HAVE_X11R6 1
4181| #define HAVE_X_I18N 1
4182| #define HAVE_XICCALLBACK_CALLBACK 1
4183| #define HAVE_X11R6_XIM 1
4184| #define HAVE_RSVG 1
4185| #define HAVE_WEBP 1
4186| #define HAVE_SQLITE3 1
4187| #define HAVE_SQLITE3_LOAD_EXTENSION 1
4188| #define HAVE_MAGICKRELINQUISHMEMORY 1
4189| #define HAVE_MAGICKEXPORTIMAGEPIXELS 1
4190| #define HAVE_MAGICKMERGEIMAGELAYERS 1
4191| #define HAVE_MAGICKAUTOORIENTIMAGE 1
4192| #define HAVE_IMAGEMAGICK 1
4193| /* end confdefs.h.  */
4194|
4195| /* Override any GCC internal prototype to avoid an error.
4196|    Use char because int might match the return type of a GCC
4197|    builtin and then its argument prototype would still apply.  */
4198| char getaddrinfo_a ();
4199| int
4200| main (void)
4201| {
4202| return getaddrinfo_a ();
4203|   ;
4204|   return 0;
4205| }
4206configure:14871: result: no
4207configure:14903: checking for gtk+-3.0 >= 3.10 glib-2.0 >= 2.37.5
4208configure:14910: $PKG_CONFIG --exists --print-errors "$GTK_MODULES"
4209configure:14913: $? = 0
4210configure:14927: $PKG_CONFIG --exists --print-errors "$GTK_MODULES"
4211configure:14930: $? = 0
4212configure:14968: result: yes
4213configure:15091: checking whether GTK compiles
4214configure:15122: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/harfbuzz -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -L/opt/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lsqlite3 -lX11   >&5
4215ld: warning: -no_pie ignored for arm64*
4216configure:15122: $? = 0
4217configure:15131: result: yes
4218configure:15147: WARNING: Your version of Gtk+ will have problems with
4219       closing open displays.  This is no problem if you just use
4220       one display, but if you use more than one and close one of them
4221       Emacs may crash.
4222       See https://gitlab.gnome.org/GNOME/gtk/issues/221
4223configure:15295: checking for malloc_trim
4224configure:15295: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lsqlite3 -lX11   >&5
4225ld: warning: -no_pie ignored for arm64*
4226ld: Undefined symbols:
4227  _malloc_trim, referenced from:
4228      _main in conftest-c3b787.o
4229clang: error: linker command failed with exit code 1 (use -v to see invocation)
4230configure:15295: $? = 1
4231configure: failed program was:
4232| /* confdefs.h */
4233| #define PACKAGE_NAME "GNU Emacs"
4234| #define PACKAGE_TARNAME "emacs"
4235| #define PACKAGE_VERSION "29.2"
4236| #define PACKAGE_STRING "GNU Emacs 29.2"
4237| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
4238| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
4239| #define HAVE_PDUMPER 1
4240| #define HAVE_STDIO_H 1
4241| #define HAVE_STDLIB_H 1
4242| #define HAVE_STRING_H 1
4243| #define HAVE_INTTYPES_H 1
4244| #define HAVE_STDINT_H 1
4245| #define HAVE_STRINGS_H 1
4246| #define HAVE_SYS_STAT_H 1
4247| #define HAVE_SYS_TYPES_H 1
4248| #define HAVE_UNISTD_H 1
4249| #define HAVE_WCHAR_H 1
4250| #define HAVE_SYS_RESOURCE_H 1
4251| #define HAVE_SYS_UTSNAME_H 1
4252| #define HAVE_PWD_H 1
4253| #define HAVE_UTMP_H 1
4254| #define HAVE_UTIL_H 1
4255| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
4256| #define HAVE_SYS_SOCKET_H 1
4257| #define HAVE_SYS_PARAM_H 1
4258| #define HAVE_PTHREAD_H 1
4259| #define HAVE_MALLOC_MALLOC_H 1
4260| #define HAVE_SYS_UN_H 1
4261| #define HAVE_DIRENT_H 1
4262| #define HAVE_EXECINFO_H 1
4263| #define HAVE_GETOPT_H 1
4264| #define HAVE_SYS_CDEFS_H 1
4265| #define HAVE_SYS_TIME_H 1
4266| #define HAVE_LIMITS_H 1
4267| #define HAVE_SYS_SELECT_H 1
4268| #define HAVE_STDALIGN_H 1
4269| #define HAVE_STDBOOL_H 1
4270| #define HAVE_SYS_RANDOM_H 1
4271| #define STDC_HEADERS 1
4272| #define _ALL_SOURCE 1
4273| #define _DARWIN_C_SOURCE 1
4274| #define _GNU_SOURCE 1
4275| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4276| #define _NETBSD_SOURCE 1
4277| #define _OPENBSD_SOURCE 1
4278| #define _POSIX_PTHREAD_SEMANTICS 1
4279| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4280| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4281| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4282| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4283| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4284| #define __STDC_WANT_LIB_EXT2__ 1
4285| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4286| #define _TANDEM_SOURCE 1
4287| #define __EXTENSIONS__ 1
4288| #define SYSTEM_TYPE "darwin"
4289| #define HAVE_TERM_H 1
4290| #define HAVE_SYS_WAIT_H 1
4291| #define HAVE_NET_IF_H 1
4292| #define HAVE_IFADDRS_H 1
4293| #define HAVE_NET_IF_DL_H 1
4294| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
4295| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
4296| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
4297| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
4298| #define HAVE_SBRK 1
4299| #define HAVE_GETPAGESIZE 1
4300| #define HAVE_FORK 1
4301| #define HAVE_VFORK 1
4302| #define HAVE_FCHMOD 1
4303| #define HAVE_FACCESSAT 1
4304| #define HAVE_REALPATH 1
4305| #define HAVE_LSTAT 1
4306| #define HAVE_READLINKAT 1
4307| #define HAVE_MEMSET_S 1
4308| #define HAVE_FCHMODAT 1
4309| #define HAVE_LCHMOD 1
4310| #define HAVE_FCNTL 1
4311| #define HAVE_FDOPENDIR 1
4312| #define HAVE_FSTATAT 1
4313| #define HAVE_FSYNC 1
4314| #define HAVE_FUTIMENS 1
4315| #define HAVE_GETTIMEOFDAY 1
4316| #define HAVE_MKOSTEMP 1
4317| #define HAVE_PSELECT 1
4318| #define HAVE_PTHREAD_SIGMASK 1
4319| #define HAVE_READLINK 1
4320| #define HAVE_ISBLANK 1
4321| #define HAVE_ISWCTYPE 1
4322| #define HAVE_STRTOIMAX 1
4323| #define HAVE_SYMLINK 1
4324| #define HAVE_LOCALTIME_R 1
4325| #define HAVE_TIMEGM 1
4326| #define HAVE_UTIMENSAT 1
4327| #define HAVE_GETDTABLESIZE 1
4328| #define HAVE_FUTIMES 1
4329| #define HAVE_LUTIMES 1
4330| #define SYSTEM_MALLOC 1
4331| #define HAVE_MMAP 1
4332| #define HAVE_PTHREAD 1
4333| #define THREADS_ENABLED 1
4334| #define HAVE_XKB 1
4335| #define HAVE_XKBREFRESHKEYBOARDMAPPING 1
4336| #define HAVE_XKBFREENAMES 1
4337| #define HAVE_XRMSETDATABASE 1
4338| #define HAVE_XSCREENRESOURCESTRING 1
4339| #define HAVE_XSCREENNUMBEROFSCREEN 1
4340| #define HAVE_XDISPLAYCELLS 1
4341| #define HAVE_XDESTROYSUBWINDOWS 1
4342| #define HAVE_X11R6 1
4343| #define HAVE_X_I18N 1
4344| #define HAVE_XICCALLBACK_CALLBACK 1
4345| #define HAVE_X11R6_XIM 1
4346| #define HAVE_RSVG 1
4347| #define HAVE_WEBP 1
4348| #define HAVE_SQLITE3 1
4349| #define HAVE_SQLITE3_LOAD_EXTENSION 1
4350| #define HAVE_MAGICKRELINQUISHMEMORY 1
4351| #define HAVE_MAGICKEXPORTIMAGEPIXELS 1
4352| #define HAVE_MAGICKMERGEIMAGELAYERS 1
4353| #define HAVE_MAGICKAUTOORIENTIMAGE 1
4354| #define HAVE_IMAGEMAGICK 1
4355| #define HAVE_GTK3 1
4356| #define GDK_DISABLE_DEPRECATION_WARNINGS 1
4357| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
4358| #define USE_GTK 1
4359| /* end confdefs.h.  */
4360| /* Define malloc_trim to an innocuous variant, in case <limits.h> declares malloc_trim.
4361|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4362| #define malloc_trim innocuous_malloc_trim
4363|
4364| /* System header to define __stub macros and hopefully few prototypes,
4365|    which can conflict with char malloc_trim (); below.  */
4366|
4367| #include <limits.h>
4368| #undef malloc_trim
4369|
4370| /* Override any GCC internal prototype to avoid an error.
4371|    Use char because int might match the return type of a GCC
4372|    builtin and then its argument prototype would still apply.  */
4373| #ifdef __cplusplus
4374| extern "C"
4375| #endif
4376| char malloc_trim ();
4377| /* The GNU C library defines this for functions which it implements
4378|     to always fail with ENOSYS.  Some functions are actually named
4379|     something starting with __ and the normal name is an alias.  */
4380| #if defined __stub_malloc_trim || defined __stub___malloc_trim
4381| choke me
4382| #endif
4383|
4384| int
4385| main (void)
4386| {
4387| return malloc_trim ();
4388|   ;
4389|   return 0;
4390| }
4391configure:15295: result: no
4392configure:15433: checking for gio-2.0 >= 2.26
4393configure:15440: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26"
4394configure:15443: $? = 0
4395configure:15457: $PKG_CONFIG --exists --print-errors "gio-2.0 >= 2.26"
4396configure:15460: $? = 0
4397configure:15498: result: yes
4398configure:15508: checking whether GSettings is in gio
4399configure:15531: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lsqlite3 -lX11   -L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl >&5
4400ld: warning: -no_pie ignored for arm64*
4401configure:15531: $? = 0
4402configure:15540: result: yes
4403configure:15561: checking for gconf-2.0 >= 2.13
4404configure:15568: $PKG_CONFIG --exists --print-errors "gconf-2.0 >= 2.13"
4405configure:15571: $? = 0
4406configure:15585: $PKG_CONFIG --exists --print-errors "gconf-2.0 >= 2.13"
4407configure:15588: $? = 0
4408configure:15626: result: yes
4409configure:15643: checking for gobject-2.0 >= 2.0
4410configure:15650: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.0"
4411configure:15653: $? = 0
4412configure:15667: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.0"
4413configure:15670: $? = 0
4414configure:15708: result: yes
4415configure:15736: checking for lgetfilecon in -lselinux
4416configure:15759: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lselinux  -lsqlite3 -lX11   >&5
4417ld: warning: -no_pie ignored for arm64*
4418ld: library 'selinux' not found
4419clang: error: linker command failed with exit code 1 (use -v to see invocation)
4420configure:15759: $? = 1
4421configure: failed program was:
4422| /* confdefs.h */
4423| #define PACKAGE_NAME "GNU Emacs"
4424| #define PACKAGE_TARNAME "emacs"
4425| #define PACKAGE_VERSION "29.2"
4426| #define PACKAGE_STRING "GNU Emacs 29.2"
4427| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
4428| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
4429| #define HAVE_PDUMPER 1
4430| #define HAVE_STDIO_H 1
4431| #define HAVE_STDLIB_H 1
4432| #define HAVE_STRING_H 1
4433| #define HAVE_INTTYPES_H 1
4434| #define HAVE_STDINT_H 1
4435| #define HAVE_STRINGS_H 1
4436| #define HAVE_SYS_STAT_H 1
4437| #define HAVE_SYS_TYPES_H 1
4438| #define HAVE_UNISTD_H 1
4439| #define HAVE_WCHAR_H 1
4440| #define HAVE_SYS_RESOURCE_H 1
4441| #define HAVE_SYS_UTSNAME_H 1
4442| #define HAVE_PWD_H 1
4443| #define HAVE_UTMP_H 1
4444| #define HAVE_UTIL_H 1
4445| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
4446| #define HAVE_SYS_SOCKET_H 1
4447| #define HAVE_SYS_PARAM_H 1
4448| #define HAVE_PTHREAD_H 1
4449| #define HAVE_MALLOC_MALLOC_H 1
4450| #define HAVE_SYS_UN_H 1
4451| #define HAVE_DIRENT_H 1
4452| #define HAVE_EXECINFO_H 1
4453| #define HAVE_GETOPT_H 1
4454| #define HAVE_SYS_CDEFS_H 1
4455| #define HAVE_SYS_TIME_H 1
4456| #define HAVE_LIMITS_H 1
4457| #define HAVE_SYS_SELECT_H 1
4458| #define HAVE_STDALIGN_H 1
4459| #define HAVE_STDBOOL_H 1
4460| #define HAVE_SYS_RANDOM_H 1
4461| #define STDC_HEADERS 1
4462| #define _ALL_SOURCE 1
4463| #define _DARWIN_C_SOURCE 1
4464| #define _GNU_SOURCE 1
4465| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4466| #define _NETBSD_SOURCE 1
4467| #define _OPENBSD_SOURCE 1
4468| #define _POSIX_PTHREAD_SEMANTICS 1
4469| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4470| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4471| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4472| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4473| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4474| #define __STDC_WANT_LIB_EXT2__ 1
4475| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4476| #define _TANDEM_SOURCE 1
4477| #define __EXTENSIONS__ 1
4478| #define SYSTEM_TYPE "darwin"
4479| #define HAVE_TERM_H 1
4480| #define HAVE_SYS_WAIT_H 1
4481| #define HAVE_NET_IF_H 1
4482| #define HAVE_IFADDRS_H 1
4483| #define HAVE_NET_IF_DL_H 1
4484| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
4485| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
4486| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
4487| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
4488| #define HAVE_SBRK 1
4489| #define HAVE_GETPAGESIZE 1
4490| #define HAVE_FORK 1
4491| #define HAVE_VFORK 1
4492| #define HAVE_FCHMOD 1
4493| #define HAVE_FACCESSAT 1
4494| #define HAVE_REALPATH 1
4495| #define HAVE_LSTAT 1
4496| #define HAVE_READLINKAT 1
4497| #define HAVE_MEMSET_S 1
4498| #define HAVE_FCHMODAT 1
4499| #define HAVE_LCHMOD 1
4500| #define HAVE_FCNTL 1
4501| #define HAVE_FDOPENDIR 1
4502| #define HAVE_FSTATAT 1
4503| #define HAVE_FSYNC 1
4504| #define HAVE_FUTIMENS 1
4505| #define HAVE_GETTIMEOFDAY 1
4506| #define HAVE_MKOSTEMP 1
4507| #define HAVE_PSELECT 1
4508| #define HAVE_PTHREAD_SIGMASK 1
4509| #define HAVE_READLINK 1
4510| #define HAVE_ISBLANK 1
4511| #define HAVE_ISWCTYPE 1
4512| #define HAVE_STRTOIMAX 1
4513| #define HAVE_SYMLINK 1
4514| #define HAVE_LOCALTIME_R 1
4515| #define HAVE_TIMEGM 1
4516| #define HAVE_UTIMENSAT 1
4517| #define HAVE_GETDTABLESIZE 1
4518| #define HAVE_FUTIMES 1
4519| #define HAVE_LUTIMES 1
4520| #define SYSTEM_MALLOC 1
4521| #define HAVE_MMAP 1
4522| #define HAVE_PTHREAD 1
4523| #define THREADS_ENABLED 1
4524| #define HAVE_XKB 1
4525| #define HAVE_XKBREFRESHKEYBOARDMAPPING 1
4526| #define HAVE_XKBFREENAMES 1
4527| #define HAVE_XRMSETDATABASE 1
4528| #define HAVE_XSCREENRESOURCESTRING 1
4529| #define HAVE_XSCREENNUMBEROFSCREEN 1
4530| #define HAVE_XDISPLAYCELLS 1
4531| #define HAVE_XDESTROYSUBWINDOWS 1
4532| #define HAVE_X11R6 1
4533| #define HAVE_X_I18N 1
4534| #define HAVE_XICCALLBACK_CALLBACK 1
4535| #define HAVE_X11R6_XIM 1
4536| #define HAVE_RSVG 1
4537| #define HAVE_WEBP 1
4538| #define HAVE_SQLITE3 1
4539| #define HAVE_SQLITE3_LOAD_EXTENSION 1
4540| #define HAVE_MAGICKRELINQUISHMEMORY 1
4541| #define HAVE_MAGICKEXPORTIMAGEPIXELS 1
4542| #define HAVE_MAGICKMERGEIMAGELAYERS 1
4543| #define HAVE_MAGICKAUTOORIENTIMAGE 1
4544| #define HAVE_IMAGEMAGICK 1
4545| #define HAVE_GTK3 1
4546| #define GDK_DISABLE_DEPRECATION_WARNINGS 1
4547| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
4548| #define USE_GTK 1
4549| #define HAVE_GSETTINGS 1
4550| #define HAVE_GCONF 1
4551| /* end confdefs.h.  */
4552|
4553| /* Override any GCC internal prototype to avoid an error.
4554|    Use char because int might match the return type of a GCC
4555|    builtin and then its argument prototype would still apply.  */
4556| char lgetfilecon ();
4557| int
4558| main (void)
4559| {
4560| return lgetfilecon ();
4561|   ;
4562|   return 0;
4563| }
4564configure:15769: result: no
4565configure:15791: checking for gnutls >= 2.12.2
4566configure:15798: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.2"
4567configure:15801: $? = 0
4568configure:15815: $PKG_CONFIG --exists --print-errors "gnutls >= 2.12.2"
4569configure:15818: $? = 0
4570configure:15856: result: yes
4571configure:15880: checking for libsystemd >= 222
4572configure:15887: $PKG_CONFIG --exists --print-errors "libsystemd >= 222"
4573Package libsystemd was not found in the pkg-config search path.
4574Perhaps you should add the directory containing `libsystemd.pc'
4575to the PKG_CONFIG_PATH environment variable
4576No package 'libsystemd' found
4577configure:15890: $? = 1
4578configure:15904: $PKG_CONFIG --exists --print-errors "libsystemd >= 222"
4579Package libsystemd was not found in the pkg-config search path.
4580Perhaps you should add the directory containing `libsystemd.pc'
4581to the PKG_CONFIG_PATH environment variable
4582No package 'libsystemd' found
4583configure:15907: $? = 1
4584configure:15921: result: no
4585No package 'libsystemd' found
4586configure:15966: checking for jansson >= 2.7
4587configure:15973: $PKG_CONFIG --exists --print-errors "jansson >= 2.7"
4588configure:15976: $? = 0
4589configure:15990: $PKG_CONFIG --exists --print-errors "jansson >= 2.7"
4590configure:15993: $? = 0
4591configure:16031: result: yes
4592configure:16060: checking for tree-sitter >= 0.20.2
4593configure:16067: $PKG_CONFIG --exists --print-errors "tree-sitter >= 0.20.2"
4594configure:16070: $? = 0
4595configure:16084: $PKG_CONFIG --exists --print-errors "tree-sitter >= 0.20.2"
4596configure:16087: $? = 0
4597configure:16125: result: yes
4598configure:16271: checking for sys/inotify.h
4599configure:16271: /usr/bin/clang -c  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
4600conftest.c:162:10: fatal error: 'sys/inotify.h' file not found
4601#include <sys/inotify.h>
4602         ^~~~~~~~~~~~~~~
46031 error generated.
4604configure:16271: $? = 1
4605configure: failed program was:
4606| /* confdefs.h */
4607| #define PACKAGE_NAME "GNU Emacs"
4608| #define PACKAGE_TARNAME "emacs"
4609| #define PACKAGE_VERSION "29.2"
4610| #define PACKAGE_STRING "GNU Emacs 29.2"
4611| #define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
4612| #define PACKAGE_URL "https://www.gnu.org/software/emacs/"
4613| #define HAVE_PDUMPER 1
4614| #define HAVE_STDIO_H 1
4615| #define HAVE_STDLIB_H 1
4616| #define HAVE_STRING_H 1
4617| #define HAVE_INTTYPES_H 1
4618| #define HAVE_STDINT_H 1
4619| #define HAVE_STRINGS_H 1
4620| #define HAVE_SYS_STAT_H 1
4621| #define HAVE_SYS_TYPES_H 1
4622| #define HAVE_UNISTD_H 1
4623| #define HAVE_WCHAR_H 1
4624| #define HAVE_SYS_RESOURCE_H 1
4625| #define HAVE_SYS_UTSNAME_H 1
4626| #define HAVE_PWD_H 1
4627| #define HAVE_UTMP_H 1
4628| #define HAVE_UTIL_H 1
4629| #define HAVE_SANITIZER_LSAN_INTERFACE_H 1
4630| #define HAVE_SYS_SOCKET_H 1
4631| #define HAVE_SYS_PARAM_H 1
4632| #define HAVE_PTHREAD_H 1
4633| #define HAVE_MALLOC_MALLOC_H 1
4634| #define HAVE_SYS_UN_H 1
4635| #define HAVE_DIRENT_H 1
4636| #define HAVE_EXECINFO_H 1
4637| #define HAVE_GETOPT_H 1
4638| #define HAVE_SYS_CDEFS_H 1
4639| #define HAVE_SYS_TIME_H 1
4640| #define HAVE_LIMITS_H 1
4641| #define HAVE_SYS_SELECT_H 1
4642| #define HAVE_STDALIGN_H 1
4643| #define HAVE_STDBOOL_H 1
4644| #define HAVE_SYS_RANDOM_H 1
4645| #define STDC_HEADERS 1
4646| #define _ALL_SOURCE 1
4647| #define _DARWIN_C_SOURCE 1
4648| #define _GNU_SOURCE 1
4649| #define _HPUX_ALT_XOPEN_SOCKET_API 1
4650| #define _NETBSD_SOURCE 1
4651| #define _OPENBSD_SOURCE 1
4652| #define _POSIX_PTHREAD_SEMANTICS 1
4653| #define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
4654| #define __STDC_WANT_IEC_60559_BFP_EXT__ 1
4655| #define __STDC_WANT_IEC_60559_DFP_EXT__ 1
4656| #define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
4657| #define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
4658| #define __STDC_WANT_LIB_EXT2__ 1
4659| #define __STDC_WANT_MATH_SPEC_FUNCS__ 1
4660| #define _TANDEM_SOURCE 1
4661| #define __EXTENSIONS__ 1
4662| #define SYSTEM_TYPE "darwin"
4663| #define HAVE_TERM_H 1
4664| #define HAVE_SYS_WAIT_H 1
4665| #define HAVE_NET_IF_H 1
4666| #define HAVE_IFADDRS_H 1
4667| #define HAVE_NET_IF_DL_H 1
4668| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
4669| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
4670| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
4671| #define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
4672| #define HAVE_SBRK 1
4673| #define HAVE_GETPAGESIZE 1
4674| #define HAVE_FORK 1
4675| #define HAVE_VFORK 1
4676| #define HAVE_FCHMOD 1
4677| #define HAVE_FACCESSAT 1
4678| #define HAVE_REALPATH 1
4679| #define HAVE_LSTAT 1
4680| #define HAVE_READLINKAT 1
4681| #define HAVE_MEMSET_S 1
4682| #define HAVE_FCHMODAT 1
4683| #define HAVE_LCHMOD 1
4684| #define HAVE_FCNTL 1
4685| #define HAVE_FDOPENDIR 1
4686| #define HAVE_FSTATAT 1
4687| #define HAVE_FSYNC 1
4688| #define HAVE_FUTIMENS 1
4689| #define HAVE_GETTIMEOFDAY 1
4690| #define HAVE_MKOSTEMP 1
4691| #define HAVE_PSELECT 1
4692| #define HAVE_PTHREAD_SIGMASK 1
4693| #define HAVE_READLINK 1
4694| #define HAVE_ISBLANK 1
4695| #define HAVE_ISWCTYPE 1
4696| #define HAVE_STRTOIMAX 1
4697| #define HAVE_SYMLINK 1
4698| #define HAVE_LOCALTIME_R 1
4699| #define HAVE_TIMEGM 1
4700| #define HAVE_UTIMENSAT 1
4701| #define HAVE_GETDTABLESIZE 1
4702| #define HAVE_FUTIMES 1
4703| #define HAVE_LUTIMES 1
4704| #define SYSTEM_MALLOC 1
4705| #define HAVE_MMAP 1
4706| #define HAVE_PTHREAD 1
4707| #define THREADS_ENABLED 1
4708| #define HAVE_XKB 1
4709| #define HAVE_XKBREFRESHKEYBOARDMAPPING 1
4710| #define HAVE_XKBFREENAMES 1
4711| #define HAVE_XRMSETDATABASE 1
4712| #define HAVE_XSCREENRESOURCESTRING 1
4713| #define HAVE_XSCREENNUMBEROFSCREEN 1
4714| #define HAVE_XDISPLAYCELLS 1
4715| #define HAVE_XDESTROYSUBWINDOWS 1
4716| #define HAVE_X11R6 1
4717| #define HAVE_X_I18N 1
4718| #define HAVE_XICCALLBACK_CALLBACK 1
4719| #define HAVE_X11R6_XIM 1
4720| #define HAVE_RSVG 1
4721| #define HAVE_WEBP 1
4722| #define HAVE_SQLITE3 1
4723| #define HAVE_SQLITE3_LOAD_EXTENSION 1
4724| #define HAVE_MAGICKRELINQUISHMEMORY 1
4725| #define HAVE_MAGICKEXPORTIMAGEPIXELS 1
4726| #define HAVE_MAGICKMERGEIMAGELAYERS 1
4727| #define HAVE_MAGICKAUTOORIENTIMAGE 1
4728| #define HAVE_IMAGEMAGICK 1
4729| #define HAVE_GTK3 1
4730| #define GDK_DISABLE_DEPRECATION_WARNINGS 1
4731| #define GLIB_DISABLE_DEPRECATION_WARNINGS 1
4732| #define USE_GTK 1
4733| #define HAVE_GSETTINGS 1
4734| #define HAVE_GCONF 1
4735| #define HAVE_GNUTLS 1
4736| #define HAVE_JSON 1
4737| #define HAVE_TREE_SITTER 1
4738| /* end confdefs.h.  */
4739| #include <stddef.h>
4740| #ifdef HAVE_STDIO_H
4741| # include <stdio.h>
4742| #endif
4743| #ifdef HAVE_STDLIB_H
4744| # include <stdlib.h>
4745| #endif
4746| #ifdef HAVE_STRING_H
4747| # include <string.h>
4748| #endif
4749| #ifdef HAVE_INTTYPES_H
4750| # include <inttypes.h>
4751| #endif
4752| #ifdef HAVE_STDINT_H
4753| # include <stdint.h>
4754| #endif
4755| #ifdef HAVE_STRINGS_H
4756| # include <strings.h>
4757| #endif
4758| #ifdef HAVE_SYS_TYPES_H
4759| # include <sys/types.h>
4760| #endif
4761| #ifdef HAVE_SYS_STAT_H
4762| # include <sys/stat.h>
4763| #endif
4764| #ifdef HAVE_UNISTD_H
4765| # include <unistd.h>
4766| #endif
4767| #include <sys/inotify.h>
4768configure:16271: result: no
4769configure:16298: checking for libkqueue
4770configure:16305: $PKG_CONFIG --exists --print-errors "libkqueue"
4771Package libkqueue was not found in the pkg-config search path.
4772Perhaps you should add the directory containing `libkqueue.pc'
4773to the PKG_CONFIG_PATH environment variable
4774No package 'libkqueue' found
4775configure:16308: $? = 1
4776configure:16322: $PKG_CONFIG --exists --print-errors "libkqueue"
4777Package libkqueue was not found in the pkg-config search path.
4778Perhaps you should add the directory containing `libkqueue.pc'
4779to the PKG_CONFIG_PATH environment variable
4780No package 'libkqueue' found
4781configure:16325: $? = 1
4782configure:16339: result: no
4783No package 'libkqueue' found
4784configure:16378: checking for library containing kqueue
4785configure:16408: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lsqlite3 -lX11   >&5
4786ld: warning: -no_pie ignored for arm64*
4787configure:16408: $? = 0
4788configure:16428: result: none required
4789configure:17011: /usr/bin/clang -c  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
4790configure:17011: $? = 0
4791configure:17044: /usr/bin/clang -c  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk conftest.c >&5
4792conftest.c:145:9: warning: address of function 'XRenderQueryExtension' will always evaluate to 'true' [-Wpointer-bool-conversion]
4793return !XRenderQueryExtension;
4794       ~^~~~~~~~~~~~~~~~~~~~~
4795conftest.c:145:9: note: prefix with the address-of operator to silence this warning
4796return !XRenderQueryExtension;
4797        ^
4798        &
47991 warning generated.
4800configure:17044: $? = 0
4801configure:17046: checking for XRenderQueryExtension in -lXrender
4802configure:17069: /usr/bin/clang -o conftest  -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp    -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64  conftest.c -lXrender  -lsqlite3 -lX11   >&5
4803ld: warning: -no_pie ignored for arm64*
4804configure:17069: $? = 0
4805configure:17079: result: yes
4806configure:17104: checking for cairo >= 1.8.0
4807configure:17111: $PKG_CONFIG --exists --print-errors "$CAIRO_MODULE"
4808configure:17114: $? = 0
4809configure:17128: $PKG_CONFIG --exists --print-errors "$CAIRO_MODULE"
4810configure:17131: $? = 0
4811configure:17169: result: yes
4812configure:17283: checking for webkit2gtk-4.1 >= 2.12
4813configure:17290: $PKG_CONFIG --exists --print-errors "$WEBKIT_MODULES"
4814Package webkit2gtk-4.1 was not found in the pkg-config search path.
4815Perhaps you should add the directory containing `webkit2gtk-4.1.pc'
4816to the PKG_CONFIG_PATH environment variable
4817No package 'webkit2gtk-4.1' found
4818configure:17293: $? = 1
4819configure:17307: $PKG_CONFIG --exists --print-errors "$WEBKIT_MODULES"
4820Package webkit2gtk-4.1 was not found in the pkg-config search path.
4821Perhaps you should add the directory containing `webkit2gtk-4.1.pc'
4822to the PKG_CONFIG_PATH environment variable
4823No package 'webkit2gtk-4.1' found
4824configure:17310: $? = 1
4825configure:17324: result: no
4826No package 'webkit2gtk-4.1' found
4827configure:17357: checking for webkit2gtk-4.0 >= 2.12
4828configure:17364: $PKG_CONFIG --exists --print-errors "$WEBKIT_MODULES"
4829Package webkit2gtk-4.0 was not found in the pkg-config search path.
4830Perhaps you should add the directory containing `webkit2gtk-4.0.pc'
4831to the PKG_CONFIG_PATH environment variable
4832No package 'webkit2gtk-4.0' found
4833configure:17367: $? = 1
4834configure:17381: $PKG_CONFIG --exists --print-errors "$WEBKIT_MODULES"
4835Package webkit2gtk-4.0 was not found in the pkg-config search path.
4836Perhaps you should add the directory containing `webkit2gtk-4.0.pc'
4837to the PKG_CONFIG_PATH environment variable
4838No package 'webkit2gtk-4.0' found
4839configure:17384: $? = 1
4840configure:17398: result: no
4841No package 'webkit2gtk-4.0' found
4842configure:17526: error: xwidgets requested but WebKitGTK+ or WebKit framework not found.
4843
4844## ---------------- ##
4845## Cache variables. ##
4846## ---------------- ##
4847
4848ac_cv_build=aarch64-apple-darwin23.2.0
4849ac_cv_c_compiler_gnu=yes
4850ac_cv_env_ALSA_CFLAGS_set=
4851ac_cv_env_ALSA_CFLAGS_value=
4852ac_cv_env_ALSA_LIBS_set=
4853ac_cv_env_ALSA_LIBS_value=
4854ac_cv_env_CAIRO_CFLAGS_set=
4855ac_cv_env_CAIRO_CFLAGS_value=
4856ac_cv_env_CAIRO_LIBS_set=
4857ac_cv_env_CAIRO_LIBS_value=
4858ac_cv_env_CAIRO_XCB_CFLAGS_set=
4859ac_cv_env_CAIRO_XCB_CFLAGS_value=
4860ac_cv_env_CAIRO_XCB_LIBS_set=
4861ac_cv_env_CAIRO_XCB_LIBS_value=
4862ac_cv_env_CAIRO_XLIB_CFLAGS_set=
4863ac_cv_env_CAIRO_XLIB_CFLAGS_value=
4864ac_cv_env_CAIRO_XLIB_LIBS_set=
4865ac_cv_env_CAIRO_XLIB_LIBS_value=
4866ac_cv_env_CCC_set=
4867ac_cv_env_CCC_value=
4868ac_cv_env_CC_set=set
4869ac_cv_env_CC_value=/usr/bin/clang
4870ac_cv_env_CFLAGS_set=set
4871ac_cv_env_CFLAGS_value='-pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64'
4872ac_cv_env_CPPFLAGS_set=set
4873ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk'
4874ac_cv_env_CPP_set=
4875ac_cv_env_CPP_value=
4876ac_cv_env_CXXFLAGS_set=set
4877ac_cv_env_CXXFLAGS_value='-pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64'
4878ac_cv_env_CXX_set=set
4879ac_cv_env_CXX_value=/usr/bin/clang++
4880ac_cv_env_DBUS_CFLAGS_set=
4881ac_cv_env_DBUS_CFLAGS_value=
4882ac_cv_env_DBUS_LIBS_set=
4883ac_cv_env_DBUS_LIBS_value=
4884ac_cv_env_FONTCONFIG_CFLAGS_set=
4885ac_cv_env_FONTCONFIG_CFLAGS_value=
4886ac_cv_env_FONTCONFIG_LIBS_set=
4887ac_cv_env_FONTCONFIG_LIBS_value=
4888ac_cv_env_FREETYPE_CFLAGS_set=
4889ac_cv_env_FREETYPE_CFLAGS_value=
4890ac_cv_env_FREETYPE_LIBS_set=
4891ac_cv_env_FREETYPE_LIBS_value=
4892ac_cv_env_GCONF_CFLAGS_set=
4893ac_cv_env_GCONF_CFLAGS_value=
4894ac_cv_env_GCONF_LIBS_set=
4895ac_cv_env_GCONF_LIBS_value=
4896ac_cv_env_GFILENOTIFY_CFLAGS_set=
4897ac_cv_env_GFILENOTIFY_CFLAGS_value=
4898ac_cv_env_GFILENOTIFY_LIBS_set=
4899ac_cv_env_GFILENOTIFY_LIBS_value=
4900ac_cv_env_GOBJECT_CFLAGS_set=
4901ac_cv_env_GOBJECT_CFLAGS_value=
4902ac_cv_env_GOBJECT_LIBS_set=
4903ac_cv_env_GOBJECT_LIBS_value=
4904ac_cv_env_GSETTINGS_CFLAGS_set=
4905ac_cv_env_GSETTINGS_CFLAGS_value=
4906ac_cv_env_GSETTINGS_LIBS_set=
4907ac_cv_env_GSETTINGS_LIBS_value=
4908ac_cv_env_GTK_CFLAGS_set=
4909ac_cv_env_GTK_CFLAGS_value=
4910ac_cv_env_GTK_LIBS_set=
4911ac_cv_env_GTK_LIBS_value=
4912ac_cv_env_HARFBUZZ_CFLAGS_set=
4913ac_cv_env_HARFBUZZ_CFLAGS_value=
4914ac_cv_env_HARFBUZZ_LIBS_set=
4915ac_cv_env_HARFBUZZ_LIBS_value=
4916ac_cv_env_IMAGEMAGICK_CFLAGS_set=
4917ac_cv_env_IMAGEMAGICK_CFLAGS_value=
4918ac_cv_env_IMAGEMAGICK_LIBS_set=
4919ac_cv_env_IMAGEMAGICK_LIBS_value=
4920ac_cv_env_JSON_CFLAGS_set=
4921ac_cv_env_JSON_CFLAGS_value=
4922ac_cv_env_JSON_LIBS_set=
4923ac_cv_env_JSON_LIBS_value=
4924ac_cv_env_KQUEUE_CFLAGS_set=
4925ac_cv_env_KQUEUE_CFLAGS_value=
4926ac_cv_env_KQUEUE_LIBS_set=
4927ac_cv_env_KQUEUE_LIBS_value=
4928ac_cv_env_LCMS2_CFLAGS_set=
4929ac_cv_env_LCMS2_CFLAGS_value=
4930ac_cv_env_LCMS2_LIBS_set=
4931ac_cv_env_LCMS2_LIBS_value=
4932ac_cv_env_LDFLAGS_set=set
4933ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64'
4934ac_cv_env_LIBGNUTLS_CFLAGS_set=
4935ac_cv_env_LIBGNUTLS_CFLAGS_value=
4936ac_cv_env_LIBGNUTLS_LIBS_set=
4937ac_cv_env_LIBGNUTLS_LIBS_value=
4938ac_cv_env_LIBOTF_CFLAGS_set=
4939ac_cv_env_LIBOTF_CFLAGS_value=
4940ac_cv_env_LIBOTF_LIBS_set=
4941ac_cv_env_LIBOTF_LIBS_value=
4942ac_cv_env_LIBSECCOMP_CFLAGS_set=
4943ac_cv_env_LIBSECCOMP_CFLAGS_value=
4944ac_cv_env_LIBSECCOMP_LIBS_set=
4945ac_cv_env_LIBSECCOMP_LIBS_value=
4946ac_cv_env_LIBSYSTEMD_CFLAGS_set=
4947ac_cv_env_LIBSYSTEMD_CFLAGS_value=
4948ac_cv_env_LIBSYSTEMD_LIBS_set=
4949ac_cv_env_LIBSYSTEMD_LIBS_value=
4950ac_cv_env_LIBS_set=
4951ac_cv_env_LIBS_value=
4952ac_cv_env_LIBXML2_CFLAGS_set=
4953ac_cv_env_LIBXML2_CFLAGS_value=
4954ac_cv_env_LIBXML2_LIBS_set=
4955ac_cv_env_LIBXML2_LIBS_value=
4956ac_cv_env_M17N_FLT_CFLAGS_set=
4957ac_cv_env_M17N_FLT_CFLAGS_value=
4958ac_cv_env_M17N_FLT_LIBS_set=
4959ac_cv_env_M17N_FLT_LIBS_value=
4960ac_cv_env_OBJCFLAGS_set=set
4961ac_cv_env_OBJCFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64'
4962ac_cv_env_OBJC_set=set
4963ac_cv_env_OBJC_value=/usr/bin/clang
4964ac_cv_env_PKG_CONFIG_LIBDIR_set=
4965ac_cv_env_PKG_CONFIG_LIBDIR_value=
4966ac_cv_env_PKG_CONFIG_PATH_set=
4967ac_cv_env_PKG_CONFIG_PATH_value=
4968ac_cv_env_PKG_CONFIG_set=
4969ac_cv_env_PKG_CONFIG_value=
4970ac_cv_env_PNG_CFLAGS_set=
4971ac_cv_env_PNG_CFLAGS_value=
4972ac_cv_env_PNG_LIBS_set=
4973ac_cv_env_PNG_LIBS_value=
4974ac_cv_env_RSVG_CFLAGS_set=
4975ac_cv_env_RSVG_CFLAGS_value=
4976ac_cv_env_RSVG_LIBS_set=
4977ac_cv_env_RSVG_LIBS_value=
4978ac_cv_env_TREE_SITTER_CFLAGS_set=
4979ac_cv_env_TREE_SITTER_CFLAGS_value=
4980ac_cv_env_TREE_SITTER_LIBS_set=
4981ac_cv_env_TREE_SITTER_LIBS_value=
4982ac_cv_env_WEBKIT_CFLAGS_set=
4983ac_cv_env_WEBKIT_CFLAGS_value=
4984ac_cv_env_WEBKIT_LIBS_set=
4985ac_cv_env_WEBKIT_LIBS_value=
4986ac_cv_env_WEBP_CFLAGS_set=
4987ac_cv_env_WEBP_CFLAGS_value=
4988ac_cv_env_WEBP_LIBS_set=
4989ac_cv_env_WEBP_LIBS_value=
4990ac_cv_env_XFIXES_CFLAGS_set=
4991ac_cv_env_XFIXES_CFLAGS_value=
4992ac_cv_env_XFIXES_LIBS_set=
4993ac_cv_env_XFIXES_LIBS_value=
4994ac_cv_env_XFT_CFLAGS_set=
4995ac_cv_env_XFT_CFLAGS_value=
4996ac_cv_env_XFT_LIBS_set=
4997ac_cv_env_XFT_LIBS_value=
4998ac_cv_env_XINERAMA_CFLAGS_set=
4999ac_cv_env_XINERAMA_CFLAGS_value=
5000ac_cv_env_XINERAMA_LIBS_set=
5001ac_cv_env_XINERAMA_LIBS_value=
5002ac_cv_env_XINPUT_CFLAGS_set=
5003ac_cv_env_XINPUT_CFLAGS_value=
5004ac_cv_env_XINPUT_LIBS_set=
5005ac_cv_env_XINPUT_LIBS_value=
5006ac_cv_env_XMKMF_set=
5007ac_cv_env_XMKMF_value=
5008ac_cv_env_XRANDR_CFLAGS_set=
5009ac_cv_env_XRANDR_CFLAGS_value=
5010ac_cv_env_XRANDR_LIBS_set=
5011ac_cv_env_XRANDR_LIBS_value=
5012ac_cv_env_build_alias_set=
5013ac_cv_env_build_alias_value=
5014ac_cv_env_host_alias_set=
5015ac_cv_env_host_alias_value=
5016ac_cv_env_target_alias_set=
5017ac_cv_env_target_alias_value=
5018ac_cv_func_MagickAutoOrientImage=yes
5019ac_cv_func_MagickExportImagePixels=yes
5020ac_cv_func_MagickMergeImageLayers=yes
5021ac_cv_func_MagickRelinquishMemory=yes
5022ac_cv_func_WebPGetInfo=no
5023ac_cv_func_XDestroySubwindows=yes
5024ac_cv_func_XDisplayCells=yes
5025ac_cv_func_XScreenNumberOfScreen=yes
5026ac_cv_func_XScreenResourceString=yes
5027ac_cv_func_XkbFreeNames=yes
5028ac_cv_func_XkbRefreshKeyboardMapping=yes
5029ac_cv_func_XrmSetDatabase=yes
5030ac_cv_func___lsan_ignore_object=no
5031ac_cv_func_canonicalize_file_name=no
5032ac_cv_func_explicit_bzero=no
5033ac_cv_func_faccessat=yes
5034ac_cv_func_fchmod=yes
5035ac_cv_func_fchmodat=yes
5036ac_cv_func_fcntl=yes
5037ac_cv_func_fdopendir=yes
5038ac_cv_func_fork=yes
5039ac_cv_func_fstatat=yes
5040ac_cv_func_fsync=yes
5041ac_cv_func_futimens=yes
5042ac_cv_func_futimes=yes
5043ac_cv_func_futimesat=no
5044ac_cv_func_getdtablesize=yes
5045ac_cv_func_getpagesize=yes
5046ac_cv_func_getrandom=no
5047ac_cv_func_gettimeofday=yes
5048ac_cv_func_isblank=yes
5049ac_cv_func_iswctype=yes
5050ac_cv_func_lchmod=yes
5051ac_cv_func_localtime_r=yes
5052ac_cv_func_lstat=yes
5053ac_cv_func_lutimes=yes
5054ac_cv_func_malloc_trim=no
5055ac_cv_func_memset_s=yes
5056ac_cv_func_mkostemp=yes
5057ac_cv_func_mmap_fixed_mapped=yes
5058ac_cv_func_pipe2=no
5059ac_cv_func_pselect=yes
5060ac_cv_func_pthread_sigmask=yes
5061ac_cv_func_readlink=yes
5062ac_cv_func_readlinkat=yes
5063ac_cv_func_realpath=yes
5064ac_cv_func_sbrk=yes
5065ac_cv_func_strtoimax=yes
5066ac_cv_func_symlink=yes
5067ac_cv_func_timegm=yes
5068ac_cv_func_utimensat=yes
5069ac_cv_func_vfork=yes
5070ac_cv_have_x='have_x=yes        ac_x_includes='\'''\''  ac_x_libraries='\'''\'''
5071ac_cv_header_coff_h=no
5072ac_cv_header_dirent_h=yes
5073ac_cv_header_execinfo_h=yes
5074ac_cv_header_getopt_h=yes
5075ac_cv_header_ieee754_h=no
5076ac_cv_header_ifaddrs_h=yes
5077ac_cv_header_inttypes_h=yes
5078ac_cv_header_limits_h=yes
5079ac_cv_header_linux_fs_h=no
5080ac_cv_header_machine_soundcard_h=no
5081ac_cv_header_malloc_h=no
5082ac_cv_header_malloc_malloc_h=yes
5083ac_cv_header_minix_config_h=no
5084ac_cv_header_mmsystem_h=no
5085ac_cv_header_net_if_dl_h=yes
5086ac_cv_header_net_if_h=yes
5087ac_cv_header_pthread_h=yes
5088ac_cv_header_pty_h=no
5089ac_cv_header_pwd_h=yes
5090ac_cv_header_sanitizer_lsan_interface_h=yes
5091ac_cv_header_soundcard_h=no
5092ac_cv_header_stdalign_h=yes
5093ac_cv_header_stdbool_h=yes
5094ac_cv_header_stdckdint_h=no
5095ac_cv_header_stdint_h=yes
5096ac_cv_header_stdio_ext_h=no
5097ac_cv_header_stdio_h=yes
5098ac_cv_header_stdlib_h=yes
5099ac_cv_header_string_h=yes
5100ac_cv_header_strings_h=yes
5101ac_cv_header_sys_cdefs_h=yes
5102ac_cv_header_sys_fs_types_h=no
5103ac_cv_header_sys_inotify_h=no
5104ac_cv_header_sys_param_h=yes
5105ac_cv_header_sys_random_h=yes
5106ac_cv_header_sys_resource_h=yes
5107ac_cv_header_sys_select_h=yes
5108ac_cv_header_sys_socket_h=yes
5109ac_cv_header_sys_soundcard_h=no
5110ac_cv_header_sys_stat_h=yes
5111ac_cv_header_sys_sysinfo_h=no
5112ac_cv_header_sys_systeminfo_h=no
5113ac_cv_header_sys_time_h=yes
5114ac_cv_header_sys_types_h=yes
5115ac_cv_header_sys_un_h=yes
5116ac_cv_header_sys_utsname_h=yes
5117ac_cv_header_sys_vfs_h=no
5118ac_cv_header_sys_wait_h=yes
5119ac_cv_header_unistd_h=yes
5120ac_cv_header_util_h=yes
5121ac_cv_header_utmp_h=yes
5122ac_cv_header_vfork_h=no
5123ac_cv_header_wchar_h=yes
5124ac_cv_host=aarch64-apple-darwin23.2.0
5125ac_cv_lib_Xbsd_main=no
5126ac_cv_lib_Xrender_XRenderQueryExtension=yes
5127ac_cv_lib_anl_getaddrinfo_a=no
5128ac_cv_lib_ossaudio__oss_ioctl=no
5129ac_cv_lib_selinux_lgetfilecon=no
5130ac_cv_lib_sqlite3_sqlite3_load_extension=yes
5131ac_cv_lib_sqlite3_sqlite3_open_v2=yes
5132ac_cv_member_XICCallback_callback=yes
5133ac_cv_member_struct_ifreq_ifr_addr=yes
5134ac_cv_member_struct_ifreq_ifr_addr_sa_len=yes
5135ac_cv_member_struct_ifreq_ifr_broadaddr=yes
5136ac_cv_member_struct_ifreq_ifr_flags=yes
5137ac_cv_member_struct_ifreq_ifr_hwaddr=no
5138ac_cv_member_struct_ifreq_ifr_netmask=no
5139ac_cv_objext=o
5140ac_cv_path_EGREP='/usr/bin/grep -E'
5141ac_cv_path_GREP=/usr/bin/grep
5142ac_cv_path_GZIP_PROG=/usr/bin/gzip
5143ac_cv_path_HAVE_MACPORTS=/opt/local/bin/port
5144ac_cv_path_INSTALL_INFO=/opt/local/bin/install-info
5145ac_cv_path_MAKE=make
5146ac_cv_path_ac_pt_PKG_CONFIG=/opt/local/bin/pkg-config
5147ac_cv_prog_AR=ar
5148ac_cv_prog_CPP='/usr/bin/clang -E'
5149ac_cv_prog_MAKE_PROG=yes
5150ac_cv_prog_XCRUN=xcrun
5151ac_cv_prog_ac_ct_RANLIB=ranlib
5152ac_cv_prog_cc__usr_bin_clang_c_o=yes
5153ac_cv_prog_cc_c11=
5154ac_cv_prog_cc_g=yes
5155ac_cv_prog_cc_stdc=
5156ac_cv_safe_to_define___extensions__=yes
5157ac_cv_search_kqueue='none required'
5158ac_cv_should_define__xopen_source=no
5159ac_cv_sys_file_offset_bits=no
5160ac_cv_sys_largefile_CC=no
5161emacs_cv_autodepend=yes
5162emacs_cv_clang=yes
5163emacs_cv_find_delete=-delete
5164emacs_cv_gsettings_in_gio=yes
5165emacs_cv_gtk_compiles=yes
5166emacs_cv_lib_math='none required'
5167emacs_cv_ln_s_fileonly='ln -s'
5168emacs_cv_personality_addr_no_randomize=no
5169emacs_cv_pthread_lib='none needed'
5170emacs_cv_sanitize_address=no
5171emacs_cv_var_doug_lea_malloc=no
5172emacs_cv_x11_version_6=yes
5173emacs_cv_xkb=yes
5174emacs_cv_znocombreloc='not needed'
5175gl_cv_c_amsterdam_compiler=no
5176gl_cv_compiler_check_decl_option=-Werror=implicit-function-declaration
5177gl_cv_compiler_clang=yes
5178gl_cv_warn_c__Werror__Wunknown_warning_option=yes
5179gl_cv_warn_c__Wno_deprecated_declarations=yes
5180gl_cv_warn_c__Wno_initializer_overrides=yes
5181gl_cv_warn_c__Wno_pointer_sign=yes
5182gl_cv_warn_c__Wno_string_plus_int=yes
5183gl_cv_warn_c__Wno_switch=yes
5184gl_cv_warn_c__Wno_tautological_compare=yes
5185gl_cv_warn_c__Wno_tautological_constant_out_of_range_compare=yes
5186gl_cv_warn_c__Wno_unknown_attributes=yes
5187gl_cv_warn_c__Wno_unknown_pragmas=yes
5188pkg_cv_CAIRO_CFLAGS='-I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
5189pkg_cv_CAIRO_LIBS='-L/opt/local/lib -lcairo'
5190pkg_cv_GCONF_CFLAGS='-DORBIT2=1 -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
5191pkg_cv_GCONF_LIBS='-L/opt/local/lib -lgconf-2 -lglib-2.0 -lintl'
5192pkg_cv_GOBJECT_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
5193pkg_cv_GOBJECT_LIBS='-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl'
5194pkg_cv_GSETTINGS_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
5195pkg_cv_GSETTINGS_LIBS='-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl'
5196pkg_cv_GTK_CFLAGS='-I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/harfbuzz -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
5197pkg_cv_GTK_LIBS='-L/opt/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl'
5198pkg_cv_IMAGEMAGICK_CFLAGS='-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include/ImageMagick-6'
5199pkg_cv_IMAGEMAGICK_LIBS='-L/opt/local/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16'
5200pkg_cv_JSON_CFLAGS=
5201pkg_cv_JSON_LIBS='-L/opt/local/lib -ljansson'
5202pkg_cv_LIBGNUTLS_CFLAGS=-I/opt/local/include/p11-kit-1
5203pkg_cv_LIBGNUTLS_LIBS='-L/opt/local/lib -lgnutls'
5204pkg_cv_RSVG_CFLAGS='-I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
5205pkg_cv_RSVG_LIBS='-L/opt/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo'
5206pkg_cv_TREE_SITTER_CFLAGS=
5207pkg_cv_TREE_SITTER_LIBS='-L/opt/local/lib -ltree-sitter'
5208pkg_cv_WEBP_CFLAGS=-I/opt/local/include/webp
5209pkg_cv_WEBP_LIBS='-L/opt/local/lib -lwebpdemux -lwebpdecoder'
5210
5211## ----------------- ##
5212## Output variables. ##
5213## ----------------- ##
5214
5215ALLOCA=''
5216ALLOCA_H=''
5217ALSA_CFLAGS=''
5218ALSA_LIBS=''
5219AM_DEFAULT_VERBOSITY='1'
5220APPLE_UNIVERSAL_BUILD=''
5221AR='ar'
5222ARFLAGS='cr'
5223ASSERT_H=''
5224AUTO_DEPEND='yes'
5225AWK=''
5226BITSIZEOF_PTRDIFF_T=''
5227BITSIZEOF_SIG_ATOMIC_T=''
5228BITSIZEOF_SIZE_T=''
5229BITSIZEOF_WCHAR_T=''
5230BITSIZEOF_WINT_T=''
5231BLESSMAIL_TARGET=''
5232BREW=''
5233BUILD_DETAILS=''
5234BYTESWAP_H=''
5235CAIRO_CFLAGS='-I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
5236CAIRO_LIBS='-L/opt/local/lib -lcairo'
5237CAIRO_XCB_CFLAGS=''
5238CAIRO_XCB_LIBS=''
5239CAIRO_XLIB_CFLAGS=''
5240CAIRO_XLIB_LIBS=''
5241CC='/usr/bin/clang'
5242CFLAGS=' -pipe -Os -Wno-attributes -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 -I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16 -I/opt/local/include/webp -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
5243CFLAGS_SOUND=''
5244CHECK_STRUCTS='false'
5245CLIENTRES=''
5246CLIENTW=''
5247CM_OBJ='cm.o'
5248COM_ERRLIB=''
5249CPP='/usr/bin/clang -E'
5250CPPFLAGS='   -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk'
5251CRYPTOLIB=''
5252CXX='/usr/bin/clang++'
5253CXXFLAGS='-pipe -Os -stdlib=libc++ -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64'
5254CYGWIN_OBJ=''
5255C_SWITCH_MACHINE=''
5256C_SWITCH_SYSTEM=''
5257C_SWITCH_X_SITE=' -I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/harfbuzz -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
5258DBUS_CFLAGS=''
5259DBUS_LIBS=''
5260DBUS_OBJ=''
5261DEFS=' '
5262DESLIB=''
5263DOCMISC_W32=''
5264DUMPING='pdumper'
5265DYNAMIC_LIB_SECONDARY_SUFFIX=''
5266DYNAMIC_LIB_SUFFIX=''
5267DYNLIB_OBJ=''
5268ECHO_C='\c'
5269ECHO_N=''
5270ECHO_T=''
5271EGREP='/usr/bin/grep -E'
5272EMACSRES=''
5273EMACS_MANIFEST=''
5274EMULTIHOP_HIDDEN=''
5275EMULTIHOP_VALUE=''
5276ENOLINK_HIDDEN=''
5277ENOLINK_VALUE=''
5278EOVERFLOW_HIDDEN=''
5279EOVERFLOW_VALUE=''
5280ERRNO_H=''
5281EXECINFO_H=''
5282EXEEXT=''
5283FIND_DELETE='-delete'
5284FIRSTFILE_OBJ=''
5285FONTCONFIG_CFLAGS=''
5286FONTCONFIG_LIBS=''
5287FONT_OBJ=''
5288FREETYPE_CFLAGS=''
5289FREETYPE_LIBS=''
5290GCONF_CFLAGS='-DORBIT2=1 -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
5291GCONF_LIBS='-L/opt/local/lib -lgconf-2 -lglib-2.0 -lintl'
5292GETADDRINFO_A_LIBS=''
5293GETLOADAVG_LIBS=''
5294GETOPT_CDEFS_H=''
5295GETOPT_H=''
5296GFILENOTIFY_CFLAGS=''
5297GFILENOTIFY_LIBS=''
5298GL_CFLAG_ALLOW_WARNINGS=''
5299GL_CFLAG_GNULIB_WARNINGS=''
5300GL_COND_LIBTOOL_CONDITION=''
5301GL_COND_OBJ_CANONICALIZE_LGPL_CONDITION=''
5302GL_COND_OBJ_COPY_FILE_RANGE_CONDITION=''
5303GL_COND_OBJ_DIRFD_CONDITION=''
5304GL_COND_OBJ_DUP2_CONDITION=''
5305GL_COND_OBJ_EUIDACCESS_CONDITION=''
5306GL_COND_OBJ_EXECINFO_CONDITION=''
5307GL_COND_OBJ_EXPLICIT_BZERO_CONDITION=''
5308GL_COND_OBJ_FACCESSAT_CONDITION=''
5309GL_COND_OBJ_FCHMODAT_CONDITION=''
5310GL_COND_OBJ_FCNTL_CONDITION=''
5311GL_COND_OBJ_FDOPENDIR_CONDITION=''
5312GL_COND_OBJ_FPENDING_CONDITION=''
5313GL_COND_OBJ_FREE_CONDITION=''
5314GL_COND_OBJ_FSTATAT_CONDITION=''
5315GL_COND_OBJ_FSUSAGE_CONDITION=''
5316GL_COND_OBJ_FSYNC_CONDITION=''
5317GL_COND_OBJ_FUTIMENS_CONDITION=''
5318GL_COND_OBJ_GETDTABLESIZE_CONDITION=''
5319GL_COND_OBJ_GETGROUPS_CONDITION=''
5320GL_COND_OBJ_GETLOADAVG_CONDITION=''
5321GL_COND_OBJ_GETOPT_CONDITION=''
5322GL_COND_OBJ_GETRANDOM_CONDITION=''
5323GL_COND_OBJ_GETTIMEOFDAY_CONDITION=''
5324GL_COND_OBJ_GROUP_MEMBER_CONDITION=''
5325GL_COND_OBJ_LCHMOD_CONDITION=''
5326GL_COND_OBJ_LSTAT_CONDITION=''
5327GL_COND_OBJ_MEMPCPY_CONDITION=''
5328GL_COND_OBJ_MEMRCHR_CONDITION=''
5329GL_COND_OBJ_MINI_GMP_GNULIB_CONDITION=''
5330GL_COND_OBJ_MKOSTEMP_CONDITION=''
5331GL_COND_OBJ_NANOSLEEP_CONDITION=''
5332GL_COND_OBJ_OPEN_CONDITION=''
5333GL_COND_OBJ_PSELECT_CONDITION=''
5334GL_COND_OBJ_PTHREAD_SIGMASK_CONDITION=''
5335GL_COND_OBJ_RAWMEMCHR_CONDITION=''
5336GL_COND_OBJ_READLINKAT_CONDITION=''
5337GL_COND_OBJ_READLINK_CONDITION=''
5338GL_COND_OBJ_REGEX_CONDITION=''
5339GL_COND_OBJ_SIG2STR_CONDITION=''
5340GL_COND_OBJ_SIGDESCR_NP_CONDITION=''
5341GL_COND_OBJ_STDIO_READ_CONDITION=''
5342GL_COND_OBJ_STDIO_WRITE_CONDITION=''
5343GL_COND_OBJ_STPCPY_CONDITION=''
5344GL_COND_OBJ_STRNLEN_CONDITION=''
5345GL_COND_OBJ_STRTOIMAX_CONDITION=''
5346GL_COND_OBJ_STRTOLL_CONDITION=''
5347GL_COND_OBJ_SYMLINK_CONDITION=''
5348GL_COND_OBJ_TIMEGM_CONDITION=''
5349GL_COND_OBJ_TIME_RZ_CONDITION=''
5350GL_COND_OBJ_TIME_R_CONDITION=''
5351GL_COND_OBJ_UTIMENSAT_CONDITION=''
5352GL_GENERATE_ALLOCA_H_CONDITION=''
5353GL_GENERATE_ASSERT_H_CONDITION=''
5354GL_GENERATE_BYTESWAP_H_CONDITION=''
5355GL_GENERATE_ERRNO_H_CONDITION=''
5356GL_GENERATE_EXECINFO_H_CONDITION=''
5357GL_GENERATE_GETOPT_CDEFS_H_CONDITION=''
5358GL_GENERATE_GETOPT_H_CONDITION=''
5359GL_GENERATE_GMP_GMP_H_CONDITION=''
5360GL_GENERATE_GMP_H_CONDITION=''
5361GL_GENERATE_IEEE754_H_CONDITION=''
5362GL_GENERATE_LIMITS_H_CONDITION=''
5363GL_GENERATE_MINI_GMP_H_CONDITION=''
5364GL_GENERATE_STDALIGN_H_CONDITION=''
5365GL_GENERATE_STDCKDINT_H_CONDITION=''
5366GL_GENERATE_STDDEF_H_CONDITION=''
5367GL_GENERATE_STDINT_H_CONDITION=''
5368GL_GNULIB_ACCESS=''
5369GL_GNULIB_ALIGNED_ALLOC=''
5370GL_GNULIB_ALPHASORT=''
5371GL_GNULIB_ATOLL=''
5372GL_GNULIB_CALLOC_GNU=''
5373GL_GNULIB_CALLOC_POSIX=''
5374GL_GNULIB_CANONICALIZE_FILE_NAME=''
5375GL_GNULIB_CHDIR=''
5376GL_GNULIB_CHMOD=''
5377GL_GNULIB_CHOWN=''
5378GL_GNULIB_CLOSE=''
5379GL_GNULIB_CLOSEDIR=''
5380GL_GNULIB_COPY_FILE_RANGE=''
5381GL_GNULIB_CREAT=''
5382GL_GNULIB_CTIME=''
5383GL_GNULIB_DIRFD=''
5384GL_GNULIB_DPRINTF=''
5385GL_GNULIB_DUP2=''
5386GL_GNULIB_DUP3=''
5387GL_GNULIB_DUP=''
5388GL_GNULIB_ENVIRON=''
5389GL_GNULIB_EUIDACCESS=''
5390GL_GNULIB_EXECL=''
5391GL_GNULIB_EXECLE=''
5392GL_GNULIB_EXECLP=''
5393GL_GNULIB_EXECV=''
5394GL_GNULIB_EXECVE=''
5395GL_GNULIB_EXECVP=''
5396GL_GNULIB_EXECVPE=''
5397GL_GNULIB_EXPLICIT_BZERO=''
5398GL_GNULIB_FACCESSAT=''
5399GL_GNULIB_FCHDIR=''
5400GL_GNULIB_FCHMODAT=''
5401GL_GNULIB_FCHOWNAT=''
5402GL_GNULIB_FCLOSE=''
5403GL_GNULIB_FCNTL=''
5404GL_GNULIB_FDATASYNC=''
5405GL_GNULIB_FDOPEN=''
5406GL_GNULIB_FDOPENDIR=''
5407GL_GNULIB_FFLUSH=''
5408GL_GNULIB_FFSL=''
5409GL_GNULIB_FFSLL=''
5410GL_GNULIB_FGETC=''
5411GL_GNULIB_FGETS=''
5412GL_GNULIB_FOPEN=''
5413GL_GNULIB_FOPEN_GNU=''
5414GL_GNULIB_FPRINTF=''
5415GL_GNULIB_FPRINTF_POSIX=''
5416GL_GNULIB_FPURGE=''
5417GL_GNULIB_FPUTC=''
5418GL_GNULIB_FPUTS=''
5419GL_GNULIB_FREAD=''
5420GL_GNULIB_FREE_POSIX=''
5421GL_GNULIB_FREOPEN=''
5422GL_GNULIB_FSCANF=''
5423GL_GNULIB_FSEEK=''
5424GL_GNULIB_FSEEKO=''
5425GL_GNULIB_FSTAT=''
5426GL_GNULIB_FSTATAT=''
5427GL_GNULIB_FSYNC=''
5428GL_GNULIB_FTELL=''
5429GL_GNULIB_FTELLO=''
5430GL_GNULIB_FTRUNCATE=''
5431GL_GNULIB_FUTIMENS=''
5432GL_GNULIB_FWRITE=''
5433GL_GNULIB_GETC=''
5434GL_GNULIB_GETCHAR=''
5435GL_GNULIB_GETCWD=''
5436GL_GNULIB_GETDELIM=''
5437GL_GNULIB_GETDOMAINNAME=''
5438GL_GNULIB_GETDTABLESIZE=''
5439GL_GNULIB_GETENTROPY=''
5440GL_GNULIB_GETGROUPS=''
5441GL_GNULIB_GETHOSTNAME=''
5442GL_GNULIB_GETLINE=''
5443GL_GNULIB_GETLOADAVG=''
5444GL_GNULIB_GETLOGIN=''
5445GL_GNULIB_GETLOGIN_R=''
5446GL_GNULIB_GETOPT_POSIX=''
5447GL_GNULIB_GETPAGESIZE=''
5448GL_GNULIB_GETPASS=''
5449GL_GNULIB_GETPASS_GNU=''
5450GL_GNULIB_GETRANDOM=''
5451GL_GNULIB_GETSUBOPT=''
5452GL_GNULIB_GETTIMEOFDAY=''
5453GL_GNULIB_GETUMASK=''
5454GL_GNULIB_GETUSERSHELL=''
5455GL_GNULIB_GRANTPT=''
5456GL_GNULIB_GROUP_MEMBER=''
5457GL_GNULIB_IMAXABS=''
5458GL_GNULIB_IMAXDIV=''
5459GL_GNULIB_ISATTY=''
5460GL_GNULIB_LCHMOD=''
5461GL_GNULIB_LCHOWN=''
5462GL_GNULIB_LINK=''
5463GL_GNULIB_LINKAT=''
5464GL_GNULIB_LOCALTIME=''
5465GL_GNULIB_LSEEK=''
5466GL_GNULIB_LSTAT=''
5467GL_GNULIB_MALLOC_GNU=''
5468GL_GNULIB_MALLOC_POSIX=''
5469GL_GNULIB_MBSCASECMP=''
5470GL_GNULIB_MBSCASESTR=''
5471GL_GNULIB_MBSCHR=''
5472GL_GNULIB_MBSCSPN=''
5473GL_GNULIB_MBSLEN=''
5474GL_GNULIB_MBSNCASECMP=''
5475GL_GNULIB_MBSNLEN=''
5476GL_GNULIB_MBSPBRK=''
5477GL_GNULIB_MBSPCASECMP=''
5478GL_GNULIB_MBSRCHR=''
5479GL_GNULIB_MBSSEP=''
5480GL_GNULIB_MBSSPN=''
5481GL_GNULIB_MBSSTR=''
5482GL_GNULIB_MBSTOK_R=''
5483GL_GNULIB_MBTOWC=''
5484GL_GNULIB_MDA_ACCESS=''
5485GL_GNULIB_MDA_CHDIR=''
5486GL_GNULIB_MDA_CHMOD=''
5487GL_GNULIB_MDA_CLOSE=''
5488GL_GNULIB_MDA_CREAT=''
5489GL_GNULIB_MDA_DUP2=''
5490GL_GNULIB_MDA_DUP=''
5491GL_GNULIB_MDA_ECVT=''
5492GL_GNULIB_MDA_EXECL=''
5493GL_GNULIB_MDA_EXECLE=''
5494GL_GNULIB_MDA_EXECLP=''
5495GL_GNULIB_MDA_EXECV=''
5496GL_GNULIB_MDA_EXECVE=''
5497GL_GNULIB_MDA_EXECVP=''
5498GL_GNULIB_MDA_EXECVPE=''
5499GL_GNULIB_MDA_FCLOSEALL=''
5500GL_GNULIB_MDA_FCVT=''
5501GL_GNULIB_MDA_FDOPEN=''
5502GL_GNULIB_MDA_FILENO=''
5503GL_GNULIB_MDA_GCVT=''
5504GL_GNULIB_MDA_GETCWD=''
5505GL_GNULIB_MDA_GETPID=''
5506GL_GNULIB_MDA_GETW=''
5507GL_GNULIB_MDA_ISATTY=''
5508GL_GNULIB_MDA_LSEEK=''
5509GL_GNULIB_MDA_MEMCCPY=''
5510GL_GNULIB_MDA_MKDIR=''
5511GL_GNULIB_MDA_MKTEMP=''
5512GL_GNULIB_MDA_OPEN=''
5513GL_GNULIB_MDA_PUTENV=''
5514GL_GNULIB_MDA_PUTW=''
5515GL_GNULIB_MDA_READ=''
5516GL_GNULIB_MDA_RMDIR=''
5517GL_GNULIB_MDA_STRDUP=''
5518GL_GNULIB_MDA_SWAB=''
5519GL_GNULIB_MDA_TEMPNAM=''
5520GL_GNULIB_MDA_TZSET=''
5521GL_GNULIB_MDA_UMASK=''
5522GL_GNULIB_MDA_UNLINK=''
5523GL_GNULIB_MDA_WRITE=''
5524GL_GNULIB_MEMCHR=''
5525GL_GNULIB_MEMMEM=''
5526GL_GNULIB_MEMPCPY=''
5527GL_GNULIB_MEMRCHR=''
5528GL_GNULIB_MKDIR=''
5529GL_GNULIB_MKDIRAT=''
5530GL_GNULIB_MKDTEMP=''
5531GL_GNULIB_MKFIFO=''
5532GL_GNULIB_MKFIFOAT=''
5533GL_GNULIB_MKNOD=''
5534GL_GNULIB_MKNODAT=''
5535GL_GNULIB_MKOSTEMP=''
5536GL_GNULIB_MKOSTEMPS=''
5537GL_GNULIB_MKSTEMP=''
5538GL_GNULIB_MKSTEMPS=''
5539GL_GNULIB_MKTIME=''
5540GL_GNULIB_NANOSLEEP=''
5541GL_GNULIB_NONBLOCKING=''
5542GL_GNULIB_OBSTACK_PRINTF=''
5543GL_GNULIB_OBSTACK_PRINTF_POSIX=''
5544GL_GNULIB_OPEN=''
5545GL_GNULIB_OPENAT=''
5546GL_GNULIB_OPENDIR=''
5547GL_GNULIB_OVERRIDES_STRUCT_STAT=''
5548GL_GNULIB_PCLOSE=''
5549GL_GNULIB_PERROR=''
5550GL_GNULIB_PIPE2=''
5551GL_GNULIB_PIPE=''
5552GL_GNULIB_POPEN=''
5553GL_GNULIB_POSIX_MEMALIGN=''
5554GL_GNULIB_POSIX_OPENPT=''
5555GL_GNULIB_PREAD=''
5556GL_GNULIB_PRINTF=''
5557GL_GNULIB_PRINTF_POSIX=''
5558GL_GNULIB_PSELECT=''
5559GL_GNULIB_PTHREAD_SIGMASK=''
5560GL_GNULIB_PTSNAME=''
5561GL_GNULIB_PTSNAME_R=''
5562GL_GNULIB_PUTC=''
5563GL_GNULIB_PUTCHAR=''
5564GL_GNULIB_PUTENV=''
5565GL_GNULIB_PUTS=''
5566GL_GNULIB_PWRITE=''
5567GL_GNULIB_QSORT_R=''
5568GL_GNULIB_RAISE=''
5569GL_GNULIB_RANDOM=''
5570GL_GNULIB_RANDOM_R=''
5571GL_GNULIB_RAWMEMCHR=''
5572GL_GNULIB_READ=''
5573GL_GNULIB_READDIR=''
5574GL_GNULIB_READLINK=''
5575GL_GNULIB_READLINKAT=''
5576GL_GNULIB_REALLOCARRAY=''
5577GL_GNULIB_REALLOC_GNU=''
5578GL_GNULIB_REALLOC_POSIX=''
5579GL_GNULIB_REALPATH=''
5580GL_GNULIB_REMOVE=''
5581GL_GNULIB_RENAME=''
5582GL_GNULIB_RENAMEAT=''
5583GL_GNULIB_REWINDDIR=''
5584GL_GNULIB_RMDIR=''
5585GL_GNULIB_RPMATCH=''
5586GL_GNULIB_SCANDIR=''
5587GL_GNULIB_SCANF=''
5588GL_GNULIB_SECURE_GETENV=''
5589GL_GNULIB_SELECT=''
5590GL_GNULIB_SETENV=''
5591GL_GNULIB_SETHOSTNAME=''
5592GL_GNULIB_SIGABBREV_NP=''
5593GL_GNULIB_SIGACTION=''
5594GL_GNULIB_SIGDESCR_NP=''
5595GL_GNULIB_SIGNAL_H_SIGPIPE=''
5596GL_GNULIB_SIGPROCMASK=''
5597GL_GNULIB_SLEEP=''
5598GL_GNULIB_SNPRINTF=''
5599GL_GNULIB_SPRINTF_POSIX=''
5600GL_GNULIB_STAT=''
5601GL_GNULIB_STDIO_H_NONBLOCKING=''
5602GL_GNULIB_STDIO_H_SIGPIPE=''
5603GL_GNULIB_STPCPY=''
5604GL_GNULIB_STPNCPY=''
5605GL_GNULIB_STRCASESTR=''
5606GL_GNULIB_STRCHRNUL=''
5607GL_GNULIB_STRDUP=''
5608GL_GNULIB_STRERROR=''
5609GL_GNULIB_STRERRORNAME_NP=''
5610GL_GNULIB_STRERROR_R=''
5611GL_GNULIB_STRFTIME=''
5612GL_GNULIB_STRNCAT=''
5613GL_GNULIB_STRNDUP=''
5614GL_GNULIB_STRNLEN=''
5615GL_GNULIB_STRPBRK=''
5616GL_GNULIB_STRPTIME=''
5617GL_GNULIB_STRSEP=''
5618GL_GNULIB_STRSIGNAL=''
5619GL_GNULIB_STRSTR=''
5620GL_GNULIB_STRTOD=''
5621GL_GNULIB_STRTOIMAX=''
5622GL_GNULIB_STRTOK_R=''
5623GL_GNULIB_STRTOL=''
5624GL_GNULIB_STRTOLD=''
5625GL_GNULIB_STRTOLL=''
5626GL_GNULIB_STRTOUL=''
5627GL_GNULIB_STRTOULL=''
5628GL_GNULIB_STRTOUMAX=''
5629GL_GNULIB_STRVERSCMP=''
5630GL_GNULIB_SYMLINK=''
5631GL_GNULIB_SYMLINKAT=''
5632GL_GNULIB_SYSTEM_POSIX=''
5633GL_GNULIB_TIMEGM=''
5634GL_GNULIB_TIMESPEC_GET=''
5635GL_GNULIB_TIMESPEC_GETRES=''
5636GL_GNULIB_TIME_R=''
5637GL_GNULIB_TIME_RZ=''
5638GL_GNULIB_TMPFILE=''
5639GL_GNULIB_TRUNCATE=''
5640GL_GNULIB_TTYNAME_R=''
5641GL_GNULIB_TZSET=''
5642GL_GNULIB_UNISTD_H_GETOPT=''
5643GL_GNULIB_UNISTD_H_NONBLOCKING=''
5644GL_GNULIB_UNISTD_H_SIGPIPE=''
5645GL_GNULIB_UNLINK=''
5646GL_GNULIB_UNLINKAT=''
5647GL_GNULIB_UNLOCKPT=''
5648GL_GNULIB_UNSETENV=''
5649GL_GNULIB_USLEEP=''
5650GL_GNULIB_UTIMENSAT=''
5651GL_GNULIB_VASPRINTF=''
5652GL_GNULIB_VDPRINTF=''
5653GL_GNULIB_VFPRINTF=''
5654GL_GNULIB_VFPRINTF_POSIX=''
5655GL_GNULIB_VFSCANF=''
5656GL_GNULIB_VPRINTF=''
5657GL_GNULIB_VPRINTF_POSIX=''
5658GL_GNULIB_VSCANF=''
5659GL_GNULIB_VSNPRINTF=''
5660GL_GNULIB_VSPRINTF_POSIX=''
5661GL_GNULIB_WCTOMB=''
5662GL_GNULIB_WRITE=''
5663GL_GNULIB__EXIT=''
5664GMALLOC_OBJ=''
5665GMP_H=''
5666GNULIBHEADERS_OVERRIDE_WINT_T=''
5667GNULIB_GETTIMEOFDAY=''
5668GNULIB_WARN_CFLAGS=' -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-deprecated-declarations'
5669GNUSTEP_CFLAGS=''
5670GNU_OBJC_CFLAGS=''
5671GOBJECT_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
5672GOBJECT_LIBS='-L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl'
5673GREP='/usr/bin/grep'
5674GSETTINGS_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
5675GSETTINGS_LIBS='-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl'
5676GTK_CFLAGS='-I/opt/local/include/gtk-3.0 -I/opt/local/include/at-spi2-atk/2.0 -I/opt/local/include/at-spi-2.0 -I/opt/local/include/dbus-1.0 -I/opt/local/lib/dbus-1.0/include -I/opt/local/include/gtk-3.0 -I/opt/local/include/gio-unix-2.0 -I/opt/local/include/cairo -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/fribidi -I/opt/local/include/harfbuzz -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng16 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
5677GTK_LIBS='-L/opt/local/lib -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl'
5678GTK_OBJ='gtkutil.o emacsgtkfixed.o'
5679GZIP_PROG='/usr/bin/gzip'
5680HAIKU_CFLAGS=''
5681HAIKU_CXX_OBJ=''
5682HAIKU_LIBS=''
5683HAIKU_OBJ=''
5684HARFBUZZ_CFLAGS=''
5685HARFBUZZ_LIBS=''
5686HAVE_ALIGNED_ALLOC=''
5687HAVE_ALLOCA_H=''
5688HAVE_ALPHASORT=''
5689HAVE_ATOLL=''
5690HAVE_BE_APP='no'
5691HAVE_C99_STDINT_H=''
5692HAVE_CANONICALIZE_FILE_NAME=''
5693HAVE_CHOWN=''
5694HAVE_CLOSEDIR=''
5695HAVE_COPY_FILE_RANGE=''
5696HAVE_DECL_DIRFD=''
5697HAVE_DECL_ECVT=''
5698HAVE_DECL_ENVIRON=''
5699HAVE_DECL_EXECVPE=''
5700HAVE_DECL_FCHDIR=''
5701HAVE_DECL_FCLOSEALL=''
5702HAVE_DECL_FCVT=''
5703HAVE_DECL_FDATASYNC=''
5704HAVE_DECL_FDOPENDIR=''
5705HAVE_DECL_FPURGE=''
5706HAVE_DECL_FSEEKO=''
5707HAVE_DECL_FTELLO=''
5708HAVE_DECL_GCVT=''
5709HAVE_DECL_GETDELIM=''
5710HAVE_DECL_GETDOMAINNAME=''
5711HAVE_DECL_GETLINE=''
5712HAVE_DECL_GETLOADAVG=''
5713HAVE_DECL_GETLOGIN=''
5714HAVE_DECL_GETLOGIN_R=''
5715HAVE_DECL_GETPAGESIZE=''
5716HAVE_DECL_GETUSERSHELL=''
5717HAVE_DECL_IMAXABS=''
5718HAVE_DECL_IMAXDIV=''
5719HAVE_DECL_INITSTATE=''
5720HAVE_DECL_LOCALTIME_R=''
5721HAVE_DECL_MEMMEM=''
5722HAVE_DECL_MEMRCHR=''
5723HAVE_DECL_OBSTACK_PRINTF=''
5724HAVE_DECL_POSIX_SPAWN_SETSID=''
5725HAVE_DECL_SETENV=''
5726HAVE_DECL_SETHOSTNAME=''
5727HAVE_DECL_SETSTATE=''
5728HAVE_DECL_SNPRINTF=''
5729HAVE_DECL_STRDUP=''
5730HAVE_DECL_STRERROR_R=''
5731HAVE_DECL_STRNDUP=''
5732HAVE_DECL_STRNLEN=''
5733HAVE_DECL_STRSIGNAL=''
5734HAVE_DECL_STRTOIMAX=''
5735HAVE_DECL_STRTOK_R=''
5736HAVE_DECL_STRTOUMAX=''
5737HAVE_DECL_TRUNCATE=''
5738HAVE_DECL_TTYNAME_R=''
5739HAVE_DECL_UNSETENV=''
5740HAVE_DECL_VSNPRINTF=''
5741HAVE_DIRENT_H=''
5742HAVE_DPRINTF=''
5743HAVE_DUP3=''
5744HAVE_EUIDACCESS=''
5745HAVE_EXECVPE=''
5746HAVE_EXPLICIT_BZERO=''
5747HAVE_FACCESSAT=''
5748HAVE_FCHDIR=''
5749HAVE_FCHMODAT=''
5750HAVE_FCHOWNAT=''
5751HAVE_FCNTL=''
5752HAVE_FDATASYNC=''
5753HAVE_FDOPENDIR=''
5754HAVE_FFSL=''
5755HAVE_FFSLL=''
5756HAVE_FSEEKO=''
5757HAVE_FSTATAT=''
5758HAVE_FSYNC=''
5759HAVE_FTELLO=''
5760HAVE_FTRUNCATE=''
5761HAVE_FUTIMENS=''
5762HAVE_GETDTABLESIZE=''
5763HAVE_GETENTROPY=''
5764HAVE_GETGROUPS=''
5765HAVE_GETHOSTNAME=''
5766HAVE_GETLOGIN=''
5767HAVE_GETOPT_H=''
5768HAVE_GETPAGESIZE=''
5769HAVE_GETPASS=''
5770HAVE_GETRANDOM=''
5771HAVE_GETSUBOPT=''
5772HAVE_GETTIMEOFDAY=''
5773HAVE_GETUMASK=''
5774HAVE_GRANTPT=''
5775HAVE_GROUP_MEMBER=''
5776HAVE_GSETTINGS='yes'
5777HAVE_IMAXDIV_T=''
5778HAVE_INITSTATE=''
5779HAVE_INTTYPES_H=''
5780HAVE_LCHMOD=''
5781HAVE_LCHOWN=''
5782HAVE_LIBGMP=''
5783HAVE_LIBSECCOMP=''
5784HAVE_LINK=''
5785HAVE_LINKAT=''
5786HAVE_LSTAT=''
5787HAVE_MACPORTS='/opt/local/bin/port'
5788HAVE_MAX_ALIGN_T=''
5789HAVE_MBSLEN=''
5790HAVE_MBTOWC=''
5791HAVE_MEMPCPY=''
5792HAVE_MKDIRAT=''
5793HAVE_MKDTEMP=''
5794HAVE_MKFIFO=''
5795HAVE_MKFIFOAT=''
5796HAVE_MKNOD=''
5797HAVE_MKNODAT=''
5798HAVE_MKOSTEMP=''
5799HAVE_MKOSTEMPS=''
5800HAVE_MKSTEMP=''
5801HAVE_MKSTEMPS=''
5802HAVE_MODULES=''
5803HAVE_NANOSLEEP=''
5804HAVE_NATIVE_COMP=''
5805HAVE_OPENAT=''
5806HAVE_OPENDIR=''
5807HAVE_OS_H=''
5808HAVE_PCLOSE=''
5809HAVE_PDUMPER='yes'
5810HAVE_PGTK='no'
5811HAVE_PIPE2=''
5812HAVE_PIPE=''
5813HAVE_POPEN=''
5814HAVE_POSIX_MEMALIGN=''
5815HAVE_POSIX_OPENPT=''
5816HAVE_POSIX_SIGNALBLOCKING=''
5817HAVE_POSIX_SPAWN=''
5818HAVE_POSIX_SPAWNATTR_SETFLAGS=''
5819HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR=''
5820HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP=''
5821HAVE_PREAD=''
5822HAVE_PSELECT=''
5823HAVE_PTHREAD_SIGMASK=''
5824HAVE_PTSNAME=''
5825HAVE_PTSNAME_R=''
5826HAVE_PWRITE=''
5827HAVE_QSORT_R=''
5828HAVE_RAISE=''
5829HAVE_RANDOM=''
5830HAVE_RANDOM_H=''
5831HAVE_RANDOM_R=''
5832HAVE_RAWMEMCHR=''
5833HAVE_READDIR=''
5834HAVE_READLINK=''
5835HAVE_READLINKAT=''
5836HAVE_REALLOCARRAY=''
5837HAVE_REALPATH=''
5838HAVE_RENAMEAT=''
5839HAVE_REWINDDIR=''
5840HAVE_RPMATCH=''
5841HAVE_SCANDIR=''
5842HAVE_SECCOMP=''
5843HAVE_SECURE_GETENV=''
5844HAVE_SETENV=''
5845HAVE_SETHOSTNAME=''
5846HAVE_SETSTATE=''
5847HAVE_SIGABBREV_NP=''
5848HAVE_SIGACTION=''
5849HAVE_SIGDESCR_NP=''
5850HAVE_SIGHANDLER_T=''
5851HAVE_SIGINFO_T=''
5852HAVE_SIGNED_SIG_ATOMIC_T=''
5853HAVE_SIGNED_WCHAR_T=''
5854HAVE_SIGNED_WINT_T=''
5855HAVE_SIGSET_T=''
5856HAVE_SLEEP=''
5857HAVE_SPAWN_H=''
5858HAVE_STDINT_H=''
5859HAVE_STPCPY=''
5860HAVE_STPNCPY=''
5861HAVE_STRCASESTR=''
5862HAVE_STRCHRNUL=''
5863HAVE_STRERRORNAME_NP=''
5864HAVE_STRPBRK=''
5865HAVE_STRPTIME=''
5866HAVE_STRSEP=''
5867HAVE_STRTOD=''
5868HAVE_STRTOL=''
5869HAVE_STRTOLD=''
5870HAVE_STRTOLL=''
5871HAVE_STRTOUL=''
5872HAVE_STRTOULL=''
5873HAVE_STRUCT_RANDOM_DATA=''
5874HAVE_STRUCT_SIGACTION_SA_SIGACTION=''
5875HAVE_STRUCT_TIMEVAL=''
5876HAVE_STRVERSCMP=''
5877HAVE_SYMLINK=''
5878HAVE_SYMLINKAT=''
5879HAVE_SYS_BITYPES_H=''
5880HAVE_SYS_CDEFS_H=''
5881HAVE_SYS_INTTYPES_H=''
5882HAVE_SYS_LOADAVG_H=''
5883HAVE_SYS_PARAM_H=''
5884HAVE_SYS_RANDOM_H=''
5885HAVE_SYS_SELECT_H=''
5886HAVE_SYS_TIME_H=''
5887HAVE_SYS_TYPES_H=''
5888HAVE_TIMEGM=''
5889HAVE_TIMESPEC_GET=''
5890HAVE_TIMESPEC_GETRES=''
5891HAVE_TIMEZONE_T=''
5892HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=''
5893HAVE_UNISTD_H=''
5894HAVE_UNLINKAT=''
5895HAVE_UNLOCKPT=''
5896HAVE_USLEEP=''
5897HAVE_UTIMENSAT=''
5898HAVE_VASPRINTF=''
5899HAVE_VDPRINTF=''
5900HAVE_WCHAR_H=''
5901HAVE_WCHAR_T=''
5902HAVE_WINSOCK2_H=''
5903HAVE_XSERVER=''
5904HAVE__EXIT=''
5905HYBRID_MALLOC=''
5906IEEE754_H=''
5907IMAGEMAGICK_CFLAGS='-DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 -I/opt/local/include/ImageMagick-6'
5908IMAGEMAGICK_LIBS='-L/opt/local/lib -lMagickWand-6.Q16 -lMagickCore-6.Q16'
5909INCLUDE_NEXT=''
5910INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
5911INSTALL_ARCH_INDEP_EXTRA='install-etc'
5912INSTALL_DATA='${INSTALL} -m 644'
5913INSTALL_INFO='/opt/local/bin/install-info'
5914INSTALL_PROGRAM='${INSTALL}'
5915INSTALL_SCRIPT='${INSTALL}'
5916INT32_MAX_LT_INTMAX_MAX=''
5917INT64_MAX_EQ_LONG_MAX=''
5918JSON_CFLAGS=''
5919JSON_LIBS='-L/opt/local/lib -ljansson'
5920JSON_OBJ='json.o'
5921KQUEUE_CFLAGS=''
5922KQUEUE_LIBS=''
5923KRB4LIB=''
5924KRB5LIB=''
5925LCMS2_CFLAGS=''
5926LCMS2_LIBS=''
5927LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -lfreetype -lfontconfig -Wl,-rpath /opt/local/lib/gcc13 -Wl,-no_pie -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64 '
5928LD_SWITCH_SYSTEM=''
5929LD_SWITCH_SYSTEM_TEMACS=''
5930LD_SWITCH_X_SITE=''
5931LD_SWITCH_X_SITE_RPATH=''
5932LIBGCCJIT_CFLAGS=''
5933LIBGCCJIT_LIBS=''
5934LIBGIF=''
5935LIBGMP=''
5936LIBGNUTLS_CFLAGS='-I/opt/local/include/p11-kit-1'
5937LIBGNUTLS_LIBS='-L/opt/local/lib -lgnutls'
5938LIBGNU_LIBDEPS=''
5939LIBGNU_LTLIBDEPS=''
5940LIBGPM=''
5941LIBHESIOD=''
5942LIBINTL=''
5943LIBJPEG=''
5944LIBMODULES=''
5945LIBOBJS=''
5946LIBOTF_CFLAGS=''
5947LIBOTF_LIBS=''
5948LIBPNG=''
5949LIBRESOLV=''
5950LIBS='-lsqlite3 -lX11   -L/opt/local/lib -lcairo'
5951LIBSECCOMP_CFLAGS=''
5952LIBSECCOMP_LIBS=''
5953LIBSELINUX_LIBS=''
5954LIBSOUND=''
5955LIBSYSTEMD_CFLAGS=''
5956LIBSYSTEMD_LIBS=''
5957LIBS_ECLIENT=''
5958LIBS_GNUSTEP=''
5959LIBS_MAIL=''
5960LIBS_SYSTEM=''
5961LIBS_TERMCAP=''
5962LIBTIFF=''
5963LIBXMENU=''
5964LIBXML2_CFLAGS=''
5965LIBXML2_LIBS=''
5966LIBXMU=''
5967LIBXPM=''
5968LIBXSM=''
5969LIBXTR6=''
5970LIBXT_OTHER=''
5971LIBX_OTHER=''
5972LIBZ=''
5973LIB_ACL=''
5974LIB_CLOCK_GETTIME=''
5975LIB_EACCESS=''
5976LIB_EXECINFO=''
5977LIB_GETRANDOM=''
5978LIB_HAS_ACL=''
5979LIB_MATH=''
5980LIB_NANOSLEEP=''
5981LIB_PTHREAD=''
5982LIB_PTHREAD_SIGMASK=''
5983LIB_TIMER_TIME=''
5984LIB_WSOCK32=''
5985LIMITS_H=''
5986LN_S_FILEONLY='ln -s'
5987LTLIBGMP=''
5988LTLIBINTL=''
5989LTLIBOBJS=''
5990M17N_FLT_CFLAGS=''
5991M17N_FLT_LIBS=''
5992MAKEINFO='makeinfo'
5993MAKE_PROG='yes'
5994MKDIR_P=''
5995MODULES_OBJ=''
5996MODULES_SECONDARY_SUFFIX=''
5997MODULES_SUFFIX=''
5998NATIVE_COMPILATION_AOT='yes'
5999NEXT_ASSERT_H=''
6000NEXT_AS_FIRST_DIRECTIVE_ASSERT_H=''
6001NEXT_AS_FIRST_DIRECTIVE_DIRENT_H=''
6002NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
6003NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
6004NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=''
6005NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=''
6006NEXT_AS_FIRST_DIRECTIVE_LIMITS_H=''
6007NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
6008NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
6009NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
6010NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
6011NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
6012NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
6013NEXT_AS_FIRST_DIRECTIVE_SYS_RANDOM_H=''
6014NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H=''
6015NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
6016NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
6017NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=''
6018NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
6019NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
6020NEXT_DIRENT_H=''
6021NEXT_ERRNO_H=''
6022NEXT_FCNTL_H=''
6023NEXT_GETOPT_H=''
6024NEXT_INTTYPES_H=''
6025NEXT_LIMITS_H=''
6026NEXT_SIGNAL_H=''
6027NEXT_STDDEF_H=''
6028NEXT_STDINT_H=''
6029NEXT_STDIO_H=''
6030NEXT_STDLIB_H=''
6031NEXT_STRING_H=''
6032NEXT_SYS_RANDOM_H=''
6033NEXT_SYS_SELECT_H=''
6034NEXT_SYS_STAT_H=''
6035NEXT_SYS_TIME_H=''
6036NEXT_SYS_TYPES_H=''
6037NEXT_TIME_H=''
6038NEXT_UNISTD_H=''
6039NOTIFY_CFLAGS=''
6040NOTIFY_LIBS=''
6041NOTIFY_OBJ='kqueue.o'
6042NS_OBJ=''
6043NS_OBJC_OBJ=''
6044NTDIR=''
6045NTLIB=''
6046OBJC='/usr/bin/clang'
6047OBJCFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX14.sdk -arch arm64'
6048OBJEXT='o'
6049OTHER_FILES=''
6050PACKAGE_BUGREPORT='bug-gnu-emacs@gnu.org'
6051PACKAGE_NAME='GNU Emacs'
6052PACKAGE_STRING='GNU Emacs 29.2'
6053PACKAGE_TARNAME='emacs'
6054PACKAGE_URL='https://www.gnu.org/software/emacs/'
6055PACKAGE_VERSION='29.2'
6056PATH_SEPARATOR=':'
6057PAXCTL=''
6058PAXCTL_dumped=''
6059PAXCTL_notdumped=''
6060PGTK_LIBS=''
6061PGTK_OBJ=''
6062PKG_CONFIG='/opt/local/bin/pkg-config'
6063PKG_CONFIG_LIBDIR=''
6064PKG_CONFIG_PATH=''
6065PNG_CFLAGS=''
6066PNG_LIBS=''
6067POST_ALLOC_OBJ=''
6068PRAGMA_COLUMNS=''
6069PRAGMA_SYSTEM_HEADER=''
6070PRE_ALLOC_OBJ=''
6071PRIPTR_PREFIX=''
6072PROFILING_CFLAGS=''
6073PTHREAD_H_DEFINES_STRUCT_TIMESPEC=''
6074PTRDIFF_T_SUFFIX=''
6075RALLOC_OBJ=''
6076RANLIB='ranlib'
6077REPLACE_ACCESS=''
6078REPLACE_ALIGNED_ALLOC=''
6079REPLACE_CALLOC_FOR_CALLOC_GNU=''
6080REPLACE_CALLOC_FOR_CALLOC_POSIX=''
6081REPLACE_CANONICALIZE_FILE_NAME=''
6082REPLACE_CHMOD=''
6083REPLACE_CHOWN=''
6084REPLACE_CLOSE=''
6085REPLACE_CLOSEDIR=''
6086REPLACE_COPY_FILE_RANGE=''
6087REPLACE_CREAT=''
6088REPLACE_CTIME=''
6089REPLACE_DIRFD=''
6090REPLACE_DPRINTF=''
6091REPLACE_DUP2=''
6092REPLACE_DUP=''
6093REPLACE_EXECL=''
6094REPLACE_EXECLE=''
6095REPLACE_EXECLP=''
6096REPLACE_EXECV=''
6097REPLACE_EXECVE=''
6098REPLACE_EXECVP=''
6099REPLACE_EXECVPE=''
6100REPLACE_FACCESSAT=''
6101REPLACE_FCHMODAT=''
6102REPLACE_FCHOWNAT=''
6103REPLACE_FCLOSE=''
6104REPLACE_FCNTL=''
6105REPLACE_FDOPEN=''
6106REPLACE_FDOPENDIR=''
6107REPLACE_FFLUSH=''
6108REPLACE_FFSLL=''
6109REPLACE_FOPEN=''
6110REPLACE_FOPEN_FOR_FOPEN_GNU=''
6111REPLACE_FPRINTF=''
6112REPLACE_FPURGE=''
6113REPLACE_FREE=''
6114REPLACE_FREOPEN=''
6115REPLACE_FSEEK=''
6116REPLACE_FSEEKO=''
6117REPLACE_FSTAT=''
6118REPLACE_FSTATAT=''
6119REPLACE_FTELL=''
6120REPLACE_FTELLO=''
6121REPLACE_FTRUNCATE=''
6122REPLACE_FUTIMENS=''
6123REPLACE_GETCWD=''
6124REPLACE_GETDELIM=''
6125REPLACE_GETDOMAINNAME=''
6126REPLACE_GETDTABLESIZE=''
6127REPLACE_GETGROUPS=''
6128REPLACE_GETLINE=''
6129REPLACE_GETLOGIN_R=''
6130REPLACE_GETPAGESIZE=''
6131REPLACE_GETPASS=''
6132REPLACE_GETPASS_FOR_GETPASS_GNU=''
6133REPLACE_GETRANDOM=''
6134REPLACE_GETTIMEOFDAY=''
6135REPLACE_GMTIME=''
6136REPLACE_INITSTATE=''
6137REPLACE_ISATTY=''
6138REPLACE_LCHOWN=''
6139REPLACE_LINK=''
6140REPLACE_LINKAT=''
6141REPLACE_LOCALTIME=''
6142REPLACE_LOCALTIME_R=''
6143REPLACE_LSEEK=''
6144REPLACE_LSTAT=''
6145REPLACE_MALLOC_FOR_MALLOC_GNU=''
6146REPLACE_MALLOC_FOR_MALLOC_POSIX=''
6147REPLACE_MBTOWC=''
6148REPLACE_MEMCHR=''
6149REPLACE_MEMMEM=''
6150REPLACE_MKDIR=''
6151REPLACE_MKFIFO=''
6152REPLACE_MKFIFOAT=''
6153REPLACE_MKNOD=''
6154REPLACE_MKNODAT=''
6155REPLACE_MKSTEMP=''
6156REPLACE_MKTIME=''
6157REPLACE_NANOSLEEP=''
6158REPLACE_NULL=''
6159REPLACE_OBSTACK_PRINTF=''
6160REPLACE_OPEN=''
6161REPLACE_OPENAT=''
6162REPLACE_OPENDIR=''
6163REPLACE_PERROR=''
6164REPLACE_POPEN=''
6165REPLACE_POSIX_MEMALIGN=''
6166REPLACE_PREAD=''
6167REPLACE_PRINTF=''
6168REPLACE_PSELECT=''
6169REPLACE_PTHREAD_SIGMASK=''
6170REPLACE_PTSNAME=''
6171REPLACE_PTSNAME_R=''
6172REPLACE_PUTENV=''
6173REPLACE_PWRITE=''
6174REPLACE_QSORT_R=''
6175REPLACE_RAISE=''
6176REPLACE_RANDOM=''
6177REPLACE_RANDOM_R=''
6178REPLACE_READ=''
6179REPLACE_READLINK=''
6180REPLACE_READLINKAT=''
6181REPLACE_REALLOCARRAY=''
6182REPLACE_REALLOC_FOR_REALLOC_GNU=''
6183REPLACE_REALLOC_FOR_REALLOC_POSIX=''
6184REPLACE_REALPATH=''
6185REPLACE_REMOVE=''
6186REPLACE_RENAME=''
6187REPLACE_RENAMEAT=''
6188REPLACE_RMDIR=''
6189REPLACE_SELECT=''
6190REPLACE_SETENV=''
6191REPLACE_SETSTATE=''
6192REPLACE_SLEEP=''
6193REPLACE_SNPRINTF=''
6194REPLACE_SPRINTF=''
6195REPLACE_STAT=''
6196REPLACE_STDIO_READ_FUNCS=''
6197REPLACE_STDIO_WRITE_FUNCS=''
6198REPLACE_STPNCPY=''
6199REPLACE_STRCASESTR=''
6200REPLACE_STRCHRNUL=''
6201REPLACE_STRDUP=''
6202REPLACE_STRERROR=''
6203REPLACE_STRERRORNAME_NP=''
6204REPLACE_STRERROR_R=''
6205REPLACE_STRFTIME=''
6206REPLACE_STRNCAT=''
6207REPLACE_STRNDUP=''
6208REPLACE_STRNLEN=''
6209REPLACE_STRSIGNAL=''
6210REPLACE_STRSTR=''
6211REPLACE_STRTOD=''
6212REPLACE_STRTOIMAX=''
6213REPLACE_STRTOK_R=''
6214REPLACE_STRTOL=''
6215REPLACE_STRTOLD=''
6216REPLACE_STRTOLL=''
6217REPLACE_STRTOUL=''
6218REPLACE_STRTOULL=''
6219REPLACE_STRTOUMAX=''
6220REPLACE_STRUCT_TIMEVAL=''
6221REPLACE_SYMLINK=''
6222REPLACE_SYMLINKAT=''
6223REPLACE_TIMEGM=''
6224REPLACE_TMPFILE=''
6225REPLACE_TRUNCATE=''
6226REPLACE_TTYNAME_R=''
6227REPLACE_TZSET=''
6228REPLACE_UNLINK=''
6229REPLACE_UNLINKAT=''
6230REPLACE_UNSETENV=''
6231REPLACE_USLEEP=''
6232REPLACE_UTIMENSAT=''
6233REPLACE_VASPRINTF=''
6234REPLACE_VDPRINTF=''
6235REPLACE_VFPRINTF=''
6236REPLACE_VPRINTF=''
6237REPLACE_VSNPRINTF=''
6238REPLACE_VSPRINTF=''
6239REPLACE_WCTOMB=''
6240REPLACE_WRITE=''
6241RSVG_CFLAGS='-I/opt/local/include/librsvg-2.0 -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/cairo -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/pixman-1 -I/opt/local/include/freetype2 -I/opt/local/include/libpng16'
6242RSVG_LIBS='-L/opt/local/lib -lrsvg-2 -lm -lgio-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lintl -lcairo'
6243SEPCHAR=''
6244SETFATTR=''
6245SETTINGS_CFLAGS='-I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -DORBIT2=1 -I/opt/local/include/gconf/2 -I/opt/local/include/orbit-2.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include'
6246SETTINGS_LIBS='-L/opt/local/lib -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lintl -L/opt/local/lib -lgconf-2 -lglib-2.0 -lintl -L/opt/local/lib -lgobject-2.0 -lglib-2.0 -lintl'
6247SHELL='/bin/sh'
6248SIG_ATOMIC_T_SUFFIX=''
6249SIZEOF_LONG=''
6250SIZE_T_SUFFIX=''
6251SMALL_JA_DIC=''
6252SQLITE3_LIBS='-lsqlite3'
6253STDALIGN_H=''
6254STDCKDINT_H=''
6255STDDEF_H=''
6256STDINT_H=''
6257SUBDIR_MAKEFILES_IN=''
6258SYSTEM_TYPE='darwin'
6259SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=''
6260TERMCAP_OBJ=''
6261TIME_H_DEFINES_STRUCT_TIMESPEC=''
6262TIME_H_DEFINES_TIME_UTC=''
6263TOOLKIT_LIBW=''
6264TREE_SITTER_CFLAGS=''
6265TREE_SITTER_LIBS='-L/opt/local/lib -ltree-sitter'
6266UINT32_MAX_LT_UINTMAX_MAX=''
6267UINT64_MAX_EQ_ULONG_MAX=''
6268UNDEFINE_STRTOK_R=''
6269UNEXEC_OBJ=''
6270UNISTD_H_DEFINES_STRUCT_TIMESPEC=''
6271UNISTD_H_HAVE_SYS_RANDOM_H=''
6272UNISTD_H_HAVE_WINSOCK2_H=''
6273UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=''
6274USE_ACL=''
6275USE_STARTUP_NOTIFICATION='yes'
6276VMLIMIT_OBJ=''
6277W32_LIBS=''
6278W32_OBJ=''
6279W32_RES_LINK=''
6280WARN_CFLAGS=' -Wno-switch -Wno-pointer-sign -Wno-string-plus-int -Wno-unknown-attributes -Wno-unknown-pragmas -Wno-initializer-overrides -Wno-tautological-compare -Wno-tautological-constant-out-of-range-compare -Wno-deprecated-declarations'
6281WCHAR_T_SUFFIX=''
6282WEBKIT_CFLAGS=''
6283WEBKIT_LIBS=''
6284WEBP_CFLAGS='-I/opt/local/include/webp'
6285WEBP_LIBS='-L/opt/local/lib -lwebpdemux -lwebpdecoder'
6286WERROR_CFLAGS=''
6287WIDGET_OBJ=''
6288WINDOWS_64_BIT_OFF_T=''
6289WINDOWS_64_BIT_ST_SIZE=''
6290WINDOWS_STAT_INODES=''
6291WINDOWS_STAT_TIMESPEC=''
6292WINDOW_SYSTEM_OBJ=''
6293WINDRES=''
6294WINT_T_SUFFIX=''
6295XARGS_LIMIT=''
6296XCB_LIBS=''
6297XCOMPOSITE_CFLAGS=''
6298XCOMPOSITE_LIBS=''
6299XCRUN='xcrun'
6300XDBE_CFLAGS=''
6301XDBE_LIBS=''
6302XFIXES_CFLAGS=''
6303XFIXES_LIBS=''
6304XFT_CFLAGS=''
6305XFT_LIBS=''
6306XGSELOBJ=''
6307XINERAMA_CFLAGS=''
6308XINERAMA_LIBS=''
6309XINPUT_CFLAGS=''
6310XINPUT_LIBS=''
6311XMENU_OBJ=''
6312XMKMF=''
6313XOBJ=''
6314XRANDR_CFLAGS=''
6315XRANDR_LIBS=''
6316XRENDER_LIBS='-lXrender'
6317XSHAPE_CFLAGS=''
6318XSHAPE_LIBS=''
6319XSYNC_CFLAGS=''
6320XSYNC_LIBS=''
6321XWIDGETS_OBJ='xwidget.o'
6322X_TOOLKIT_TYPE='none'
6323ac_ct_CC=''
6324ac_ct_CXX=''
6325ac_ct_OBJC=''
6326archlibdir='${libexecdir}/emacs/${version}/${configuration}'
6327bindir='${exec_prefix}/bin'
6328bitmapdir='/usr/include/X11/bitmaps'
6329build='aarch64-apple-darwin23.2.0'
6330build_alias=''
6331build_cpu='aarch64'
6332build_os='darwin23.2.0'
6333build_vendor='apple'
6334cache_file='/dev/null'
6335canonical='aarch64-apple-darwin23.2.0'
6336comma_space_version=''
6337comma_version=''
6338configuration='aarch64-apple-darwin23.2.0'
6339copyright=''
6340datadir='${datarootdir}'
6341datarootdir='${prefix}/share'
6342docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
6343dvidir='${docdir}'
6344emacs_major_version=''
6345etcdir='${datadir}/emacs/${version}/etc'
6346etcdocdir='${datadir}/emacs/${version}/etc'
6347exec_prefix='NONE'
6348gamedir='${localstatedir}/games/emacs'
6349gamegroup=''
6350gameuser=''
6351gl_GNULIB_ENABLED_03e0aaad4cb89ca757653bd367a6ccb7_CONDITION=''
6352gl_GNULIB_ENABLED_260941c0e5dc67ec9e87d1fb321c300b_CONDITION=''
6353gl_GNULIB_ENABLED_5264294aa0a5557541b53c8c741f7f31_CONDITION=''
6354gl_GNULIB_ENABLED_6099e9737f757db36c47fa9d9f02e88c_CONDITION=''
6355gl_GNULIB_ENABLED_61bcaca76b3e6f9ae55d57a1c3193bc4_CONDITION=''
6356gl_GNULIB_ENABLED_682e609604ccaac6be382e4ee3a4eaec_CONDITION=''
6357gl_GNULIB_ENABLED_8444034ea779b88768865bb60b4fb8c9_CONDITION=''
6358gl_GNULIB_ENABLED_925677f0343de64b89a9f0c790b4104c_CONDITION=''
6359gl_GNULIB_ENABLED_a9786850e999ae65a836a6041e8e5ed1_CONDITION=''
6360gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_CONDITION=''
6361gl_GNULIB_ENABLED_cloexec_CONDITION=''
6362gl_GNULIB_ENABLED_d3b2383720ee0e541357aa2aac598e2b_CONDITION=''
6363gl_GNULIB_ENABLED_dirfd_CONDITION=''
6364gl_GNULIB_ENABLED_e80bf6f757095d2e5fc94dafb8f8fc8b_CONDITION=''
6365gl_GNULIB_ENABLED_ef455225c00f5049c808c2eda3e76866_CONDITION=''
6366gl_GNULIB_ENABLED_euidaccess_CONDITION=''
6367gl_GNULIB_ENABLED_fd38c7e463b54744b77b98aeafb4fa7c_CONDITION=''
6368gl_GNULIB_ENABLED_getdtablesize_CONDITION=''
6369gl_GNULIB_ENABLED_getgroups_CONDITION=''
6370gl_GNULIB_ENABLED_lchmod_CONDITION=''
6371gl_GNULIB_ENABLED_open_CONDITION=''
6372gl_GNULIB_ENABLED_rawmemchr_CONDITION=''
6373gl_GNULIB_ENABLED_strtoll_CONDITION=''
6374gl_GNULIB_ENABLED_utimens_CONDITION=''
6375gl_LIBOBJDEPS=''
6376gl_LIBOBJS=''
6377gl_LTLIBOBJS=''
6378gltests_LIBOBJDEPS=''
6379gltests_LIBOBJS=''
6380gltests_LTLIBOBJS=''
6381gltests_WITNESS=''
6382gsettingsschemadir=''
6383host='aarch64-apple-darwin23.2.0'
6384host_alias=''
6385host_cpu='aarch64'
6386host_os='darwin23.2.0'
6387host_vendor='apple'
6388htmldir='${docdir}'
6389includedir='${prefix}/include'
6390infodir='/opt/local/share/info/emacs'
6391libdir='${exec_prefix}/lib'
6392libexecdir='${exec_prefix}/libexec'
6393liblockfile=''
6394lispdir='${datadir}/emacs/${version}/lisp'
6395lispdirrel='${version}/lisp'
6396lisppath='${locallisppath}:${standardlisppath}'
6397localedir='${datarootdir}/locale'
6398locallisppath='${datadir}/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp'
6399localstatedir='${prefix}/var'
6400mandir='${datarootdir}/man'
6401ns_appbindir=''
6402ns_appdir=''
6403ns_applibdir=''
6404ns_applibexecdir=''
6405ns_appresdir=''
6406ns_appsrc=''
6407ns_check_file=''
6408ns_self_contained='no'
6409oldincludedir='/usr/include'
6410pdfdir='${docdir}'
6411prefix='/opt/local'
6412program_transform_name='s,x,x,'
6413psdir='${docdir}'
6414runstatedir='${localstatedir}/run'
6415sbindir='${exec_prefix}/sbin'
6416sharedstatedir='${prefix}/com'
6417srcdir='.'
6418standardlisppath='${lispdir}'
6419sysconfdir='${prefix}/etc'
6420target_alias=''
6421version=''
6422with_mailutils=''
6423x_default_search_path='/usr/share/X11/%L/%T/%N%C%S:/usr/share/X11/%l/%T/%N%C%S:/usr/share/X11/%T/%N%C%S:/usr/share/X11/%L/%T/%N%S:/usr/share/X11/%l/%T/%N%S:/usr/share/X11/%T/%N%S:/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S'
6424
6425## ------------------- ##
6426## File substitutions. ##
6427## ------------------- ##
6428
6429module_env_snippet_25=''
6430module_env_snippet_26=''
6431module_env_snippet_27=''
6432module_env_snippet_28=''
6433module_env_snippet_29=''
6434
6435## ----------- ##
6436## confdefs.h. ##
6437## ----------- ##
6438
6439/* confdefs.h */
6440#define PACKAGE_NAME "GNU Emacs"
6441#define PACKAGE_TARNAME "emacs"
6442#define PACKAGE_VERSION "29.2"
6443#define PACKAGE_STRING "GNU Emacs 29.2"
6444#define PACKAGE_BUGREPORT "bug-gnu-emacs@gnu.org"
6445#define PACKAGE_URL "https://www.gnu.org/software/emacs/"
6446#define HAVE_PDUMPER 1
6447#define HAVE_STDIO_H 1
6448#define HAVE_STDLIB_H 1
6449#define HAVE_STRING_H 1
6450#define HAVE_INTTYPES_H 1
6451#define HAVE_STDINT_H 1
6452#define HAVE_STRINGS_H 1
6453#define HAVE_SYS_STAT_H 1
6454#define HAVE_SYS_TYPES_H 1
6455#define HAVE_UNISTD_H 1
6456#define HAVE_WCHAR_H 1
6457#define HAVE_SYS_RESOURCE_H 1
6458#define HAVE_SYS_UTSNAME_H 1
6459#define HAVE_PWD_H 1
6460#define HAVE_UTMP_H 1
6461#define HAVE_UTIL_H 1
6462#define HAVE_SANITIZER_LSAN_INTERFACE_H 1
6463#define HAVE_SYS_SOCKET_H 1
6464#define HAVE_SYS_PARAM_H 1
6465#define HAVE_PTHREAD_H 1
6466#define HAVE_MALLOC_MALLOC_H 1
6467#define HAVE_SYS_UN_H 1
6468#define HAVE_DIRENT_H 1
6469#define HAVE_EXECINFO_H 1
6470#define HAVE_GETOPT_H 1
6471#define HAVE_SYS_CDEFS_H 1
6472#define HAVE_SYS_TIME_H 1
6473#define HAVE_LIMITS_H 1
6474#define HAVE_SYS_SELECT_H 1
6475#define HAVE_STDALIGN_H 1
6476#define HAVE_STDBOOL_H 1
6477#define HAVE_SYS_RANDOM_H 1
6478#define STDC_HEADERS 1
6479#define _ALL_SOURCE 1
6480#define _DARWIN_C_SOURCE 1
6481#define _GNU_SOURCE 1
6482#define _HPUX_ALT_XOPEN_SOCKET_API 1
6483#define _NETBSD_SOURCE 1
6484#define _OPENBSD_SOURCE 1
6485#define _POSIX_PTHREAD_SEMANTICS 1
6486#define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
6487#define __STDC_WANT_IEC_60559_BFP_EXT__ 1
6488#define __STDC_WANT_IEC_60559_DFP_EXT__ 1
6489#define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
6490#define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
6491#define __STDC_WANT_LIB_EXT2__ 1
6492#define __STDC_WANT_MATH_SPEC_FUNCS__ 1
6493#define _TANDEM_SOURCE 1
6494#define __EXTENSIONS__ 1
6495#define SYSTEM_TYPE "darwin"
6496#define HAVE_TERM_H 1
6497#define HAVE_SYS_WAIT_H 1
6498#define HAVE_NET_IF_H 1
6499#define HAVE_IFADDRS_H 1
6500#define HAVE_NET_IF_DL_H 1
6501#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
6502#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
6503#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
6504#define HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN 1
6505#define HAVE_SBRK 1
6506#define HAVE_GETPAGESIZE 1
6507#define HAVE_FORK 1
6508#define HAVE_VFORK 1
6509#define HAVE_FCHMOD 1
6510#define HAVE_FACCESSAT 1
6511#define HAVE_REALPATH 1
6512#define HAVE_LSTAT 1
6513#define HAVE_READLINKAT 1
6514#define HAVE_MEMSET_S 1
6515#define HAVE_FCHMODAT 1
6516#define HAVE_LCHMOD 1
6517#define HAVE_FCNTL 1
6518#define HAVE_FDOPENDIR 1
6519#define HAVE_FSTATAT 1
6520#define HAVE_FSYNC 1
6521#define HAVE_FUTIMENS 1
6522#define HAVE_GETTIMEOFDAY 1
6523#define HAVE_MKOSTEMP 1
6524#define HAVE_PSELECT 1
6525#define HAVE_PTHREAD_SIGMASK 1
6526#define HAVE_READLINK 1
6527#define HAVE_ISBLANK 1
6528#define HAVE_ISWCTYPE 1
6529#define HAVE_STRTOIMAX 1
6530#define HAVE_SYMLINK 1
6531#define HAVE_LOCALTIME_R 1
6532#define HAVE_TIMEGM 1
6533#define HAVE_UTIMENSAT 1
6534#define HAVE_GETDTABLESIZE 1
6535#define HAVE_FUTIMES 1
6536#define HAVE_LUTIMES 1
6537#define SYSTEM_MALLOC 1
6538#define HAVE_MMAP 1
6539#define HAVE_PTHREAD 1
6540#define THREADS_ENABLED 1
6541#define HAVE_XKB 1
6542#define HAVE_XKBREFRESHKEYBOARDMAPPING 1
6543#define HAVE_XKBFREENAMES 1
6544#define HAVE_XRMSETDATABASE 1
6545#define HAVE_XSCREENRESOURCESTRING 1
6546#define HAVE_XSCREENNUMBEROFSCREEN 1
6547#define HAVE_XDISPLAYCELLS 1
6548#define HAVE_XDESTROYSUBWINDOWS 1
6549#define HAVE_X11R6 1
6550#define HAVE_X_I18N 1
6551#define HAVE_XICCALLBACK_CALLBACK 1
6552#define HAVE_X11R6_XIM 1
6553#define HAVE_RSVG 1
6554#define HAVE_WEBP 1
6555#define HAVE_SQLITE3 1
6556#define HAVE_SQLITE3_LOAD_EXTENSION 1
6557#define HAVE_MAGICKRELINQUISHMEMORY 1
6558#define HAVE_MAGICKEXPORTIMAGEPIXELS 1
6559#define HAVE_MAGICKMERGEIMAGELAYERS 1
6560#define HAVE_MAGICKAUTOORIENTIMAGE 1
6561#define HAVE_IMAGEMAGICK 1
6562#define HAVE_GTK3 1
6563#define GDK_DISABLE_DEPRECATION_WARNINGS 1
6564#define GLIB_DISABLE_DEPRECATION_WARNINGS 1
6565#define USE_GTK 1
6566#define HAVE_GSETTINGS 1
6567#define HAVE_GCONF 1
6568#define HAVE_GNUTLS 1
6569#define HAVE_JSON 1
6570#define HAVE_TREE_SITTER 1
6571#define HAVE_KQUEUE 1
6572#define USE_FILE_NOTIFY 1
6573#define USE_TOOLKIT_SCROLL_BARS 1
6574#define HAVE_XIM 1
6575#define USE_XIM 1
6576#define HAVE_XRENDER 1
6577#define USE_CAIRO 1
6578
6579configure: exit 1