-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.log
More file actions
510 lines (483 loc) · 18.7 KB
/
config.log
File metadata and controls
510 lines (483 loc) · 18.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Kepler configure 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = kona.ubishops.ca
uname -m = x86_64
uname -r = 4.16.12-300.fc28.x86_64
uname -s = Linux
uname -v = #1 SMP Fri May 25 21:13:28 UTC 2018
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/intel/compilers_and_libraries_2018.3.222/linux/bin/intel64
PATH: /opt/intel/compilers_and_libraries_2018.3.222/linux/mpi/intel64/bin
PATH: /opt/intel/compilers_and_libraries_2018.3.222/linux/bin/intel64
PATH: /opt/intel/compilers_and_libraries_2018.3.222/linux/mpi/intel64/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /home/rowe/bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/rowe/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1975: checking for ifort
configure:1991: found /opt/intel/compilers_and_libraries_2018.3.222/linux/bin/intel64/ifort
configure:2002: result: ifort
configure:2028: checking for Fortran 77 compiler version
configure:2037: ifort --version >&5
ifort (IFORT) 18.0.3 20180410
Copyright (C) 1985-2018 Intel Corporation. All rights reserved.
configure:2048: $? = 0
configure:2037: ifort -v >&5
ifort version 18.0.3
configure:2048: $? = 0
configure:2037: ifort -V >&5
Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.3.222 Build 20180410
Copyright (C) 1985-2018 Intel Corporation. All rights reserved.
ifort: NOTE: The evaluation period for this product ends on 1-jul-2018 UTC.
configure:2048: $? = 0
configure:2037: ifort -qversion >&5
ifort: command line warning #10006: ignoring unknown option '-qversion'
ifort: command line error: no files specified; for help type "ifort -help"
configure:2048: $? = 1
configure:2063: checking whether the Fortran 77 compiler works
configure:2085: ifort conftest.f >&5
configure:2089: $? = 0
configure:2137: result: yes
configure:2140: checking for Fortran 77 compiler default output file name
configure:2142: result: a.out
configure:2148: checking for suffix of executables
configure:2155: ifort -o conftest conftest.f >&5
configure:2159: $? = 0
configure:2181: result:
configure:2197: checking whether we are cross compiling
configure:2205: ifort -o conftest conftest.f >&5
configure:2209: $? = 0
configure:2216: ./conftest
configure:2220: $? = 0
configure:2235: result: no
configure:2240: checking for suffix of object files
configure:2256: ifort -c conftest.f >&5
configure:2260: $? = 0
configure:2281: result: o
configure:2289: checking whether we are using the GNU Fortran 77 compiler
configure:2302: ifort -c conftest.F >&5
conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: => = . [ % ( :
choke me
---------------^
compilation aborted for conftest.F (code 1)
configure:2302: $? = 1
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:2311: result: no
configure:2317: checking whether ifort accepts -g
configure:2328: ifort -c -g conftest.f >&5
configure:2328: $? = 0
configure:2336: result: yes
configure:2418: checking for ifort
configure:2434: found /opt/intel/compilers_and_libraries_2018.3.222/linux/bin/intel64/ifort
configure:2445: result: ifort
configure:2471: checking for Fortran compiler version
configure:2480: ifort --version >&5
ifort (IFORT) 18.0.3 20180410
Copyright (C) 1985-2018 Intel Corporation. All rights reserved.
configure:2491: $? = 0
configure:2480: ifort -v >&5
ifort version 18.0.3
configure:2491: $? = 0
configure:2480: ifort -V >&5
Intel(R) Fortran Intel(R) 64 Compiler for applications running on Intel(R) 64, Version 18.0.3.222 Build 20180410
Copyright (C) 1985-2018 Intel Corporation. All rights reserved.
ifort: NOTE: The evaluation period for this product ends on 1-jul-2018 UTC.
configure:2491: $? = 0
configure:2480: ifort -qversion >&5
ifort: command line warning #10006: ignoring unknown option '-qversion'
ifort: command line error: no files specified; for help type "ifort -help"
configure:2491: $? = 1
configure:2500: checking whether we are using the GNU Fortran compiler
configure:2513: ifort -c conftest.F >&5
conftest.F(3): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: => = . [ % ( :
choke me
---------------^
compilation aborted for conftest.F (code 1)
configure:2513: $? = 1
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:2522: result: no
configure:2528: checking whether ifort accepts -g
configure:2539: ifort -c -g conftest.f >&5
configure:2539: $? = 0
configure:2547: result: yes
configure:2585: LIBDIRS
configure:2589: checking for /usr/lib
configure:2603: result: yes
configure:2589: checking for /usr/local/lib
configure:2603: result: yes
configure:2589: checking for /usr/local/pgplot
configure:2603: result: yes
configure:2589: checking for /usr/local/cfitsio
configure:2603: result: no
configure:2589: checking for /local/lib
configure:2603: result: no
configure:2589: checking for /local/pgplot
configure:2603: result: no
configure:2589: checking for /local/cfitsio
configure:2603: result: no
configure:2589: checking for /opt/local/lib
configure:2603: result: no
configure:2612: -- PGPLOT --
configure:2662: checking for gcc
configure:2678: found /usr/bin/gcc
configure:2689: result: gcc
configure:2918: checking for C compiler version
configure:2927: gcc --version >&5
gcc (GCC) 8.1.1 20180502 (Red Hat 8.1.1-1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:2938: $? = 0
configure:2927: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,objc,obj-c++,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --with-isl --enable-libmpx --enable-offload-targets=nvptx-none --without-cuda-driver --enable-gnu-indirect-function --enable-cet --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.1.1 20180502 (Red Hat 8.1.1-1) (GCC)
configure:2938: $? = 0
configure:2927: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2938: $? = 1
configure:2927: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2938: $? = 1
configure:2942: checking whether we are using the GNU C compiler
configure:2961: gcc -c conftest.c >&5
configure:2961: $? = 0
configure:2970: result: yes
configure:2979: checking whether gcc accepts -g
configure:2999: gcc -c -g conftest.c >&5
configure:2999: $? = 0
configure:3040: result: yes
configure:3057: checking for gcc option to accept ISO C89
configure:3120: gcc -c -g -O2 conftest.c >&5
configure:3120: $? = 0
configure:3133: result: none needed
configure:3154: checking for pgopen_ in -lpgplot
configure:3179: gcc -o conftest -g -O2 -L/usr/lib -L/usr/local/lib -L/usr/local/pgplot conftest.c -lX11 -lpgplot -lpng -lgfortran >&5
configure:3179: $? = 0
configure:3188: result: yes
configure:3196: checking for png_error in -lpng
configure:3221: gcc -o conftest -g -O2 -L/usr/lib -L/usr/local/lib -L/usr/local/pgplot conftest.c -lpng -lpgplot >&5
/usr/local/lib/libpgplot.so: undefined reference to `XSendEvent'
/usr/local/lib/libpgplot.so: undefined reference to `XClearWindow'
/usr/local/lib/libpgplot.so: undefined reference to `XAllocColor'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_st_close'
/usr/local/lib/libpgplot.so: undefined reference to `XDrawRectangle'
/usr/local/lib/libpgplot.so: undefined reference to `XResizeWindow'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_st_read_done'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_transfer_integer'
/usr/local/lib/libpgplot.so: undefined reference to `XLookupString'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_transfer_character_write'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_compare_string'
/usr/local/lib/libpgplot.so: undefined reference to `XDrawPoint'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_getenv'
/usr/local/lib/libpgplot.so: undefined reference to `XFillPolygon'
/usr/local/lib/libpgplot.so: undefined reference to `XCheckWindowEvent'
/usr/local/lib/libpgplot.so: undefined reference to `XFreeColors'
/usr/local/lib/libpgplot.so: undefined reference to `XFillRectangle'
/usr/local/lib/libpgplot.so: undefined reference to `XFree'
/usr/local/lib/libpgplot.so: undefined reference to `XDeleteProperty'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_transfer_integer_write'
/usr/local/lib/libpgplot.so: undefined reference to `XGetVisualInfo'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_st_write_done'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_pow_i4_i4'
/usr/local/lib/libpgplot.so: undefined reference to `XWarpPointer'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_transfer_real_write'
/usr/local/lib/libpgplot.so: undefined reference to `XVisualIDFromVisual'
/usr/local/lib/libpgplot.so: undefined reference to `XOpenDisplay'
/usr/local/lib/libpgplot.so: undefined reference to `XQueryPointer'
/usr/local/lib/libpgplot.so: undefined reference to `XGetSelectionOwner'
/usr/local/lib/libpgplot.so: undefined reference to `XSetErrorHandler'
/usr/local/lib/libpgplot.so: undefined reference to `XCopyArea'
/usr/local/lib/libpgplot.so: undefined reference to `XNextEvent'
/usr/local/lib/libpgplot.so: undefined reference to `XMapRaised'
/usr/local/lib/libpgplot.so: undefined reference to `XInternAtom'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_transfer_array'
/usr/local/lib/libpgplot.so: undefined reference to `XGetErrorText'
/usr/local/lib/libpgplot.so: undefined reference to `XDisplayName'
/usr/local/lib/libpgplot.so: undefined reference to `XSync'
/usr/local/lib/libpgplot.so: undefined reference to `XSelectInput'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_st_read'
/usr/local/lib/libpgplot.so: undefined reference to `XDefineCursor'
/usr/local/lib/libpgplot.so: undefined reference to `XCreateGC'
/usr/local/lib/libpgplot.so: undefined reference to `XCreateSimpleWindow'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_st_write'
/usr/local/lib/libpgplot.so: undefined reference to `XSetForeground'
/usr/local/lib/libpgplot.so: undefined reference to `XFlush'
/usr/local/lib/libpgplot.so: undefined reference to `XChangeGC'
/usr/local/lib/libpgplot.so: undefined reference to `XGetWindowAttributes'
/usr/local/lib/libpgplot.so: undefined reference to `XPutImage'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_st_open'
/usr/local/lib/libpgplot.so: undefined reference to `XSetWindowBackground'
/usr/local/lib/libpgplot.so: undefined reference to `XFreeGC'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_stop_string'
/usr/local/lib/libpgplot.so: undefined reference to `XFillArc'
/usr/local/lib/libpgplot.so: undefined reference to `XGetWindowProperty'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_transfer_character'
/usr/local/lib/libpgplot.so: undefined reference to `XStoreColors'
/usr/local/lib/libpgplot.so: undefined reference to `XCloseDisplay'
/usr/local/lib/libpgplot.so: undefined reference to `XCreateImage'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_concat_string'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_string_len_trim'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_string_index'
/usr/local/lib/libpgplot.so: undefined reference to `XDrawLine'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_st_inquire'
/usr/local/lib/libpgplot.so: undefined reference to `_gfortran_transfer_array_write'
collect2: error: ld returned 1 exit status
configure:3221: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Kepler"
| #define PACKAGE_TARNAME "kepler"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "Kepler 1.0"
| #define PACKAGE_BUGREPORT "jasonfrowe@gmail.com"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char png_error ();
| int
| main ()
| {
| return png_error ();
| ;
| return 0;
| }
configure:3230: result: no
configure:3238: -- CFITSIO --
configure:3240: checking for ffopen in -lcfitsio
configure:3265: gcc -o conftest -g -O2 -L/usr/lib -L/usr/local/lib -L/usr/local/pgplot conftest.c -lcfitsio >&5
configure:3265: $? = 0
configure:3274: result: yes
configure:3287: checking how to run the C preprocessor
configure:3318: gcc -E conftest.c
configure:3318: $? = 0
configure:3332: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3332: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Kepler"
| #define PACKAGE_TARNAME "kepler"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "Kepler 1.0"
| #define PACKAGE_BUGREPORT "jasonfrowe@gmail.com"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3357: result: gcc -E
configure:3377: gcc -E conftest.c
configure:3377: $? = 0
configure:3391: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3391: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "Kepler"
| #define PACKAGE_TARNAME "kepler"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "Kepler 1.0"
| #define PACKAGE_BUGREPORT "jasonfrowe@gmail.com"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3420: checking for X
configure:3528: gcc -E conftest.c
configure:3528: $? = 0
configure:3559: gcc -o conftest -g -O2 -L/usr/lib -L/usr/local/lib -L/usr/local/pgplot conftest.c -lX11 >&5
configure:3559: $? = 0
configure:3609: result: libraries , headers
configure:3615: -L/usr/lib -L/usr/local/lib -L/usr/local/pgplot -L/
configure:3773: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by Kepler config.status 1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on kona.ubishops.ca
config.status:731: creating Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_fc_compiler_gnu=no
ac_cv_file__local_cfitsio=no
ac_cv_file__local_lib=no
ac_cv_file__local_pgplot=no
ac_cv_file__opt_local_lib=no
ac_cv_file__usr_lib=yes
ac_cv_file__usr_local_cfitsio=no
ac_cv_file__usr_local_lib=yes
ac_cv_file__usr_local_pgplot=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_lib_cfitsio_ffopen=yes
ac_cv_lib_pgplot_pgopen_=yes
ac_cv_lib_png_png_error=no
ac_cv_objext=o
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_F77=ifort
ac_cv_prog_ac_ct_FC=ifort
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_fc_g=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc'
CFITSIOLIB='-lcfitsio'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DPACKAGE_NAME=\"Kepler\" -DPACKAGE_TARNAME=\"kepler\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Kepler\ 1.0\" -DPACKAGE_BUGREPORT=\"jasonfrowe@gmail.com\" -DPACKAGE_URL=\"\"'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
F77='ifort'
FC='ifort'
FCFLAGS='-g'
FFLAGS='-g'
LDFLAGS=' -L/usr/lib -L/usr/local/lib -L/usr/local/pgplot'
LFLAGS=' -L/usr/lib -L/usr/local/lib -L/usr/local/pgplot -L/'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='jasonfrowe@gmail.com'
PACKAGE_NAME='Kepler'
PACKAGE_STRING='Kepler 1.0'
PACKAGE_TARNAME='kepler'
PACKAGE_URL=''
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
PGPLOTLIB='-lpgplot'
SHELL='/bin/sh'
XFLAGS='-lX11'
XMKMF=''
ac_ct_CC='gcc'
ac_ct_F77='ifort'
ac_ct_FC='ifort'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "Kepler"
#define PACKAGE_TARNAME "kepler"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "Kepler 1.0"
#define PACKAGE_BUGREPORT "jasonfrowe@gmail.com"
#define PACKAGE_URL ""
configure: exit 0