~m-grant-prg/wutconv/jammy-trunk

« back to all changes in this revision

Viewing changes to configure

  • Committer: Mark Grant
  • Date: 2018-02-10 16:07:49 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: m.grant.prg@gmail.com-20180210160749-8vfrsb94g2i8ns5s
Tags: upstream-1.0.9-4-gc3ad37f
ImportĀ upstreamĀ versionĀ 1.0.9-4-gc3ad37f

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# From configure.ac Revision: 1.0.8 .
 
2
# From configure.ac Revision: 1.0.9 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated by GNU Autoconf 2.69 for Windows / Unix File Converter v1.0.9.
 
4
# Generated by GNU Autoconf 2.69 for Windows / Unix File Converter v1.0.9-4-gc3ad37f.
5
5
#
6
6
# Report bugs to <m.grant.prg@gmail.com>.
7
7
#
581
581
# Identity of this package.
582
582
PACKAGE_NAME='Windows / Unix File Converter'
583
583
PACKAGE_TARNAME='wutconv'
584
 
PACKAGE_VERSION='v1.0.9'
585
 
PACKAGE_STRING='Windows / Unix File Converter v1.0.9'
 
584
PACKAGE_VERSION='v1.0.9-4-gc3ad37f'
 
585
PACKAGE_STRING='Windows / Unix File Converter v1.0.9-4-gc3ad37f'
586
586
PACKAGE_BUGREPORT='m.grant.prg@gmail.com'
587
587
PACKAGE_URL=''
588
588
 
1220
1220
  # Omit some internal or obsolete options to make the list less imposing.
1221
1221
  # This message is too long to be a string in the A/UX 3.1 sh.
1222
1222
  cat <<_ACEOF
1223
 
