~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to doc/configure

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2008-11-18 06:32:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20081118063222-pa0qncclrerrqkg2
Tags: 0.12.2-1
* New upstream release
* Bug fix: "New upstream release available (0.12.2)", thanks to Jerome
  Robert (Closes: #506005).
* Applied patch by J. Robert.
* debian/control: build-depends on libxml2

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.61 for OpenTURNS platform documentation 0.12.1.
 
3
# Generated by GNU Autoconf 2.61 for OpenTURNS platform documentation 0.12.2.
4
4
#
5
5
# Report bugs to <bugs@openturns.org>.
6
6
#
574
574
# Identity of this package.
575
575
PACKAGE_NAME='OpenTURNS platform documentation'
576
576
PACKAGE_TARNAME='openturns'
577
 
PACKAGE_VERSION='0.12.1'
578
 
PACKAGE_STRING='OpenTURNS platform documentation 0.12.1'
 
577
PACKAGE_VERSION='0.12.2'
 
578
PACKAGE_STRING='OpenTURNS platform documentation 0.12.2'
579
579
PACKAGE_BUGREPORT='bugs@openturns.org'
580
580
 
581
581
ac_unique_file="src/DocumentationGuide/OpenTURNS_DocumentationGuide.tex"
1256
1256
  # Omit some internal or obsolete options to make the list less imposing.
1257
1257
  # This message is too long to be a string in the A/UX 3.1 sh.
1258
1258
  cat <<_ACEOF
1259
 
\`configure' configures OpenTURNS platform documentation 0.12.1 to adapt to many kinds of systems.
 
1259
\`configure' configures OpenTURNS platform documentation 0.12.2 to adapt to many kinds of systems.
1260
1260
 
1261
1261
Usage: $0 [OPTION]... [VAR=VALUE]...
1262
1262
 
1322
1322
 
1323
1323
if test -n "$ac_init_help"; then
1324
1324
  case $ac_init_help in
1325
 
     short | recursive ) echo "Configuration of OpenTURNS platform documentation 0.12.1:";;
 
1325
     short | recursive ) echo "Configuration of OpenTURNS platform documentation 0.12.2:";;
1326
1326
   esac
1327
1327
  cat <<\_ACEOF
1328
1328
 
1423
1423
test -n "$ac_init_help" && exit $ac_status
1424
1424
if $ac_init_version; then
1425
1425
  cat <<\_ACEOF
1426
 
OpenTURNS platform documentation configure 0.12.1
 
1426
OpenTURNS platform documentation configure 0.12.2
1427
1427
generated by GNU Autoconf 2.61
1428
1428
 
1429
1429
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1437
1437
This file contains any messages produced by compilers while
1438
1438
running configure, to aid debugging if configure makes a mistake.
1439
1439
 
1440
 
It was created by OpenTURNS platform documentation $as_me 0.12.1, which was
 
1440
It was created by OpenTURNS platform documentation $as_me 0.12.2, which was
1441
1441
generated by GNU Autoconf 2.61.  Invocation command line was
1442
1442
 
1443
1443
  $ $0 $@
2143
2143
 
2144
2144
# Define the identity of the package.
2145
2145
 PACKAGE='openturns'
2146
 
 VERSION='0.12.1'
 
2146
 VERSION='0.12.2'
2147
2147
 
2148
2148
 
2149
2149
cat >>confdefs.h <<_ACEOF
5500
5500
echo "$as_me: error: Open TURNS wrapper include file NOT FOUND" >&2;}
5501
5501
   { (exit 1); exit 1; }; }
5502
5502
 
5503
 
      # we test the wrapper library file presence and usability
5504
 
      openturns_wrapper_ldflags="-L$openturns_install_path/lib/openturns"
5505
 
      openturns_wrapper_libs="-lOTwrapper"
5506
 
      LDFLAGS="${LDFLAGS} ${openturns_wrapper_ldflags}"
5507
 
      { echo "$as_me:$LINENO: checking for printEntrance in -lOTwrapper" >&5
5508
 
echo $ECHO_N "checking for printEntrance in -lOTwrapper... $ECHO_C" >&6; }
5509
 
if test "${ac_cv_lib_OTwrapper_printEntrance+set}" = set; then
5510
 
  echo $ECHO_N "(cached) $ECHO_C" >&6
5511
 
else
5512
 
  ac_check_lib_save_LIBS=$LIBS
5513
 
LIBS="-lOTwrapper  $LIBS"
5514
 
cat >conftest.$ac_ext <<_ACEOF
5515
 
/* confdefs.h.  */
5516
 
_ACEOF
5517
 
cat confdefs.h >>conftest.$ac_ext
5518
 
cat >>conftest.$ac_ext <<_ACEOF
5519
 
/* end confdefs.h.  */
5520
 
 
5521
 
/* Override any GCC internal prototype to avoid an error.
5522
 
   Use char because int might match the return type of a GCC
5523
 
   builtin and then its argument prototype would still apply.  */
5524
 
#ifdef __cplusplus
5525
 
extern "C"
5526
 
#endif
5527
 
char printEntrance ();
5528
 
int
5529
 
main ()
5530
 
{
5531
 
return printEntrance ();
5532
 
  ;
5533
 
  return 0;
5534
 
}
5535
 
_ACEOF
5536
 
rm -f conftest.$ac_objext conftest$ac_exeext
5537
 
if { (ac_try="$ac_link"
5538
 
case "(($ac_try" in
5539
 
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5540
 
  *) ac_try_echo=$ac_try;;
5541
 
esac
5542
 
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5543
 
  (eval "$ac_link") 2>conftest.er1
5544
 
  ac_status=$?
5545
 
  grep -v '^ *+' conftest.er1 >conftest.err
5546
 
  rm -f conftest.er1
5547
 
  cat conftest.err >&5
5548
 
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
5549
 
  (exit $ac_status); } && {
5550
 
         test -z "$ac_c_werror_flag" ||
5551
 
         test ! -s conftest.err
5552
 
       } && test -s conftest$ac_exeext &&
5553
 
       $as_test_x conftest$ac_exeext; then
5554
 
  ac_cv_lib_OTwrapper_printEntrance=yes
5555
 
else
5556
 
  echo "$as_me: failed program was:" >&5
5557
 
sed 's/^/| /' conftest.$ac_ext >&5
5558
 
 
5559
 
        ac_cv_lib_OTwrapper_printEntrance=no
5560
 
fi
5561
 
 
5562
 
rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5563
 
      conftest$ac_exeext conftest.$ac_ext
5564
 
LIBS=$ac_check_lib_save_LIBS
5565
 
fi
5566
 
{ echo "$as_me:$LINENO: result: $ac_cv_lib_OTwrapper_printEntrance" >&5
5567
 
echo "${ECHO_T}$ac_cv_lib_OTwrapper_printEntrance" >&6; }
5568
 
if test $ac_cv_lib_OTwrapper_printEntrance = yes; then
5569
 
  openturns_wrapper_lib_found=yes
5570
 
else
5571
 
  openturns_wrapper_lib_found=no
5572
 
fi
5573
 
 
5574
 
      test x${openturns_wrapper_lib_found} = xno && { { echo "$as_me:$LINENO: error: Open TURNS wrapper library NOT FOUND" >&5
5575
 
echo "$as_me: error: Open TURNS wrapper library NOT FOUND" >&2;}
5576
 
   { (exit 1); exit 1; }; }
 
5503
      openturns_wrapper_ldflags=
 
5504
      openturns_wrapper_libs=
5577
5505
      ac_ext=c
5578
5506
ac_cpp='$CPP $CPPFLAGS'
5579
5507
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6019
5947
 
6020
5948
 
6021
5949
# Propagate configuration into Makefile
6022
 
ac_config_files="$ac_config_files src/GenericInformation.tex Makefile m4/Makefile config/Makefile src/Makefile src/GNU_free_documentation_licence/GNU_Free_Documentation_License_GNU_Project_Free_Software_Foundation_FSF_fichiers/Makefile src/GNU_free_documentation_licence/Makefile src/UserManual/Makefile src/UseCasesGuide/Makefile src/DocumentationGuide/Makefile src/WrapperGuide/Makefile src/ArchitectureGuide/Figures/analysis/Makefile src/ArchitectureGuide/Figures/modeling_notions/Makefile src/ArchitectureGuide/Figures/design/Makefile src/ArchitectureGuide/Figures/Makefile src/ArchitectureGuide/Makefile src/ReferenceGuide/Makefile src/ContributionGuide/Makefile"
 
5950
ac_config_files="$ac_config_files src/GenericInformation.tex Makefile m4/Makefile config/Makefile src/Makefile src/GNU_free_documentation_licence/GNU_Free_Documentation_License_GNU_Project_Free_Software_Foundation_FSF_fichiers/Makefile src/GNU_free_documentation_licence/Makefile src/UserManual/Makefile src/UseCasesGuide/Makefile src/DocumentationGuide/Makefile src/WrapperGuide/Makefile src/ArchitectureGuide/Figures/analysis/Makefile src/ArchitectureGuide/Figures/modeling_notions/Makefile src/ArchitectureGuide/Figures/design/Makefile src/ArchitectureGuide/Figures/Makefile src/ArchitectureGuide/Makefile src/ReferenceGuide/Makefile src/ContributionGuide/Makefile src/ExamplesGuide/Makefile"
6023
5951
 
6024
5952
cat >confcache <<\_ACEOF
6025
5953
# This file is a shell script that caches the results of configure
6496
6424
# report actual input values of CONFIG_FILES etc. instead of their
6497
6425
# values after options handling.
6498
6426
ac_log="
6499
 
This file was extended by OpenTURNS platform documentation $as_me 0.12.1, which was
 
6427
This file was extended by OpenTURNS platform documentation $as_me 0.12.2, which was
6500
6428
generated by GNU Autoconf 2.61.  Invocation command line was
6501
6429
 
6502
6430
  CONFIG_FILES    = $CONFIG_FILES
6543
6471
_ACEOF
6544
6472
cat >>$CONFIG_STATUS <<_ACEOF
6545
6473
ac_cs_version="\\
6546
 
OpenTURNS platform documentation config.status 0.12.1
 
6474
OpenTURNS platform documentation config.status 0.12.2
6547
6475
configured by $0, generated by GNU Autoconf 2.61,
6548
6476
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
6549
6477
 
6667
6595
    "src/ArchitectureGuide/Makefile") CONFIG_FILES="$CONFIG_FILES src/ArchitectureGuide/Makefile" ;;
6668
6596
    "src/ReferenceGuide/Makefile") CONFIG_FILES="$CONFIG_FILES src/ReferenceGuide/Makefile" ;;
6669
6597
    "src/ContributionGuide/Makefile") CONFIG_FILES="$CONFIG_FILES src/ContributionGuide/Makefile" ;;
 
6598
    "src/ExamplesGuide/Makefile") CONFIG_FILES="$CONFIG_FILES src/ExamplesGuide/Makefile" ;;
6670
6599
 
6671
6600
  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
6672
6601
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7365
7294
#])
7366
7295
 
7367
7296
cat <<EOT > summary
 
7297
(doc)
7368
7298
EOT
7369
7299
cat summary
7370
7300