~ubuntu-branches/ubuntu/vivid/deal.ii/vivid

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2009-07-21 08:02:26 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090721080226-h4itnctcm1l26swz
Tags: 6.2.1-1
* New upstream release.
* Removed backslashes from dependencies (closes: #535284).
* Added libboost-graph-dev to Build-Depends (closes: #533629).
* Updated Standards-Version.
* Updated debhelper Build-Depends version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /bin/sh
2
 
# From configure.in Revision: 18724 .
 
2
# From configure.in Revision: 18771 .
3
3
# Guess values for system-dependent variables and create Makefiles.
4
 
# Generated by GNU Autoconf 2.61 for deal.II 6.2.0.
 
4
# Generated by GNU Autoconf 2.61 for deal.II 6.2.1.
5
5
#
6
6
# Report bugs to <dealii@dealii.org>.
7
7
#
575
575
# Identity of this package.
576
576
PACKAGE_NAME='deal.II'
577
577
PACKAGE_TARNAME='deal.II'
578
 
PACKAGE_VERSION='6.2.0'
579
 
PACKAGE_STRING='deal.II 6.2.0'
 
578
PACKAGE_VERSION='6.2.1'
 
579
PACKAGE_STRING='deal.II 6.2.1'
580
580
PACKAGE_BUGREPORT='dealii@dealii.org'
581
581
 
582
582
ac_default_prefix=`pwd`
1274
1274
  # Omit some internal or obsolete options to make the list less imposing.
1275
1275
  # This message is too long to be a string in the A/UX 3.1 sh.
1276
1276
  cat <<_ACEOF
1277
 
\`configure' configures deal.II 6.2.0 to adapt to many kinds of systems.
 
1277
\`configure' configures deal.II 6.2.1 to adapt to many kinds of systems.
1278
1278
 
1279
1279
Usage: $0 [OPTION]... [VAR=VALUE]...
1280
1280
 
1340
1340
 
1341
1341
if test -n "$ac_init_help"; then
1342
1342
  case $ac_init_help in
1343
 
     short | recursive ) echo "Configuration of deal.II 6.2.0:";;
 
1343
     short | recursive ) echo "Configuration of deal.II 6.2.1:";;
1344
1344
   esac
1345
1345
  cat <<\_ACEOF
1346
1346
 
1533
1533
test -n "$ac_init_help" && exit $ac_status
1534
1534
if $ac_init_version; then
1535
1535
  cat <<\_ACEOF
1536
 
deal.II configure 6.2.0
 
1536
deal.II configure 6.2.1
1537
1537
generated by GNU Autoconf 2.61
1538
1538
 
1539
1539
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1547
1547
This file contains any messages produced by compilers while
1548
1548
running configure, to aid debugging if configure makes a mistake.
1549
1549
 
1550
 
It was created by deal.II $as_me 6.2.0, which was
 
1550
It was created by deal.II $as_me 6.2.1, which was
1551
1551
generated by GNU Autoconf 2.61.  Invocation command line was
1552
1552
 
1553
1553
  $ $0 $@
8233
8233
  fi
8234
8234
 
8235
8235
 
 
8236
  if test "x$GXX" = "xyes" ; then
 
8237
    { echo "$as_me:$LINENO: checking for problem with -Wctor-dtor-privacy" >&5
 
8238
echo $ECHO_N "checking for problem with -Wctor-dtor-privacy... $ECHO_C" >&6; }
 
8239
    ac_ext=cpp
 
8240
ac_cpp='$CXXCPP $CPPFLAGS'
 
8241
ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
8242
ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
8243
ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
8244
 
 
8245
    CXXFLAGS="$CXXFLAGSG -Werror"
 
8246
    cat >conftest.$ac_ext <<_ACEOF
 
8247
/* confdefs.h.  */
 
8248
_ACEOF
 
8249
cat confdefs.h >>conftest.$ac_ext
 
8250
cat >>conftest.$ac_ext <<_ACEOF
 
8251
/* end confdefs.h.  */
 
8252
 
 
8253
        template <typename T>
 
8254
        struct IsInt
 
8255
        {
 
8256
          private:
 
8257
            struct yes_type { char c[1]; };
 
8258
            struct no_type  { char c[2]; };
 
8259
 
 
8260
            static yes_type check_for_int (const int *);
 
8261
 
 
8262
            static no_type check_for_int (...);
 
8263
 
 
8264
          public:
 
8265
            static const bool value = (sizeof(check_for_int((T*)0))
 
8266
                                       ==
 
8267
                                       sizeof(yes_type));
 
8268
        };
 
8269
 
 
8270
        const bool x = IsInt<double>::value;
 
8271
 
 
8272
int
 
8273
main ()
 
8274
{
 
8275
 
 
8276
 
 
8277
  ;
 
8278
  return 0;
 
8279
}
 
8280
_ACEOF
 
8281
rm -f conftest.$ac_objext
 
8282
if { (ac_try="$ac_compile"
 
8283
case "(($ac_try" in
 
8284
  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
8285
  *) ac_try_echo=$ac_try;;
 
8286
esac
 
8287
eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
8288
  (eval "$ac_compile") 2>conftest.er1
 
8289
  ac_status=$?
 
8290
  grep -v '^ *+' conftest.er1 >conftest.err
 
8291
  rm -f conftest.er1
 
8292
  cat conftest.err >&5
 
8293
  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
8294
  (exit $ac_status); } && {
 
8295
         test -z "$ac_cxx_werror_flag" ||
 
8296
         test ! -s conftest.err
 
8297
       } && test -s conftest.$ac_objext; then
 
8298
 
 
8299
        { echo "$as_me:$LINENO: result: no" >&5
 
8300
echo "${ECHO_T}no" >&6; }
 
8301
 
 
8302
else
 
8303
  echo "$as_me: failed program was:" >&5
 
8304
sed 's/^/| /' conftest.$ac_ext >&5
 
8305
 
 
8306
 
 
8307
        { echo "$as_me:$LINENO: result: yes" >&5
 
8308
echo "${ECHO_T}yes" >&6; }
 
8309
        CXXFLAGSG="$CXXFLAGSG -Wno-ctor-dtor-privacy"
 
8310
 
 
8311
fi
 
8312
 
 
8313
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
8314
  fi
 
8315
 
 
8316
 
8236
8317
  { echo "$as_me:$LINENO: checking for __PRETTY_FUNCTION__" >&5
8237
8318
echo $ECHO_N "checking for __PRETTY_FUNCTION__... $ECHO_C" >&6; }
8238
8319
  ac_ext=cpp
17163
17244
# report actual input values of CONFIG_FILES etc. instead of their
17164
17245
# values after options handling.
17165
17246
ac_log="
17166
 
This file was extended by deal.II $as_me 6.2.0, which was
 
17247
This file was extended by deal.II $as_me 6.2.1, which was
17167
17248
generated by GNU Autoconf 2.61.  Invocation command line was
17168
17249
 
17169
17250
  CONFIG_FILES    = $CONFIG_FILES
17212
17293
_ACEOF
17213
17294
cat >>$CONFIG_STATUS <<_ACEOF
17214
17295
ac_cs_version="\\
17215
 
deal.II config.status 6.2.0
 
17296
deal.II config.status 6.2.1
17216
17297
configured by $0, generated by GNU Autoconf 2.61,
17217
17298
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
17218
17299