~ubuntu-branches/ubuntu/wily/globus-gfork/wily

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2015-07-12 18:47:23 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150712184723-kcug0lznlvtp6gwh
Tags: 4.8-1
GT6 update (Remove dead code)

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 globus_gfork 4.7.
 
3
# Generated by GNU Autoconf 2.69 for globus_gfork 4.8.
4
4
#
5
5
# Report bugs to <https://globus.atlassian.net/>.
6
6
#
590
590
# Identity of this package.
591
591
PACKAGE_NAME='globus_gfork'
592
592
PACKAGE_TARNAME='globus_gfork'
593
 
PACKAGE_VERSION='4.7'
594
 
PACKAGE_STRING='globus_gfork 4.7'
 
593
PACKAGE_VERSION='4.8'
 
594
PACKAGE_STRING='globus_gfork 4.8'
595
595
PACKAGE_BUGREPORT='https://globus.atlassian.net/'
596
596
PACKAGE_URL=''
597
597
 
1327
1327
  # Omit some internal or obsolete options to make the list less imposing.
1328
1328
  # This message is too long to be a string in the A/UX 3.1 sh.
1329
1329
  cat <<_ACEOF
1330
 
\`configure' configures globus_gfork 4.7 to adapt to many kinds of systems.
 
1330
\`configure' configures globus_gfork 4.8 to adapt to many kinds of systems.
1331
1331
 
1332
1332
Usage: $0 [OPTION]... [VAR=VALUE]...
1333
1333
 
1397
1397
 
1398
1398
if test -n "$ac_init_help"; then
1399
1399
  case $ac_init_help in
1400
 
     short | recursive ) echo "Configuration of globus_gfork 4.7:";;
 
1400
     short | recursive ) echo "Configuration of globus_gfork 4.8:";;
1401
1401
   esac
1402
1402
  cat <<\_ACEOF
1403
1403
 
1511
1511
test -n "$ac_init_help" && exit $ac_status
1512
1512
if $ac_init_version; then
1513
1513
  cat <<\_ACEOF
1514
 
globus_gfork configure 4.7
 
1514
globus_gfork configure 4.8
1515
1515
generated by GNU Autoconf 2.69
1516
1516
 
1517
1517
Copyright (C) 2012 Free Software Foundation, Inc.
1789
1789
This file contains any messages produced by compilers while
1790
1790
running configure, to aid debugging if configure makes a mistake.
1791
1791
 
1792
 
It was created by globus_gfork $as_me 4.7, which was
 
1792
It was created by globus_gfork $as_me 4.8, which was
1793
1793
generated by GNU Autoconf 2.69.  Invocation command line was
1794
1794
 
1795
1795
  $ $0 $@
2176
2176
ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2177
2177
 
2178
2178
 
2179
 
am__api_version='1.13'
 
2179
am__api_version='1.14'
2180
2180
 
2181
2181
# Find a good install program.  We prefer a C program (faster),
2182
2182
# so one script is as good as another.  But avoid the broken or
2662
2662
 
2663
2663
# Define the identity of the package.
2664
2664
 PACKAGE='globus_gfork'
2665
 
 VERSION='4.7'
 
2665
 VERSION='4.8'
2666
2666
 
2667
2667
 
2668
2668
cat >>confdefs.h <<_ACEOF
2798
2798
 
2799
2799
 
2800
2800
 
 
2801
# POSIX will say in a future version that running "rm -f" with no argument
 
2802
# is OK; and we want to be able to make that assumption in our Makefile
 
2803
# recipes.  So use an aggressive probe to check that the usage we want is
 
2804
# actually supported "in the wild" to an acceptable degree.
 
2805
# See automake bug#10828.
 
2806
# To make any issue more visible, cause the running configure to be aborted
 
2807
# by default if the 'rm' program in use doesn't match our expectations; the
 
2808
# user can still override this though.
 
2809
if rm -f && rm -fr && rm -rf; then : OK; else
 
2810
  cat >&2 <<'END'
 
2811
Oops!
 
2812
 
 
2813
Your 'rm' program seems unable to run without file operands specified
 
2814
on the command line, even when the '-f' option is present.  This is contrary
 
2815
to the behaviour of most rm programs out there, and not conforming with
 
2816
the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
 
2817
 
 
2818
Please tell bug-automake@gnu.org about your system, including the value
 
2819
of your $PATH and any error possibly output before this message.  This
 
2820
can help us improve future automake versions.
 
2821
 
 
2822
END
 
2823
  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
 
2824
    echo 'Configuration will proceed anyway, since you have set the' >&2
 
2825
    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
 
2826
    echo >&2
 
2827
  else
 
2828
    cat >&2 <<'END'
 
2829
Aborting the configuration process, to ensure you take notice of the issue.
 
2830
 
 
2831
You can download and install GNU coreutils to get an 'rm' implementation
 
2832
that behaves properly: <http://www.gnu.org/software/coreutils/>.
 
2833
 
 
2834
If you want to complete the configuration process using your problematic
 
2835
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
 
2836
to "yes", and re-run configure.
 
2837
 
 
2838
END
 
2839
    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
 
2840
  fi
 
2841
fi
2801
2842
case `pwd` in
2802
2843
  *\ * | *\     *)
2803
2844
    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3815
3856
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3816
3857
ac_compiler_gnu=$ac_cv_c_compiler_gnu
3817
3858
 
 
3859
ac_ext=c
 
3860
ac_cpp='$CPP $CPPFLAGS'
 
3861
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
3862
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
3863
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
3864
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
 
3865
$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
 
3866
if ${am_cv_prog_cc_c_o+:} false; then :
 
3867
  $as_echo_n "(cached) " >&6
 
3868
else
 
3869
  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
3870
/* end confdefs.h.  */
 
3871
 
 
3872
int
 
3873
main ()
 
3874
{
 
3875
 
 
3876
  ;
 
3877
  return 0;
 
3878
}
 
3879
_ACEOF
 
3880
  # Make sure it works both with $CC and with simple cc.
 
3881
  # Following AC_PROG_CC_C_O, we do the test twice because some
 
3882
  # compilers refuse to overwrite an existing .o file with -o,
 
3883
  # though they will create one.
 
3884
  am_cv_prog_cc_c_o=yes
 
3885
  for am_i in 1 2; do
 
3886
    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
 
3887
   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
 
3888
   ac_status=$?
 
3889
   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
3890
   (exit $ac_status); } \
 
3891
         && test -f conftest2.$ac_objext; then
 
3892
      : OK
 
3893
    else
 
3894
      am_cv_prog_cc_c_o=no
 
3895
      break
 
3896
    fi
 
3897
  done
 
3898
  rm -f core conftest*
 
3899
  unset am_i
 
3900
fi
 
3901
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
 
3902
$as_echo "$am_cv_prog_cc_c_o" >&6; }
 
3903
if test "$am_cv_prog_cc_c_o" != yes; then
 
3904
   # Losing compiler, so override with the script.
 
3905
   # FIXME: It is wrong to rewrite CC.
 
3906
   # But if we don't then we get into trouble of one sort or another.
 
3907
   # A longer-term fix would be to have automake use am__CC in this case,
 
3908
   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
3909
   CC="$am_aux_dir/compile $CC"
 
3910
fi
 
3911
ac_ext=c
 
3912
ac_cpp='$CPP $CPPFLAGS'
 
3913
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
3914
ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
3915
ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
3916
 
 
3917
 
3818
3918
depcc="$CC"   am_compiler_list=
3819
3919
 
3820
3920
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
11662
11762
 
11663
11763
 
11664
11764
 
11665
 
DIRT_TIMESTAMP=1412006918
 
11765
DIRT_TIMESTAMP=1435793212
11666
11766
DIRT_BRANCH_ID=85
11667
11767
 
11668
11768
 
12460
12560
# report actual input values of CONFIG_FILES etc. instead of their
12461
12561
# values after options handling.
12462
12562
ac_log="
12463
 
This file was extended by globus_gfork $as_me 4.7, which was
 
12563
This file was extended by globus_gfork $as_me 4.8, which was
12464
12564
generated by GNU Autoconf 2.69.  Invocation command line was
12465
12565
 
12466
12566
  CONFIG_FILES    = $CONFIG_FILES
12517
12617
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12518
12618
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
12519
12619
ac_cs_version="\\
12520
 
globus_gfork config.status 4.7
 
12620
globus_gfork config.status 4.8
12521
12621
configured by $0, generated by GNU Autoconf 2.69,
12522
12622
  with options \\"\$ac_cs_config\\"
12523
12623