~ubuntu-branches/ubuntu/trusty/opencc/trusty-proposed

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing, Asias He, LI Daobing
  • Date: 2010-08-11 22:04:12 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100811220412-ojbzhlzxphjs1340
Tags: 0.1.1-1
[ Asias He ]
* New upstream release (closes: #591076).
* debian/control: bump standards version to 3.9.1.
* debian/watch: use googlecode.debian.net.

[ LI Daobing ]
* debian/clean: added. 

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.65 for opencc 0.1.0.
 
3
# Generated by GNU Autoconf 2.64 for opencc 0.1.1.
4
4
#
5
5
# Report bugs to <http://code.google.com/p/open-chinese-convert/issues/entry>.
6
6
#
7
 
#
8
7
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9
 
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
10
 
# Inc.
11
 
#
 
8
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
 
9
# Foundation, Inc.
12
10
#
13
11
# This configure script is free software; the Free Software Foundation
14
12
# gives unlimited permission to copy, distribute and modify it.
678
676
 
679
677
 
680
678
 
681
 
test -n "$DJDIR" || exec 7<&0 </dev/null
682
 
exec 6>&1
 
679
exec 7<&0 </dev/null 6>&1
683
680
 
684
681
# Name of the host.
685
682
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
701
698
# Identity of this package.
702
699
PACKAGE_NAME='opencc'
703
700
PACKAGE_TARNAME='opencc'
704
 
PACKAGE_VERSION='0.1.0'
705
 
PACKAGE_STRING='opencc 0.1.0'
 
701
PACKAGE_VERSION='0.1.1'
 
702
PACKAGE_STRING='opencc 0.1.1'
706
703
PACKAGE_BUGREPORT='http://code.google.com/p/open-chinese-convert/issues/entry'
707
704
PACKAGE_URL='http://code.google.com/p/open-chinese-convert'
708
705
 
763
760
MSGFMT
764
761
USE_NLS
765
762
LT_VERSION_INFO
 
763
LIB_ICONV
 
764
BYTEORDER
766
765
OTOOL64
767
766
OTOOL
768
767
LIPO
778
777
LD
779
778
FGREP
780
779
SED
781
 
host_os
782
 
host_vendor
783
 
host_cpu
784
 
host
785
 
build_os
786
 
build_vendor
787
 
build_cpu
788
 
build
789
780
LIBTOOL
790
781
RANLIB
791
782
MAINT
840
831
INSTALL_DATA
841
832
INSTALL_SCRIPT
842
833
INSTALL_PROGRAM
 
834
host_os
 
835
host_vendor
 
836
host_cpu
 
837
host
 
838
build_os
 
839
build_vendor
 
840
build_cpu
 
841
build
843
842
target_alias
844
843
host_alias
845
844
build_alias
1445
1444
  # Omit some internal or obsolete options to make the list less imposing.
1446
1445
  # This message is too long to be a string in the A/UX 3.1 sh.
1447
1446
  cat <<_ACEOF
1448
 
\`configure' configures opencc 0.1.0 to adapt to many kinds of systems.
 
1447
\`configure' configures opencc 0.1.1 to adapt to many kinds of systems.
1449
1448
 
1450
1449
Usage: $0 [OPTION]... [VAR=VALUE]...
1451
1450
 
1515
1514
 
1516
1515
if test -n "$ac_init_help"; then
1517
1516
  case $ac_init_help in
1518
 
     short | recursive ) echo "Configuration of opencc 0.1.0:";;
 
1517
     short | recursive ) echo "Configuration of opencc 0.1.1:";;
1519
1518
   esac
1520
1519
  cat <<\_ACEOF
1521
1520
 
1555
1554
  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1556
1555
              nonstandard directory <lib dir>
1557
1556
  LIBS        libraries to pass to the linker, e.g. -l<library>
1558
 
  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
 
1557
  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1559
1558
              you have headers in a nonstandard directory <include dir>
1560
1559
  CPP         C preprocessor
1561
1560
 
1626
1625
test -n "$ac_init_help" && exit $ac_status
1627
1626
if $ac_init_version; then
1628
1627
  cat <<\_ACEOF
1629
 
opencc configure 0.1.0
1630
 
generated by GNU Autoconf 2.65
 
1628
opencc configure 0.1.1
 
1629
generated by GNU Autoconf 2.64
1631
1630
 
1632
1631
Copyright (C) 2009 Free Software Foundation, Inc.
1633
1632
This configure script is free software; the Free Software Foundation
1674
1673
        ac_retval=1
1675
1674
fi
1676
1675
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1677
 
  as_fn_set_status $ac_retval
 
1676
  return $ac_retval
1678
1677
 
1679
1678
} # ac_fn_c_try_compile
1680
1679
 
1711
1710
    ac_retval=1
1712
1711
fi
1713
1712
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1714
 
  as_fn_set_status $ac_retval
 
1713
  return $ac_retval
1715
1714
 
1716
1715
} # ac_fn_c_try_cpp
1717
1716
 
1846
1845
fi
1847
1846
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1848
1847
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1849
 
  as_fn_set_status $ac_retval
 
1848
  return $ac_retval
1850
1849
 
1851
1850
} # ac_fn_c_try_run
1852
1851
 
1923
1922
  # left behind by Apple's compiler.  We do this before executing the actions.
1924
1923
  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1925
1924
  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1926
 
  as_fn_set_status $ac_retval
 
1925
  return $ac_retval
1927
1926
 
1928
1927
} # ac_fn_c_try_link
1929
1928
 
1997
1996
This file contains any messages produced by compilers while
1998
1997
running configure, to aid debugging if configure makes a mistake.
1999
1998
 
2000
 
It was created by opencc $as_me 0.1.0, which was
2001
 
generated by GNU Autoconf 2.65.  Invocation command line was
 
1999
It was created by opencc $as_me 0.1.1, which was
 
2000
generated by GNU Autoconf 2.64.  Invocation command line was
2002
2001
 
2003
2002
  $ $0 $@
2004
2003
 
2251
2250
for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2252
2251
do
2253
2252
  test "x$ac_site_file" = xNONE && continue
2254
 
  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
 
2253
  if test -r "$ac_site_file"; then
2255
2254
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2256
2255
$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2257
2256
    sed 's/^/| /' "$ac_site_file" >&5
2260
2259
done
2261
2260
 
2262
2261
if test -r "$cache_file"; then
2263
 
  # Some versions of bash will fail to source /dev/null (special files
2264
 
  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2265
 
  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
 
2262
  # Some versions of bash will fail to source /dev/null (special
 
2263
  # files actually), so we avoid doing that.
 
2264
  if test -f "$cache_file"; then
2266
2265
    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2267
2266
$as_echo "$as_me: loading cache $cache_file" >&6;}
2268
2267
    case $cache_file in
2345
2344
ac_compiler_gnu=$ac_cv_c_compiler_gnu
2346
2345
 
2347
2346
 
2348
 
 
2349
 
am__api_version='1.11'
2350
 
 
2351
2347
ac_aux_dir=
2352
2348
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2353
2349
  for ac_t in install-sh install.sh shtool; do
2371
2367
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2372
2368
 
2373
2369
 
 
2370
# Make sure we can run config.sub.
 
2371
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 
2372
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
2373
 
 
2374
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
 
2375
$as_echo_n "checking build system type... " >&6; }
 
2376
if test "${ac_cv_build+set}" = set; then :
 
2377
  $as_echo_n "(cached) " >&6
 
2378
else
 
2379
  ac_build_alias=$build_alias
 
2380
test "x$ac_build_alias" = x &&
 
2381
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
2382
test "x$ac_build_alias" = x &&
 
2383
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
 
2384
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
2385
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
2386
 
 
2387
fi
 
2388
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 
2389
$as_echo "$ac_cv_build" >&6; }
 
2390
case $ac_cv_build in
 
2391
*-*-*) ;;
 
2392
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
 
2393
esac
 
2394
build=$ac_cv_build
 
2395
ac_save_IFS=$IFS; IFS='-'
 
2396
set x $ac_cv_build
 
2397
shift
 
2398
build_cpu=$1
 
2399
build_vendor=$2
 
2400
shift; shift
 
2401
# Remember, the first character of IFS is used to create $*,
 
2402
# except with old shells:
 
2403
build_os=$*
 
2404
IFS=$ac_save_IFS
 
2405
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
2406
 
 
2407
 
 
2408
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
 
2409
$as_echo_n "checking host system type... " >&6; }
 
2410
if test "${ac_cv_host+set}" = set; then :
 
2411
  $as_echo_n "(cached) " >&6
 
2412
else
 
2413
  if test "x$host_alias" = x; then
 
2414
  ac_cv_host=$ac_cv_build
 
2415
else
 
2416
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
2417
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
2418
fi
 
2419
 
 
2420
fi
 
2421
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
 
2422
$as_echo "$ac_cv_host" >&6; }
 
2423
case $ac_cv_host in
 
2424
*-*-*) ;;
 
2425
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
 
2426
esac
 
2427
host=$ac_cv_host
 
2428
ac_save_IFS=$IFS; IFS='-'
 
2429
set x $ac_cv_host
 
2430
shift
 
2431
host_cpu=$1
 
2432
host_vendor=$2
 
2433
shift; shift
 
2434
# Remember, the first character of IFS is used to create $*,
 
2435
# except with old shells:
 
2436
host_os=$*
 
2437
IFS=$ac_save_IFS
 
2438
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
2439
 
 
2440
 
 
2441
 
 
2442
am__api_version='1.11'
 
2443
 
2374
2444
# Find a good install program.  We prefer a C program (faster),
2375
2445
# so one script is as good as another.  But avoid the broken or
2376
2446
# incompatible versions:
2683
2753
 
2684
2754
fi
2685
2755
 
2686
 
  test -d ./--version && rmdir ./--version
2687
2756
  if test "${ac_cv_path_mkdir+set}" = set; then
2688
2757
    MKDIR_P="$ac_cv_path_mkdir -p"
2689
2758
  else
2691
2760
    # value for MKDIR_P within a source directory, because that will
2692
2761
    # break other packages using the cache if that directory is
2693
2762
    # removed, or if the value is a relative name.
 
2763
    test -d ./--version && rmdir ./--version
2694
2764
    MKDIR_P="$ac_install_sh -d"
2695
2765
  fi
2696
2766
fi
2807
2877
 
2808
2878
# Define the identity of the package.
2809
2879
 PACKAGE='opencc'
2810
 
 VERSION='0.1.0'
 
2880
 VERSION='0.1.1'
2811
2881
 
2812
2882
 
2813
2883
cat >>confdefs.h <<_ACEOF
3231
3301
... rest of stderr output deleted ...
3232
3302
         10q' conftest.err >conftest.er1
3233
3303
    cat conftest.er1 >&5
 
3304
    rm -f conftest.er1 conftest.err
3234
3305
  fi
3235
 
  rm -f conftest.er1 conftest.err
3236
3306
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3237
3307
  test $ac_status = 0; }
3238
3308
done
3239
3309
 
3240
3310
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3241
3311
/* end confdefs.h.  */
3242
 
 
 
3312
#include <stdio.h>
3243
3313
int
3244
3314
main ()
3245
3315
{
 
3316
FILE *f = fopen ("conftest.out", "w");
 
3317
 return ferror (f) || fclose (f) != 0;
3246
3318
 
3247
3319
  ;
3248
3320
  return 0;
3249
3321
}
3250
3322
_ACEOF
3251
3323
ac_clean_files_save=$ac_clean_files
3252
 
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
 
3324
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3253
3325
# Try to create an executable without -o first, disregard a.out.
3254
3326
# It will help us diagnose broken compilers, and finding out an intuition
3255
3327
# of exeext.
3256
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3257
 
$as_echo_n "checking whether the C compiler works... " >&6; }
 
3328
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
3329
$as_echo_n "checking for C compiler default output file name... " >&6; }
3258
3330
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3259
3331
 
3260
3332
# The possible output files:
3316
3388
else
3317
3389
  ac_file=''
3318
3390
fi
 
3391
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
 
3392
$as_echo "$ac_file" >&6; }
3319
3393
if test -z "$ac_file"; then :
3320
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3321
 
$as_echo "no" >&6; }
3322
 
$as_echo "$as_me: failed program was:" >&5
 
3394
  $as_echo "$as_me: failed program was:" >&5
3323
3395
sed 's/^/| /' conftest.$ac_ext >&5
3324
3396
 
3325
3397
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3327
3399
{ as_fn_set_status 77
3328
3400
as_fn_error "C compiler cannot create executables
3329
3401
See \`config.log' for more details." "$LINENO" 5; }; }
3330
 
else
3331
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3332
 
$as_echo "yes" >&6; }
3333
3402
fi
3334
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3335
 
$as_echo_n "checking for C compiler default output file name... " >&6; }
3336
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3337
 
$as_echo "$ac_file" >&6; }
3338
3403
ac_exeext=$ac_cv_exeext
3339
3404
 
3340
 
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
 
3405
# Check that the compiler produces executables we can run.  If not, either
 
3406
# the compiler is broken, or we cross compile.
 
3407
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
3408
$as_echo_n "checking whether the C compiler works... " >&6; }
 
3409
# If not cross compiling, check that we can run a simple program.
 
3410
if test "$cross_compiling" != yes; then
 
3411
  if { ac_try='./$ac_file'
 
3412
  { { case "(($ac_try" in
 
3413
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
3414
  *) ac_try_echo=$ac_try;;
 
3415
esac
 
3416
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
3417
$as_echo "$ac_try_echo"; } >&5
 
3418
  (eval "$ac_try") 2>&5
 
3419
  ac_status=$?
 
3420
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
3421
  test $ac_status = 0; }; }; then
 
3422
    cross_compiling=no
 
3423
  else
 
3424
    if test "$cross_compiling" = maybe; then
 
3425
        cross_compiling=yes
 
3426
    else
 
3427
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
3428
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
3429
as_fn_error "cannot run C compiled programs.
 
3430
If you meant to cross compile, use \`--host'.
 
3431
See \`config.log' for more details." "$LINENO" 5; }
 
3432
    fi
 
3433
  fi
 
3434
fi
 
3435
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
3436
$as_echo "yes" >&6; }
 
3437
 
 
3438
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3341
3439
ac_clean_files=$ac_clean_files_save
 
3440
# Check that the compiler produces executables we can run.  If not, either
 
3441
# the compiler is broken, or we cross compile.
 
3442
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
3443
$as_echo_n "checking whether we are cross compiling... " >&6; }
 
3444
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
3445
$as_echo "$cross_compiling" >&6; }
 
3446
 
3342
3447
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3343
3448
$as_echo_n "checking for suffix of executables... " >&6; }
3344
3449
if { { ac_try="$ac_link"
3371
3476
as_fn_error "cannot compute suffix of executables: cannot compile and link
3372
3477
See \`config.log' for more details." "$LINENO" 5; }
3373
3478
fi
3374
 
rm -f conftest conftest$ac_cv_exeext
 
3479
rm -f conftest$ac_cv_exeext
3375
3480
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3376
3481
$as_echo "$ac_cv_exeext" >&6; }
3377
3482
 
3378
3483
rm -f conftest.$ac_ext
3379
3484
EXEEXT=$ac_cv_exeext
3380
3485
ac_exeext=$EXEEXT
3381
 
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3382
 
/* end confdefs.h.  */
3383
 
#include <stdio.h>
3384
 
int
3385
 
main ()
3386
 
{
3387
 
FILE *f = fopen ("conftest.out", "w");
3388
 
 return ferror (f) || fclose (f) != 0;
3389
 
 
3390
 
  ;
3391
 
  return 0;
3392
 
}
3393
 
_ACEOF
3394
 
ac_clean_files="$ac_clean_files conftest.out"
3395
 
# Check that the compiler produces executables we can run.  If not, either
3396
 
# the compiler is broken, or we cross compile.
3397
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3398
 
$as_echo_n "checking whether we are cross compiling... " >&6; }
3399
 
if test "$cross_compiling" != yes; then
3400
 
  { { ac_try="$ac_link"
3401
 
case "(($ac_try" in
3402
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3403
 
  *) ac_try_echo=$ac_try;;
3404
 
esac
3405
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3406
 
$as_echo "$ac_try_echo"; } >&5
3407
 
  (eval "$ac_link") 2>&5
3408
 
  ac_status=$?
3409
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3410
 
  test $ac_status = 0; }
3411
 
  if { ac_try='./conftest$ac_cv_exeext'
3412
 
  { { case "(($ac_try" in
3413
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414
 
  *) ac_try_echo=$ac_try;;
3415
 
esac
3416
 
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3417
 
$as_echo "$ac_try_echo"; } >&5
3418
 
  (eval "$ac_try") 2>&5
3419
 
  ac_status=$?
3420
 
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3421
 
  test $ac_status = 0; }; }; then
3422
 
    cross_compiling=no
3423
 
  else
3424
 
    if test "$cross_compiling" = maybe; then
3425
 
        cross_compiling=yes
3426
 
    else
3427
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3428
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3429
 
as_fn_error "cannot run C compiled programs.
3430
 
If you meant to cross compile, use \`--host'.
3431
 
See \`config.log' for more details." "$LINENO" 5; }
3432
 
    fi
3433
 
  fi
3434
 
fi
3435
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3436
 
$as_echo "$cross_compiling" >&6; }
3437
 
 
3438
 
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3439
 
ac_clean_files=$ac_clean_files_save
3440
3486
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3441
3487
$as_echo_n "checking for suffix of object files... " >&6; }
3442
3488
if test "${ac_cv_objext+set}" = set; then :
4306
4352
 
4307
4353
 
4308
4354
 
4309
 
  PACKAGE_VERSION_MAJOR=$(echo 0.1.0 | cut -d'.' -f1)
4310
 
  PACKAGE_VERSION_MINOR=$(echo 0.1.0 | cut -d'.' -f2)
4311
 
  PACKAGE_VERSION_MICRO=$(echo 0.1.0 | cut -d'.' -f3)
 
4355
  PACKAGE_VERSION_MAJOR=$(echo 0.1.1 | cut -d'.' -f1)
 
4356
  PACKAGE_VERSION_MINOR=$(echo 0.1.1 | cut -d'.' -f2)
 
4357
  PACKAGE_VERSION_MICRO=$(echo 0.1.1 | cut -d'.' -f3)
4312
4358
 
4313
4359
 
4314
4360
 
4318
4364
  { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
4319
4365
$as_echo_n "checking nano version... " >&6; }
4320
4366
 
4321
 
  NANO=$(echo 0.1.0 | cut -d'.' -f4)
 
4367
  NANO=$(echo 0.1.1 | cut -d'.' -f4)
4322
4368
 
4323
4369
  if test x"$NANO" = x || test "x$NANO" = "x0" ; then
4324
4370
    { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
4764
4810
... rest of stderr output deleted ...
4765
4811
         10q' conftest.err >conftest.er1
4766
4812
    cat conftest.er1 >&5
 
4813
    rm -f conftest.er1 conftest.err
4767
4814
  fi
4768
 
  rm -f conftest.er1 conftest.err
4769
4815
  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4770
4816
  test $ac_status = 0; }
4771
4817
done
5503
5549
 
5504
5550
 
5505
5551
 
5506
 
macro_version='2.2.6b'
5507
 
macro_revision='1.3017'
 
5552
macro_version='2.2.6'
 
5553
macro_revision='1.3012'
5508
5554
 
5509
5555
 
5510
5556
 
5520
5566
 
5521
5567
ltmain="$ac_aux_dir/ltmain.sh"
5522
5568
 
5523
 
# Make sure we can run config.sub.
5524
 
$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
5525
 
  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
5526
 
 
5527
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5528
 
$as_echo_n "checking build system type... " >&6; }
5529
 
if test "${ac_cv_build+set}" = set; then :
5530
 
  $as_echo_n "(cached) " >&6
5531
 
else
5532
 
  ac_build_alias=$build_alias
5533
 
test "x$ac_build_alias" = x &&
5534
 
  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5535
 
test "x$ac_build_alias" = x &&
5536
 
  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
5537
 
ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
5538
 
  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
5539
 
 
5540
 
fi
5541
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5542
 
$as_echo "$ac_cv_build" >&6; }
5543
 
case $ac_cv_build in
5544
 
*-*-*) ;;
5545
 
*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
5546
 
esac
5547
 
build=$ac_cv_build
5548
 
ac_save_IFS=$IFS; IFS='-'
5549
 
set x $ac_cv_build
5550
 
shift
5551
 
build_cpu=$1
5552
 
build_vendor=$2
5553
 
shift; shift
5554
 
# Remember, the first character of IFS is used to create $*,
5555
 
# except with old shells:
5556
 
build_os=$*
5557
 
IFS=$ac_save_IFS
5558
 
case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5559
 
 
5560
 
 
5561
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5562
 
$as_echo_n "checking host system type... " >&6; }
5563
 
if test "${ac_cv_host+set}" = set; then :
5564
 
  $as_echo_n "(cached) " >&6
5565
 
else
5566
 
  if test "x$host_alias" = x; then
5567
 
  ac_cv_host=$ac_cv_build
5568
 
else
5569
 
  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
5570
 
    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
5571
 
fi
5572
 
 
5573
 
fi
5574
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5575
 
$as_echo "$ac_cv_host" >&6; }
5576
 
case $ac_cv_host in
5577
 
*-*-*) ;;
5578
 
*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
5579
 
esac
5580
 
host=$ac_cv_host
5581
 
ac_save_IFS=$IFS; IFS='-'
5582
 
set x $ac_cv_host
5583
 
shift
5584
 
host_cpu=$1
5585
 
host_vendor=$2
5586
 
shift; shift
5587
 
# Remember, the first character of IFS is used to create $*,
5588
 
# except with old shells:
5589
 
host_os=$*
5590
 
IFS=$ac_save_IFS
5591
 
case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5592
 
 
5593
 
 
5594
5569
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5595
5570
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5596
5571
if test "${ac_cv_path_SED+set}" = set; then :
6045
6020
else
6046
6021
  lt_cv_nm_interface="BSD nm"
6047
6022
  echo "int some_variable = 0;" > conftest.$ac_ext
6048
 
  (eval echo "\"\$as_me:6048: $ac_compile\"" >&5)
 
6023
  (eval echo "\"\$as_me:6023: $ac_compile\"" >&5)
6049
6024
  (eval "$ac_compile" 2>conftest.err)
6050
6025
  cat conftest.err >&5
6051
 
  (eval echo "\"\$as_me:6051: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
6026
  (eval echo "\"\$as_me:6026: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6052
6027
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6053
6028
  cat conftest.err >&5
6054
 
  (eval echo "\"\$as_me:6054: output\"" >&5)
 
6029
  (eval echo "\"\$as_me:6029: output\"" >&5)
6055
6030
  cat conftest.out >&5
6056
6031
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6057
6032
    lt_cv_nm_interface="MS dumpbin"
6517
6492
  ;;
6518
6493
 
6519
6494
# This must be Linux ELF.
6520
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
6495
linux* | k*bsd*-gnu)
6521
6496
  lt_cv_deplibs_check_method=pass_all
6522
6497
  ;;
6523
6498
 
7256
7231
  ;;
7257
7232
*-*-irix6*)
7258
7233
  # Find out which ABI we are using.
7259
 
  echo '#line 7259 "configure"' > conftest.$ac_ext
 
7234
  echo '#line 7234 "configure"' > conftest.$ac_ext
7260
7235
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7261
7236
  (eval $ac_compile) 2>&5
7262
7237
  ac_status=$?
8488
8463
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8489
8464
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8490
8465
   -e 's:$: $lt_compiler_flag:'`
8491
 
   (eval echo "\"\$as_me:8491: $lt_compile\"" >&5)
 
8466
   (eval echo "\"\$as_me:8466: $lt_compile\"" >&5)
8492
8467
   (eval "$lt_compile" 2>conftest.err)
8493
8468
   ac_status=$?
8494
8469
   cat conftest.err >&5
8495
 
   echo "$as_me:8495: \$? = $ac_status" >&5
 
8470
   echo "$as_me:8470: \$? = $ac_status" >&5
8496
8471
   if (exit $ac_status) && test -s "$ac_outfile"; then
8497
8472
     # The compiler can only warn and ignore the option if not recognized
8498
8473
     # So say no if there are warnings other than the usual output.
8657
8632
      lt_prog_compiler_static='-non_shared'
8658
8633
      ;;
8659
8634
 
8660
 
    linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
8635
    linux* | k*bsd*-gnu)
