~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to configure

  • Committer: Juergen Kahrs
  • Date: 2013-12-23 17:26:45 UTC
  • mfrom: (408.2.218)
  • Revision ID: git-v1:ee9707cc44eea3ca64cb71666ac3e8ed26a3bb7f
Merge remote-tracking branch 'origin/master' into cmake

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
2
# Guess values for system-dependent variables and create Makefiles.
3
 
# Generated by GNU Autoconf 2.69 for GNU Awk 4.1.0.
 
3
# Generated by GNU Autoconf 2.69 for GNU Awk 4.1.60.
4
4
#
5
5
# Report bugs to <bug-gawk@gnu.org>.
6
6
#
580
580
# Identity of this package.
581
581
PACKAGE_NAME='GNU Awk'
582
582
PACKAGE_TARNAME='gawk'
583
 
PACKAGE_VERSION='4.1.0'
584
 
PACKAGE_STRING='GNU Awk 4.1.0'
 
583
PACKAGE_VERSION='4.1.60'
 
584
PACKAGE_STRING='GNU Awk 4.1.60'
585
585
PACKAGE_BUGREPORT='bug-gawk@gnu.org'
586
586
PACKAGE_URL='http://www.gnu.org/software/gawk/'
587
587
 
647
647
LTLIBICONV
648
648
LIBICONV
649
649
INTL_MACOSX_LIBS
650
 
host_os
651
 
host_vendor
652
 
host_cpu
653
 
host
654
 
build_os
655
 
build_vendor
656
 
build_cpu
657
 
build
658
650
XGETTEXT_EXTRA_OPTIONS
659
651
MSGMERGE
660
652
XGETTEXT_015
690
682
LDFLAGS
691
683
CFLAGS
692
684
CC
 
685
host_os
 
686
host_vendor
 
687
host_cpu
 
688
host
 
689
build_os
 
690
build_vendor
 
691
build_cpu
 
692
build
693
693
AM_BACKSLASH
694
694
AM_DEFAULT_VERBOSITY
695
695
AM_DEFAULT_V
769
769
with_libiconv_prefix
770
770
with_libintl_prefix
771
771
with_libsigsegv_prefix
 
772
enable_extensions
772
773
with_readline
773
774
with_mpfr
774
775
'
1323
1324
  # Omit some internal or obsolete options to make the list less imposing.
1324
1325
  # This message is too long to be a string in the A/UX 3.1 sh.
1325
1326
  cat <<_ACEOF
1326
 
