~jamesodhunt/ubuntu/natty/upstart/fix-chroot-sessions

« back to all changes in this revision

Viewing changes to configure

  • Committer: Colin Watson
  • Date: 2011-02-28 20:20:50 UTC
  • mfrom: (1295.1.3 ubuntu-natty-upstart)
  • Revision ID: cjwatson@canonical.com-20110228202050-mcykx2rwzbc5q4wc
merge lp:~jamesodhunt/ubuntu/natty/upstart/proposed

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.67 for upstart 0.6.6.
 
3
# Generated by GNU Autoconf 2.67 for upstart 0.9.0.
4
4
#
5
5
# Report bugs to <upstart-devel@lists.ubuntu.com>.
6
6
#
13
13
# This configure script is free software; the Free Software Foundation
14
14
# gives unlimited permission to copy, distribute and modify it.
15
15
#
16
 
# Copyright © 2010 Canonical Ltd.
 
16
# Copyright © 2011 Canonical Ltd.
17
17
## -------------------- ##
18
18
## M4sh Initialization. ##
19
19
## -------------------- ##
703
703
# Identity of this package.
704
704
PACKAGE_NAME='upstart'
705
705
PACKAGE_TARNAME='upstart'
706
 
PACKAGE_VERSION='0.6.6'
707
 
PACKAGE_STRING='upstart 0.6.6'
 
706
PACKAGE_VERSION='0.9.0'
 
707
PACKAGE_STRING='upstart 0.9.0'
708
708
PACKAGE_BUGREPORT='upstart-devel@lists.ubuntu.com'
709
709
PACKAGE_URL=''
710
710
 
751
751
am__EXEEXT_TRUE
752
752
LTLIBOBJS
753
753
LIBOBJS
 
754
HAVE_UDEV_FALSE
 
755
HAVE_UDEV_TRUE
754
756
UDEV_LIBS
755
757
UDEV_CFLAGS
756
758
DBUS_LIBS
1509
1511
  # Omit some internal or obsolete options to make the list less imposing.
1510
1512
  # This message is too long to be a string in the A/UX 3.1 sh.
1511
1513
  cat <<_ACEOF
1512
 
\`configure' configures upstart 0.6.6 to adapt to many kinds of systems.
 
1514
\`configure' configures upstart 0.9.0 to adapt to many kinds of systems.
1513
1515
 
1514
1516
Usage: $0 [OPTION]... [VAR=VALUE]...
1515
1517
 
1579
1581
 
1580
1582
if test -n "$ac_init_help"; then
1581
1583
  case $ac_init_help in
1582
 
     short | recursive ) echo "Configuration of upstart 0.6.6:";;
 
1584
     short | recursive ) echo "Configuration of upstart 0.9.0:";;
1583
1585
   esac
1584
1586
  cat <<\_ACEOF
1585
1587
 
1721
1723
test -n "$ac_init_help" && exit $ac_status
1722
1724
if $ac_init_version; then
1723
1725
  cat <<\_ACEOF
1724
 
upstart configure 0.6.6
 
1726
upstart configure 0.9.0
1725
1727
generated by GNU Autoconf 2.67
1726
1728
 
1727
1729
Copyright (C) 2010 Free Software Foundation, Inc.
1728
1730
This configure script is free software; the Free Software Foundation
1729
1731
gives unlimited permission to copy, distribute and modify it.
1730
1732
 
1731
 
Copyright © 2010 Canonical Ltd.
 
1733
Copyright © 2011 Canonical Ltd.
1732
1734
_ACEOF
1733
1735
  exit
1734
1736
fi
2324
2326
This file contains any messages produced by compilers while
2325
2327
running configure, to aid debugging if configure makes a mistake.
2326
2328
 
2327
 
It was created by upstart $as_me 0.6.6, which was
 
2329
It was created by upstart $as_me 0.9.0, which was
2328
2330
generated by GNU Autoconf 2.67.  Invocation command line was
2329
2331
 
2330
2332
  $ $0 $@
2680
2682
 
2681
2683
 
2682
2684
 
2683
 
$as_echo "#define PACKAGE_COPYRIGHT \"Copyright (C) 2010 Canonical Ltd.\"" >>confdefs.h
2684
 
        PACKAGE_COPYRIGHT="Copyright © 2010 Canonical Ltd."
 
2685
$as_echo "#define PACKAGE_COPYRIGHT \"Copyright (C) 2011 Canonical Ltd.\"" >>confdefs.h
 
2686
        PACKAGE_COPYRIGHT="Copyright © 2011 Canonical Ltd."
2685
2687
 
2686
2688
 
2687
2689
 
4479
4481
 
4480
4482
# Define the identity of the package.
4481
4483
 PACKAGE='upstart'
4482
 
 VERSION='0.6.6'
 
4484
 VERSION='0.9.0'
4483
4485
 
4484
4486
 
4485
4487
cat >>confdefs.h <<_ACEOF
5233
5235
else
5234
5236
  lt_cv_nm_interface="BSD nm"
5235
5237
  echo "int some_variable = 0;" > conftest.$ac_ext
5236
 
  (eval echo "\"\$as_me:5236: $ac_compile\"" >&5)
 
5238
  (eval echo "\"\$as_me:5238: $ac_compile\"" >&5)
5237
5239
  (eval "$ac_compile" 2>conftest.err)
5238
5240
  cat conftest.err >&5
5239
 
  (eval echo "\"\$as_me:5239: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
5241
  (eval echo "\"\$as_me:5241: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5240
5242
  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5241
5243
  cat conftest.err >&5
5242
 
  (eval echo "\"\$as_me:5242: output\"" >&5)
 
5244
  (eval echo "\"\$as_me:5244: output\"" >&5)
5243
5245
  cat conftest.out >&5
5244
5246
  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5245
5247
    lt_cv_nm_interface="MS dumpbin"
6444
6446
  ;;
6445
6447
*-*-irix6*)
6446
6448
  # Find out which ABI we are using.
6447
 
  echo '#line 6447 "configure"' > conftest.$ac_ext
 
6449
  echo '#line 6449 "configure"' > conftest.$ac_ext
6448
6450
  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6449
6451
  (eval $ac_compile) 2>&5
6450
6452
  ac_status=$?
7706
7708
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7707
7709
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7708
7710
   -e 's:$: $lt_compiler_flag:'`
