Advertisement
Guest User

config.log

a guest
Feb 17th, 2020
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 57.89 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by GNU M4 configure 1.4.18, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ../../../m4/configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = sheryl-VirtualBox
  14. uname -m = x86_64
  15. uname -r = 5.3.0-28-generic
  16. uname -s = Linux
  17. uname -v = #30~18.04.1-Ubuntu SMP Fri Jan 17 06:14:09 UTC 2020
  18.  
  19. /usr/bin/uname -p = unknown
  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 = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/sheryl/frida/build/ft-android-arm64/bin
  31. PATH: /home/sheryl/frida/build/ft-toolchain-linux-x86_64/bin
  32. PATH: /home/sheryl/.local/bin
  33. PATH: /usr/local/sbin
  34. PATH: /usr/local/bin
  35. PATH: /usr/sbin
  36. PATH: /usr/bin
  37. PATH: /sbin
  38. PATH: /bin
  39. PATH: /usr/games
  40. PATH: /usr/local/games
  41. PATH: /snap/bin
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:3573: loading site script /home/sheryl/frida/build/ft-config-android-arm64.site
  49. | # config.site for configure
  50. |
  51. | frida_host_platform=android
  52. | frida_host_arch=arm64
  53. | frida_host_platform_arch=android-arm64
  54. | frida_libc=glibc
  55. | frida_prefix=/home/sheryl/frida/build/ft-android-arm64
  56. |
  57. | test "$prefix" = NONE && prefix="$frida_prefix"
  58. |
  59. | enable_nls=no
  60. | enable_silent_rules=yes
  61. |
  62. | frida_warning_flags="-Wall"
  63. |
  64. | case "$PACKAGE_TARNAME" in
  65. | capstone)
  66. | # Takes ages to compile with debug information
  67. | frida_flags="-Os -pipe"
  68. | ;;
  69. | *)
  70. | frida_flags="-Os -pipe -g3"
  71. | ;;
  72. | esac
  73. |
  74. | case $frida_host_platform_arch in
  75. | linux-arm)
  76. | host_alias="arm-linux-gnueabi"
  77. | cross_compiling=yes
  78. | ;;
  79. | linux-armbe8)
  80. | host_alias="arm-linux-gnueabi"
  81. | cross_compiling=yes
  82. | ;;
  83. | linux-armhf)
  84. | host_alias="arm-linux-gnueabihf"
  85. | cross_compiling=yes
  86. | ;;
  87. | linux-arm64)
  88. | host_alias="aarch64-linux-gnu"
  89. | cross_compiling=yes
  90. | ;;
  91. | linux-mips)
  92. | host_alias="mips-linux-$frida_libc"
  93. | cross_compiling=yes
  94. | ;;
  95. | linux-mipsel)
  96. | host_alias="mipsel-linux-$frida_libc"
  97. | cross_compiling=yes
  98. | ;;
  99. | linux-mips64)
  100. | host_alias="mips64-linux-$frida_libc"
  101. | cross_compiling=yes
  102. | ;;
  103. | linux-x86)
  104. | host_alias="i686-linux-gnu"
  105. | cross_compiling=yes
  106. | ;;
  107. | linux-x86_64)
  108. | host_alias="x86_64-linux-gnu"
  109. | cross_compiling=no
  110. | ;;
  111. | qnx-x86)
  112. | host_alias="i486-pc-nto-qnx6.6.0"
  113. | cross_compiling=yes
  114. | ;;
  115. | qnx-armeabi)
  116. | host_alias="arm-unknown-nto-qnx6.5.0eabi"
  117. | cross_compiling=yes
  118. | ;;
  119. | qnx-arm)
  120. | host_alias="arm-unknown-nto-qnx6.5.0"
  121. | cross_compiling=yes
  122. | ;;
  123. | android-x86)
  124. | host_alias="i686-none-linux-android"
  125. | cross_compiling=yes
  126. | ;;
  127. | android-x86_64)
  128. | host_alias="x86_64-none-linux-android"
  129. | cross_compiling=yes
  130. | ;;
  131. | android-arm)
  132. | host_alias="armv7-none-linux-androideabi"
  133. | cross_compiling=yes
  134. |
  135. | frida_flags="$frida_flags -mthumb"
  136. | ;;
  137. | android-arm64)
  138. | host_alias="aarch64-none-linux-android"
  139. | cross_compiling=yes
  140. | ;;
  141. | macos-x86|ios-x86)
  142. | host_alias="i686-apple-darwin"
  143. | cross_compiling=yes
  144. | ;;
  145. | ios-x86_64)
  146. | host_alias="x86_64-apple-darwin"
  147. | cross_compiling=yes
  148. | ;;
  149. | ios-arm)
  150. | host_alias="arm-apple-darwin"
  151. | cross_compiling=yes
  152. |
  153. | frida_flags="$frida_flags -mthumb"
  154. | ;;
  155. | ios-arm64|ios-arm64e)
  156. | host_alias="aarch64-apple-darwin"
  157. | cross_compiling=yes
  158. | ;;
  159. | esac
  160. |
  161. | case $frida_host_platform_arch in
  162. | android-*)
  163. | ac_cv_sys_file_offset_bits=no
  164. | ;;
  165. | esac
  166. |
  167. | # Work around a bug in stdint generation m4, where CFLAGS is overwritten,
  168. | # causing this check to conclude that there's no stdint.h support...
  169. | ac_cv_header_stdint_t=yes
  170. |
  171. | if [ -x /usr/bin/install ]; then
  172. | ac_cv_path_install="/usr/bin/install -p"
  173. | fi
  174. |
  175. | case "$PACKAGE_TARNAME" in
  176. | gettext*)
  177. | enable_shared=no
  178. | enable_static=yes
  179. | ;;
  180. | xz)
  181. | enable_shared=no
  182. | enable_static=yes
  183. | ;;
  184. | libunwind)
  185. | enable_shared=no
  186. | enable_static=yes
  187. | enable_coredump=no
  188. | enable_ptrace=no
  189. | enable_setjmp=no
  190. | enable_debug=no
  191. | enable_msabi_support=no
  192. | enable_minidebuginfo=yes
  193. |
  194. | CFLAGS="$CFLAGS -I$frida_prefix/include"
  195. | LDFLAGS="$LDFLAGS -L$frida_prefix/lib"
  196. | ;;
  197. | elfutils)
  198. | case $frida_host_platform_arch in
  199. | android-x86|android-arm)
  200. | ac_cv_have_decl_mempcpy=no
  201. | ;;
  202. | esac
  203. | ;;
  204. | capstone)
  205. | enable_shared=no
  206. | enable_static=yes
  207. | frida_flags="$frida_warning_flags $frida_flags"
  208. | ;;
  209. | *)
  210. | frida_flags="$frida_warning_flags $frida_flags"
  211. | ;;
  212. | esac
  213. |
  214. | CFLAGS="$CFLAGS $frida_flags"
  215. | CXXFLAGS="$CXXFLAGS $frida_flags"
  216. | OBJCFLAGS="$OBJCFLAGS $frida_flags"
  217. configure:3788: checking for a BSD-compatible install
  218. configure:3856: result: /usr/bin/install -p
  219. configure:3867: checking whether build environment is sane
  220. configure:3922: result: yes
  221. configure:4021: checking for strip
  222. configure:4048: result: /home/sheryl/frida/build/ft-android-arm64-strip
  223. configure:4060: WARNING: using cross tools not prefixed with host triplet
  224. configure:4073: checking for a thread-safe mkdir -p
  225. configure:4112: result: /bin/mkdir -p
  226. configure:4119: checking for gawk
  227. configure:4135: found /usr/bin/gawk
  228. configure:4146: result: gawk
  229. configure:4157: checking whether make sets $(MAKE)
  230. configure:4179: result: yes
  231. configure:4208: checking whether make supports nested variables
  232. configure:4225: result: yes
  233. configure:4362: checking whether make supports nested variables
  234. configure:4379: result: yes
  235. configure:4445: checking for gcc
  236. configure:4472: result: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang
  237. configure:4701: checking for C compiler version
  238. configure:4710: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang --version >&5
  239. Android (5220042 based on r346389c) clang version 8.0.7 (https://android.googlesource.com/toolchain/clang b55f2d4ebfd35bf643d27dbca1bb228957008617) (https://android.googlesource.com/toolchain/llvm 3c393fe7a7e13b0fba4ac75a01aa683d7a5b11cd) (based on LLVM 8.0.7svn)
  240. Target: aarch64-unknown-linux-android21
  241. Thread model: posix
  242. InstalledDir: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin
  243. configure:4721: $? = 0
  244. configure:4710: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -v >&5
  245. Android (5220042 based on r346389c) clang version 8.0.7 (https://android.googlesource.com/toolchain/clang b55f2d4ebfd35bf643d27dbca1bb228957008617) (https://android.googlesource.com/toolchain/llvm 3c393fe7a7e13b0fba4ac75a01aa683d7a5b11cd) (based on LLVM 8.0.7svn)
  246. Target: aarch64-unknown-linux-android21
  247. Thread model: posix
  248. InstalledDir: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin
  249. Found candidate GCC installation: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x
  250. Selected GCC installation: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/../lib/gcc/aarch64-linux-android/4.9.x
  251. Candidate multilib: .;@m64
  252. Selected multilib: .;@m64
  253. clang: warning: argument unused during compilation: '-fno-addrsig' [-Wunused-command-line-argument]
  254. configure:4721: $? = 0
  255. configure:4710: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -V >&5
  256. clang: error: argument to '-V' is missing (expected 1 value)
  257. clang: error: no input files
  258. configure:4721: $? = 1
  259. configure:4710: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -qversion >&5
  260. clang: error: unknown argument '-qversion', did you mean '--version'?
  261. clang: error: no input files
  262. configure:4721: $? = 1
  263. configure:4741: checking whether the C compiler works
  264. configure:4763: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include -fuse-ld=gold -Wl,--icf=all -Wl,--gc-sections -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--version-script,/home/sheryl/frida/build/ft-executable.version -L/home/sheryl/frida/build/ft-android-arm64/lib conftest.c >&5
  265. configure:4767: $? = 0
  266. configure:4815: result: yes
  267. configure:4818: checking for C compiler default output file name
  268. configure:4820: result: a.out
  269. configure:4826: checking for suffix of executables
  270. configure:4833: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -o conftest -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include -fuse-ld=gold -Wl,--icf=all -Wl,--gc-sections -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--version-script,/home/sheryl/frida/build/ft-executable.version -L/home/sheryl/frida/build/ft-android-arm64/lib conftest.c >&5
  271. configure:4837: $? = 0
  272. configure:4859: result:
  273. configure:4881: checking whether we are cross compiling
  274. configure:4919: result: yes
  275. configure:4924: checking for suffix of object files
  276. configure:4946: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -c -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c >&5
  277. configure:4950: $? = 0
  278. configure:4971: result: o
  279. configure:4975: checking whether we are using the GNU C compiler
  280. configure:4994: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -c -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c >&5
  281. configure:4994: $? = 0
  282. configure:5003: result: yes
  283. configure:5012: checking whether /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang accepts -g
  284. configure:5032: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -c -g -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c >&5
  285. configure:5032: $? = 0
  286. configure:5073: result: yes
  287. configure:5090: checking for /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang option to accept ISO C89
  288. configure:5153: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -c -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c >&5
  289. conftest.c:11:10: fatal error: 'stdarg.h' file not found
  290. #include <stdarg.h>
  291. ^~~~~~~~~~
  292. 1 error generated.
  293. configure:5153: $? = 1
  294. configure: failed program was:
  295. | /* confdefs.h */
  296. | #define PACKAGE_NAME "GNU M4"
  297. | #define PACKAGE_TARNAME "m4"
  298. | #define PACKAGE_VERSION "1.4.18"
  299. | #define PACKAGE_STRING "GNU M4 1.4.18"
  300. | #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  301. | #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  302. | #define PACKAGE "m4"
  303. | #define VERSION "1.4.18"
  304. | /* end confdefs.h. */
  305. | #include <stdarg.h>
  306. | #include <stdio.h>
  307. | struct stat;
  308. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  309. | struct buf { int x; };
  310. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  311. | static char *e (p, i)
  312. | char **p;
  313. | int i;
  314. | {
  315. | return p[i];
  316. | }
  317. | static char *f (char * (*g) (char **, int), char **p, ...)
  318. | {
  319. | char *s;
  320. | va_list v;
  321. | va_start (v,p);
  322. | s = g (p, va_arg (v,int));
  323. | va_end (v);
  324. | return s;
  325. | }
  326. |
  327. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  328. | function prototypes and stuff, but not '\xHH' hex character constants.
  329. | These don't provoke an error unfortunately, instead are silently treated
  330. | as 'x'. The following induces an error, until -std is added to get
  331. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  332. | array size at least. It's necessary to write '\x00'==0 to get something
  333. | that's true only with -std. */
  334. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  335. |
  336. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  337. | inside strings and character constants. */
  338. | #define FOO(x) 'x'
  339. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  340. |
  341. | int test (int i, double x);
  342. | struct s1 {int (*f) (int a);};
  343. | struct s2 {int (*f) (double a);};
  344. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  345. | int argc;
  346. | char **argv;
  347. | int
  348. | main ()
  349. | {
  350. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  351. | ;
  352. | return 0;
  353. | }
  354. configure:5153: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -qlanglvl=extc89 -c -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c >&5
  355. clang: error: unknown argument: '-qlanglvl=extc89'
  356. configure:5153: $? = 1
  357. configure: failed program was:
  358. | /* confdefs.h */
  359. | #define PACKAGE_NAME "GNU M4"
  360. | #define PACKAGE_TARNAME "m4"
  361. | #define PACKAGE_VERSION "1.4.18"
  362. | #define PACKAGE_STRING "GNU M4 1.4.18"
  363. | #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  364. | #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  365. | #define PACKAGE "m4"
  366. | #define VERSION "1.4.18"
  367. | /* end confdefs.h. */
  368. | #include <stdarg.h>
  369. | #include <stdio.h>
  370. | struct stat;
  371. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  372. | struct buf { int x; };
  373. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  374. | static char *e (p, i)
  375. | char **p;
  376. | int i;
  377. | {
  378. | return p[i];
  379. | }
  380. | static char *f (char * (*g) (char **, int), char **p, ...)
  381. | {
  382. | char *s;
  383. | va_list v;
  384. | va_start (v,p);
  385. | s = g (p, va_arg (v,int));
  386. | va_end (v);
  387. | return s;
  388. | }
  389. |
  390. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  391. | function prototypes and stuff, but not '\xHH' hex character constants.
  392. | These don't provoke an error unfortunately, instead are silently treated
  393. | as 'x'. The following induces an error, until -std is added to get
  394. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  395. | array size at least. It's necessary to write '\x00'==0 to get something
  396. | that's true only with -std. */
  397. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  398. |
  399. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  400. | inside strings and character constants. */
  401. | #define FOO(x) 'x'
  402. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  403. |
  404. | int test (int i, double x);
  405. | struct s1 {int (*f) (int a);};
  406. | struct s2 {int (*f) (double a);};
  407. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  408. | int argc;
  409. | char **argv;
  410. | int
  411. | main ()
  412. | {
  413. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  414. | ;
  415. | return 0;
  416. | }
  417. configure:5153: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -qlanglvl=ansi -c -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c >&5
  418. clang: error: unknown argument: '-qlanglvl=ansi'
  419. configure:5153: $? = 1
  420. configure: failed program was:
  421. | /* confdefs.h */
  422. | #define PACKAGE_NAME "GNU M4"
  423. | #define PACKAGE_TARNAME "m4"
  424. | #define PACKAGE_VERSION "1.4.18"
  425. | #define PACKAGE_STRING "GNU M4 1.4.18"
  426. | #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  427. | #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  428. | #define PACKAGE "m4"
  429. | #define VERSION "1.4.18"
  430. | /* end confdefs.h. */
  431. | #include <stdarg.h>
  432. | #include <stdio.h>
  433. | struct stat;
  434. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  435. | struct buf { int x; };
  436. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  437. | static char *e (p, i)
  438. | char **p;
  439. | int i;
  440. | {
  441. | return p[i];
  442. | }
  443. | static char *f (char * (*g) (char **, int), char **p, ...)
  444. | {
  445. | char *s;
  446. | va_list v;
  447. | va_start (v,p);
  448. | s = g (p, va_arg (v,int));
  449. | va_end (v);
  450. | return s;
  451. | }
  452. |
  453. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  454. | function prototypes and stuff, but not '\xHH' hex character constants.
  455. | These don't provoke an error unfortunately, instead are silently treated
  456. | as 'x'. The following induces an error, until -std is added to get
  457. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  458. | array size at least. It's necessary to write '\x00'==0 to get something
  459. | that's true only with -std. */
  460. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  461. |
  462. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  463. | inside strings and character constants. */
  464. | #define FOO(x) 'x'
  465. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  466. |
  467. | int test (int i, double x);
  468. | struct s1 {int (*f) (int a);};
  469. | struct s2 {int (*f) (double a);};
  470. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  471. | int argc;
  472. | char **argv;
  473. | int
  474. | main ()
  475. | {
  476. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  477. | ;
  478. | return 0;
  479. | }
  480. configure:5153: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -std -c -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c >&5
  481. clang: error: unknown argument '-std', did you mean '-std='?
  482. configure:5153: $? = 1
  483. configure: failed program was:
  484. | /* confdefs.h */
  485. | #define PACKAGE_NAME "GNU M4"
  486. | #define PACKAGE_TARNAME "m4"
  487. | #define PACKAGE_VERSION "1.4.18"
  488. | #define PACKAGE_STRING "GNU M4 1.4.18"
  489. | #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  490. | #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  491. | #define PACKAGE "m4"
  492. | #define VERSION "1.4.18"
  493. | /* end confdefs.h. */
  494. | #include <stdarg.h>
  495. | #include <stdio.h>
  496. | struct stat;
  497. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  498. | struct buf { int x; };
  499. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  500. | static char *e (p, i)
  501. | char **p;
  502. | int i;
  503. | {
  504. | return p[i];
  505. | }
  506. | static char *f (char * (*g) (char **, int), char **p, ...)
  507. | {
  508. | char *s;
  509. | va_list v;
  510. | va_start (v,p);
  511. | s = g (p, va_arg (v,int));
  512. | va_end (v);
  513. | return s;
  514. | }
  515. |
  516. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  517. | function prototypes and stuff, but not '\xHH' hex character constants.
  518. | These don't provoke an error unfortunately, instead are silently treated
  519. | as 'x'. The following induces an error, until -std is added to get
  520. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  521. | array size at least. It's necessary to write '\x00'==0 to get something
  522. | that's true only with -std. */
  523. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  524. |
  525. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  526. | inside strings and character constants. */
  527. | #define FOO(x) 'x'
  528. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  529. |
  530. | int test (int i, double x);
  531. | struct s1 {int (*f) (int a);};
  532. | struct s2 {int (*f) (double a);};
  533. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  534. | int argc;
  535. | char **argv;
  536. | int
  537. | main ()
  538. | {
  539. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  540. | ;
  541. | return 0;
  542. | }
  543. configure:5153: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -Ae -c -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c >&5
  544. clang: warning: argument unused during compilation: '-Ae' [-Wunused-command-line-argument]
  545. conftest.c:11:10: fatal error: 'stdarg.h' file not found
  546. #include <stdarg.h>
  547. ^~~~~~~~~~
  548. 1 error generated.
  549. configure:5153: $? = 1
  550. configure: failed program was:
  551. | /* confdefs.h */
  552. | #define PACKAGE_NAME "GNU M4"
  553. | #define PACKAGE_TARNAME "m4"
  554. | #define PACKAGE_VERSION "1.4.18"
  555. | #define PACKAGE_STRING "GNU M4 1.4.18"
  556. | #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  557. | #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  558. | #define PACKAGE "m4"
  559. | #define VERSION "1.4.18"
  560. | /* end confdefs.h. */
  561. | #include <stdarg.h>
  562. | #include <stdio.h>
  563. | struct stat;
  564. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  565. | struct buf { int x; };
  566. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  567. | static char *e (p, i)
  568. | char **p;
  569. | int i;
  570. | {
  571. | return p[i];
  572. | }
  573. | static char *f (char * (*g) (char **, int), char **p, ...)
  574. | {
  575. | char *s;
  576. | va_list v;
  577. | va_start (v,p);
  578. | s = g (p, va_arg (v,int));
  579. | va_end (v);
  580. | return s;
  581. | }
  582. |
  583. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  584. | function prototypes and stuff, but not '\xHH' hex character constants.
  585. | These don't provoke an error unfortunately, instead are silently treated
  586. | as 'x'. The following induces an error, until -std is added to get
  587. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  588. | array size at least. It's necessary to write '\x00'==0 to get something
  589. | that's true only with -std. */
  590. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  591. |
  592. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  593. | inside strings and character constants. */
  594. | #define FOO(x) 'x'
  595. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  596. |
  597. | int test (int i, double x);
  598. | struct s1 {int (*f) (int a);};
  599. | struct s2 {int (*f) (double a);};
  600. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  601. | int argc;
  602. | char **argv;
  603. | int
  604. | main ()
  605. | {
  606. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  607. | ;
  608. | return 0;
  609. | }
  610. configure:5153: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -Aa -D_HPUX_SOURCE -c -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c >&5
  611. clang: warning: argument unused during compilation: '-Aa' [-Wunused-command-line-argument]
  612. conftest.c:11:10: fatal error: 'stdarg.h' file not found
  613. #include <stdarg.h>
  614. ^~~~~~~~~~
  615. 1 error generated.
  616. configure:5153: $? = 1
  617. configure: failed program was:
  618. | /* confdefs.h */
  619. | #define PACKAGE_NAME "GNU M4"
  620. | #define PACKAGE_TARNAME "m4"
  621. | #define PACKAGE_VERSION "1.4.18"
  622. | #define PACKAGE_STRING "GNU M4 1.4.18"
  623. | #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  624. | #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  625. | #define PACKAGE "m4"
  626. | #define VERSION "1.4.18"
  627. | /* end confdefs.h. */
  628. | #include <stdarg.h>
  629. | #include <stdio.h>
  630. | struct stat;
  631. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  632. | struct buf { int x; };
  633. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  634. | static char *e (p, i)
  635. | char **p;
  636. | int i;
  637. | {
  638. | return p[i];
  639. | }
  640. | static char *f (char * (*g) (char **, int), char **p, ...)
  641. | {
  642. | char *s;
  643. | va_list v;
  644. | va_start (v,p);
  645. | s = g (p, va_arg (v,int));
  646. | va_end (v);
  647. | return s;
  648. | }
  649. |
  650. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  651. | function prototypes and stuff, but not '\xHH' hex character constants.
  652. | These don't provoke an error unfortunately, instead are silently treated
  653. | as 'x'. The following induces an error, until -std is added to get
  654. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  655. | array size at least. It's necessary to write '\x00'==0 to get something
  656. | that's true only with -std. */
  657. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  658. |
  659. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  660. | inside strings and character constants. */
  661. | #define FOO(x) 'x'
  662. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  663. |
  664. | int test (int i, double x);
  665. | struct s1 {int (*f) (int a);};
  666. | struct s2 {int (*f) (double a);};
  667. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  668. | int argc;
  669. | char **argv;
  670. | int
  671. | main ()
  672. | {
  673. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  674. | ;
  675. | return 0;
  676. | }
  677. configure:5153: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -Xc -D__EXTENSIONS__ -c -fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3 -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c >&5
  678. clang: warning: argument unused during compilation: '-Xc' [-Wunused-command-line-argument]
  679. conftest.c:11:10: fatal error: 'stdarg.h' file not found
  680. #include <stdarg.h>
  681. ^~~~~~~~~~
  682. 1 error generated.
  683. configure:5153: $? = 1
  684. configure: failed program was:
  685. | /* confdefs.h */
  686. | #define PACKAGE_NAME "GNU M4"
  687. | #define PACKAGE_TARNAME "m4"
  688. | #define PACKAGE_VERSION "1.4.18"
  689. | #define PACKAGE_STRING "GNU M4 1.4.18"
  690. | #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  691. | #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  692. | #define PACKAGE "m4"
  693. | #define VERSION "1.4.18"
  694. | /* end confdefs.h. */
  695. | #include <stdarg.h>
  696. | #include <stdio.h>
  697. | struct stat;
  698. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  699. | struct buf { int x; };
  700. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  701. | static char *e (p, i)
  702. | char **p;
  703. | int i;
  704. | {
  705. | return p[i];
  706. | }
  707. | static char *f (char * (*g) (char **, int), char **p, ...)
  708. | {
  709. | char *s;
  710. | va_list v;
  711. | va_start (v,p);
  712. | s = g (p, va_arg (v,int));
  713. | va_end (v);
  714. | return s;
  715. | }
  716. |
  717. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  718. | function prototypes and stuff, but not '\xHH' hex character constants.
  719. | These don't provoke an error unfortunately, instead are silently treated
  720. | as 'x'. The following induces an error, until -std is added to get
  721. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  722. | array size at least. It's necessary to write '\x00'==0 to get something
  723. | that's true only with -std. */
  724. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  725. |
  726. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  727. | inside strings and character constants. */
  728. | #define FOO(x) 'x'
  729. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  730. |
  731. | int test (int i, double x);
  732. | struct s1 {int (*f) (int a);};
  733. | struct s2 {int (*f) (double a);};
  734. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  735. | int argc;
  736. | char **argv;
  737. | int
  738. | main ()
  739. | {
  740. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  741. | ;
  742. | return 0;
  743. | }
  744. configure:5169: result: unsupported
  745. configure:5191: checking whether /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang understands -c and -o together
  746. configure:5213: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -c conftest.c -o conftest2.o
  747. configure:5216: $? = 0
  748. configure:5213: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -c conftest.c -o conftest2.o
  749. configure:5216: $? = 0
  750. configure:5228: result: yes
  751. configure:5256: checking for style of include used by make
  752. configure:5284: result: GNU
  753. configure:5310: checking dependency style of /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang
  754. configure:5421: result: gcc3
  755. configure:5443: checking how to run the C preprocessor
  756. configure:5513: result: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -E
  757. configure:5533: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -E -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c
  758. In file included from conftest.c:12:
  759. /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/../sysroot/usr/include/limits.h:41:10: fatal error: 'float.h' file not found
  760. #include <float.h>
  761. ^~~~~~~~~
  762. 1 error generated.
  763. configure:5533: $? = 1
  764. configure: failed program was:
  765. | /* confdefs.h */
  766. | #define PACKAGE_NAME "GNU M4"
  767. | #define PACKAGE_TARNAME "m4"
  768. | #define PACKAGE_VERSION "1.4.18"
  769. | #define PACKAGE_STRING "GNU M4 1.4.18"
  770. | #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  771. | #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  772. | #define PACKAGE "m4"
  773. | #define VERSION "1.4.18"
  774. | /* end confdefs.h. */
  775. | #ifdef __STDC__
  776. | # include <limits.h>
  777. | #else
  778. | # include <assert.h>
  779. | #endif
  780. | Syntax error
  781. configure:5533: /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -E -I/home/sheryl/frida/build/ft-android-arm64/include conftest.c
  782. In file included from conftest.c:12:
  783. /opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/../sysroot/usr/include/limits.h:41:10: fatal error: 'float.h' file not found
  784. #include <float.h>
  785. ^~~~~~~~~
  786. 1 error generated.
  787. configure:5533: $? = 1
  788. configure: failed program was:
  789. | /* confdefs.h */
  790. | #define PACKAGE_NAME "GNU M4"
  791. | #define PACKAGE_TARNAME "m4"
  792. | #define PACKAGE_VERSION "1.4.18"
  793. | #define PACKAGE_STRING "GNU M4 1.4.18"
  794. | #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  795. | #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  796. | #define PACKAGE "m4"
  797. | #define VERSION "1.4.18"
  798. | /* end confdefs.h. */
  799. | #ifdef __STDC__
  800. | # include <limits.h>
  801. | #else
  802. | # include <assert.h>
  803. | #endif
  804. | Syntax error
  805. configure:5563: error: in `/home/sheryl/frida/build/ft-tmp-android-arm64/m4':
  806. configure:5565: error: C preprocessor "/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -E" fails sanity check
  807. See `config.log' for more details
  808.  
  809. ## ---------------- ##
  810. ## Cache variables. ##
  811. ## ---------------- ##
  812.  
  813. ac_cv_c_compiler_gnu=yes
  814. ac_cv_env_CC_set=set
  815. ac_cv_env_CC_value=/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang
  816. ac_cv_env_CFLAGS_set=set
  817. ac_cv_env_CFLAGS_value='-fPIC -DANDROID -ffunction-sections -fdata-sections'
  818. ac_cv_env_CPPFLAGS_set=set
  819. ac_cv_env_CPPFLAGS_value=' -I/home/sheryl/frida/build/ft-android-arm64/include'
  820. ac_cv_env_CPP_set=set
  821. ac_cv_env_CPP_value='/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -E'
  822. ac_cv_env_CXXFLAGS_set=set
  823. ac_cv_env_CXXFLAGS_value='-fPIC -DANDROID -ffunction-sections -fdata-sections '
  824. ac_cv_env_CXX_set=set
  825. ac_cv_env_CXX_value=/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang++
  826. ac_cv_env_LDFLAGS_set=set
  827. ac_cv_env_LDFLAGS_value=' -fuse-ld=gold -Wl,--icf=all -Wl,--gc-sections -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--version-script,/home/sheryl/frida/build/ft-executable.version -L/home/sheryl/frida/build/ft-android-arm64/lib'
  828. ac_cv_env_LIBS_set=
  829. ac_cv_env_LIBS_value=
  830. ac_cv_env_build_alias_set=
  831. ac_cv_env_build_alias_value=
  832. ac_cv_env_host_alias_set=
  833. ac_cv_env_host_alias_value=
  834. ac_cv_env_target_alias_set=
  835. ac_cv_env_target_alias_value=
  836. ac_cv_header_stdint_t=yes
  837. ac_cv_objext=o
  838. ac_cv_path_install='/usr/bin/install -p'
  839. ac_cv_path_mkdir=/bin/mkdir
  840. ac_cv_prog_AWK=gawk
  841. ac_cv_prog_CPP='/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -E'
  842. ac_cv_prog_ac_ct_CC=/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang
  843. ac_cv_prog_ac_ct_STRIP=/home/sheryl/frida/build/ft-android-arm64-strip
  844. ac_cv_prog_cc_c89=no
  845. ac_cv_prog_cc_g=yes
  846. ac_cv_prog_make_make_set=yes
  847. ac_cv_sys_file_offset_bits=no
  848. am_cv_CC_dependencies_compiler_type=gcc3
  849. am_cv_make_support_nested_variables=yes
  850. am_cv_prog_cc_c_o=yes
  851.  
  852. ## ----------------- ##
  853. ## Output variables. ##
  854. ## ----------------- ##
  855.  
  856. ACLOCAL='aclocal -I /home/sheryl/frida/build/ft-android-arm64/share/aclocal -I /home/sheryl/frida/build/ft-toolchain-linux-x86_64/share/aclocal'
  857. ALLOCA=''
  858. ALLOCA_H=''
  859. AMDEPBACKSLASH='\'
  860. AMDEP_FALSE='#'
  861. AMDEP_TRUE=''
  862. AMTAR='$${TAR-tar}'
  863. AM_BACKSLASH='\'
  864. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  865. AM_DEFAULT_VERBOSITY='0'
  866. AM_V='$(V)'
  867. ANSICXX_FALSE=''
  868. ANSICXX_TRUE=''
  869. APPLE_UNIVERSAL_BUILD=''
  870. AR='/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar'
  871. ARFLAGS=''
  872. ASM_SYMBOL_PREFIX=''
  873. AUTOCONF='${SHELL} /home/sheryl/frida/m4/build-aux/missing autoconf'
  874. AUTOHEADER='${SHELL} /home/sheryl/frida/m4/build-aux/missing autoheader'
  875. AUTOMAKE='${SHELL} /home/sheryl/frida/m4/build-aux/missing automake-1.15'
  876. AWK='gawk'
  877. BITSIZEOF_PTRDIFF_T=''
  878. BITSIZEOF_SIG_ATOMIC_T=''
  879. BITSIZEOF_SIZE_T=''
  880. BITSIZEOF_WCHAR_T=''
  881. BITSIZEOF_WINT_T=''
  882. CC='/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang'
  883. CCDEPMODE='depmode=gcc3'
  884. CFLAGS='-fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3'
  885. CONFIG_INCLUDE=''
  886. CPP='/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang -E'
  887. CPPFLAGS=' -I/home/sheryl/frida/build/ft-android-arm64/include'
  888. CXX='/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang++'
  889. CXXDEPMODE=''
  890. CXXFLAGS='-fPIC -DANDROID -ffunction-sections -fdata-sections -Wall -Os -pipe -g3'
  891. CXX_CHOICE=''
  892. CYGPATH_W='echo'
  893. DEFS=''
  894. DEPDIR='.deps'
  895. ECHO_C=''
  896. ECHO_N='-n'
  897. ECHO_T=''
  898. EGREP=''
  899. EMULTIHOP_HIDDEN=''
  900. EMULTIHOP_VALUE=''
  901. ENOLINK_HIDDEN=''
  902. ENOLINK_VALUE=''
  903. EOVERFLOW_HIDDEN=''
  904. EOVERFLOW_VALUE=''
  905. ERRNO_H=''
  906. EXEEXT=''
  907. FLOAT_H=''
  908. GETOPT_H=''
  909. GLIBC21=''
  910. GL_COND_LIBTOOL_FALSE=''
  911. GL_COND_LIBTOOL_TRUE=''
  912. GL_GENERATE_ALLOCA_H_FALSE=''
  913. GL_GENERATE_ALLOCA_H_TRUE=''
  914. GL_GENERATE_ERRNO_H_FALSE=''
  915. GL_GENERATE_ERRNO_H_TRUE=''
  916. GL_GENERATE_FLOAT_H_FALSE=''
  917. GL_GENERATE_FLOAT_H_TRUE=''
  918. GL_GENERATE_LIMITS_H_FALSE=''
  919. GL_GENERATE_LIMITS_H_TRUE=''
  920. GL_GENERATE_SCHED_H_FALSE=''
  921. GL_GENERATE_SCHED_H_TRUE=''
  922. GL_GENERATE_STDALIGN_H_FALSE=''
  923. GL_GENERATE_STDALIGN_H_TRUE=''
  924. GL_GENERATE_STDARG_H_FALSE=''
  925. GL_GENERATE_STDARG_H_TRUE=''
  926. GL_GENERATE_STDBOOL_H_FALSE=''
  927. GL_GENERATE_STDBOOL_H_TRUE=''
  928. GL_GENERATE_STDDEF_H_FALSE=''
  929. GL_GENERATE_STDDEF_H_TRUE=''
  930. GL_GENERATE_STDINT_H_FALSE=''
  931. GL_GENERATE_STDINT_H_TRUE=''
  932. GNULIB_ACOSF=''
  933. GNULIB_ACOSL=''
  934. GNULIB_ALPHASORT=''
  935. GNULIB_ASINF=''
  936. GNULIB_ASINL=''
  937. GNULIB_ATAN2F=''
  938. GNULIB_ATANF=''
  939. GNULIB_ATANL=''
  940. GNULIB_ATOLL=''
  941. GNULIB_BTOWC=''
  942. GNULIB_CALLOC_POSIX=''
  943. GNULIB_CANONICALIZE_FILE_NAME=''
  944. GNULIB_CBRT=''
  945. GNULIB_CBRTF=''
  946. GNULIB_CBRTL=''
  947. GNULIB_CEIL=''
  948. GNULIB_CEILF=''
  949. GNULIB_CEILL=''
  950. GNULIB_CHDIR=''
  951. GNULIB_CHOWN=''
  952. GNULIB_CLOSE=''
  953. GNULIB_CLOSEDIR=''
  954. GNULIB_COPYSIGN=''
  955. GNULIB_COPYSIGNF=''
  956. GNULIB_COPYSIGNL=''
  957. GNULIB_COSF=''
  958. GNULIB_COSHF=''
  959. GNULIB_COSL=''
  960. GNULIB_DIRFD=''
  961. GNULIB_DPRINTF=''
  962. GNULIB_DUP2=''
  963. GNULIB_DUP3=''
  964. GNULIB_DUP=''
  965. GNULIB_DUPLOCALE=''
  966. GNULIB_ENVIRON=''
  967. GNULIB_EUIDACCESS=''
  968. GNULIB_EXP2=''
  969. GNULIB_EXP2F=''
  970. GNULIB_EXP2L=''
  971. GNULIB_EXPF=''
  972. GNULIB_EXPL=''
  973. GNULIB_EXPM1=''
  974. GNULIB_EXPM1F=''
  975. GNULIB_EXPM1L=''
  976. GNULIB_FABSF=''
  977. GNULIB_FABSL=''
  978. GNULIB_FACCESSAT=''
  979. GNULIB_FCHDIR=''
  980. GNULIB_FCHMODAT=''
  981. GNULIB_FCHOWNAT=''
  982. GNULIB_FCLOSE=''
  983. GNULIB_FCNTL=''
  984. GNULIB_FDATASYNC=''
  985. GNULIB_FDOPEN=''
  986. GNULIB_FDOPENDIR=''
  987. GNULIB_FFLUSH=''
  988. GNULIB_FFSL=''
  989. GNULIB_FFSLL=''
  990. GNULIB_FGETC=''
  991. GNULIB_FGETS=''
  992. GNULIB_FLOOR=''
  993. GNULIB_FLOORF=''
  994. GNULIB_FLOORL=''
  995. GNULIB_FMA=''
  996. GNULIB_FMAF=''
  997. GNULIB_FMAL=''
  998. GNULIB_FMOD=''
  999. GNULIB_FMODF=''
  1000. GNULIB_FMODL=''
  1001. GNULIB_FOPEN=''
  1002. GNULIB_FPRINTF=''
  1003. GNULIB_FPRINTF_POSIX=''
  1004. GNULIB_FPURGE=''
  1005. GNULIB_FPUTC=''
  1006. GNULIB_FPUTS=''
  1007. GNULIB_FREAD=''
  1008. GNULIB_FREOPEN=''
  1009. GNULIB_FREXP=''
  1010. GNULIB_FREXPF=''
  1011. GNULIB_FREXPL=''
  1012. GNULIB_FSCANF=''
  1013. GNULIB_FSEEK=''
  1014. GNULIB_FSEEKO=''
  1015. GNULIB_FSTAT=''
  1016. GNULIB_FSTATAT=''
  1017. GNULIB_FSYNC=''
  1018. GNULIB_FTELL=''
  1019. GNULIB_FTELLO=''
  1020. GNULIB_FTRUNCATE=''
  1021. GNULIB_FUTIMENS=''
  1022. GNULIB_FWRITE=''
  1023. GNULIB_GETC=''
  1024. GNULIB_GETCHAR=''
  1025. GNULIB_GETCWD=''
  1026. GNULIB_GETDELIM=''
  1027. GNULIB_GETDOMAINNAME=''
  1028. GNULIB_GETDTABLESIZE=''
  1029. GNULIB_GETGROUPS=''
  1030. GNULIB_GETHOSTNAME=''
  1031. GNULIB_GETLINE=''
  1032. GNULIB_GETLOADAVG=''
  1033. GNULIB_GETLOGIN=''
  1034. GNULIB_GETLOGIN_R=''
  1035. GNULIB_GETPAGESIZE=''
  1036. GNULIB_GETSUBOPT=''
  1037. GNULIB_GETTIMEOFDAY=''
  1038. GNULIB_GETUSERSHELL=''
  1039. GNULIB_GL_M4_UNISTD_H_GETOPT=''
  1040. GNULIB_GRANTPT=''
  1041. GNULIB_GROUP_MEMBER=''
  1042. GNULIB_HYPOT=''
  1043. GNULIB_HYPOTF=''
  1044. GNULIB_HYPOTL=''
  1045. GNULIB_ILOGB=''
  1046. GNULIB_ILOGBF=''
  1047. GNULIB_ILOGBL=''
  1048. GNULIB_IMAXABS=''
  1049. GNULIB_IMAXDIV=''
  1050. GNULIB_ISATTY=''
  1051. GNULIB_ISBLANK=''
  1052. GNULIB_ISFINITE=''
  1053. GNULIB_ISINF=''
  1054. GNULIB_ISNAN=''
  1055. GNULIB_ISNAND=''
  1056. GNULIB_ISNANF=''
  1057. GNULIB_ISNANL=''
  1058. GNULIB_ISWBLANK=''
  1059. GNULIB_ISWCTYPE=''
  1060. GNULIB_LCHMOD=''
  1061. GNULIB_LCHOWN=''
  1062. GNULIB_LDEXPF=''
  1063. GNULIB_LDEXPL=''
  1064. GNULIB_LINK=''
  1065. GNULIB_LINKAT=''
  1066. GNULIB_LOCALECONV=''
  1067. GNULIB_LOG10=''
  1068. GNULIB_LOG10F=''
  1069. GNULIB_LOG10L=''
  1070. GNULIB_LOG1P=''
  1071. GNULIB_LOG1PF=''
  1072. GNULIB_LOG1PL=''
  1073. GNULIB_LOG2=''
  1074. GNULIB_LOG2F=''
  1075. GNULIB_LOG2L=''
  1076. GNULIB_LOG=''
  1077. GNULIB_LOGB=''
  1078. GNULIB_LOGBF=''
  1079. GNULIB_LOGBL=''
  1080. GNULIB_LOGF=''
  1081. GNULIB_LOGL=''
  1082. GNULIB_LSEEK=''
  1083. GNULIB_LSTAT=''
  1084. GNULIB_MALLOC_POSIX=''
  1085. GNULIB_MBRLEN=''
  1086. GNULIB_MBRTOWC=''
  1087. GNULIB_MBSCASECMP=''
  1088. GNULIB_MBSCASESTR=''
  1089. GNULIB_MBSCHR=''
  1090. GNULIB_MBSCSPN=''
  1091. GNULIB_MBSINIT=''
  1092. GNULIB_MBSLEN=''
  1093. GNULIB_MBSNCASECMP=''
  1094. GNULIB_MBSNLEN=''
  1095. GNULIB_MBSNRTOWCS=''
  1096. GNULIB_MBSPBRK=''
  1097. GNULIB_MBSPCASECMP=''
  1098. GNULIB_MBSRCHR=''
  1099. GNULIB_MBSRTOWCS=''
  1100. GNULIB_MBSSEP=''
  1101. GNULIB_MBSSPN=''
  1102. GNULIB_MBSSTR=''
  1103. GNULIB_MBSTOK_R=''
  1104. GNULIB_MBTOWC=''
  1105. GNULIB_MEMCHR=''
  1106. GNULIB_MEMMEM=''
  1107. GNULIB_MEMPCPY=''
  1108. GNULIB_MEMRCHR=''
  1109. GNULIB_MKDIRAT=''
  1110. GNULIB_MKDTEMP=''
  1111. GNULIB_MKFIFO=''
  1112. GNULIB_MKFIFOAT=''
  1113. GNULIB_MKNOD=''
  1114. GNULIB_MKNODAT=''
  1115. GNULIB_MKOSTEMP=''
  1116. GNULIB_MKOSTEMPS=''
  1117. GNULIB_MKSTEMP=''
  1118. GNULIB_MKSTEMPS=''
  1119. GNULIB_MKTIME=''
  1120. GNULIB_MODF=''
  1121. GNULIB_MODFF=''
  1122. GNULIB_MODFL=''
  1123. GNULIB_NANOSLEEP=''
  1124. GNULIB_NL_LANGINFO=''
  1125. GNULIB_NONBLOCKING=''
  1126. GNULIB_OBSTACK_PRINTF=''
  1127. GNULIB_OBSTACK_PRINTF_POSIX=''
  1128. GNULIB_OPEN=''
  1129. GNULIB_OPENAT=''
  1130. GNULIB_OPENDIR=''
  1131. GNULIB_OVERRIDES_WINT_T=''
  1132. GNULIB_PCLOSE=''
  1133. GNULIB_PERROR=''
  1134. GNULIB_PIPE2=''
  1135. GNULIB_PIPE=''
  1136. GNULIB_POPEN=''
  1137. GNULIB_POSIX_OPENPT=''
  1138. GNULIB_POSIX_SPAWN=''
  1139. GNULIB_POSIX_SPAWNATTR_DESTROY=''
  1140. GNULIB_POSIX_SPAWNATTR_GETFLAGS=''
  1141. GNULIB_POSIX_SPAWNATTR_GETPGROUP=''
  1142. GNULIB_POSIX_SPAWNATTR_GETSCHEDPARAM=''
  1143. GNULIB_POSIX_SPAWNATTR_GETSCHEDPOLICY=''
  1144. GNULIB_POSIX_SPAWNATTR_GETSIGDEFAULT=''
  1145. GNULIB_POSIX_SPAWNATTR_GETSIGMASK=''
  1146. GNULIB_POSIX_SPAWNATTR_INIT=''
  1147. GNULIB_POSIX_SPAWNATTR_SETFLAGS=''
  1148. GNULIB_POSIX_SPAWNATTR_SETPGROUP=''
  1149. GNULIB_POSIX_SPAWNATTR_SETSCHEDPARAM=''
  1150. GNULIB_POSIX_SPAWNATTR_SETSCHEDPOLICY=''
  1151. GNULIB_POSIX_SPAWNATTR_SETSIGDEFAULT=''
  1152. GNULIB_POSIX_SPAWNATTR_SETSIGMASK=''
  1153. GNULIB_POSIX_SPAWNP=''
  1154. GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE=''
  1155. GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2=''
  1156. GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN=''
  1157. GNULIB_POSIX_SPAWN_FILE_ACTIONS_DESTROY=''
  1158. GNULIB_POSIX_SPAWN_FILE_ACTIONS_INIT=''
  1159. GNULIB_POWF=''
  1160. GNULIB_PREAD=''
  1161. GNULIB_PRINTF=''
  1162. GNULIB_PRINTF_POSIX=''
  1163. GNULIB_PTHREAD_SIGMASK=''
  1164. GNULIB_PTSNAME=''
  1165. GNULIB_PTSNAME_R=''
  1166. GNULIB_PUTC=''
  1167. GNULIB_PUTCHAR=''
  1168. GNULIB_PUTENV=''
  1169. GNULIB_PUTS=''
  1170. GNULIB_PWRITE=''
  1171. GNULIB_QSORT_R=''
  1172. GNULIB_RAISE=''
  1173. GNULIB_RANDOM=''
  1174. GNULIB_RANDOM_R=''
  1175. GNULIB_RAWMEMCHR=''
  1176. GNULIB_READ=''
  1177. GNULIB_READDIR=''
  1178. GNULIB_READLINK=''
  1179. GNULIB_READLINKAT=''
  1180. GNULIB_REALLOC_POSIX=''
  1181. GNULIB_REALPATH=''
  1182. GNULIB_REMAINDER=''
  1183. GNULIB_REMAINDERF=''
  1184. GNULIB_REMAINDERL=''
  1185. GNULIB_REMOVE=''
  1186. GNULIB_RENAME=''
  1187. GNULIB_RENAMEAT=''
  1188. GNULIB_REWINDDIR=''
  1189. GNULIB_RINT=''
  1190. GNULIB_RINTF=''
  1191. GNULIB_RINTL=''
  1192. GNULIB_RMDIR=''
  1193. GNULIB_ROUND=''
  1194. GNULIB_ROUNDF=''
  1195. GNULIB_ROUNDL=''
  1196. GNULIB_RPMATCH=''
  1197. GNULIB_SCANDIR=''
  1198. GNULIB_SCANF=''
  1199. GNULIB_SECURE_GETENV=''
  1200. GNULIB_SETENV=''
  1201. GNULIB_SETHOSTNAME=''
  1202. GNULIB_SETLOCALE=''
  1203. GNULIB_SIGACTION=''
  1204. GNULIB_SIGNAL_H_SIGPIPE=''
  1205. GNULIB_SIGNBIT=''
  1206. GNULIB_SIGPROCMASK=''
  1207. GNULIB_SINF=''
  1208. GNULIB_SINHF=''
  1209. GNULIB_SINL=''
  1210. GNULIB_SLEEP=''
  1211. GNULIB_SNPRINTF=''
  1212. GNULIB_SPRINTF_POSIX=''
  1213. GNULIB_SQRTF=''
  1214. GNULIB_SQRTL=''
  1215. GNULIB_STAT=''
  1216. GNULIB_STDIO_H_NONBLOCKING=''
  1217. GNULIB_STDIO_H_SIGPIPE=''
  1218. GNULIB_STPCPY=''
  1219. GNULIB_STPNCPY=''
  1220. GNULIB_STRCASESTR=''
  1221. GNULIB_STRCHRNUL=''
  1222. GNULIB_STRDUP=''
  1223. GNULIB_STRERROR=''
  1224. GNULIB_STRERROR_R=''
  1225. GNULIB_STRNCAT=''
  1226. GNULIB_STRNDUP=''
  1227. GNULIB_STRNLEN=''
  1228. GNULIB_STRPBRK=''
  1229. GNULIB_STRPTIME=''
  1230. GNULIB_STRSEP=''
  1231. GNULIB_STRSIGNAL=''
  1232. GNULIB_STRSTR=''
  1233. GNULIB_STRTOD=''
  1234. GNULIB_STRTOIMAX=''
  1235. GNULIB_STRTOK_R=''
  1236. GNULIB_STRTOLL=''
  1237. GNULIB_STRTOULL=''
  1238. GNULIB_STRTOUMAX=''
  1239. GNULIB_STRVERSCMP=''
  1240. GNULIB_SYMLINK=''
  1241. GNULIB_SYMLINKAT=''
  1242. GNULIB_SYSTEM_POSIX=''
  1243. GNULIB_TANF=''
  1244. GNULIB_TANHF=''
  1245. GNULIB_TANL=''
  1246. GNULIB_TIMEGM=''
  1247. GNULIB_TIME_R=''
  1248. GNULIB_TIME_RZ=''
  1249. GNULIB_TMPFILE=''
  1250. GNULIB_TOWCTRANS=''
  1251. GNULIB_TRUNC=''
  1252. GNULIB_TRUNCF=''
  1253. GNULIB_TRUNCL=''
  1254. GNULIB_TTYNAME_R=''
  1255. GNULIB_UNISTD_H_NONBLOCKING=''
  1256. GNULIB_UNISTD_H_SIGPIPE=''
  1257. GNULIB_UNLINK=''
  1258. GNULIB_UNLINKAT=''
  1259. GNULIB_UNLOCKPT=''
  1260. GNULIB_UNSETENV=''
  1261. GNULIB_USLEEP=''
  1262. GNULIB_UTIMENSAT=''
  1263. GNULIB_VASPRINTF=''
  1264. GNULIB_VDPRINTF=''
  1265. GNULIB_VFPRINTF=''
  1266. GNULIB_VFPRINTF_POSIX=''
  1267. GNULIB_VFSCANF=''
  1268. GNULIB_VPRINTF=''
  1269. GNULIB_VPRINTF_POSIX=''
  1270. GNULIB_VSCANF=''
  1271. GNULIB_VSNPRINTF=''
  1272. GNULIB_VSPRINTF_POSIX=''
  1273. GNULIB_WAITPID=''
  1274. GNULIB_WCPCPY=''
  1275. GNULIB_WCPNCPY=''
  1276. GNULIB_WCRTOMB=''
  1277. GNULIB_WCSCASECMP=''
  1278. GNULIB_WCSCAT=''
  1279. GNULIB_WCSCHR=''
  1280. GNULIB_WCSCMP=''
  1281. GNULIB_WCSCOLL=''
  1282. GNULIB_WCSCPY=''
  1283. GNULIB_WCSCSPN=''
  1284. GNULIB_WCSDUP=''
  1285. GNULIB_WCSLEN=''
  1286. GNULIB_WCSNCASECMP=''
  1287. GNULIB_WCSNCAT=''
  1288. GNULIB_WCSNCMP=''
  1289. GNULIB_WCSNCPY=''
  1290. GNULIB_WCSNLEN=''
  1291. GNULIB_WCSNRTOMBS=''
  1292. GNULIB_WCSPBRK=''
  1293. GNULIB_WCSRCHR=''
  1294. GNULIB_WCSRTOMBS=''
  1295. GNULIB_WCSSPN=''
  1296. GNULIB_WCSSTR=''
  1297. GNULIB_WCSTOK=''
  1298. GNULIB_WCSWIDTH=''
  1299. GNULIB_WCSXFRM=''
  1300. GNULIB_WCTOB=''
  1301. GNULIB_WCTOMB=''
  1302. GNULIB_WCTRANS=''
  1303. GNULIB_WCTYPE=''
  1304. GNULIB_WCWIDTH=''
  1305. GNULIB_WMEMCHR=''
  1306. GNULIB_WMEMCMP=''
  1307. GNULIB_WMEMCPY=''
  1308. GNULIB_WMEMMOVE=''
  1309. GNULIB_WMEMSET=''
  1310. GNULIB_WRITE=''
  1311. GNULIB__EXIT=''
  1312. GREP=''
  1313. HAVE_ACOSF=''
  1314. HAVE_ACOSL=''
  1315. HAVE_ALPHASORT=''
  1316. HAVE_ASINF=''
  1317. HAVE_ASINL=''
  1318. HAVE_ATAN2F=''
  1319. HAVE_ATANF=''
  1320. HAVE_ATANL=''
  1321. HAVE_ATOLL=''
  1322. HAVE_BTOWC=''
  1323. HAVE_C99_STDINT_H=''
  1324. HAVE_CANONICALIZE_FILE_NAME=''
  1325. HAVE_CBRT=''
  1326. HAVE_CBRTF=''
  1327. HAVE_CBRTL=''
  1328. HAVE_CHOWN=''
  1329. HAVE_CLOSEDIR=''
  1330. HAVE_COPYSIGN=''
  1331. HAVE_COPYSIGNL=''
  1332. HAVE_COSF=''
  1333. HAVE_COSHF=''
  1334. HAVE_COSL=''
  1335. HAVE_DECL_ACOSL=''
  1336. HAVE_DECL_ASINL=''
  1337. HAVE_DECL_ATANL=''
  1338. HAVE_DECL_CBRTF=''
  1339. HAVE_DECL_CBRTL=''
  1340. HAVE_DECL_CEILF=''
  1341. HAVE_DECL_CEILL=''
  1342. HAVE_DECL_COPYSIGNF=''
  1343. HAVE_DECL_COSL=''
  1344. HAVE_DECL_DIRFD=''
  1345. HAVE_DECL_ENVIRON=''
  1346. HAVE_DECL_EXP2=''
  1347. HAVE_DECL_EXP2F=''
  1348. HAVE_DECL_EXP2L=''
  1349. HAVE_DECL_EXPL=''
  1350. HAVE_DECL_EXPM1L=''
  1351. HAVE_DECL_FCHDIR=''
  1352. HAVE_DECL_FDATASYNC=''
  1353. HAVE_DECL_FDOPENDIR=''
  1354. HAVE_DECL_FLOORF=''
  1355. HAVE_DECL_FLOORL=''
  1356. HAVE_DECL_FPURGE=''
  1357. HAVE_DECL_FREXPL=''
  1358. HAVE_DECL_FSEEKO=''
  1359. HAVE_DECL_FTELLO=''
  1360. HAVE_DECL_GETDELIM=''
  1361. HAVE_DECL_GETDOMAINNAME=''
  1362. HAVE_DECL_GETLINE=''
  1363. HAVE_DECL_GETLOADAVG=''
  1364. HAVE_DECL_GETLOGIN=''
  1365. HAVE_DECL_GETLOGIN_R=''
  1366. HAVE_DECL_GETPAGESIZE=''
  1367. HAVE_DECL_GETUSERSHELL=''
  1368. HAVE_DECL_IMAXABS=''
  1369. HAVE_DECL_IMAXDIV=''
  1370. HAVE_DECL_LDEXPL=''
  1371. HAVE_DECL_LOCALTIME_R=''
  1372. HAVE_DECL_LOG10L=''
  1373. HAVE_DECL_LOG2=''
  1374. HAVE_DECL_LOG2F=''
  1375. HAVE_DECL_LOG2L=''
  1376. HAVE_DECL_LOGB=''
  1377. HAVE_DECL_LOGL=''
  1378. HAVE_DECL_MEMMEM=''
  1379. HAVE_DECL_MEMRCHR=''
  1380. HAVE_DECL_OBSTACK_PRINTF=''
  1381. HAVE_DECL_REMAINDER=''
  1382. HAVE_DECL_REMAINDERL=''
  1383. HAVE_DECL_RINTF=''
  1384. HAVE_DECL_ROUND=''
  1385. HAVE_DECL_ROUNDF=''
  1386. HAVE_DECL_ROUNDL=''
  1387. HAVE_DECL_SETENV=''
  1388. HAVE_DECL_SETHOSTNAME=''
  1389. HAVE_DECL_SINL=''
  1390. HAVE_DECL_SNPRINTF=''
  1391. HAVE_DECL_SQRTL=''
  1392. HAVE_DECL_STRDUP=''
  1393. HAVE_DECL_STRERROR_R=''
  1394. HAVE_DECL_STRNDUP=''
  1395. HAVE_DECL_STRNLEN=''
  1396. HAVE_DECL_STRSIGNAL=''
  1397. HAVE_DECL_STRTOIMAX=''
  1398. HAVE_DECL_STRTOK_R=''
  1399. HAVE_DECL_STRTOUMAX=''
  1400. HAVE_DECL_TANL=''
  1401. HAVE_DECL_TRUNC=''
  1402. HAVE_DECL_TRUNCF=''
  1403. HAVE_DECL_TRUNCL=''
  1404. HAVE_DECL_TTYNAME_R=''
  1405. HAVE_DECL_UNSETENV=''
  1406. HAVE_DECL_VSNPRINTF=''
  1407. HAVE_DECL_WCTOB=''
  1408. HAVE_DECL_WCWIDTH=''
  1409. HAVE_DIRENT_H=''
  1410. HAVE_DPRINTF=''
  1411. HAVE_DUP2=''
  1412. HAVE_DUP3=''
  1413. HAVE_DUPLOCALE=''
  1414. HAVE_EUIDACCESS=''
  1415. HAVE_EXPF=''
  1416. HAVE_EXPL=''
  1417. HAVE_EXPM1=''
  1418. HAVE_EXPM1F=''
  1419. HAVE_FABSF=''
  1420. HAVE_FABSL=''
  1421. HAVE_FACCESSAT=''
  1422. HAVE_FCHDIR=''
  1423. HAVE_FCHMODAT=''
  1424. HAVE_FCHOWNAT=''
  1425. HAVE_FCNTL=''
  1426. HAVE_FDATASYNC=''
  1427. HAVE_FDOPENDIR=''
  1428. HAVE_FEATURES_H=''
  1429. HAVE_FFSL=''
  1430. HAVE_FFSLL=''
  1431. HAVE_FMA=''
  1432. HAVE_FMAF=''
  1433. HAVE_FMAL=''
  1434. HAVE_FMODF=''
  1435. HAVE_FMODL=''
  1436. HAVE_FREXPF=''
  1437. HAVE_FSEEKO=''
  1438. HAVE_FSTATAT=''
  1439. HAVE_FSYNC=''
  1440. HAVE_FTELLO=''
  1441. HAVE_FTRUNCATE=''
  1442. HAVE_FUTIMENS=''
  1443. HAVE_GETDTABLESIZE=''
  1444. HAVE_GETGROUPS=''
  1445. HAVE_GETHOSTNAME=''
  1446. HAVE_GETLOGIN=''
  1447. HAVE_GETOPT_H=''
  1448. HAVE_GETPAGESIZE=''
  1449. HAVE_GETSUBOPT=''
  1450. HAVE_GETTIMEOFDAY=''
  1451. HAVE_GRANTPT=''
  1452. HAVE_GROUP_MEMBER=''
  1453. HAVE_HYPOTF=''
  1454. HAVE_HYPOTL=''
  1455. HAVE_ILOGB=''
  1456. HAVE_ILOGBF=''
  1457. HAVE_ILOGBL=''
  1458. HAVE_INTTYPES_H=''
  1459. HAVE_ISBLANK=''
  1460. HAVE_ISNAND=''
  1461. HAVE_ISNANF=''
  1462. HAVE_ISNANL=''
  1463. HAVE_ISWBLANK=''
  1464. HAVE_ISWCNTRL=''
  1465. HAVE_LANGINFO_CODESET=''
  1466. HAVE_LANGINFO_ERA=''
  1467. HAVE_LANGINFO_H=''
  1468. HAVE_LANGINFO_T_FMT_AMPM=''
  1469. HAVE_LANGINFO_YESEXPR=''
  1470. HAVE_LCHMOD=''
  1471. HAVE_LCHOWN=''
  1472. HAVE_LDEXPF=''
  1473. HAVE_LIBSIGSEGV=''
  1474. HAVE_LINK=''
  1475. HAVE_LINKAT=''
  1476. HAVE_LOG10F=''
  1477. HAVE_LOG10L=''
  1478. HAVE_LOG1P=''
  1479. HAVE_LOG1PF=''
  1480. HAVE_LOG1PL=''
  1481. HAVE_LOGBF=''
  1482. HAVE_LOGBL=''
  1483. HAVE_LOGF=''
  1484. HAVE_LOGL=''
  1485. HAVE_LONG_LONG_INT=''
  1486. HAVE_LSTAT=''
  1487. HAVE_MAX_ALIGN_T=''
  1488. HAVE_MBRLEN=''
  1489. HAVE_MBRTOWC=''
  1490. HAVE_MBSINIT=''
  1491. HAVE_MBSLEN=''
  1492. HAVE_MBSNRTOWCS=''
  1493. HAVE_MBSRTOWCS=''
  1494. HAVE_MEMCHR=''
  1495. HAVE_MEMPCPY=''
  1496. HAVE_MKDIRAT=''
  1497. HAVE_MKDTEMP=''
  1498. HAVE_MKFIFO=''
  1499. HAVE_MKFIFOAT=''
  1500. HAVE_MKNOD=''
  1501. HAVE_MKNODAT=''
  1502. HAVE_MKOSTEMP=''
  1503. HAVE_MKOSTEMPS=''
  1504. HAVE_MKSTEMP=''
  1505. HAVE_MKSTEMPS=''
  1506. HAVE_MODFF=''
  1507. HAVE_MODFL=''
  1508. HAVE_MSVC_INVALID_PARAMETER_HANDLER=''
  1509. HAVE_NANOSLEEP=''
  1510. HAVE_NL_LANGINFO=''
  1511. HAVE_OPENAT=''
  1512. HAVE_OPENDIR=''
  1513. HAVE_OS_H=''
  1514. HAVE_PCLOSE=''
  1515. HAVE_PIPE2=''
  1516. HAVE_PIPE=''
  1517. HAVE_POPEN=''
  1518. HAVE_POSIX_OPENPT=''
  1519. HAVE_POSIX_SIGNALBLOCKING=''
  1520. HAVE_POSIX_SPAWN=''
  1521. HAVE_POSIX_SPAWNATTR_T=''
  1522. HAVE_POSIX_SPAWN_FILE_ACTIONS_T=''
  1523. HAVE_POWF=''
  1524. HAVE_PREAD=''
  1525. HAVE_PTHREAD_SIGMASK=''
  1526. HAVE_PTSNAME=''
  1527. HAVE_PTSNAME_R=''
  1528. HAVE_PWRITE=''
  1529. HAVE_QSORT_R=''
  1530. HAVE_RAISE=''
  1531. HAVE_RANDOM=''
  1532. HAVE_RANDOM_H=''
  1533. HAVE_RANDOM_R=''
  1534. HAVE_RAWMEMCHR=''
  1535. HAVE_READDIR=''
  1536. HAVE_READLINK=''
  1537. HAVE_READLINKAT=''
  1538. HAVE_REALPATH=''
  1539. HAVE_REMAINDER=''
  1540. HAVE_REMAINDERF=''
  1541. HAVE_RENAMEAT=''
  1542. HAVE_REWINDDIR=''
  1543. HAVE_RINT=''
  1544. HAVE_RINTL=''
  1545. HAVE_RPMATCH=''
  1546. HAVE_SAME_LONG_DOUBLE_AS_DOUBLE=''
  1547. HAVE_SCANDIR=''
  1548. HAVE_SCHED_H=''
  1549. HAVE_SECURE_GETENV=''
  1550. HAVE_SETENV=''
  1551. HAVE_SETHOSTNAME=''
  1552. HAVE_SIGACTION=''
  1553. HAVE_SIGHANDLER_T=''
  1554. HAVE_SIGINFO_T=''
  1555. HAVE_SIGNED_SIG_ATOMIC_T=''
  1556. HAVE_SIGNED_WCHAR_T=''
  1557. HAVE_SIGNED_WINT_T=''
  1558. HAVE_SIGSET_T=''
  1559. HAVE_SINF=''
  1560. HAVE_SINHF=''
  1561. HAVE_SINL=''
  1562. HAVE_SLEEP=''
  1563. HAVE_SPAWN_H=''
  1564. HAVE_SQRTF=''
  1565. HAVE_SQRTL=''
  1566. HAVE_STDINT_H=''
  1567. HAVE_STPCPY=''
  1568. HAVE_STPNCPY=''
  1569. HAVE_STRCASESTR=''
  1570. HAVE_STRCHRNUL=''
  1571. HAVE_STRPBRK=''
  1572. HAVE_STRPTIME=''
  1573. HAVE_STRSEP=''
  1574. HAVE_STRTOD=''
  1575. HAVE_STRTOLL=''
  1576. HAVE_STRTOULL=''
  1577. HAVE_STRUCT_RANDOM_DATA=''
  1578. HAVE_STRUCT_SCHED_PARAM=''
  1579. HAVE_STRUCT_SIGACTION_SA_SIGACTION=''
  1580. HAVE_STRUCT_TIMEVAL=''
  1581. HAVE_STRVERSCMP=''
  1582. HAVE_SYMLINK=''
  1583. HAVE_SYMLINKAT=''
  1584. HAVE_SYS_BITYPES_H=''
  1585. HAVE_SYS_CDEFS_H=''
  1586. HAVE_SYS_INTTYPES_H=''
  1587. HAVE_SYS_LOADAVG_H=''
  1588. HAVE_SYS_PARAM_H=''
  1589. HAVE_SYS_TIME_H=''
  1590. HAVE_SYS_TYPES_H=''
  1591. HAVE_TANF=''
  1592. HAVE_TANHF=''
  1593. HAVE_TANL=''
  1594. HAVE_TIMEGM=''
  1595. HAVE_TIMEZONE_T=''
  1596. HAVE_TYPE_VOLATILE_SIG_ATOMIC_T=''
  1597. HAVE_UNISTD_H=''
  1598. HAVE_UNLINKAT=''
  1599. HAVE_UNLOCKPT=''
  1600. HAVE_UNSIGNED_LONG_LONG_INT=''
  1601. HAVE_USLEEP=''
  1602. HAVE_UTIMENSAT=''
  1603. HAVE_VASPRINTF=''
  1604. HAVE_VDPRINTF=''
  1605. HAVE_WCHAR_H=''
  1606. HAVE_WCHAR_T=''
  1607. HAVE_WCPCPY=''
  1608. HAVE_WCPNCPY=''
  1609. HAVE_WCRTOMB=''
  1610. HAVE_WCSCASECMP=''
  1611. HAVE_WCSCAT=''
  1612. HAVE_WCSCHR=''
  1613. HAVE_WCSCMP=''
  1614. HAVE_WCSCOLL=''
  1615. HAVE_WCSCPY=''
  1616. HAVE_WCSCSPN=''
  1617. HAVE_WCSDUP=''
  1618. HAVE_WCSLEN=''
  1619. HAVE_WCSNCASECMP=''
  1620. HAVE_WCSNCAT=''
  1621. HAVE_WCSNCMP=''
  1622. HAVE_WCSNCPY=''
  1623. HAVE_WCSNLEN=''
  1624. HAVE_WCSNRTOMBS=''
  1625. HAVE_WCSPBRK=''
  1626. HAVE_WCSRCHR=''
  1627. HAVE_WCSRTOMBS=''
  1628. HAVE_WCSSPN=''
  1629. HAVE_WCSSTR=''
  1630. HAVE_WCSTOK=''
  1631. HAVE_WCSWIDTH=''
  1632. HAVE_WCSXFRM=''
  1633. HAVE_WCTRANS_T=''
  1634. HAVE_WCTYPE_H=''
  1635. HAVE_WCTYPE_T=''
  1636. HAVE_WINSOCK2_H=''
  1637. HAVE_WINT_T=''
  1638. HAVE_WMEMCHR=''
  1639. HAVE_WMEMCMP=''
  1640. HAVE_WMEMCPY=''
  1641. HAVE_WMEMMOVE=''
  1642. HAVE_WMEMSET=''
  1643. HAVE_XLOCALE_H=''
  1644. HAVE__BOOL=''
  1645. HAVE__EXIT=''
  1646. INCLUDE_NEXT=''
  1647. INCLUDE_NEXT_AS_FIRST_DIRECTIVE=''
  1648. INSTALL_DATA='${INSTALL} -m 644'
  1649. INSTALL_PROGRAM='${INSTALL}'
  1650. INSTALL_SCRIPT='${INSTALL}'
  1651. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1652. INT32_MAX_LT_INTMAX_MAX=''
  1653. INT64_MAX_EQ_LONG_MAX=''
  1654. INTL_MACOSX_LIBS=''
  1655. LDFLAGS=' -fuse-ld=gold -Wl,--icf=all -Wl,--gc-sections -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -Wl,--version-script,/home/sheryl/frida/build/ft-executable.version -L/home/sheryl/frida/build/ft-android-arm64/lib'
  1656. LIBCSTACK=''
  1657. LIBINTL=''
  1658. LIBM4_LIBDEPS=''
  1659. LIBM4_LTLIBDEPS=''
  1660. LIBMULTITHREAD=''
  1661. LIBOBJS=''
  1662. LIBPTH=''
  1663. LIBPTH_PREFIX=''
  1664. LIBS=''
  1665. LIBSIGSEGV=''
  1666. LIBSIGSEGV_PREFIX=''
  1667. LIBTESTS_LIBDEPS=''
  1668. LIBTHREAD=''
  1669. LIB_POSIX_SPAWN=''
  1670. LIMITS_H=''
  1671. LOCALCHARSET_TESTS_ENVIRONMENT=''
  1672. LOCALE_FR=''
  1673. LOCALE_FR_UTF8=''
  1674. LOCALE_JA=''
  1675. LOCALE_TR_UTF8=''
  1676. LOCALE_ZH_CN=''
  1677. LTLIBCSTACK=''
  1678. LTLIBINTL=''
  1679. LTLIBMULTITHREAD=''
  1680. LTLIBOBJS=''
  1681. LTLIBPTH=''
  1682. LTLIBSIGSEGV=''
  1683. LTLIBTHREAD=''
  1684. M4_LIBOBJS=''
  1685. M4_LTLIBOBJS=''
  1686. M4tests_LIBOBJS=''
  1687. M4tests_LTLIBOBJS=''
  1688. M4tests_WITNESS=''
  1689. MAKEINFO='${SHELL} /home/sheryl/frida/m4/build-aux/missing makeinfo'
  1690. MKDIR_P='/bin/mkdir -p'
  1691. NEXT_AS_FIRST_DIRECTIVE_CTYPE_H=''
  1692. NEXT_AS_FIRST_DIRECTIVE_DIRENT_H=''
  1693. NEXT_AS_FIRST_DIRECTIVE_ERRNO_H=''
  1694. NEXT_AS_FIRST_DIRECTIVE_FCNTL_H=''
  1695. NEXT_AS_FIRST_DIRECTIVE_FLOAT_H=''
  1696. NEXT_AS_FIRST_DIRECTIVE_GETOPT_H=''
  1697. NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H=''
  1698. NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H=''
  1699. NEXT_AS_FIRST_DIRECTIVE_LIMITS_H=''
  1700. NEXT_AS_FIRST_DIRECTIVE_LOCALE_H=''
  1701. NEXT_AS_FIRST_DIRECTIVE_MATH_H=''
  1702. NEXT_AS_FIRST_DIRECTIVE_SCHED_H=''
  1703. NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H=''
  1704. NEXT_AS_FIRST_DIRECTIVE_SPAWN_H=''
  1705. NEXT_AS_FIRST_DIRECTIVE_STDARG_H=''
  1706. NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
  1707. NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
  1708. NEXT_AS_FIRST_DIRECTIVE_STDIO_H=''
  1709. NEXT_AS_FIRST_DIRECTIVE_STDLIB_H=''
  1710. NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
  1711. NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H=''
  1712. NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
  1713. NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H=''
  1714. NEXT_AS_FIRST_DIRECTIVE_SYS_WAIT_H=''
  1715. NEXT_AS_FIRST_DIRECTIVE_TIME_H=''
  1716. NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
  1717. NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
  1718. NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=''
  1719. NEXT_CTYPE_H=''
  1720. NEXT_DIRENT_H=''
  1721. NEXT_ERRNO_H=''
  1722. NEXT_FCNTL_H=''
  1723. NEXT_FLOAT_H=''
  1724. NEXT_GETOPT_H=''
  1725. NEXT_INTTYPES_H=''
  1726. NEXT_LANGINFO_H=''
  1727. NEXT_LIMITS_H=''
  1728. NEXT_LOCALE_H=''
  1729. NEXT_MATH_H=''
  1730. NEXT_SCHED_H=''
  1731. NEXT_SIGNAL_H=''
  1732. NEXT_SPAWN_H=''
  1733. NEXT_STDARG_H=''
  1734. NEXT_STDDEF_H=''
  1735. NEXT_STDINT_H=''
  1736. NEXT_STDIO_H=''
  1737. NEXT_STDLIB_H=''
  1738. NEXT_STRING_H=''
  1739. NEXT_SYS_STAT_H=''
  1740. NEXT_SYS_TIME_H=''
  1741. NEXT_SYS_TYPES_H=''
  1742. NEXT_SYS_WAIT_H=''
  1743. NEXT_TIME_H=''
  1744. NEXT_UNISTD_H=''
  1745. NEXT_WCHAR_H=''
  1746. NEXT_WCTYPE_H=''
  1747. OBJEXT='o'
  1748. OS2_LDFLAGS=''
  1749. PACKAGE='m4'
  1750. PACKAGE_BUGREPORT='bug-m4@gnu.org'
  1751. PACKAGE_NAME='GNU M4'
  1752. PACKAGE_STRING='GNU M4 1.4.18'
  1753. PACKAGE_TARNAME='m4'
  1754. PACKAGE_URL='http://www.gnu.org/software/m4/'
  1755. PACKAGE_VERSION='1.4.18'
  1756. PATH_SEPARATOR=':'
  1757. POSIX_SPAWN_PORTED_FALSE=''
  1758. POSIX_SPAWN_PORTED_TRUE=''
  1759. PRAGMA_COLUMNS=''
  1760. PRAGMA_SYSTEM_HEADER=''
  1761. PRIPTR_PREFIX=''
  1762. PRI_MACROS_BROKEN=''
  1763. PTHREAD_H_DEFINES_STRUCT_TIMESPEC=''
  1764. PTRDIFF_T_SUFFIX=''
  1765. RANLIB='/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android-ranlib'
  1766. REPLACE_ACOSF=''
  1767. REPLACE_ASINF=''
  1768. REPLACE_ATAN2F=''
  1769. REPLACE_ATANF=''
  1770. REPLACE_BTOWC=''
  1771. REPLACE_CALLOC=''
  1772. REPLACE_CANONICALIZE_FILE_NAME=''
  1773. REPLACE_CBRTF=''
  1774. REPLACE_CBRTL=''
  1775. REPLACE_CEIL=''
  1776. REPLACE_CEILF=''
  1777. REPLACE_CEILL=''
  1778. REPLACE_CHOWN=''
  1779. REPLACE_CLOSE=''
  1780. REPLACE_CLOSEDIR=''
  1781. REPLACE_COSF=''
  1782. REPLACE_COSHF=''
  1783. REPLACE_DIRFD=''
  1784. REPLACE_DPRINTF=''
  1785. REPLACE_DUP2=''
  1786. REPLACE_DUP=''
  1787. REPLACE_DUPLOCALE=''
  1788. REPLACE_EXP2=''
  1789. REPLACE_EXP2L=''
  1790. REPLACE_EXPF=''
  1791. REPLACE_EXPM1=''
  1792. REPLACE_EXPM1F=''
  1793. REPLACE_FABSL=''
  1794. REPLACE_FCHOWNAT=''
  1795. REPLACE_FCLOSE=''
  1796. REPLACE_FCNTL=''
  1797. REPLACE_FDOPEN=''
  1798. REPLACE_FDOPENDIR=''
  1799. REPLACE_FFLUSH=''
  1800. REPLACE_FLOOR=''
  1801. REPLACE_FLOORF=''
  1802. REPLACE_FLOORL=''
  1803. REPLACE_FMA=''
  1804. REPLACE_FMAF=''
  1805. REPLACE_FMAL=''
  1806. REPLACE_FMOD=''
  1807. REPLACE_FMODF=''
  1808. REPLACE_FMODL=''
  1809. REPLACE_FOPEN=''
  1810. REPLACE_FPRINTF=''
  1811. REPLACE_FPURGE=''
  1812. REPLACE_FREOPEN=''
  1813. REPLACE_FREXP=''
  1814. REPLACE_FREXPF=''
  1815. REPLACE_FREXPL=''
  1816. REPLACE_FSEEK=''
  1817. REPLACE_FSEEKO=''
  1818. REPLACE_FSTAT=''
  1819. REPLACE_FSTATAT=''
  1820. REPLACE_FTELL=''
  1821. REPLACE_FTELLO=''
  1822. REPLACE_FTRUNCATE=''
  1823. REPLACE_FUTIMENS=''
  1824. REPLACE_GETCWD=''
  1825. REPLACE_GETDELIM=''
  1826. REPLACE_GETDOMAINNAME=''
  1827. REPLACE_GETDTABLESIZE=''
  1828. REPLACE_GETGROUPS=''
  1829. REPLACE_GETLINE=''
  1830. REPLACE_GETLOGIN_R=''
  1831. REPLACE_GETPAGESIZE=''
  1832. REPLACE_GETTIMEOFDAY=''
  1833. REPLACE_GMTIME=''
  1834. REPLACE_HUGE_VAL=''
  1835. REPLACE_HYPOT=''
  1836. REPLACE_HYPOTF=''
  1837. REPLACE_HYPOTL=''
  1838. REPLACE_ILOGB=''
  1839. REPLACE_ILOGBF=''
  1840. REPLACE_ISATTY=''
  1841. REPLACE_ISFINITE=''
  1842. REPLACE_ISINF=''
  1843. REPLACE_ISNAN=''
  1844. REPLACE_ISWBLANK=''
  1845. REPLACE_ISWCNTRL=''
  1846. REPLACE_ITOLD=''
  1847. REPLACE_LCHOWN=''
  1848. REPLACE_LDEXPL=''
  1849. REPLACE_LINK=''
  1850. REPLACE_LINKAT=''
  1851. REPLACE_LOCALECONV=''
  1852. REPLACE_LOCALTIME=''
  1853. REPLACE_LOCALTIME_R=''
  1854. REPLACE_LOG10=''
  1855. REPLACE_LOG10F=''
  1856. REPLACE_LOG10L=''
  1857. REPLACE_LOG1P=''
  1858. REPLACE_LOG1PF=''
  1859. REPLACE_LOG1PL=''
  1860. REPLACE_LOG2=''
  1861. REPLACE_LOG2F=''
  1862. REPLACE_LOG2L=''
  1863. REPLACE_LOG=''
  1864. REPLACE_LOGB=''
  1865. REPLACE_LOGBF=''
  1866. REPLACE_LOGBL=''
  1867. REPLACE_LOGF=''
  1868. REPLACE_LOGL=''
  1869. REPLACE_LSEEK=''
  1870. REPLACE_LSTAT=''
  1871. REPLACE_MALLOC=''
  1872. REPLACE_MBRLEN=''
  1873. REPLACE_MBRTOWC=''
  1874. REPLACE_MBSINIT=''
  1875. REPLACE_MBSNRTOWCS=''
  1876. REPLACE_MBSRTOWCS=''
  1877. REPLACE_MBSTATE_T=''
  1878. REPLACE_MBTOWC=''
  1879. REPLACE_MEMCHR=''
  1880. REPLACE_MEMMEM=''
  1881. REPLACE_MKDIR=''
  1882. REPLACE_MKFIFO=''
  1883. REPLACE_MKNOD=''
  1884. REPLACE_MKSTEMP=''
  1885. REPLACE_MKTIME=''
  1886. REPLACE_MODF=''
  1887. REPLACE_MODFF=''
  1888. REPLACE_MODFL=''
  1889. REPLACE_NAN=''
  1890. REPLACE_NANOSLEEP=''
  1891. REPLACE_NL_LANGINFO=''
  1892. REPLACE_NULL=''
  1893. REPLACE_OBSTACK_PRINTF=''
  1894. REPLACE_OPEN=''
  1895. REPLACE_OPENAT=''
  1896. REPLACE_OPENDIR=''
  1897. REPLACE_PERROR=''
  1898. REPLACE_POPEN=''
  1899. REPLACE_POSIX_SPAWN=''
  1900. REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDCLOSE=''
  1901. REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2=''
  1902. REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN=''
  1903. REPLACE_PREAD=''
  1904. REPLACE_PRINTF=''
  1905. REPLACE_PTHREAD_SIGMASK=''
  1906. REPLACE_PTSNAME=''
  1907. REPLACE_PTSNAME_R=''
  1908. REPLACE_PUTENV=''
  1909. REPLACE_PWRITE=''
  1910. REPLACE_QSORT_R=''
  1911. REPLACE_RAISE=''
  1912. REPLACE_RANDOM_R=''
  1913. REPLACE_READ=''
  1914. REPLACE_READLINK=''
  1915. REPLACE_READLINKAT=''
  1916. REPLACE_REALLOC=''
  1917. REPLACE_REALPATH=''
  1918. REPLACE_REMAINDER=''
  1919. REPLACE_REMAINDERF=''
  1920. REPLACE_REMAINDERL=''
  1921. REPLACE_REMOVE=''
  1922. REPLACE_RENAME=''
  1923. REPLACE_RENAMEAT=''
  1924. REPLACE_RMDIR=''
  1925. REPLACE_ROUND=''
  1926. REPLACE_ROUNDF=''
  1927. REPLACE_ROUNDL=''
  1928. REPLACE_SETENV=''
  1929. REPLACE_SETLOCALE=''
  1930. REPLACE_SIGNBIT=''
  1931. REPLACE_SIGNBIT_USING_GCC=''
  1932. REPLACE_SINF=''
  1933. REPLACE_SINHF=''
  1934. REPLACE_SLEEP=''
  1935. REPLACE_SNPRINTF=''
  1936. REPLACE_SPRINTF=''
  1937. REPLACE_SQRTF=''
  1938. REPLACE_SQRTL=''
  1939. REPLACE_STAT=''
  1940. REPLACE_STDIO_READ_FUNCS=''
  1941. REPLACE_STDIO_WRITE_FUNCS=''
  1942. REPLACE_STPNCPY=''
  1943. REPLACE_STRCASESTR=''
  1944. REPLACE_STRCHRNUL=''
  1945. REPLACE_STRDUP=''
  1946. REPLACE_STRERROR=''
  1947. REPLACE_STRERROR_R=''
  1948. REPLACE_STRNCAT=''
  1949. REPLACE_STRNDUP=''
  1950. REPLACE_STRNLEN=''
  1951. REPLACE_STRSIGNAL=''
  1952. REPLACE_STRSTR=''
  1953. REPLACE_STRTOD=''
  1954. REPLACE_STRTOIMAX=''
  1955. REPLACE_STRTOK_R=''
  1956. REPLACE_STRTOUMAX=''
  1957. REPLACE_STRUCT_LCONV=''
  1958. REPLACE_STRUCT_TIMEVAL=''
  1959. REPLACE_SYMLINK=''
  1960. REPLACE_SYMLINKAT=''
  1961. REPLACE_TANF=''
  1962. REPLACE_TANHF=''
  1963. REPLACE_TIMEGM=''
  1964. REPLACE_TMPFILE=''
  1965. REPLACE_TOWLOWER=''
  1966. REPLACE_TRUNC=''
  1967. REPLACE_TRUNCF=''
  1968. REPLACE_TRUNCL=''
  1969. REPLACE_TTYNAME_R=''
  1970. REPLACE_UNLINK=''
  1971. REPLACE_UNLINKAT=''
  1972. REPLACE_UNSETENV=''
  1973. REPLACE_USLEEP=''
  1974. REPLACE_UTIMENSAT=''
  1975. REPLACE_VASPRINTF=''
  1976. REPLACE_VDPRINTF=''
  1977. REPLACE_VFPRINTF=''
  1978. REPLACE_VPRINTF=''
  1979. REPLACE_VSNPRINTF=''
  1980. REPLACE_VSPRINTF=''
  1981. REPLACE_WCRTOMB=''
  1982. REPLACE_WCSNRTOMBS=''
  1983. REPLACE_WCSRTOMBS=''
  1984. REPLACE_WCSWIDTH=''
  1985. REPLACE_WCTOB=''
  1986. REPLACE_WCTOMB=''
  1987. REPLACE_WCWIDTH=''
  1988. REPLACE_WRITE=''
  1989. SCHED_H=''
  1990. SED=''
  1991. SET_MAKE=''
  1992. SHELL='/bin/bash'
  1993. SIG_ATOMIC_T_SUFFIX=''
  1994. SIZE_T_SUFFIX=''
  1995. STDALIGN_H=''
  1996. STDARG_H=''
  1997. STDBOOL_H=''
  1998. STDDEF_H=''
  1999. STDINT_H=''
  2000. STRIP='/home/sheryl/frida/build/ft-android-arm64-strip'
  2001. SYS_TIME_H_DEFINES_STRUCT_TIMESPEC=''
  2002. TIME_H_DEFINES_STRUCT_TIMESPEC=''
  2003. UINT32_MAX_LT_UINTMAX_MAX=''
  2004. UINT64_MAX_EQ_ULONG_MAX=''
  2005. UNDEFINE_STRTOK_R=''
  2006. UNISTD_H_DEFINES_STRUCT_TIMESPEC=''
  2007. UNISTD_H_HAVE_WINSOCK2_H=''
  2008. UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS=''
  2009. VERSION='1.4.18'
  2010. WARN_CFLAGS=''
  2011. WCHAR_T_SUFFIX=''
  2012. WERROR_CFLAGS=''
  2013. WINDOWS_64_BIT_OFF_T=''
  2014. WINDOWS_64_BIT_ST_SIZE=''
  2015. WINT_T_SUFFIX=''
  2016. abs_aux_dir=''
  2017. ac_ct_AR=''
  2018. ac_ct_CC='/opt/android-ndk-r20/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang'
  2019. ac_ct_CXX=''
  2020. am__EXEEXT_FALSE=''
  2021. am__EXEEXT_TRUE=''
  2022. am__fastdepCC_FALSE='#'
  2023. am__fastdepCC_TRUE=''
  2024. am__fastdepCXX_FALSE=''
  2025. am__fastdepCXX_TRUE=''
  2026. am__include='include'
  2027. am__isrc=' -I$(srcdir)'
  2028. am__leading_dot='.'
  2029. am__nodep='_no'
  2030. am__quote=''
  2031. am__tar='$${TAR-tar} chof - "$$tardir"'
  2032. am__untar='$${TAR-tar} xf -'
  2033. bindir='${exec_prefix}/bin'
  2034. build=''
  2035. build_alias=''
  2036. build_cpu=''
  2037. build_os=''
  2038. build_vendor=''
  2039. datadir='${datarootdir}'
  2040. datarootdir='${prefix}/share'
  2041. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  2042. dvidir='${docdir}'
  2043. exec_prefix='NONE'
  2044. host=''
  2045. host_alias='aarch64-none-linux-android'
  2046. host_cpu=''
  2047. host_os=''
  2048. host_vendor=''
  2049. htmldir='${docdir}'
  2050. includedir='${prefix}/include'
  2051. infodir='${datarootdir}/info'
  2052. install_sh='${SHELL} /home/sheryl/frida/m4/build-aux/install-sh'
  2053. libdir='${exec_prefix}/lib'
  2054. libexecdir='${exec_prefix}/libexec'
  2055. lispdir=''
  2056. localedir='${datarootdir}/locale'
  2057. localstatedir='${prefix}/var'
  2058. mandir='${datarootdir}/man'
  2059. mkdir_p='$(MKDIR_P)'
  2060. oldincludedir='/usr/include'
  2061. pdfdir='${docdir}'
  2062. pkglibexecdir=''
  2063. prefix='/home/sheryl/frida/build/ft-android-arm64'
  2064. program_transform_name='s,x,x,'
  2065. psdir='${docdir}'
  2066. runstatedir=''
  2067. sbindir='${exec_prefix}/sbin'
  2068. sharedstatedir='${prefix}/com'
  2069. sysconfdir='${prefix}/etc'
  2070. target_alias=''
  2071.  
  2072. ## ----------- ##
  2073. ## confdefs.h. ##
  2074. ## ----------- ##
  2075.  
  2076. /* confdefs.h */
  2077. #define PACKAGE_NAME "GNU M4"
  2078. #define PACKAGE_TARNAME "m4"
  2079. #define PACKAGE_VERSION "1.4.18"
  2080. #define PACKAGE_STRING "GNU M4 1.4.18"
  2081. #define PACKAGE_BUGREPORT "bug-m4@gnu.org"
  2082. #define PACKAGE_URL "http://www.gnu.org/software/m4/"
  2083. #define PACKAGE "m4"
  2084. #define VERSION "1.4.18"
  2085.  
  2086. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement