tnef 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/ext/tnef/ChangeLog +18 -0
- data/ext/tnef/Makefile.in +185 -132
- data/ext/tnef/NEWS +4 -1
- data/ext/tnef/aclocal.m4 +440 -266
- data/ext/tnef/autom4te.cache/output.0 +7001 -0
- data/ext/tnef/autom4te.cache/output.1 +7001 -0
- data/ext/tnef/autom4te.cache/requests +159 -0
- data/ext/tnef/autom4te.cache/traces.0 +545 -0
- data/ext/tnef/autom4te.cache/traces.1 +1036 -0
- data/ext/tnef/compile +347 -0
- data/ext/tnef/config.log +971 -0
- data/ext/tnef/configure +380 -194
- data/ext/tnef/configure.in +1 -1
- data/ext/tnef/contrib/evolution.helper +43 -0
- data/ext/tnef/contrib/evolution.helper.README +11 -0
- data/ext/tnef/contrib/tnef-alpine.perl +91 -0
- data/ext/tnef/contrib/tnef-alpine.perl.README +10 -0
- data/ext/tnef/doc/Makefile +659 -0
- data/ext/tnef/doc/Makefile.in +171 -135
- data/ext/tnef/doc/tnef.1 +185 -0
- data/ext/tnef/doc/tnef.1.in +34 -32
- data/ext/tnef/doc/www/Makefile +585 -0
- data/ext/tnef/doc/www/Makefile.in +158 -115
- data/ext/tnef/doc/www/cgi-bin/Makefile +405 -0
- data/ext/tnef/doc/www/cgi-bin/Makefile.in +83 -18
- data/ext/tnef/doc/www/htdocs/Makefile +405 -0
- data/ext/tnef/doc/www/htdocs/Makefile.in +83 -18
- data/ext/tnef/doc/www/htdocs/index.html +51 -0
- data/ext/tnef/doc/www/htdocs/style.css +13 -0
- data/ext/tnef/src/Makefile.in +193 -135
- data/ext/tnef/src/replace/Makefile.in +148 -55
- data/ext/tnef/src/tnef.c +10 -8
- data/ext/tnef/test-driver +127 -0
- data/ext/tnef/tests/Makefile.in +158 -115
- data/ext/tnef/tests/cmdline/Attic/mime-types.baseline +3 -0
- data/ext/tnef/tests/cmdline/Attic/mime-types.test +11 -0
- data/ext/tnef/tests/cmdline/Makefile.in +441 -110
- data/ext/tnef/tests/cmdline/body-test.html.baseline +95 -95
- data/ext/tnef/tests/cmdline/body.baseline +2 -2
- data/ext/tnef/tests/cmdline/interactive.baseline +0 -0
- data/ext/tnef/tests/cmdline/message.html.baseline +95 -95
- data/ext/tnef/tests/cmdline/version.baseline +2 -2
- data/ext/tnef/tests/files/Makefile.in +515 -205
- data/ext/tnef/tests/files/baselines/Makefile.in +83 -18
- data/ext/tnef/tests/files/datafiles/Makefile.in +83 -18
- data/lib/tnef/version.rb +1 -1
- metadata +34 -18
data/ext/tnef/configure
CHANGED
@@ -1,13 +1,11 @@
|
|
1
1
|
#! /bin/sh
|
2
2
|
# Guess values for system-dependent variables and create Makefiles.
|
3
|
-
# Generated by GNU Autoconf 2.
|
3
|
+
# Generated by GNU Autoconf 2.69 for tnef 1.4.10.
|
4
4
|
#
|
5
5
|
# Report bugs to <verdammelt@users.sourceforge.net>.
|
6
6
|
#
|
7
7
|
#
|
8
|
-
# Copyright (C) 1992
|
9
|
-
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
|
10
|
-
# Foundation, Inc.
|
8
|
+
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
|
11
9
|
#
|
12
10
|
#
|
13
11
|
# This configure script is free software; the Free Software Foundation
|
@@ -136,6 +134,31 @@ export LANGUAGE
|
|
136
134
|
# CDPATH.
|
137
135
|
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
|
138
136
|
|
137
|
+
# Use a proper internal environment variable to ensure we don't fall
|
138
|
+
# into an infinite loop, continuously re-executing ourselves.
|
139
|
+
if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
|
140
|
+
_as_can_reexec=no; export _as_can_reexec;
|
141
|
+
# We cannot yet assume a decent shell, so we have to provide a
|
142
|
+
# neutralization value for shells without unset; and this also
|
143
|
+
# works around shells that cannot unset nonexistent variables.
|
144
|
+
# Preserve -v and -x to the replacement shell.
|
145
|
+
BASH_ENV=/dev/null
|
146
|
+
ENV=/dev/null
|
147
|
+
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
|
148
|
+
case $- in # ((((
|
149
|
+
*v*x* | *x*v* ) as_opts=-vx ;;
|
150
|
+
*v* ) as_opts=-v ;;
|
151
|
+
*x* ) as_opts=-x ;;
|
152
|
+
* ) as_opts= ;;
|
153
|
+
esac
|
154
|
+
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
|
155
|
+
# Admittedly, this is quite paranoid, since all the known shells bail
|
156
|
+
# out after a failed `exec'.
|
157
|
+
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
|
158
|
+
as_fn_exit 255
|
159
|
+
fi
|
160
|
+
# We don't want this to propagate to other subprocesses.
|
161
|
+
{ _as_can_reexec=; unset _as_can_reexec;}
|
139
162
|
if test "x$CONFIG_SHELL" = x; then
|
140
163
|
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
|
141
164
|
emulate sh
|
@@ -169,7 +192,8 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
|
|
169
192
|
else
|
170
193
|
exitcode=1; echo positional parameters were not saved.
|
171
194
|
fi
|
172
|
-
test x\$exitcode = x0 || exit 1
|
195
|
+
test x\$exitcode = x0 || exit 1
|
196
|
+
test -x / || exit 1"
|
173
197
|
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
|
174
198
|
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
|
175
199
|
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
|
@@ -214,21 +238,25 @@ IFS=$as_save_IFS
|
|
214
238
|
|
215
239
|
|
216
240
|
if test "x$CONFIG_SHELL" != x; then :
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
241
|
+
export CONFIG_SHELL
|
242
|
+
# We cannot yet assume a decent shell, so we have to provide a
|
243
|
+
# neutralization value for shells without unset; and this also
|
244
|
+
# works around shells that cannot unset nonexistent variables.
|
245
|
+
# Preserve -v and -x to the replacement shell.
|
246
|
+
BASH_ENV=/dev/null
|
247
|
+
ENV=/dev/null
|
248
|
+
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
|
249
|
+
case $- in # ((((
|
250
|
+
*v*x* | *x*v* ) as_opts=-vx ;;
|
251
|
+
*v* ) as_opts=-v ;;
|
252
|
+
*x* ) as_opts=-x ;;
|
253
|
+
* ) as_opts= ;;
|
254
|
+
esac
|
255
|
+
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
|
256
|
+
# Admittedly, this is quite paranoid, since all the known shells bail
|
257
|
+
# out after a failed `exec'.
|
258
|
+
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
|
259
|
+
exit 255
|
232
260
|
fi
|
233
261
|
|
234
262
|
if test x$as_have_required = xno; then :
|
@@ -331,6 +359,14 @@ $as_echo X"$as_dir" |
|
|
331
359
|
|
332
360
|
|
333
361
|
} # as_fn_mkdir_p
|
362
|
+
|
363
|
+
# as_fn_executable_p FILE
|
364
|
+
# -----------------------
|
365
|
+
# Test if FILE is an executable regular file.
|
366
|
+
as_fn_executable_p ()
|
367
|
+
{
|
368
|
+
test -f "$1" && test -x "$1"
|
369
|
+
} # as_fn_executable_p
|
334
370
|
# as_fn_append VAR VALUE
|
335
371
|
# ----------------------
|
336
372
|
# Append the text in VALUE to the end of the definition contained in VAR. Take
|
@@ -452,6 +488,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
|
|
452
488
|
chmod +x "$as_me.lineno" ||
|
453
489
|
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
|
454
490
|
|
491
|
+
# If we had to re-execute with $CONFIG_SHELL, we're ensured to have
|
492
|
+
# already done that, so ensure we don't try to do so again and fall
|
493
|
+
# in an infinite loop. This has already happened in practice.
|
494
|
+
_as_can_reexec=no; export _as_can_reexec
|
455
495
|
# Don't try to exec as it changes $[0], causing all sort of problems
|
456
496
|
# (the dirname of $[0] is not the place where we might find the
|
457
497
|
# original and so on. Autoconf is especially sensitive to this).
|
@@ -486,16 +526,16 @@ if (echo >conf$$.file) 2>/dev/null; then
|
|
486
526
|
# ... but there are two gotchas:
|
487
527
|
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
|
488
528
|
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
|
489
|
-
# In both cases, we have to default to `cp -
|
529
|
+
# In both cases, we have to default to `cp -pR'.
|
490
530
|
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
|
491
|
-
as_ln_s='cp -
|
531
|
+
as_ln_s='cp -pR'
|
492
532
|
elif ln conf$$.file conf$$ 2>/dev/null; then
|
493
533
|
as_ln_s=ln
|
494
534
|
else
|
495
|
-
as_ln_s='cp -
|
535
|
+
as_ln_s='cp -pR'
|
496
536
|
fi
|
497
537
|
else
|
498
|
-
as_ln_s='cp -
|
538
|
+
as_ln_s='cp -pR'
|
499
539
|
fi
|
500
540
|
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
|
501
541
|
rmdir conf$$.dir 2>/dev/null
|
@@ -507,28 +547,8 @@ else
|
|
507
547
|
as_mkdir_p=false
|
508
548
|
fi
|
509
549
|
|
510
|
-
|
511
|
-
|
512
|
-
else
|
513
|
-
if ls -dL / >/dev/null 2>&1; then
|
514
|
-
as_ls_L_option=L
|
515
|
-
else
|
516
|
-
as_ls_L_option=
|
517
|
-
fi
|
518
|
-
as_test_x='
|
519
|
-
eval sh -c '\''
|
520
|
-
if test -d "$1"; then
|
521
|
-
test -d "$1/.";
|
522
|
-
else
|
523
|
-
case $1 in #(
|
524
|
-
-*)set "./$1";;
|
525
|
-
esac;
|
526
|
-
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
|
527
|
-
???[sx]*):;;*)false;;esac;fi
|
528
|
-
'\'' sh
|
529
|
-
'
|
530
|
-
fi
|
531
|
-
as_executable_p=$as_test_x
|
550
|
+
as_test_x='test -x'
|
551
|
+
as_executable_p=as_fn_executable_p
|
532
552
|
|
533
553
|
# Sed expression to map a string onto a valid CPP name.
|
534
554
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
@@ -560,8 +580,8 @@ MAKEFLAGS=
|
|
560
580
|
# Identity of this package.
|
561
581
|
PACKAGE_NAME='tnef'
|
562
582
|
PACKAGE_TARNAME='tnef'
|
563
|
-
PACKAGE_VERSION='1.4.
|
564
|
-
PACKAGE_STRING='tnef 1.4.
|
583
|
+
PACKAGE_VERSION='1.4.10'
|
584
|
+
PACKAGE_STRING='tnef 1.4.10'
|
565
585
|
PACKAGE_BUGREPORT='verdammelt@users.sourceforge.net'
|
566
586
|
PACKAGE_URL=''
|
567
587
|
|
@@ -638,6 +658,10 @@ CPPFLAGS
|
|
638
658
|
LDFLAGS
|
639
659
|
CFLAGS
|
640
660
|
CC
|
661
|
+
AM_BACKSLASH
|
662
|
+
AM_DEFAULT_VERBOSITY
|
663
|
+
AM_DEFAULT_V
|
664
|
+
AM_V
|
641
665
|
am__untar
|
642
666
|
am__tar
|
643
667
|
AMTAR
|
@@ -702,6 +726,7 @@ SHELL'
|
|
702
726
|
ac_subst_files=''
|
703
727
|
ac_user_opts='
|
704
728
|
enable_option_checking
|
729
|
+
enable_silent_rules
|
705
730
|
enable_dependency_tracking
|
706
731
|
enable_maintainer_mode
|
707
732
|
enable_warnings
|
@@ -1174,8 +1199,6 @@ target=$target_alias
|
|
1174
1199
|
if test "x$host_alias" != x; then
|
1175
1200
|
if test "x$build_alias" = x; then
|
1176
1201
|
cross_compiling=maybe
|
1177
|
-
$as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
|
1178
|
-
If a cross compiler is detected then cross compile mode will be used" >&2
|
1179
1202
|
elif test "x$build_alias" != "x$host_alias"; then
|
1180
1203
|
cross_compiling=yes
|
1181
1204
|
fi
|
@@ -1261,7 +1284,7 @@ if test "$ac_init_help" = "long"; then
|
|
1261
1284
|
# Omit some internal or obsolete options to make the list less imposing.
|
1262
1285
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
1263
1286
|
cat <<_ACEOF
|
1264
|
-
\`configure' configures tnef 1.4.
|
1287
|
+
\`configure' configures tnef 1.4.10 to adapt to many kinds of systems.
|
1265
1288
|
|
1266
1289
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
1267
1290
|
|
@@ -1327,7 +1350,7 @@ fi
|
|
1327
1350
|
|
1328
1351
|
if test -n "$ac_init_help"; then
|
1329
1352
|
case $ac_init_help in
|
1330
|
-
short | recursive ) echo "Configuration of tnef 1.4.
|
1353
|
+
short | recursive ) echo "Configuration of tnef 1.4.10:";;
|
1331
1354
|
esac
|
1332
1355
|
cat <<\_ACEOF
|
1333
1356
|
|
@@ -1335,10 +1358,15 @@ Optional Features:
|
|
1335
1358
|
--disable-option-checking ignore unrecognized --enable/--with options
|
1336
1359
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
|
1337
1360
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
|
1338
|
-
--
|
1339
|
-
--
|
1340
|
-
--enable-
|
1341
|
-
|
1361
|
+
--enable-silent-rules less verbose build output (undo: "make V=1")
|
1362
|
+
--disable-silent-rules verbose build output (undo: "make V=0")
|
1363
|
+
--enable-dependency-tracking
|
1364
|
+
do not reject slow dependency extractors
|
1365
|
+
--disable-dependency-tracking
|
1366
|
+
speeds up one-time build
|
1367
|
+
--enable-maintainer-mode
|
1368
|
+
enable make rules and dependencies not useful (and
|
1369
|
+
sometimes confusing) to the casual installer
|
1342
1370
|
--enable-warnings enable compile warnings
|
1343
1371
|
--enable-debug enable debug build
|
1344
1372
|
|
@@ -1420,10 +1448,10 @@ fi
|
|
1420
1448
|
test -n "$ac_init_help" && exit $ac_status
|
1421
1449
|
if $ac_init_version; then
|
1422
1450
|
cat <<\_ACEOF
|
1423
|
-
tnef configure 1.4.
|
1424
|
-
generated by GNU Autoconf 2.
|
1451
|
+
tnef configure 1.4.10
|
1452
|
+
generated by GNU Autoconf 2.69
|
1425
1453
|
|
1426
|
-
Copyright (C)
|
1454
|
+
Copyright (C) 2012 Free Software Foundation, Inc.
|
1427
1455
|
This configure script is free software; the Free Software Foundation
|
1428
1456
|
gives unlimited permission to copy, distribute and modify it.
|
1429
1457
|
_ACEOF
|
@@ -1574,7 +1602,7 @@ $as_echo "$ac_try_echo"; } >&5
|
|
1574
1602
|
test ! -s conftest.err
|
1575
1603
|
} && test -s conftest$ac_exeext && {
|
1576
1604
|
test "$cross_compiling" = yes ||
|
1577
|
-
|
1605
|
+
test -x conftest$ac_exeext
|
1578
1606
|
}; then :
|
1579
1607
|
ac_retval=0
|
1580
1608
|
else
|
@@ -1874,7 +1902,8 @@ int
|
|
1874
1902
|
main ()
|
1875
1903
|
{
|
1876
1904
|
static int test_array [1 - 2 * !(($2) >= 0)];
|
1877
|
-
test_array [0] = 0
|
1905
|
+
test_array [0] = 0;
|
1906
|
+
return test_array [0];
|
1878
1907
|
|
1879
1908
|
;
|
1880
1909
|
return 0;
|
@@ -1890,7 +1919,8 @@ int
|
|
1890
1919
|
main ()
|
1891
1920
|
{
|
1892
1921
|
static int test_array [1 - 2 * !(($2) <= $ac_mid)];
|
1893
|
-
test_array [0] = 0
|
1922
|
+
test_array [0] = 0;
|
1923
|
+
return test_array [0];
|
1894
1924
|
|
1895
1925
|
;
|
1896
1926
|
return 0;
|
@@ -1916,7 +1946,8 @@ int
|
|
1916
1946
|
main ()
|
1917
1947
|
{
|
1918
1948
|
static int test_array [1 - 2 * !(($2) < 0)];
|
1919
|
-
test_array [0] = 0
|
1949
|
+
test_array [0] = 0;
|
1950
|
+
return test_array [0];
|
1920
1951
|
|
1921
1952
|
;
|
1922
1953
|
return 0;
|
@@ -1932,7 +1963,8 @@ int
|
|
1932
1963
|
main ()
|
1933
1964
|
{
|
1934
1965
|
static int test_array [1 - 2 * !(($2) >= $ac_mid)];
|
1935
|
-
test_array [0] = 0
|
1966
|
+
test_array [0] = 0;
|
1967
|
+
return test_array [0];
|
1936
1968
|
|
1937
1969
|
;
|
1938
1970
|
return 0;
|
@@ -1966,7 +1998,8 @@ int
|
|
1966
1998
|
main ()
|
1967
1999
|
{
|
1968
2000
|
static int test_array [1 - 2 * !(($2) <= $ac_mid)];
|
1969
|
-
test_array [0] = 0
|
2001
|
+
test_array [0] = 0;
|
2002
|
+
return test_array [0];
|
1970
2003
|
|
1971
2004
|
;
|
1972
2005
|
return 0;
|
@@ -2105,8 +2138,8 @@ cat >config.log <<_ACEOF
|
|
2105
2138
|
This file contains any messages produced by compilers while
|
2106
2139
|
running configure, to aid debugging if configure makes a mistake.
|
2107
2140
|
|
2108
|
-
It was created by tnef $as_me 1.4.
|
2109
|
-
generated by GNU Autoconf 2.
|
2141
|
+
It was created by tnef $as_me 1.4.10, which was
|
2142
|
+
generated by GNU Autoconf 2.69. Invocation command line was
|
2110
2143
|
|
2111
2144
|
$ $0 $@
|
2112
2145
|
|
@@ -2454,7 +2487,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
|
2454
2487
|
|
2455
2488
|
|
2456
2489
|
|
2457
|
-
am__api_version='1.
|
2490
|
+
am__api_version='1.14'
|
2458
2491
|
|
2459
2492
|
ac_aux_dir=
|
2460
2493
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
|
@@ -2522,7 +2555,7 @@ case $as_dir/ in #((
|
|
2522
2555
|
# by default.
|
2523
2556
|
for ac_prog in ginstall scoinst install; do
|
2524
2557
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2525
|
-
if
|
2558
|
+
if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
|
2526
2559
|
if test $ac_prog = install &&
|
2527
2560
|
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
|
2528
2561
|
# AIX install. It has an incompatible calling convention.
|
@@ -2580,9 +2613,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
|
|
2580
2613
|
|
2581
2614
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
|
2582
2615
|
$as_echo_n "checking whether build environment is sane... " >&6; }
|
2583
|
-
# Just in case
|
2584
|
-
sleep 1
|
2585
|
-
echo timestamp > conftest.file
|
2586
2616
|
# Reject unsafe characters in $srcdir or the absolute working directory
|
2587
2617
|
# name. Accept space and tab only in the latter.
|
2588
2618
|
am_lf='
|
@@ -2593,32 +2623,40 @@ case `pwd` in
|
|
2593
2623
|
esac
|
2594
2624
|
case $srcdir in
|
2595
2625
|
*[\\\"\#\$\&\'\`$am_lf\ \ ]*)
|
2596
|
-
as_fn_error $? "unsafe srcdir value:
|
2626
|
+
as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
|
2597
2627
|
esac
|
2598
2628
|
|
2599
|
-
# Do
|
2629
|
+
# Do 'set' in a subshell so we don't clobber the current shell's
|
2600
2630
|
# arguments. Must try -L first in case configure is actually a
|
2601
2631
|
# symlink; some systems play weird games with the mod time of symlinks
|
2602
2632
|
# (eg FreeBSD returns the mod time of the symlink's containing
|
2603
2633
|
# directory).
|
2604
2634
|
if (
|
2605
|
-
|
2606
|
-
|
2607
|
-
|
2608
|
-
|
2609
|
-
|
2610
|
-
|
2611
|
-
|
2612
|
-
|
2613
|
-
|
2614
|
-
|
2615
|
-
|
2616
|
-
|
2617
|
-
|
2618
|
-
|
2619
|
-
|
2620
|
-
|
2621
|
-
|
2635
|
+
am_has_slept=no
|
2636
|
+
for am_try in 1 2; do
|
2637
|
+
echo "timestamp, slept: $am_has_slept" > conftest.file
|
2638
|
+
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
|
2639
|
+
if test "$*" = "X"; then
|
2640
|
+
# -L didn't work.
|
2641
|
+
set X `ls -t "$srcdir/configure" conftest.file`
|
2642
|
+
fi
|
2643
|
+
if test "$*" != "X $srcdir/configure conftest.file" \
|
2644
|
+
&& test "$*" != "X conftest.file $srcdir/configure"; then
|
2645
|
+
|
2646
|
+
# If neither matched, then we have a broken ls. This can happen
|
2647
|
+
# if, for instance, CONFIG_SHELL is bash and it inherits a
|
2648
|
+
# broken ls alias from the environment. This has actually
|
2649
|
+
# happened. Such a system could not be considered "sane".
|
2650
|
+
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
|
2651
|
+
alias in your environment" "$LINENO" 5
|
2652
|
+
fi
|
2653
|
+
if test "$2" = conftest.file || test $am_try -eq 2; then
|
2654
|
+
break
|
2655
|
+
fi
|
2656
|
+
# Just in case.
|
2657
|
+
sleep 1
|
2658
|
+
am_has_slept=yes
|
2659
|
+
done
|
2622
2660
|
test "$2" = conftest.file
|
2623
2661
|
)
|
2624
2662
|
then
|
@@ -2630,6 +2668,16 @@ Check your system clock" "$LINENO" 5
|
|
2630
2668
|
fi
|
2631
2669
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
|
2632
2670
|
$as_echo "yes" >&6; }
|
2671
|
+
# If we didn't sleep, we still need to ensure time stamps of config.status and
|
2672
|
+
# generated files are strictly newer.
|
2673
|
+
am_sleep_pid=
|
2674
|
+
if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|
2675
|
+
( sleep 1 ) &
|
2676
|
+
am_sleep_pid=$!
|
2677
|
+
fi
|
2678
|
+
|
2679
|
+
rm -f conftest.file
|
2680
|
+
|
2633
2681
|
test "$program_prefix" != NONE &&
|
2634
2682
|
program_transform_name="s&^&$program_prefix&;$program_transform_name"
|
2635
2683
|
# Use a double $ so make ignores it.
|
@@ -2652,12 +2700,12 @@ if test x"${MISSING+set}" != xset; then
|
|
2652
2700
|
esac
|
2653
2701
|
fi
|
2654
2702
|
# Use eval to expand $SHELL
|
2655
|
-
if eval "$MISSING --
|
2656
|
-
am_missing_run="$MISSING
|
2703
|
+
if eval "$MISSING --is-lightweight"; then
|
2704
|
+
am_missing_run="$MISSING "
|
2657
2705
|
else
|
2658
2706
|
am_missing_run=
|
2659
|
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
|
2660
|
-
$as_echo "$as_me: WARNING:
|
2707
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
|
2708
|
+
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
|
2661
2709
|
fi
|
2662
2710
|
|
2663
2711
|
if test x"${install_sh}" != xset; then
|
@@ -2669,10 +2717,10 @@ if test x"${install_sh}" != xset; then
|
|
2669
2717
|
esac
|
2670
2718
|
fi
|
2671
2719
|
|
2672
|
-
# Installed binaries are usually stripped using
|
2673
|
-
# run
|
2720
|
+
# Installed binaries are usually stripped using 'strip' when the user
|
2721
|
+
# run "make install-strip". However 'strip' might not be the right
|
2674
2722
|
# tool to use in cross-compilation environments, therefore Automake
|
2675
|
-
# will honor the
|
2723
|
+
# will honor the 'STRIP' environment variable to overrule this program.
|
2676
2724
|
if test "$cross_compiling" != no; then
|
2677
2725
|
if test -n "$ac_tool_prefix"; then
|
2678
2726
|
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
|
@@ -2691,7 +2739,7 @@ do
|
|
2691
2739
|
IFS=$as_save_IFS
|
2692
2740
|
test -z "$as_dir" && as_dir=.
|
2693
2741
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2694
|
-
if
|
2742
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2695
2743
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip"
|
2696
2744
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2697
2745
|
break 2
|
@@ -2731,7 +2779,7 @@ do
|
|
2731
2779
|
IFS=$as_save_IFS
|
2732
2780
|
test -z "$as_dir" && as_dir=.
|
2733
2781
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2734
|
-
if
|
2782
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2735
2783
|
ac_cv_prog_ac_ct_STRIP="strip"
|
2736
2784
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2737
2785
|
break 2
|
@@ -2782,7 +2830,7 @@ do
|
|
2782
2830
|
test -z "$as_dir" && as_dir=.
|
2783
2831
|
for ac_prog in mkdir gmkdir; do
|
2784
2832
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2785
|
-
|
2833
|
+
as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
|
2786
2834
|
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
|
2787
2835
|
'mkdir (GNU coreutils) '* | \
|
2788
2836
|
'mkdir (coreutils) '* | \
|
@@ -2811,12 +2859,6 @@ fi
|
|
2811
2859
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
|
2812
2860
|
$as_echo "$MKDIR_P" >&6; }
|
2813
2861
|
|
2814
|
-
mkdir_p="$MKDIR_P"
|
2815
|
-
case $mkdir_p in
|
2816
|
-
[\\/$]* | ?:[\\/]*) ;;
|
2817
|
-
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
|
2818
|
-
esac
|
2819
|
-
|
2820
2862
|
for ac_prog in gawk mawk nawk awk
|
2821
2863
|
do
|
2822
2864
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
@@ -2835,7 +2877,7 @@ do
|
|
2835
2877
|
IFS=$as_save_IFS
|
2836
2878
|
test -z "$as_dir" && as_dir=.
|
2837
2879
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2838
|
-
if
|
2880
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2839
2881
|
ac_cv_prog_AWK="$ac_prog"
|
2840
2882
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2841
2883
|
break 2
|
@@ -2899,6 +2941,45 @@ else
|
|
2899
2941
|
fi
|
2900
2942
|
rmdir .tst 2>/dev/null
|
2901
2943
|
|
2944
|
+
# Check whether --enable-silent-rules was given.
|
2945
|
+
if test "${enable_silent_rules+set}" = set; then :
|
2946
|
+
enableval=$enable_silent_rules;
|
2947
|
+
fi
|
2948
|
+
|
2949
|
+
case $enable_silent_rules in # (((
|
2950
|
+
yes) AM_DEFAULT_VERBOSITY=0;;
|
2951
|
+
no) AM_DEFAULT_VERBOSITY=1;;
|
2952
|
+
*) AM_DEFAULT_VERBOSITY=1;;
|
2953
|
+
esac
|
2954
|
+
am_make=${MAKE-make}
|
2955
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
|
2956
|
+
$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
|
2957
|
+
if ${am_cv_make_support_nested_variables+:} false; then :
|
2958
|
+
$as_echo_n "(cached) " >&6
|
2959
|
+
else
|
2960
|
+
if $as_echo 'TRUE=$(BAR$(V))
|
2961
|
+
BAR0=false
|
2962
|
+
BAR1=true
|
2963
|
+
V=1
|
2964
|
+
am__doit:
|
2965
|
+
@$(TRUE)
|
2966
|
+
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
|
2967
|
+
am_cv_make_support_nested_variables=yes
|
2968
|
+
else
|
2969
|
+
am_cv_make_support_nested_variables=no
|
2970
|
+
fi
|
2971
|
+
fi
|
2972
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
|
2973
|
+
$as_echo "$am_cv_make_support_nested_variables" >&6; }
|
2974
|
+
if test $am_cv_make_support_nested_variables = yes; then
|
2975
|
+
AM_V='$(V)'
|
2976
|
+
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
|
2977
|
+
else
|
2978
|
+
AM_V=$AM_DEFAULT_VERBOSITY
|
2979
|
+
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
|
2980
|
+
fi
|
2981
|
+
AM_BACKSLASH='\'
|
2982
|
+
|
2902
2983
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then
|
2903
2984
|
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output
|
2904
2985
|
# is not polluted with repeated "-I."
|
@@ -2921,7 +3002,7 @@ fi
|
|
2921
3002
|
|
2922
3003
|
# Define the identity of the package.
|
2923
3004
|
PACKAGE='tnef'
|
2924
|
-
VERSION='1.4.
|
3005
|
+
VERSION='1.4.10'
|
2925
3006
|
|
2926
3007
|
|
2927
3008
|
cat >>confdefs.h <<_ACEOF
|
@@ -2949,18 +3030,70 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
|
|
2949
3030
|
|
2950
3031
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
|
2951
3032
|
|
3033
|
+
# For better backward compatibility. To be removed once Automake 1.9.x
|
3034
|
+
# dies out for good. For more background, see:
|
3035
|
+
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
|
3036
|
+
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
|
3037
|
+
mkdir_p='$(MKDIR_P)'
|
3038
|
+
|
2952
3039
|
# We need awk for the "check" target. The system "awk" is bad on
|
2953
3040
|
# some platforms.
|
2954
3041
|
# Always define AMTAR for backward compatibility. Yes, it's still used
|
2955
3042
|
# in the wild :-( We should find a proper way to deprecate it ...
|
2956
3043
|
AMTAR='$${TAR-tar}'
|
2957
3044
|
|
3045
|
+
|
3046
|
+
# We'll loop over all known methods to create a tar archive until one works.
|
3047
|
+
_am_tools='gnutar pax cpio none'
|
3048
|
+
|
2958
3049
|
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
|
2959
3050
|
|
2960
3051
|
|
2961
3052
|
|
2962
3053
|
|
2963
3054
|
|
3055
|
+
|
3056
|
+
# POSIX will say in a future version that running "rm -f" with no argument
|
3057
|
+
# is OK; and we want to be able to make that assumption in our Makefile
|
3058
|
+
# recipes. So use an aggressive probe to check that the usage we want is
|
3059
|
+
# actually supported "in the wild" to an acceptable degree.
|
3060
|
+
# See automake bug#10828.
|
3061
|
+
# To make any issue more visible, cause the running configure to be aborted
|
3062
|
+
# by default if the 'rm' program in use doesn't match our expectations; the
|
3063
|
+
# user can still override this though.
|
3064
|
+
if rm -f && rm -fr && rm -rf; then : OK; else
|
3065
|
+
cat >&2 <<'END'
|
3066
|
+
Oops!
|
3067
|
+
|
3068
|
+
Your 'rm' program seems unable to run without file operands specified
|
3069
|
+
on the command line, even when the '-f' option is present. This is contrary
|
3070
|
+
to the behaviour of most rm programs out there, and not conforming with
|
3071
|
+
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
|
3072
|
+
|
3073
|
+
Please tell bug-automake@gnu.org about your system, including the value
|
3074
|
+
of your $PATH and any error possibly output before this message. This
|
3075
|
+
can help us improve future automake versions.
|
3076
|
+
|
3077
|
+
END
|
3078
|
+
if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
|
3079
|
+
echo 'Configuration will proceed anyway, since you have set the' >&2
|
3080
|
+
echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
|
3081
|
+
echo >&2
|
3082
|
+
else
|
3083
|
+
cat >&2 <<'END'
|
3084
|
+
Aborting the configuration process, to ensure you take notice of the issue.
|
3085
|
+
|
3086
|
+
You can download and install GNU coreutils to get an 'rm' implementation
|
3087
|
+
that behaves properly: <http://www.gnu.org/software/coreutils/>.
|
3088
|
+
|
3089
|
+
If you want to complete the configuration process using your problematic
|
3090
|
+
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
|
3091
|
+
to "yes", and re-run configure.
|
3092
|
+
|
3093
|
+
END
|
3094
|
+
as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
|
3095
|
+
fi
|
3096
|
+
fi
|
2964
3097
|
ac_config_headers="$ac_config_headers src/config.h"
|
2965
3098
|
|
2966
3099
|
|
@@ -2983,7 +3116,7 @@ do
|
|
2983
3116
|
IFS=$as_save_IFS
|
2984
3117
|
test -z "$as_dir" && as_dir=.
|
2985
3118
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
2986
|
-
if
|
3119
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
2987
3120
|
ac_cv_prog_AWK="$ac_prog"
|
2988
3121
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
2989
3122
|
break 2
|
@@ -3029,7 +3162,7 @@ do
|
|
3029
3162
|
IFS=$as_save_IFS
|
3030
3163
|
test -z "$as_dir" && as_dir=.
|
3031
3164
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
3032
|
-
if
|
3165
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
3033
3166
|
ac_cv_prog_CC="${ac_tool_prefix}gcc"
|
3034
3167
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
3035
3168
|
break 2
|
@@ -3069,7 +3202,7 @@ do
|
|
3069
3202
|
IFS=$as_save_IFS
|
3070
3203
|
test -z "$as_dir" && as_dir=.
|
3071
3204
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
3072
|
-
if
|
3205
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
3073
3206
|
ac_cv_prog_ac_ct_CC="gcc"
|
3074
3207
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
3075
3208
|
break 2
|
@@ -3122,7 +3255,7 @@ do
|
|
3122
3255
|
IFS=$as_save_IFS
|
3123
3256
|
test -z "$as_dir" && as_dir=.
|
3124
3257
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
3125
|
-
if
|
3258
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
3126
3259
|
ac_cv_prog_CC="${ac_tool_prefix}cc"
|
3127
3260
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
3128
3261
|
break 2
|
@@ -3163,7 +3296,7 @@ do
|
|
3163
3296
|
IFS=$as_save_IFS
|
3164
3297
|
test -z "$as_dir" && as_dir=.
|
3165
3298
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
3166
|
-
if
|
3299
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
3167
3300
|
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
|
3168
3301
|
ac_prog_rejected=yes
|
3169
3302
|
continue
|
@@ -3221,7 +3354,7 @@ do
|
|
3221
3354
|
IFS=$as_save_IFS
|
3222
3355
|
test -z "$as_dir" && as_dir=.
|
3223
3356
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
3224
|
-
if
|
3357
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
3225
3358
|
ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
|
3226
3359
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
3227
3360
|
break 2
|
@@ -3265,7 +3398,7 @@ do
|
|
3265
3398
|
IFS=$as_save_IFS
|
3266
3399
|
test -z "$as_dir" && as_dir=.
|
3267
3400
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
3268
|
-
if
|
3401
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
3269
3402
|
ac_cv_prog_ac_ct_CC="$ac_prog"
|
3270
3403
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
3271
3404
|
break 2
|
@@ -3711,8 +3844,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
3711
3844
|
/* end confdefs.h. */
|
3712
3845
|
#include <stdarg.h>
|
3713
3846
|
#include <stdio.h>
|
3714
|
-
|
3715
|
-
#include <sys/stat.h>
|
3847
|
+
struct stat;
|
3716
3848
|
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
|
3717
3849
|
struct buf { int x; };
|
3718
3850
|
FILE * (*rcsopen) (struct buf *, struct stat *, int);
|
@@ -3796,6 +3928,65 @@ ac_cpp='$CPP $CPPFLAGS'
|
|
3796
3928
|
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
3797
3929
|
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
3798
3930
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
3931
|
+
|
3932
|
+
ac_ext=c
|
3933
|
+
ac_cpp='$CPP $CPPFLAGS'
|
3934
|
+
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
3935
|
+
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
3936
|
+
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
3937
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
|
3938
|
+
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
|
3939
|
+
if ${am_cv_prog_cc_c_o+:} false; then :
|
3940
|
+
$as_echo_n "(cached) " >&6
|
3941
|
+
else
|
3942
|
+
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
3943
|
+
/* end confdefs.h. */
|
3944
|
+
|
3945
|
+
int
|
3946
|
+
main ()
|
3947
|
+
{
|
3948
|
+
|
3949
|
+
;
|
3950
|
+
return 0;
|
3951
|
+
}
|
3952
|
+
_ACEOF
|
3953
|
+
# Make sure it works both with $CC and with simple cc.
|
3954
|
+
# Following AC_PROG_CC_C_O, we do the test twice because some
|
3955
|
+
# compilers refuse to overwrite an existing .o file with -o,
|
3956
|
+
# though they will create one.
|
3957
|
+
am_cv_prog_cc_c_o=yes
|
3958
|
+
for am_i in 1 2; do
|
3959
|
+
if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
|
3960
|
+
($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
|
3961
|
+
ac_status=$?
|
3962
|
+
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
3963
|
+
(exit $ac_status); } \
|
3964
|
+
&& test -f conftest2.$ac_objext; then
|
3965
|
+
: OK
|
3966
|
+
else
|
3967
|
+
am_cv_prog_cc_c_o=no
|
3968
|
+
break
|
3969
|
+
fi
|
3970
|
+
done
|
3971
|
+
rm -f core conftest*
|
3972
|
+
unset am_i
|
3973
|
+
fi
|
3974
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
|
3975
|
+
$as_echo "$am_cv_prog_cc_c_o" >&6; }
|
3976
|
+
if test "$am_cv_prog_cc_c_o" != yes; then
|
3977
|
+
# Losing compiler, so override with the script.
|
3978
|
+
# FIXME: It is wrong to rewrite CC.
|
3979
|
+
# But if we don't then we get into trouble of one sort or another.
|
3980
|
+
# A longer-term fix would be to have automake use am__CC in this case,
|
3981
|
+
# and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
|
3982
|
+
CC="$am_aux_dir/compile $CC"
|
3983
|
+
fi
|
3984
|
+
ac_ext=c
|
3985
|
+
ac_cpp='$CPP $CPPFLAGS'
|
3986
|
+
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
|
3987
|
+
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
|
3988
|
+
ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
3989
|
+
|
3799
3990
|
DEPDIR="${am__leading_dot}deps"
|
3800
3991
|
|
3801
3992
|
ac_config_commands="$ac_config_commands depfiles"
|
@@ -3815,7 +4006,7 @@ am__quote=
|
|
3815
4006
|
_am_result=none
|
3816
4007
|
# First try GNU make style include.
|
3817
4008
|
echo "include confinc" > confmf
|
3818
|
-
# Ignore all kinds of additional output from
|
4009
|
+
# Ignore all kinds of additional output from 'make'.
|
3819
4010
|
case `$am_make -s -f confmf 2> /dev/null` in #(
|
3820
4011
|
*the\ am__doit\ target*)
|
3821
4012
|
am__include=include
|
@@ -3871,8 +4062,8 @@ else
|
|
3871
4062
|
# We make a subdir and do the tests there. Otherwise we can end up
|
3872
4063
|
# making bogus files that we don't know about and never remove. For
|
3873
4064
|
# instance it was reported that on HP-UX the gcc test will end up
|
3874
|
-
# making a dummy file named
|
3875
|
-
# in D
|
4065
|
+
# making a dummy file named 'D' -- because '-MD' means "put the output
|
4066
|
+
# in D".
|
3876
4067
|
rm -rf conftest.dir
|
3877
4068
|
mkdir conftest.dir
|
3878
4069
|
# Copy depcomp to subdir because otherwise we won't find it if we're
|
@@ -3907,16 +4098,16 @@ else
|
|
3907
4098
|
: > sub/conftest.c
|
3908
4099
|
for i in 1 2 3 4 5 6; do
|
3909
4100
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
3910
|
-
# Using
|
3911
|
-
# Solaris
|
3912
|
-
|
4101
|
+
# Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
|
4102
|
+
# Solaris 10 /bin/sh.
|
4103
|
+
echo '/* dummy */' > sub/conftst$i.h
|
3913
4104
|
done
|
3914
4105
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
3915
4106
|
|
3916
|
-
# We check with
|
4107
|
+
# We check with '-c' and '-o' for the sake of the "dashmstdout"
|
3917
4108
|
# mode. It turns out that the SunPro C++ compiler does not properly
|
3918
|
-
# handle
|
3919
|
-
# versions had trouble with output in subdirs
|
4109
|
+
# handle '-M -o', and we need to detect this. Also, some Intel
|
4110
|
+
# versions had trouble with output in subdirs.
|
3920
4111
|
am__obj=sub/conftest.${OBJEXT-o}
|
3921
4112
|
am__minus_obj="-o $am__obj"
|
3922
4113
|
case $depmode in
|
@@ -3925,8 +4116,8 @@ else
|
|
3925
4116
|
test "$am__universal" = false || continue
|
3926
4117
|
;;
|
3927
4118
|
nosideeffect)
|
3928
|
-
#
|
3929
|
-
# only be used when explicitly requested
|
4119
|
+
# After this tag, mechanisms are not by side-effect, so they'll
|
4120
|
+
# only be used when explicitly requested.
|
3930
4121
|
if test "x$enable_dependency_tracking" = xyes; then
|
3931
4122
|
continue
|
3932
4123
|
else
|
@@ -3934,7 +4125,7 @@ else
|
|
3934
4125
|
fi
|
3935
4126
|
;;
|
3936
4127
|
msvc7 | msvc7msys | msvisualcpp | msvcmsys)
|
3937
|
-
# This compiler won't grok
|
4128
|
+
# This compiler won't grok '-c -o', but also, the minuso test has
|
3938
4129
|
# not run yet. These depmodes are late enough in the game, and
|
3939
4130
|
# so weak that their functioning should not be impacted.
|
3940
4131
|
am__obj=conftest.${OBJEXT-o}
|
@@ -4153,7 +4344,7 @@ do
|
|
4153
4344
|
IFS=$as_save_IFS
|
4154
4345
|
test -z "$as_dir" && as_dir=.
|
4155
4346
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
4156
|
-
if
|
4347
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
4157
4348
|
ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
|
4158
4349
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
4159
4350
|
break 2
|
@@ -4197,7 +4388,7 @@ do
|
|
4197
4388
|
IFS=$as_save_IFS
|
4198
4389
|
test -z "$as_dir" && as_dir=.
|
4199
4390
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
4200
|
-
if
|
4391
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
4201
4392
|
ac_cv_prog_ac_ct_CXX="$ac_prog"
|
4202
4393
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
4203
4394
|
break 2
|
@@ -4393,8 +4584,8 @@ else
|
|
4393
4584
|
# We make a subdir and do the tests there. Otherwise we can end up
|
4394
4585
|
# making bogus files that we don't know about and never remove. For
|
4395
4586
|
# instance it was reported that on HP-UX the gcc test will end up
|
4396
|
-
# making a dummy file named
|
4397
|
-
# in D
|
4587
|
+
# making a dummy file named 'D' -- because '-MD' means "put the output
|
4588
|
+
# in D".
|
4398
4589
|
rm -rf conftest.dir
|
4399
4590
|
mkdir conftest.dir
|
4400
4591
|
# Copy depcomp to subdir because otherwise we won't find it if we're
|
@@ -4429,16 +4620,16 @@ else
|
|
4429
4620
|
: > sub/conftest.c
|
4430
4621
|
for i in 1 2 3 4 5 6; do
|
4431
4622
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c
|
4432
|
-
# Using
|
4433
|
-
# Solaris
|
4434
|
-
|
4623
|
+
# Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
|
4624
|
+
# Solaris 10 /bin/sh.
|
4625
|
+
echo '/* dummy */' > sub/conftst$i.h
|
4435
4626
|
done
|
4436
4627
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
|
4437
4628
|
|
4438
|
-
# We check with
|
4629
|
+
# We check with '-c' and '-o' for the sake of the "dashmstdout"
|
4439
4630
|
# mode. It turns out that the SunPro C++ compiler does not properly
|
4440
|
-
# handle
|
4441
|
-
# versions had trouble with output in subdirs
|
4631
|
+
# handle '-M -o', and we need to detect this. Also, some Intel
|
4632
|
+
# versions had trouble with output in subdirs.
|
4442
4633
|
am__obj=sub/conftest.${OBJEXT-o}
|
4443
4634
|
am__minus_obj="-o $am__obj"
|
4444
4635
|
case $depmode in
|
@@ -4447,8 +4638,8 @@ else
|
|
4447
4638
|
test "$am__universal" = false || continue
|
4448
4639
|
;;
|
4449
4640
|
nosideeffect)
|
4450
|
-
#
|
4451
|
-
# only be used when explicitly requested
|
4641
|
+
# After this tag, mechanisms are not by side-effect, so they'll
|
4642
|
+
# only be used when explicitly requested.
|
4452
4643
|
if test "x$enable_dependency_tracking" = xyes; then
|
4453
4644
|
continue
|
4454
4645
|
else
|
@@ -4456,7 +4647,7 @@ else
|
|
4456
4647
|
fi
|
4457
4648
|
;;
|
4458
4649
|
msvc7 | msvc7msys | msvisualcpp | msvcmsys)
|
4459
|
-
# This compiler won't grok
|
4650
|
+
# This compiler won't grok '-c -o', but also, the minuso test has
|
4460
4651
|
# not run yet. These depmodes are late enough in the game, and
|
4461
4652
|
# so weak that their functioning should not be impacted.
|
4462
4653
|
am__obj=conftest.${OBJEXT-o}
|
@@ -4539,7 +4730,7 @@ do
|
|
4539
4730
|
IFS=$as_save_IFS
|
4540
4731
|
test -z "$as_dir" && as_dir=.
|
4541
4732
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
4542
|
-
if
|
4733
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
4543
4734
|
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
|
4544
4735
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
4545
4736
|
break 2
|
@@ -4579,7 +4770,7 @@ do
|
|
4579
4770
|
IFS=$as_save_IFS
|
4580
4771
|
test -z "$as_dir" && as_dir=.
|
4581
4772
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
4582
|
-
if
|
4773
|
+
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
|
4583
4774
|
ac_cv_prog_ac_ct_RANLIB="ranlib"
|
4584
4775
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
|
4585
4776
|
break 2
|
@@ -4679,7 +4870,7 @@ do
|
|
4679
4870
|
for ac_prog in grep ggrep; do
|
4680
4871
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
4681
4872
|
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
|
4682
|
-
|
4873
|
+
as_fn_executable_p "$ac_path_GREP" || continue
|
4683
4874
|
# Check for GNU ac_path_GREP and select it if it is found.
|
4684
4875
|
# Check for GNU $ac_path_GREP
|
4685
4876
|
case `"$ac_path_GREP" --version 2>&1` in
|
@@ -4745,7 +4936,7 @@ do
|
|
4745
4936
|
for ac_prog in egrep; do
|
4746
4937
|
for ac_exec_ext in '' $ac_executable_extensions; do
|
4747
4938
|
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
|
4748
|
-
|
4939
|
+
as_fn_executable_p "$ac_path_EGREP" || continue
|
4749
4940
|
# Check for GNU ac_path_EGREP and select it if it is found.
|
4750
4941
|
# Check for GNU $ac_path_EGREP
|
4751
4942
|
case `"$ac_path_EGREP" --version 2>&1` in
|
@@ -5012,11 +5203,11 @@ else
|
|
5012
5203
|
int
|
5013
5204
|
main ()
|
5014
5205
|
{
|
5015
|
-
|
5206
|
+
|
5016
5207
|
#ifndef __cplusplus
|
5017
|
-
/* Ultrix mips cc rejects this. */
|
5208
|
+
/* Ultrix mips cc rejects this sort of thing. */
|
5018
5209
|
typedef int charset[2];
|
5019
|
-
const charset cs;
|
5210
|
+
const charset cs = { 0, 0 };
|
5020
5211
|
/* SunOS 4.1.1 cc rejects this. */
|
5021
5212
|
char const *const *pcpcc;
|
5022
5213
|
char **ppc;
|
@@ -5033,8 +5224,9 @@ main ()
|
|
5033
5224
|
++pcpcc;
|
5034
5225
|
ppc = (char**) pcpcc;
|
5035
5226
|
pcpcc = (char const *const *) ppc;
|
5036
|
-
{ /* SCO 3.2v4 cc rejects this. */
|
5037
|
-
char
|
5227
|
+
{ /* SCO 3.2v4 cc rejects this sort of thing. */
|
5228
|
+
char tx;
|
5229
|
+
char *t = &tx;
|
5038
5230
|
char const *s = 0 ? (char *) 0 : (char const *) 0;
|
5039
5231
|
|
5040
5232
|
*t++ = 0;
|
@@ -5050,10 +5242,10 @@ main ()
|
|
5050
5242
|
iptr p = 0;
|
5051
5243
|
++p;
|
5052
5244
|
}
|
5053
|
-
{ /* AIX XL C 1.02.0.0 rejects this saying
|
5245
|
+
{ /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
|
5054
5246
|
"k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
|
5055
|
-
struct s { int j; const int *ap[3]; };
|
5056
|
-
struct s *b; b->j = 5;
|
5247
|
+
struct s { int j; const int *ap[3]; } bx;
|
5248
|
+
struct s *b = &bx; b->j = 5;
|
5057
5249
|
}
|
5058
5250
|
{ /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
|
5059
5251
|
const int foo = 10;
|
@@ -5439,6 +5631,14 @@ LIBOBJS=$ac_libobjs
|
|
5439
5631
|
LTLIBOBJS=$ac_ltlibobjs
|
5440
5632
|
|
5441
5633
|
|
5634
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
|
5635
|
+
$as_echo_n "checking that generated files are newer than configure... " >&6; }
|
5636
|
+
if test -n "$am_sleep_pid"; then
|
5637
|
+
# Hide warnings about reused PIDs.
|
5638
|
+
wait $am_sleep_pid 2>/dev/null
|
5639
|
+
fi
|
5640
|
+
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
|
5641
|
+
$as_echo "done" >&6; }
|
5442
5642
|
if test -n "$EXEEXT"; then
|
5443
5643
|
am__EXEEXT_TRUE=
|
5444
5644
|
am__EXEEXT_FALSE='#'
|
@@ -5761,16 +5961,16 @@ if (echo >conf$$.file) 2>/dev/null; then
|
|
5761
5961
|
# ... but there are two gotchas:
|
5762
5962
|
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
|
5763
5963
|
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
|
5764
|
-
# In both cases, we have to default to `cp -
|
5964
|
+
# In both cases, we have to default to `cp -pR'.
|
5765
5965
|
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
|
5766
|
-
as_ln_s='cp -
|
5966
|
+
as_ln_s='cp -pR'
|
5767
5967
|
elif ln conf$$.file conf$$ 2>/dev/null; then
|
5768
5968
|
as_ln_s=ln
|
5769
5969
|
else
|
5770
|
-
as_ln_s='cp -
|
5970
|
+
as_ln_s='cp -pR'
|
5771
5971
|
fi
|
5772
5972
|
else
|
5773
|
-
as_ln_s='cp -
|
5973
|
+
as_ln_s='cp -pR'
|
5774
5974
|
fi
|
5775
5975
|
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
|
5776
5976
|
rmdir conf$$.dir 2>/dev/null
|
@@ -5830,28 +6030,16 @@ else
|
|
5830
6030
|
as_mkdir_p=false
|
5831
6031
|
fi
|
5832
6032
|
|
5833
|
-
|
5834
|
-
|
5835
|
-
|
5836
|
-
|
5837
|
-
|
5838
|
-
|
5839
|
-
|
5840
|
-
|
5841
|
-
|
5842
|
-
|
5843
|
-
if test -d "$1"; then
|
5844
|
-
test -d "$1/.";
|
5845
|
-
else
|
5846
|
-
case $1 in #(
|
5847
|
-
-*)set "./$1";;
|
5848
|
-
esac;
|
5849
|
-
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
|
5850
|
-
???[sx]*):;;*)false;;esac;fi
|
5851
|
-
'\'' sh
|
5852
|
-
'
|
5853
|
-
fi
|
5854
|
-
as_executable_p=$as_test_x
|
6033
|
+
|
6034
|
+
# as_fn_executable_p FILE
|
6035
|
+
# -----------------------
|
6036
|
+
# Test if FILE is an executable regular file.
|
6037
|
+
as_fn_executable_p ()
|
6038
|
+
{
|
6039
|
+
test -f "$1" && test -x "$1"
|
6040
|
+
} # as_fn_executable_p
|
6041
|
+
as_test_x='test -x'
|
6042
|
+
as_executable_p=as_fn_executable_p
|
5855
6043
|
|
5856
6044
|
# Sed expression to map a string onto a valid CPP name.
|
5857
6045
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
|
@@ -5872,8 +6060,8 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|
5872
6060
|
# report actual input values of CONFIG_FILES etc. instead of their
|
5873
6061
|
# values after options handling.
|
5874
6062
|
ac_log="
|
5875
|
-
This file was extended by tnef $as_me 1.4.
|
5876
|
-
generated by GNU Autoconf 2.
|
6063
|
+
This file was extended by tnef $as_me 1.4.10, which was
|
6064
|
+
generated by GNU Autoconf 2.69. Invocation command line was
|
5877
6065
|
|
5878
6066
|
CONFIG_FILES = $CONFIG_FILES
|
5879
6067
|
CONFIG_HEADERS = $CONFIG_HEADERS
|
@@ -5938,11 +6126,11 @@ _ACEOF
|
|
5938
6126
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
5939
6127
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
|
5940
6128
|
ac_cs_version="\\
|
5941
|
-
tnef config.status 1.4.
|
5942
|
-
configured by $0, generated by GNU Autoconf 2.
|
6129
|
+
tnef config.status 1.4.10
|
6130
|
+
configured by $0, generated by GNU Autoconf 2.69,
|
5943
6131
|
with options \\"\$ac_cs_config\\"
|
5944
6132
|
|
5945
|
-
Copyright (C)
|
6133
|
+
Copyright (C) 2012 Free Software Foundation, Inc.
|
5946
6134
|
This config.status script is free software; the Free Software Foundation
|
5947
6135
|
gives unlimited permission to copy, distribute and modify it."
|
5948
6136
|
|
@@ -6033,7 +6221,7 @@ fi
|
|
6033
6221
|
_ACEOF
|
6034
6222
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
6035
6223
|
if \$ac_cs_recheck; then
|
6036
|
-
set X
|
6224
|
+
set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
|
6037
6225
|
shift
|
6038
6226
|
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
|
6039
6227
|
CONFIG_SHELL='$SHELL'
|
@@ -6680,7 +6868,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
|
|
6680
6868
|
|
6681
6869
|
case $ac_file$ac_mode in
|
6682
6870
|
"depfiles":C) test x"$AMDEP_TRUE" != x"" || {
|
6683
|
-
# Autoconf
|
6871
|
+
# Older Autoconf quotes --file arguments for eval, but not when files
|
6684
6872
|
# are listed without --file. Let's play safe and only enable the eval
|
6685
6873
|
# if we detect the quoting.
|
6686
6874
|
case $CONFIG_FILES in
|
@@ -6693,7 +6881,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
|
|
6693
6881
|
# Strip MF so we end up with the name of the file.
|
6694
6882
|
mf=`echo "$mf" | sed -e 's/:.*$//'`
|
6695
6883
|
# Check whether this is an Automake generated Makefile or not.
|
6696
|
-
# We used to match only the files named
|
6884
|
+
# We used to match only the files named 'Makefile.in', but
|
6697
6885
|
# some people rename them; so instead we look at the file content.
|
6698
6886
|
# Grep'ing the first line is not enough: some people post-process
|
6699
6887
|
# each Makefile.in and add a new line on top of each file to say so.
|
@@ -6727,21 +6915,19 @@ $as_echo X"$mf" |
|
|
6727
6915
|
continue
|
6728
6916
|
fi
|
6729
6917
|
# Extract the definition of DEPDIR, am__include, and am__quote
|
6730
|
-
# from the Makefile without running
|
6918
|
+
# from the Makefile without running 'make'.
|
6731
6919
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
|
6732
6920
|
test -z "$DEPDIR" && continue
|
6733
6921
|
am__include=`sed -n 's/^am__include = //p' < "$mf"`
|
6734
|
-
test -z "am__include" && continue
|
6922
|
+
test -z "$am__include" && continue
|
6735
6923
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
|
6736
|
-
# When using ansi2knr, U may be empty or an underscore; expand it
|
6737
|
-
U=`sed -n 's/^U = //p' < "$mf"`
|
6738
6924
|
# Find all dependency output files, they are included files with
|
6739
6925
|
# $(DEPDIR) in their names. We invoke sed twice because it is the
|
6740
6926
|
# simplest approach to changing $(DEPDIR) to its actual value in the
|
6741
6927
|
# expansion.
|
6742
6928
|
for file in `sed -n "
|
6743
6929
|
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
|
6744
|
-
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'
|
6930
|
+
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
|
6745
6931
|
# Make sure the directory exists.
|
6746
6932
|
test -f "$dirpart/$file" && continue
|
6747
6933
|
fdir=`$as_dirname -- "$file" ||
|