~ubuntu-branches/debian/sid/httrack/sid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Xavier Roche
  • Date: 2014-05-21 19:22:04 UTC
  • mfrom: (1.4.52)
  • Revision ID: package-import@ubuntu.com-20140521192204-7ozsuwz65qhwupa5
Tags: 3.48.9-1
Updated to 3.48.9 (3.48-9)

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 httrack 3.48.8.
 
3
# Generated by GNU Autoconf 2.69 for httrack 3.48.9.
4
4
#
5
5
# Report bugs to <roche+packaging@httrack.com>.
6
6
#
590
590
# Identity of this package.
591
591
PACKAGE_NAME='httrack'
592
592
PACKAGE_TARNAME='httrack'
593
 
PACKAGE_VERSION='3.48.8'
594
 
PACKAGE_STRING='httrack 3.48.8'
 
593
PACKAGE_VERSION='3.48.9'
 
594
PACKAGE_STRING='httrack 3.48.9'
595
595
PACKAGE_BUGREPORT='roche+packaging@httrack.com'
596
596
PACKAGE_URL='http://www.httrack.com/'
597
597
 
1337
1337
  # Omit some internal or obsolete options to make the list less imposing.
1338
1338
  # This message is too long to be a string in the A/UX 3.1 sh.
1339
1339
  cat <<_ACEOF
1340
 
\`configure' configures httrack 3.48.8 to adapt to many kinds of systems.
 
1340
\`configure' configures httrack 3.48.9 to adapt to many kinds of systems.
1341
1341
 
1342
1342
Usage: $0 [OPTION]... [VAR=VALUE]...
1343
1343
 
1407
1407
 
1408
1408
if test -n "$ac_init_help"; then
1409
1409
  case $ac_init_help in
1410
 
     short | recursive ) echo "Configuration of httrack 3.48.8:";;
 
1410
     short | recursive ) echo "Configuration of httrack 3.48.9:";;
1411
1411
   esac
1412
1412
  cat <<\_ACEOF
1413
1413
 
1521
1521
test -n "$ac_init_help" && exit $ac_status
1522
1522
if $ac_init_version; then
1523
1523
  cat <<\_ACEOF
1524
 
httrack configure 3.48.8
 
1524
httrack configure 3.48.9
1525
1525
generated by GNU Autoconf 2.69
1526
1526
 
1527
1527
Copyright (C) 2012 Free Software Foundation, Inc.
2248
2248
This file contains any messages produced by compilers while
2249
2249
running configure, to aid debugging if configure makes a mistake.
2250
2250
 
2251
 
It was created by httrack $as_me 3.48.8, which was
 
2251
It was created by httrack $as_me 3.48.9, which was
2252
2252
generated by GNU Autoconf 2.69.  Invocation command line was
2253
2253
 
2254
2254
  $ $0 $@
3067
3067
 
3068
3068
# Define the identity of the package.
3069
3069
 PACKAGE='httrack'
3070
 
 VERSION='3.48.8'
 
3070
 VERSION='3.48.9'
3071
3071
 
3072
3072
 
3073
3073
cat >>confdefs.h <<_ACEOF
15408
15408
fi
15409
15409
 
15410
15410
 
 
15411
# check for in_port_
 
15412
ac_fn_c_check_type "$LINENO" "in_port_t" "ac_cv_type_in_port_t" "
 
15413
#include <sys/types.h>
 
15414
#include <netinet/in.h>
 
15415
 
 
15416
"
 
15417
if test "x$ac_cv_type_in_port_t" = xyes; then :
 
15418
 
 
15419
else
 
15420
 
 
15421
$as_echo "#define in_port_t uint16_t" >>confdefs.h
 
15422
 
 
15423
fi
 
15424
 
 
15425
 
 
15426
# check for sa_family_t
 
15427
ac_fn_c_check_type "$LINENO" "sa_family_t" "ac_cv_type_sa_family_t" "
 
15428
#include <sys/types.h>
 
15429
#include <netinet/in.h>
 
15430
 
 
15431
"
 
15432
if test "x$ac_cv_type_sa_family_t" = xyes; then :
 
15433
 
 
15434
else
 
15435
 
 
15436
$as_echo "#define sa_family_t uint16_t" >>confdefs.h
 
15437
 
 
15438
fi
 
15439
 
 
15440
 
15411
15441
### zlib
15412
15442
#
15413
15443
# Handle user hints
16892
16922
# report actual input values of CONFIG_FILES etc. instead of their
16893
16923
# values after options handling.
16894
16924
ac_log="
16895
 
This file was extended by httrack $as_me 3.48.8, which was
 
16925
This file was extended by httrack $as_me 3.48.9, which was
16896
16926
generated by GNU Autoconf 2.69.  Invocation command line was
16897
16927
 
16898
16928
  CONFIG_FILES    = $CONFIG_FILES
16959
16989
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16960
16990
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16961
16991
ac_cs_version="\\
16962
 
httrack config.status 3.48.8
 
16992
httrack config.status 3.48.9
16963
16993
configured by $0, generated by GNU Autoconf 2.69,
16964
16994
  with options \\"\$ac_cs_config\\"
16965
16995