7709
 
   (eval echo "\"\$as_me:7709: $lt_compile\"" >&5)
 
7711
   (eval echo "\"\$as_me:7711: $lt_compile\"" >&5)
7710
7712
   (eval "$lt_compile" 2>conftest.err)
7711
7713
   ac_status=$?
7712
7714
   cat conftest.err >&5
7713
 
   echo "$as_me:7713: \$? = $ac_status" >&5
 
7715
   echo "$as_me:7715: \$? = $ac_status" >&5
7714
7716
   if (exit $ac_status) && test -s "$ac_outfile"; then
7715
7717
     # The compiler can only warn and ignore the option if not recognized
7716
7718
     # So say no if there are warnings other than the usual output.
8045
8047
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8046
8048
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8047
8049
   -e 's:$: $lt_compiler_flag:'`
8048
 
   (eval echo "\"\$as_me:8048: $lt_compile\"" >&5)
 
8050
   (eval echo "\"\$as_me:8050: $lt_compile\"" >&5)
8049
8051
   (eval "$lt_compile" 2>conftest.err)
8050
8052
   ac_status=$?
8051
8053
   cat conftest.err >&5
8052
 
   echo "$as_me:8052: \$? = $ac_status" >&5
 
8054
   echo "$as_me:8054: \$? = $ac_status" >&5
8053
8055
   if (exit $ac_status) && test -s "$ac_outfile"; then
8054
8056
     # The compiler can only warn and ignore the option if not recognized
8055
8057
     # So say no if there are warnings other than the usual output.
8150
8152
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8151
8153
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8152
8154
   -e 's:$: $lt_compiler_flag:'`
8153
 
   (eval echo "\"\$as_me:8153: $lt_compile\"" >&5)
 
8155
   (eval echo "\"\$as_me:8155: $lt_compile\"" >&5)
8154
8156
   (eval "$lt_compile" 2>out/conftest.err)
8155
8157
   ac_status=$?
8156
8158
   cat out/conftest.err >&5
8157
 
   echo "$as_me:8157: \$? = $ac_status" >&5
 
8159
   echo "$as_me:8159: \$? = $ac_status" >&5
8158
8160
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8159
8161
   then
8160
8162
     # The compiler can only warn and ignore the option if not recognized
8205
8207
   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8206
8208
   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8207