8661
8636
      case $cc_basename in
8662
8637
      # old Intel for x86_64 which still supported -KPIC.
8663
8638
      ecc*)
8827
8802
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8828
8803
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8829
8804
   -e 's:$: $lt_compiler_flag:'`
8830
 
   (eval echo "\"\$as_me:8830: $lt_compile\"" >&5)
 
8805
   (eval echo "\"\$as_me:8805: $lt_compile\"" >&5)
8831
8806
   (eval "$lt_compile" 2>conftest.err)
8832
8807
   ac_status=$?
8833
8808
   cat conftest.err >&5
8834
 
   echo "$as_me:8834: \$? = $ac_status" >&5
 
8809
   echo "$as_me:8809: \$? = $ac_status" >&5
8835
8810
   if (exit $ac_status) && test -s "$ac_outfile"; then
8836
8811
     # The compiler can only warn and ignore the option if not recognized
8837
8812
     # So say no if there are warnings other than the usual output.
8932
8907
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8933
8908
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8934
8909
   -e 's:$: $lt_compiler_flag:'`
8935
 
   (eval echo "\"\$as_me:8935: $lt_compile\"" >&5)
 
8910
   (eval echo "\"\$as_me:8910: $lt_compile\"" >&5)
8936
8911
   (eval "$lt_compile" 2>out/conftest.err)