\`configure' configures Windows / Unix File Converter v1.0.9 to adapt to many kinds of systems.
 
1223
\`configure' configures Windows / Unix File Converter v1.0.9-4-gc3ad37f to adapt to many kinds of systems.
1224
1224
 
1225
1225
Usage: $0 [OPTION]... [VAR=VALUE]...
1226
1226
 
1287
1287
 
1288
1288
if test -n "$ac_init_help"; then
1289
1289
  case $ac_init_help in
1290
 
     short | recursive ) echo "Configuration of Windows / Unix File Converter v1.0.9:";;
 
1290
     short | recursive ) echo "Configuration of Windows / Unix File Converter v1.0.9-4-gc3ad37f:";;
1291
1291
   esac
1292
1292
  cat <<\_ACEOF
1293
1293
 
1361
1361
test -n "$ac_init_help" && exit $ac_status
1362
1362
if $ac_init_version; then
1363
1363
  cat <<\_ACEOF
1364
 
Windows / Unix File Converter configure v1.0.9
 
1364
Windows / Unix File Converter configure v1.0.9-4-gc3ad37f
1365
1365
generated by GNU Autoconf 2.69
1366
1366
 
1367
1367
Copyright (C) 2012 Free Software Foundation, Inc.
1378
1378
This file contains any messages produced by compilers while
1379
1379
running configure, to aid debugging if configure makes a mistake.
1380
1380
 
1381
 
It was created by Windows / Unix File Converter $as_me v1.0.9, which was
 
1381
It was created by Windows / Unix File Converter $as_me v1.0.9-4-gc3ad37f, which was
1382
1382
generated by GNU Autoconf 2.69.  Invocation command line was
1383
1383
 
1384
1384
  $ $0 $@
1727
1727
 
1728
1728
 
1729
1729
 
1730
 
pkgversion=v1.0.9
 
1730
pkgversion=v1.0.9-4-gc3ad37f
1731
1731
 
1732
1732
 
1733
1733
 
1802
1802
 
1803
1803
 
1804
1804
# Passes the options to all am files. Puts objects in the sub-directory
1805
 
# containing the source.
 
1805
# containing the source. Forces tar to use --format=posix in make dist.
 
1806
# This also checks :-   BSD install     make variable set       mkdir -p
 
1807
#                       gawk
1806
1808
am__api_version='1.15'
1807
1809
 
1808
1810
ac_aux_dir=
2318
2320
 
2319
2321
# Define the identity of the package.
2320
2322
 PACKAGE='wutconv'
2321
 
 VERSION='v1.0.9'
 
2323
 VERSION='v1.0.9-4-gc3ad37f'
2322
2324
 
2323
2325
 
2324
2326
cat >>confdefs.h <<_ACEOF
2362
2364
# We'll loop over all known methods to create a tar archive until one works.
2363
2365
_am_tools='gnutar  pax cpio none'
2364
2366
 
2365
 
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
 
2367
 
 
2368
 
 
2369
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
 
2370
$as_echo_n "checking how to create a pax tar archive... " >&6; }
 
2371
 
 
2372
  # Go ahead even if we have the value already cached.  We do so because we
 
2373
  # need to set the values for the 'am__tar' and 'am__untar' variables.
 
2374
  _am_tools=${am_cv_prog_tar_pax-$_am_tools}
 
2375
 
 
2376
  for _am_tool in $_am_tools; do
 
2377
    case $_am_tool in
 
2378
    gnutar)
 
2379
      for _am_tar in tar gnutar gtar; do
 
2380
        { echo "$as_me:$LINENO: $_am_tar --version" >&5
 
2381
   ($_am_tar --version) >&5 2>&5
 
2382
   ac_status=$?
 
2383
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2384
   (exit $ac_status); } && break
 
2385
      done
 
2386
      am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
 
2387
      am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
 
2388
      am__untar="$_am_tar -xf -"
 
2389
      ;;
 
2390
    plaintar)
 
2391
      # Must skip GNU tar: if it does not support --format= it doesn't create
 
2392
      # ustar tarball either.
 
2393
      (tar --version) >/dev/null 2>&1 && continue
 
2394
      am__tar='tar chf - "$$tardir"'
 
2395
      am__tar_='tar chf - "$tardir"'
 
2396
      am__untar='tar xf -'
 
2397
      ;;
 
2398
    pax)
 
2399
      am__tar='pax -L -x pax -w "$$tardir"'
 
2400
      am__tar_='pax -L -x pax -w "$tardir"'
 
2401
      am__untar='pax -r'
 
2402
      ;;
 
2403
    cpio)
 
2404
      am__tar='find "$$tardir" -print | cpio -o -H pax -L'
 
2405
      am__tar_='find "$tardir" -print | cpio -o -H pax -L'
 
2406
      am__untar='cpio -i -H pax -d'
 
2407
      ;;
 
2408
    none)
 
2409
      am__tar=false
 
2410
      am__tar_=false
 
2411
      am__untar=false
 
2412
      ;;
 
2413
    esac
 
2414
 
 
2415
    # If the value was cached, stop now.  We just wanted to have am__tar
 
2416
    # and am__untar set.
 
2417
    test -n "${am_cv_prog_tar_pax}" && break
 
2418
 
 
2419
    # tar/untar a dummy directory, and stop if the command works.
 
2420
    rm -rf conftest.dir
 
2421
    mkdir conftest.dir
 
2422
    echo GrepMe > conftest.dir/file
 
2423
    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
 
2424
   (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
 
2425
   ac_status=$?
 
2426
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2427
   (exit $ac_status); }
 
2428
    rm -rf conftest.dir
 
2429
    if test -s conftest.tar; then
 
2430
      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
 
2431
   ($am__untar <conftest.tar) >&5 2>&5
 
2432
   ac_status=$?
 
2433
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2434
   (exit $ac_status); }
 
2435
      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
 
2436
   (cat conftest.dir/file) >&5 2>&5
 
2437
   ac_status=$?
 
2438
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
2439
   (exit $ac_status); }
 
2440
      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
2441
    fi
 
2442
  done
 
2443
  rm -rf conftest.dir
 
2444
 
 
2445
  if ${am_cv_prog_tar_pax+:} false; then :
 
2446
  $as_echo_n "(cached) " >&6
 
2447
else
 
2448
  am_cv_prog_tar_pax=$_am_tool
 
2449
fi
 
2450
 
 
2451
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
 
2452
$as_echo "$am_cv_prog_tar_pax" >&6; }
2366
2453
 
2367
2454
 
2368
2455
 
2419
2506
# Programmer defined macros should be placed in, say, m4extra which allows us
2420
2507
# to exclude the standard macros from being git tracked. This other directory
2421
2508
# must be specified as an include option in the Makefile.am ACLOCAL_AMFLAGS
 
2509
# e.g.
 
2510
# ACLOCAL_AMFLAGS = -I m4 -I m4extra
2422
2511
#
2423
2512
########################
2424
2513
 
2428
2517
########################
2429
2518
#
2430
2519
# Checks for programs.
2431
 
# install, mkdir and gawk are checked by AM_INIT_AUTOMAKE.
2432
 
# grep, egrep and ranlib are also automatically checked.
 
2520
# If using am init automake, gl early or lt init the following programs are
 
2521
# automatically checked:-
 
2522
#
 
2523
# am init automake
 
2524
#       BSD install     mkdir -p        gawk
 
2525
#
 
2526
# gl early
 
2527
#       ar      grep    egrep   ranlib
 
2528
#
 
2529
# lt init
 
2530
#       fgrep   ranlib  sed
 
2531
#
2433
2532
# Particular and generic program checks follow:
2434
2533
#
2435
2534
########################
2774
2873
# Checks for pkg-config files.
2775
2874
 
2776
2875
# Project Makefiles to create.
2777
 
ac_config_files="$ac_config_files Makefile source/man/man1/Makefile source/progs/bash/Makefile"
 
2876
ac_config_files="$ac_config_files Makefile src/man/1/Makefile src/prg/bash/Makefile"
2778
2877
 
2779
2878
 
2780
2879
cat >confcache <<\_ACEOF
3328
3427
# report actual input values of CONFIG_FILES etc. instead of their
3329
3428
# values after options handling.
3330
3429
ac_log="
3331
 
This file was extended by Windows / Unix File Converter $as_me v1.0.9, which was
 
3430
This file was extended by Windows / Unix File Converter $as_me v1.0.9-4-gc3ad37f, which was
3332
3431
generated by GNU Autoconf 2.69.  Invocation command line was
3333
3432
 
3334
3433
  CONFIG_FILES    = $CONFIG_FILES
3381
3480
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
3382
3481
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
3383
3482
ac_cs_version="\\
3384
 
Windows / Unix File Converter config.status v1.0.9
 
3483
Windows / Unix File Converter config.status v1.0.9-4-gc3ad37f
3385
3484
configured by $0, generated by GNU Autoconf 2.69,
3386
3485
  with options \\"\$ac_cs_config\\"
3387
3486
 
3495
3594
do
3496
3595
  case $ac_config_target in
3497
3596
    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
3498
 
    "source/man/man1/Makefile") CONFIG_FILES="$CONFIG_FILES source/man/man1/Makefile" ;;
3499
 
    "source/progs/bash/Makefile") CONFIG_FILES="$CONFIG_FILES source/progs/bash/Makefile" ;;
 
3597
    "src/man/1/Makefile") CONFIG_FILES="$CONFIG_FILES src/man/1/Makefile" ;;
 
3598
    "src/prg/bash/Makefile") CONFIG_FILES="$CONFIG_FILES src/prg/bash/Makefile" ;;
3500
3599
 
3501
3600
  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
3502
3601
  esac
3957
4056
$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
3958
4057
fi
3959
4058
 
3960