\`configure' configures GNU Awk 4.1.0 to adapt to many kinds of systems.
 
1327
\`configure' configures GNU Awk 4.1.60 to adapt to many kinds of systems.
1327
1328
 
1328
1329
Usage: $0 [OPTION]... [VAR=VALUE]...
1329
1330
 
1393
1394
 
1394
1395
if test -n "$ac_init_help"; then
1395
1396
  case $ac_init_help in
1396
 
     short | recursive ) echo "Configuration of GNU Awk 4.1.0:";;
 
1397
     short | recursive ) echo "Configuration of GNU Awk 4.1.60:";;
1397
1398
   esac
1398
1399
  cat <<\_ACEOF
1399
1400
 
1411
1412
  --disable-largefile     omit support for large files
1412
1413
  --disable-nls           do not use Native Language Support
1413
1414
  --disable-rpath         do not hardcode runtime library paths
 
1415
  --disable-extensions    disable dynamic extensions (default is detect)
1414
1416
 
1415
1417
Optional Packages:
1416
1418
  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1510
1512
test -n "$ac_init_help" && exit $ac_status
1511
1513
if $ac_init_version; then
1512
1514
  cat <<\_ACEOF
1513
 
GNU Awk configure 4.1.0
 
1515
GNU Awk configure 4.1.60
1514
1516
generated by GNU Autoconf 2.69
1515
1517
 
1516
1518
Copyright (C) 2012 Free Software Foundation, Inc.
2219
2221
This file contains any messages produced by compilers while
2220
2222
running configure, to aid debugging if configure makes a mistake.
2221
2223
 
2222
 
It was created by GNU Awk $as_me 4.1.0, which was
 
2224
It was created by GNU Awk $as_me 4.1.60, which was
2223
2225
generated by GNU Autoconf 2.69.  Invocation command line was
2224
2226
 
2225
2227
  $ $0 $@
3102
3104
 
3103
3105
# Define the identity of the package.
3104
3106
 PACKAGE='gawk'
3105
 
 VERSION='4.1.0'
 
3107
 VERSION='4.1.60'
3106
3108
 
3107
3109
 
3108
3110
cat >>confdefs.h <<_ACEOF
3142
3144
# in the wild :-(  We should find a proper way to deprecate it ...
3143
3145
AMTAR='$${TAR-tar}'
3144
3146
 
 
3147
 
 
3148
# We'll loop over all known methods to create a tar archive until one works.
 
3149
_am_tools='gnutar  pax cpio none'
 
3150
 
3145
3151
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3146
3152
 
3147
3153
 
3152
3158
 
3153
3159
 
3154
3160
 
 
3161
 
3155
3162
# Check whether --with-whiny-user-strftime was given.
3156
3163
if test "${with_whiny_user_strftime+set}" = set; then :
3157
3164
  withval=$with_whiny_user_strftime; if test "$withval" = yes
3175
3182
fi
3176
3183
 
3177
3184
 
 
3185
# Make sure we can run config.sub.
 
3186
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 
3187
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
3188
 
 
3189
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
 
3190
$as_echo_n "checking build system type... " >&6; }
 
3191
if ${ac_cv_build+:} false; then :
 
3192
  $as_echo_n "(cached) " >&6
 
3193
else
 
3194
  ac_build_alias=$build_alias
 
3195
test "x$ac_build_alias" = x &&
 
3196
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
3197
test "x$ac_build_alias" = x &&
 
3198
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
 
3199
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
3200
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
3201
 
 
3202
fi
 
3203
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 
3204
$as_echo "$ac_cv_build" >&6; }
 
3205
case $ac_cv_build in
 
3206
*-*-*) ;;
 
3207
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
 
3208
esac
 
3209
build=$ac_cv_build
 
3210
ac_save_IFS=$IFS; IFS='-'
 
3211
set x $ac_cv_build
 
3212
shift
 
3213
build_cpu=$1
 
3214
build_vendor=$2
 
3215
shift; shift
 
3216
# Remember, the first character of IFS is used to create $*,
 
3217
# except with old shells:
 
3218
build_os=$*
 
3219
IFS=$ac_save_IFS
 
3220
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
3221
 
 
3222
 
 
3223
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
 
3224
$as_echo_n "checking host system type... " >&6; }
 
3225
if ${ac_cv_host+:} false; then :
 
3226
  $as_echo_n "(cached) " >&6
 
3227
else
 
3228
  if test "x$host_alias" = x; then
 
3229
  ac_cv_host=$ac_cv_build
 
3230
else
 
3231
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
3232
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
3233
fi
 
3234
 
 
3235
fi
 
3236
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
 
3237
$as_echo "$ac_cv_host" >&6; }
 
3238
case $ac_cv_host in
 
3239
*-*-*) ;;
 
3240
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
 
3241
esac
 
3242
host=$ac_cv_host
 
3243
ac_save_IFS=$IFS; IFS='-'
 
3244
set x $ac_cv_host
 
3245
shift
 
3246
host_cpu=$1
 
3247
host_vendor=$2
 
3248
shift; shift
 
3249
# Remember, the first character of IFS is used to create $*,
 
3250
# except with old shells:
 
3251
host_os=$*
 
3252
IFS=$ac_save_IFS
 
3253
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
3254
 
 
3255
 
3178
3256
DEPDIR="${am__leading_dot}deps"
3179
3257
 
3180
3258
ac_config_commands="$ac_config_commands depfiles"
5921
5999
        CFLAGS="$CFLAGS -D_SYSV3"
5922
6000
fi
5923
6001
 
5924
 
case `uname` in
5925
 
MirBSD | MirOS)
 
6002
case $host_os in
 
6003
mirbsd*)
5926
6004
 
5927
6005
$as_echo "#define LIBC_IS_BORKED 1" >>confdefs.h
5928
6006
 
6252
6330
  eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
6253
6331
  prefix="$acl_save_prefix"
6254
6332
 
6255
 
# Make sure we can run config.sub.
6256
 
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
6257
 
  as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6258
 
 
6259
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
6260
 
$as_echo_n "checking build system type... " >&6; }
6261
 
if ${ac_cv_build+:} false; then :
6262
 
  $as_echo_n "(cached) " >&6
6263
 
else
6264
 
  ac_build_alias=$build_alias
6265
 
test "x$ac_build_alias" = x &&
6266
 
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
6267
 
test "x$ac_build_alias" = x &&
6268
 
  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6269
 
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
6270
 
  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6271
 
 
6272
 
fi
6273
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
6274
 
$as_echo "$ac_cv_build" >&6; }
6275
 
case $ac_cv_build in
6276
 
*-*-*) ;;
6277
 
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6278
 
esac
6279
 
build=$ac_cv_build
6280
 
ac_save_IFS=$IFS; IFS='-'
6281
 
set x $ac_cv_build
6282
 
shift
6283
 
build_cpu=$1
6284
 
build_vendor=$2
6285
 
shift; shift
6286
 
# Remember, the first character of IFS is used to create $*,
6287
 
# except with old shells:
6288
 
build_os=$*
6289
 
IFS=$ac_save_IFS
6290
 
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
6291
 
 
6292
 
 
6293
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
6294
 
$as_echo_n "checking host system type... " >&6; }
6295
 
if ${ac_cv_host+:} false; then :
6296
 
  $as_echo_n "(cached) " >&6
6297
 
else
6298
 
  if test "x$host_alias" = x; then
6299
 
  ac_cv_host=$ac_cv_build
6300
 
else
6301
 
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
6302
 
    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6303
 
fi
6304
 
 
6305
 
fi
6306
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
6307
 
$as_echo "$ac_cv_host" >&6; }
6308
 
case $ac_cv_host in
6309
 
*-*-*) ;;
6310
 
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6311
 
esac
6312
 
host=$ac_cv_host
6313
 
ac_save_IFS=$IFS; IFS='-'
6314
 
set x $ac_cv_host
6315
 
shift
6316
 
host_cpu=$1
6317
 
host_vendor=$2
6318
 
shift; shift
6319
 
# Remember, the first character of IFS is used to create $*,
6320
 
# except with old shells:
6321
 
host_os=$*
6322
 
IFS=$ac_save_IFS
6323
 
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
6324
 
 
6325
 
 
6326
6333
 
6327
6334
# Check whether --with-gnu-ld was given.
6328
6335
if test "${with_gnu_ld+set}" = set; then :
8980
8987
 
8981
8988
 
8982
8989
 
8983
 
for ac_func in vprintf
8984
 
do :
8985
 
  ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
8986
 
if test "x$ac_cv_func_vprintf" = xyes; then :
8987
 
  cat >>confdefs.h <<_ACEOF
8988
 
#define HAVE_VPRINTF 1
8989
 
_ACEOF
8990
 
 
8991
 
ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
8992
 
if test "x$ac_cv_func__doprnt" = xyes; then :
8993
 
 
8994
 
$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
8995
 
 
8996
 
fi
8997
 
 
8998
 
fi
8999
 
done
9000
 
 
9001
 
 
9002
8990
 
9003
8991
 
9004
8992
 
9455
9443
 
9456
9444
fi
9457
9445
 
9458
 
case `uname` in
9459
 
OSF1)   : ;;
 
9446
case $host_os in
 
9447
osf1)   : ;;
9460
9448
*)
9461
9449
 
9462
9450
 
10071
10059
  fi
10072
10060
 
10073
10061
 
10074
 
case `uname` in
10075
 
MirBSD | MirOS)
10076
 
        : ;;
10077
 
*)
10078
 
ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
 
10062
# Check whether --enable-extensions was given.
 
10063
if test "${enable_extensions+set}" = set; then :
 
10064
  enableval=$enable_extensions;
 
10065
fi
 
10066
 
 
10067
if test "x$enable_extensions" != "xno"; then
 
10068
        extensions_supported=no
 
10069
 
 
10070
                case $host_os in
 
10071
        mirbsd*)
 
10072
                : ;;
 
10073
        *)
 
10074
        ac_fn_c_check_header_mongrel "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default"
10079
10075
if test "x$ac_cv_header_dlfcn_h" = xyes; then :
10080
10076
 
10081
 
        # Check this separately. Some systems have dlopen
10082
 
        # in libc. Notably freebsd and cygwin.
10083
 
        # HP-NSK has it in zrldsrl
10084
 
        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
 
10077
                # Check this separately. Some systems have dlopen
 
10078
                # in libc. Notably freebsd and cygwin.
 
10079
                # HP-NSK has it in zrldsrl
 
10080
                { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
10085
10081
$as_echo_n "checking for library containing dlopen... " >&6; }
10086
10082
if ${ac_cv_search_dlopen+:} false; then :
10087
10083
  $as_echo_n "(cached) " >&6
10139
10135
  gawk_have_dlopen=no
10140
10136
fi
10141
10137
 
10142
 
        # Only do DYNAMIC if we have the lib. z/OS (some versions) have
10143
 
        # the header but not the lib, apparently
10144
 
        if test "$gawk_have_dlopen" = yes
10145
 
        then
 
10138
                # Only do DYNAMIC if we have the lib. z/OS (some versions) have
 
10139
                # the header but not the lib, apparently
 
10140
                if test "$gawk_have_dlopen" = yes
 
10141
                then
 
10142
                        extensions_supported=yes
10146
10143
 
10147
10144
$as_echo "#define DYNAMIC 1" >>confdefs.h
10148
10145
 
10149
 
                # Add -export-dynamic for old extensions. Only works for GCC
10150
 
                if test "$GCC" = yes &&
10151
 
                   uname | $EGREP -i 'linux|freebsd' > /dev/null
10152
 
                then
10153
 
                        LDFLAGS="$LDFLAGS -export-dynamic"
 
10146
                        # Add -export-dynamic for old extensions. Only works for GCC
 
10147
                        if test "$GCC" = yes; then
 
10148
                                case $host_os in
 
10149
                                linux*|freebsd*)
 
10150
                                        LDFLAGS="$LDFLAGS -export-dynamic"
 
10151
                                        ;;
 
10152
                                esac
 
10153
                        fi
10154
10154
                fi
 
10155
 
 
10156
fi
 
10157
 
 
10158
 
 
10159
                ;;
 
10160
        esac
 
10161
 
 
10162
        if test "x$enable_extensions$extensions_supported" = "xyesno"; then
 
10163
                as_fn_error $? "extension support requested, but unavailable" "$LINENO" 5
10155
10164
        fi
10156
 
 
 
10165
        enable_extensions=$extensions_supported
10157
10166
fi
10158
10167
 
10159
 
 
10160
 
        ;;
10161
 
esac
10162
 
 
10163
 
case `(uname) 2> /dev/null` in
10164
 
*VMS*|*BeOS*|*OS/2*|*MS-DOS*)
 
10168
case $host_os in
 
10169
vms*|beos*|os2*|msdos)
10165
10170
 
10166
10171
$as_echo "#define GETPGRP_VOID 1" >>confdefs.h
10167
10172
 
10437
10442
        dup(fd);
10438
10443
        line = readline("giveittome> ");
10439
10444
 
10440
 
        printf("got <%s>\n", line);
 
10445
        /* some printfs don't handle NULL for %s */
 
10446
        printf("got <%s>\n", line ? line : "(NULL)");
10441
10447
        return 0;
10442
10448
}
10443
10449
_ACEOF
10462
10468
 
10463
10469
           LIBREADLINE=$_combo
10464
10470
 
 
10471
 
 
10472
           { $as_echo "$as_me:${as_lineno-$LINENO}: checking for history_list in -lreadline" >&5
 
10473
$as_echo_n "checking for history_list in -lreadline... " >&6; }
 
10474
if ${ac_cv_lib_readline_history_list+:} false; then :
 
10475
  $as_echo_n "(cached) " >&6
 
10476
else
 
10477
  ac_check_lib_save_LIBS=$LIBS
 
10478
LIBS="-lreadline $_combo $LIBS"
 
10479
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
10480
/* end confdefs.h.  */
 
10481
 
 
10482
/* Override any GCC internal prototype to avoid an error.
 
10483
   Use char because int might match the return type of a GCC
 
10484
   builtin and then its argument prototype would still apply.  */
 
10485
#ifdef __cplusplus
 
10486
extern "C"
 
10487
#endif
 
10488
char history_list ();
 
10489
int
 
10490
main ()
 
10491
{
 
10492
return history_list ();
 
10493
  ;
 
10494
  return 0;
 
10495
}
 
10496
_ACEOF
 
10497
if ac_fn_c_try_link "$LINENO"; then :
 
10498
  ac_cv_lib_readline_history_list=yes
 
10499
else
 
10500
  ac_cv_lib_readline_history_list=no
 
10501
fi
 
10502
rm -f core conftest.err conftest.$ac_objext \
 
10503
    conftest$ac_exeext conftest.$ac_ext
 
10504
LIBS=$ac_check_lib_save_LIBS
 
10505
fi
 
10506
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_readline_history_list" >&5
 
10507
$as_echo "$ac_cv_lib_readline_history_list" >&6; }
 
10508
if test "x$ac_cv_lib_readline_history_list" = xyes; then :
 
10509
 
 
10510
$as_echo "#define HAVE_HISTORY_LIST 1" >>confdefs.h
 
10511
 
 
10512
fi
 
10513
 
 
10514
 
10465
10515
           break
10466
10516
        fi
10467
10517
     done
10939
10989
 
10940
10990
ac_config_files="$ac_config_files Makefile awklib/Makefile doc/Makefile po/Makefile.in test/Makefile"
10941
10991
 
 
10992
if test "x$enable_extensions" = "xyes"; then
10942
10993
 
10943
10994
 
10944
10995
subdirs="$subdirs extension"
10945
10996
 
 
10997
fi
10946
10998
cat >confcache <<\_ACEOF
10947
10999
# This file is a shell script that caches the results of configure
10948
11000
# tests run on this system so they can be shared between configure
11481
11533
# report actual input values of CONFIG_FILES etc. instead of their
11482
11534
# values after options handling.
11483
11535
ac_log="
11484
 
This file was extended by GNU Awk $as_me 4.1.0, which was
 
11536
This file was extended by GNU Awk $as_me 4.1.60, which was
11485
11537
generated by GNU Autoconf 2.69.  Invocation command line was
11486
11538
 
11487
11539
  CONFIG_FILES    = $CONFIG_FILES
11549
11601
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11550
11602
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11551
11603
ac_cs_version="\\
11552
 
GNU Awk config.status 4.1.0
 
11604
GNU Awk config.status 4.1.60
11553
11605
configured by $0, generated by GNU Autoconf 2.69,
11554
11606
  with options \\"\$ac_cs_config\\"
11555
11607
 
12340
12392
    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12341
12393
    test -z "$DEPDIR" && continue
12342
12394
    am__include=`sed -n 's/^am__include = //p' < "$mf"`
12343
 
    test -z "am__include" && continue
 
12395
    test -z "$am__include" && continue
12344
12396
    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12345
12397
    # Find all dependency output files, they are included files with
12346
12398
    # $(DEPDIR) in their names.  We invoke sed twice because it is the