8937
8912
   ac_status=$?
8938
8913
   cat out/conftest.err >&5
8939
 
   echo "$as_me:8939: \$? = $ac_status" >&5
 
8914
   echo "$as_me:8914: \$? = $ac_status" >&5
8940
8915
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8941
8916
   then
8942
8917
     # The compiler can only warn and ignore the option if not recognized
8987
8962
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8988
8963
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8989
8964
   -e 's:$: $lt_compiler_flag:'`
8990
 
   (eval echo "\"\$as_me:8990: $lt_compile\"" >&5)
 
8965
   (eval echo "\"\$as_me:8965: $lt_compile\"" >&5)
8991
8966
   (eval "$lt_compile" 2>out/conftest.err)
8992
8967
   ac_status=$?
8993
8968
   cat out/conftest.err >&5
8994
 
   echo "$as_me:8994: \$? = $ac_status" >&5
 
8969
   echo "$as_me:8969: \$? = $ac_status" >&5
8995
8970
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8996
8971
   then
8997
8972
     # The compiler can only warn and ignore the option if not recognized
9130
9105
    fi
9131
9106
    supports_anon_versioning=no
9132
9107
    case `$LD -v 2>&1` in
9133
 
      *GNU\ gold*) supports_anon_versioning=yes ;;
9134
9108
      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9135
9109
      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9136
9110
      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9222
9196
      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9223
9197
      ;;
9224
9198
 
9225
 
    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
 
9199
    gnu* | linux* | tpf* | k*bsd*-gnu)
9226
9200
      tmp_diet=no
9227
9201
      if test "$host_os" = linux-dietlibc; then
9228
9202
        case $cc_basename in
10684
10658
  ;;
10685
10659
 
10686
10660
# This must be Linux ELF.
10687
 
linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
10661
linux* | k*bsd*-gnu)
10688
10662
  version_type=linux
10689
10663
  need_lib_prefix=no
10690
10664
  need_version=no
11371
11345
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11372
11346
  lt_status=$lt_dlunknown
11373
11347
  cat > conftest.$ac_ext <<_LT_EOF
11374
 
#line 11374 "configure"
 
11348
#line 11348 "configure"
11375
11349
#include "confdefs.h"
11376
11350
 
11377
11351
#if HAVE_DLFCN_H
11467
11441
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11468
11442
  lt_status=$lt_dlunknown
11469
11443
  cat > conftest.$ac_ext <<_LT_EOF
11470
 
#line 11470 "configure"
 
11444
#line 11444 "configure"
11471
11445
#include "confdefs.h"
11472
11446
 
11473
11447
#if HAVE_DLFCN_H
11695
11669
 
11696
11670
 
11697
11671
 
 
11672
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
 
11673
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
 
11674
if test "${ac_cv_c_bigendian+set}" = set; then :
 
11675
  $as_echo_n "(cached) " >&6
 
11676
else
 
11677
  ac_cv_c_bigendian=unknown
 
11678
    # See if we're dealing with a universal compiler.
 
11679
    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11680
/* end confdefs.h.  */
 
11681
#ifndef __APPLE_CC__
 
11682
               not a universal capable compiler
 
11683
             #endif
 
11684
             typedef int dummy;
 
11685
 
 
11686
_ACEOF
 
11687
if ac_fn_c_try_compile "$LINENO"; then :
 
11688
 
 
11689
        # Check for potential -arch flags.  It is not universal unless
 
11690
        # there are at least two -arch flags with different values.
 
11691
        ac_arch=
 
11692
        ac_prev=
 
11693
        for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
 
11694
         if test -n "$ac_prev"; then
 
11695
           case $ac_word in
 
11696
             i?86 | x86_64 | ppc | ppc64)
 
11697
               if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
 
11698
                 ac_arch=$ac_word
 
11699
               else
 
11700
                 ac_cv_c_bigendian=universal
 
11701
                 break
 
11702
               fi
 
11703
               ;;
 
11704
           esac
 
11705
           ac_prev=
 
11706
         elif test "x$ac_word" = "x-arch"; then
 
11707
           ac_prev=arch
 
11708
         fi
 
11709
       done
 
11710
fi
 
11711
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
11712
    if test $ac_cv_c_bigendian = unknown; then
 
11713
      # See if sys/param.h defines the BYTE_ORDER macro.
 
11714
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11715
/* end confdefs.h.  */
 
11716
#include <sys/types.h>
 
11717
             #include <sys/param.h>
 
11718
 
 
11719
int
 
11720
main ()
 
11721
{
 
11722
#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
 
11723
                     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
 
11724
                     && LITTLE_ENDIAN)
 
11725
              bogus endian macros
 
11726
             #endif
 
11727
 
 
11728
  ;
 
11729
  return 0;
 
11730
}
 
11731
_ACEOF
 
11732
if ac_fn_c_try_compile "$LINENO"; then :
 
11733
  # It does; now see whether it defined to BIG_ENDIAN or not.
 
11734
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11735
/* end confdefs.h.  */
 
11736
#include <sys/types.h>
 
11737
                #include <sys/param.h>
 
11738
 
 
11739
int
 
11740
main ()
 
11741
{
 
11742
#if BYTE_ORDER != BIG_ENDIAN
 
11743
                 not big endian
 
11744
                #endif
 
11745
 
 
11746
  ;
 
11747
  return 0;
 
11748
}
 
11749
_ACEOF
 
11750
if ac_fn_c_try_compile "$LINENO"; then :
 
11751
  ac_cv_c_bigendian=yes
 
11752
else
 
11753
  ac_cv_c_bigendian=no
 
11754
fi
 
11755
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
11756
fi
 
11757
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
11758
    fi
 
11759
    if test $ac_cv_c_bigendian = unknown; then
 
11760
      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
 
11761
      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11762
/* end confdefs.h.  */
 
11763
#include <limits.h>
 
11764
 
 
11765
int
 
11766
main ()
 
11767
{
 
11768
#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
 
11769
              bogus endian macros
 
11770
             #endif
 
11771
 
 
11772
  ;
 
11773
  return 0;
 
11774
}
 
11775
_ACEOF
 
11776
if ac_fn_c_try_compile "$LINENO"; then :
 
11777
  # It does; now see whether it defined to _BIG_ENDIAN or not.
 
11778
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11779
/* end confdefs.h.  */
 
11780
#include <limits.h>
 
11781
 
 
11782
int
 
11783
main ()
 
11784
{
 
11785
#ifndef _BIG_ENDIAN
 
11786
                 not big endian
 
11787
                #endif
 
11788
 
 
11789
  ;
 
11790
  return 0;
 
11791
}
 
11792
_ACEOF
 
11793
if ac_fn_c_try_compile "$LINENO"; then :
 
11794
  ac_cv_c_bigendian=yes
 
11795
else
 
11796
  ac_cv_c_bigendian=no
 
11797
fi
 
11798
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
11799
fi
 
11800
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
11801
    fi
 
11802
    if test $ac_cv_c_bigendian = unknown; then
 
11803
      # Compile a test program.
 
11804
      if test "$cross_compiling" = yes; then :
 
11805
  # Try to guess by grepping values from an object file.
 
11806
         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11807
/* end confdefs.h.  */
 
11808
short int ascii_mm[] =
 
11809
                  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
 
11810
                short int ascii_ii[] =
 
11811
                  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
 
11812
                int use_ascii (int i) {
 
11813
                  return ascii_mm[i] + ascii_ii[i];
 
11814
                }
 
11815
                short int ebcdic_ii[] =
 
11816
                  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
 
11817
                short int ebcdic_mm[] =
 
11818
                  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
 
11819
                int use_ebcdic (int i) {
 
11820
                  return ebcdic_mm[i] + ebcdic_ii[i];
 
11821
                }
 
11822
                extern int foo;
 
11823
 
 
11824
int
 
11825
main ()
 
11826
{
 
11827
return use_ascii (foo) == use_ebcdic (foo);
 
11828
  ;
 
11829
  return 0;
 
11830
}
 
11831
_ACEOF
 
11832
if ac_fn_c_try_compile "$LINENO"; then :
 
11833
  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
 
11834
              ac_cv_c_bigendian=yes
 
11835
            fi
 
11836
            if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
 
11837
              if test "$ac_cv_c_bigendian" = unknown; then
 
11838
                ac_cv_c_bigendian=no
 
11839
              else
 
11840
                # finding both strings is unlikely to happen, but who knows?
 
11841
                ac_cv_c_bigendian=unknown
 
11842
              fi
 
11843
            fi
 
11844
fi
 
11845
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
11846
else
 
11847
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
11848
/* end confdefs.h.  */
 
11849
$ac_includes_default
 
11850
int
 
11851
main ()
 
11852
{
 
11853
 
 
11854
             /* Are we little or big endian?  From Harbison&Steele.  */
 
11855
             union
 
11856
             {
 
11857
               long int l;
 
11858
               char c[sizeof (long int)];
 
11859
             } u;
 
11860
             u.l = 1;
 
11861
             return u.c[sizeof (long int) - 1] == 1;
 
11862
 
 
11863
  ;
 
11864
  return 0;
 
11865
}
 
11866
_ACEOF
 
11867
if ac_fn_c_try_run "$LINENO"; then :
 
11868
  ac_cv_c_bigendian=no
 
11869
else
 
11870
  ac_cv_c_bigendian=yes
 
11871
fi
 
11872
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
11873
  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
11874
fi
 
11875
 
 
11876
    fi
 
11877
fi
 
11878
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
 
11879
$as_echo "$ac_cv_c_bigendian" >&6; }
 
11880
 case $ac_cv_c_bigendian in #(
 
11881
   yes)
 
11882
     $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
 
11883
;; #(
 
11884
   no)
 
11885
      ;; #(
 
11886
   universal)
 
11887
 
 
11888
$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
 
11889
 
 
11890
     ;; #(
 
11891
   *)
 
11892
     as_fn_error "unknown endianness
 
11893
 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
 
11894
 esac
 
11895
 
 
11896
if test "x$ac_cv_c_bigendian" = "xyes"; then
 
11897
        BYTEORDER="BIG_ENDIAN"
 
11898
else
 
11899
        BYTEORDER="LITTLE_ENDIAN"
 
11900
fi
 
11901
 
 
11902
 
 
11903
case "${host}" in
 
11904
        *-apple-*) LIB_ICONV="-liconv" ;;
 
11905
        *)      LIB_ICONV="" ;;
 
11906
esac
 
11907
 
 
11908
 
11698
11909
# If only source code changed, lt_revision + 1
11699
11910
# If any interface added, lt_age + 1
11700
11911
# If any interfaces changed or removed, lt_current + 1, lt_revision = 0, lt_age = 0
13434
13645
 
13435
13646
 
13436
13647
# OUTPUT files
13437
 
ac_config_files="$ac_config_files po/Makefile.in Makefile opencc.pc opencc.spec data/Makefile doc/Makefile m4/Makefile src/Makefile"
 
13648
ac_config_files="$ac_config_files po/Makefile.in Makefile opencc.pc opencc.spec data/Makefile doc/Makefile m4/Makefile src/Makefile test/Makefile"
13438
13649
 
13439
13650
 
13440
13651
cat >confcache <<\_ACEOF
13559
13770
Usually this means the macro was only invoked conditionally." "$LINENO" 5
13560
13771
fi
13561
13772
 
 
13773
 
13562
13774
: ${CONFIG_STATUS=./config.status}
13563
13775
ac_write_fail=0
13564
13776
ac_clean_files_save=$ac_clean_files
13966
14178
# report actual input values of CONFIG_FILES etc. instead of their
13967
14179
# values after options handling.
13968
14180
ac_log="
13969
 
This file was extended by opencc $as_me 0.1.0, which was
13970
 
generated by GNU Autoconf 2.65.  Invocation command line was
 
14181
This file was extended by opencc $as_me 0.1.1, which was
 
14182
generated by GNU Autoconf 2.64.  Invocation command line was
13971
14183
 
13972
14184
  CONFIG_FILES    = $CONFIG_FILES
13973
14185
  CONFIG_HEADERS  = $CONFIG_HEADERS
14007
14219
 
14008
14220
  -h, --help       print this help, then exit
14009
14221
  -V, --version    print version number and configuration settings, then exit
14010
 
      --config     print configuration, then exit
14011
14222
  -q, --quiet, --silent
14012
14223
                   do not print progress messages
14013
14224
  -d, --debug      don't remove temporary files
14031
14242
 
14032
14243
_ACEOF
14033
14244
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14034
 
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14035
14245
ac_cs_version="\\
14036
 
opencc config.status 0.1.0
14037
 
configured by $0, generated by GNU Autoconf 2.65,
14038
 
  with options \\"\$ac_cs_config\\"
 
14246
opencc config.status 0.1.1
 
14247
configured by $0, generated by GNU Autoconf 2.64,
 
14248
  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14039
14249
 
14040
14250
Copyright (C) 2009 Free Software Foundation, Inc.
14041
14251
This config.status script is free software; the Free Software Foundation
14073
14283
    ac_cs_recheck=: ;;
14074
14284
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14075
14285
    $as_echo "$ac_cs_version"; exit ;;
14076
 
  --config | --confi | --conf | --con | --co | --c )
14077
 
    $as_echo "$ac_cs_config"; exit ;;
14078
14286
  --debug | --debu | --deb | --de | --d | -d )
14079
14287
    debug=: ;;
14080
14288
  --file | --fil | --fi | --f )
14430
14638
    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
14431
14639
    "m4/Makefile") CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
14432
14640
    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 
14641
    "test/Makefile") CONFIG_FILES="$CONFIG_FILES test/Makefile" ;;
14433
14642
 
14434
14643
  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14435
14644
  esac
14533
14742
t delim
14534
14743
:nl
14535
14744
h
14536
 
s/\(.\{148\}\)..*/\1/
 
14745
s/\(.\{148\}\).*/\1/
14537
14746
t more1
14538
14747
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14539
14748
p
14547
14756
t nl
14548
14757
:delim
14549
14758
h
14550
 
s/\(.\{148\}\)..*/\1/
 
14759
s/\(.\{148\}\).*/\1/
14551
14760
t more2
14552
14761
s/["\\]/\\&/g; s/^/"/; s/$/"/
14553
14762
p