8209
   -e 's:$: $lt_compiler_flag:'`
8208
 
   (eval echo "\"\$as_me:8208: $lt_compile\"" >&5)
 
8210
   (eval echo "\"\$as_me:8210: $lt_compile\"" >&5)
8209
8211
   (eval "$lt_compile" 2>out/conftest.err)
8210
8212
   ac_status=$?
8211
8213
   cat out/conftest.err >&5
8212
 
   echo "$as_me:8212: \$? = $ac_status" >&5
 
8214
   echo "$as_me:8214: \$? = $ac_status" >&5
8213
8215
   if (exit $ac_status) && test -s out/conftest2.$ac_objext
8214
8216
   then
8215
8217
     # The compiler can only warn and ignore the option if not recognized
10589
10591
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10590
10592
  lt_status=$lt_dlunknown
10591
10593
  cat > conftest.$ac_ext <<_LT_EOF
10592
 
#line 10592 "configure"
 
10594
#line 10594 "configure"
10593
10595
#include "confdefs.h"
10594
10596
 
10595
10597
#if HAVE_DLFCN_H
10685
10687
  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10686
10688
  lt_status=$lt_dlunknown
10687
10689
  cat > conftest.$ac_ext <<_LT_EOF
10688
 
#line 10688 "configure"
 
10690
#line 10690 "configure"
10689
10691
#include "confdefs.h"
10690
10692
 
10691
10693
#if HAVE_DLFCN_H
16910
16912
        # Put the nasty error message in config.log where it belongs
16911
16913
        echo "$UDEV_PKG_ERRORS" >&5
16912
16914
 
16913
 
        as_fn_error $? "Package requirements (libudev >= 146) were not met:
16914
 
 
16915
 
$UDEV_PKG_ERRORS
16916
 
 
16917
 
Consider adjusting the PKG_CONFIG_PATH environment variable if you
16918
 
installed software in a non-standard prefix.
16919
 
 
16920
 
Alternatively, you may set the environment variables UDEV_CFLAGS
16921
 
and UDEV_LIBS to avoid the need to call pkg-config.
16922
 
See the pkg-config man page for more details." "$LINENO" 5
 
16915
        have_udev=no
16923
16916
elif test $pkg_failed = untried; then
16924
16917
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16925
16918
$as_echo "no" >&6; }
16926
 
        { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16927
 
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16928
 
as_fn_error $? "The pkg-config script could not be found or is too old.  Make sure it
16929
 
is in your PATH or set the PKG_CONFIG environment variable to the full
16930
 
path to pkg-config.
16931
 
 
16932
 
Alternatively, you may set the environment variables UDEV_CFLAGS
16933
 
and UDEV_LIBS to avoid the need to call pkg-config.
16934
 
See the pkg-config man page for more details.
16935
 
 
16936
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.
16937
 
See \`config.log' for more details" "$LINENO" 5 ; }
 
16919
        have_udev=no
16938
16920
else
16939
16921
        UDEV_CFLAGS=$pkg_cv_UDEV_CFLAGS
16940
16922
        UDEV_LIBS=$pkg_cv_UDEV_LIBS
16941
16923
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
16942
16924
$as_echo "yes" >&6; }
16943
 
 
16944
 
fi
 
16925
        have_udev=yes
 
16926
fi
 
16927
 
 
16928
 if test "$have_udev" = yes; then
 
16929
  HAVE_UDEV_TRUE=
 
16930
  HAVE_UDEV_FALSE='#'
 
16931
else
 
16932
  HAVE_UDEV_TRUE='#'
 
16933
  HAVE_UDEV_FALSE=
 
16934
fi
 
16935
 
16945
16936
 
16946
16937
# Checks for header files.
16947
16938
for ac_header in valgrind/valgrind.h
17373
17364
 
17374
17365
 
17375
17366
 
17376
 
ac_config_files="$ac_config_files Makefile intl/Makefile dbus/Makefile init/Makefile util/Makefile udev/Makefile conf/Makefile doc/Makefile contrib/Makefile po/Makefile.in"
 
17367
ac_config_files="$ac_config_files Makefile intl/Makefile dbus/Makefile init/Makefile util/Makefile extra/Makefile conf/Makefile doc/Makefile contrib/Makefile po/Makefile.in"
17377
17368
 
17378
17369
ac_config_headers="$ac_config_headers config.h"
17379
17370
 
17495
17486
  as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
17496
17487
Usually this means the macro was only invoked conditionally." "$LINENO" 5
17497
17488
fi
 
17489
if test -z "${HAVE_UDEV_TRUE}" && test -z "${HAVE_UDEV_FALSE}"; then
 
17490
  as_fn_error $? "conditional \"HAVE_UDEV\" was never defined.
 
17491
Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
17492
fi
17498
17493
 
17499
17494
: ${CONFIG_STATUS=./config.status}
17500
17495
ac_write_fail=0
17903
17898
# report actual input values of CONFIG_FILES etc. instead of their
17904
17899
# values after options handling.
17905
17900
ac_log="
17906
 
This file was extended by upstart $as_me 0.6.6, which was
 
17901
This file was extended by upstart $as_me 0.9.0, which was
17907
17902
generated by GNU Autoconf 2.67.  Invocation command line was
17908
17903
 
17909
17904
  CONFIG_FILES    = $CONFIG_FILES
17969
17964
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17970
17965
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17971
17966
ac_cs_version="\\
17972
 
upstart config.status 0.6.6
 
17967
upstart config.status 0.9.0
17973
17968
configured by $0, generated by GNU Autoconf 2.67,
17974
17969
  with options \\"\$ac_cs_config\\"
17975
17970
 
18368
18363
    "dbus/Makefile") CONFIG_FILES="$CONFIG_FILES dbus/Makefile" ;;
18369
18364
    "init/Makefile") CONFIG_FILES="$CONFIG_FILES init/Makefile" ;;
18370
18365
    "util/Makefile") CONFIG_FILES="$CONFIG_FILES util/Makefile" ;;
18371
 
    "udev/Makefile") CONFIG_FILES="$CONFIG_FILES udev/Makefile" ;;
 
18366
    "extra/Makefile") CONFIG_FILES="$CONFIG_FILES extra/Makefile" ;;
18372
18367
    "conf/Makefile") CONFIG_FILES="$CONFIG_FILES conf/Makefile" ;;
18373
18368
    "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
18374
18369
    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;