~ubuntu-branches/ubuntu/oneiric/swig1.3/oneiric

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2008-11-10 16:29:56 UTC
  • mfrom: (1.2.8 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20081110162956-xue6itkuqhbza87s
Tags: 1.3.36-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop pike and libchicken-dev from the build-depends 
    (both are universe)
  - Use python2.5 instead of python2.4.
  - use php5
  - Clean Runtime/ as well.
  - debian/Rules (clean): Remove Lib/ocaml/swigp4.ml.
  - drop "--without-mzscheme", we don't have it in our build-depends

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 swig 1.3.35.
 
3
# Generated by GNU Autoconf 2.61 for swig 1.3.36.
4
4
#
5
5
# Report bugs to <http://www.swig.org>.
6
6
#
574
574
# Identity of this package.
575
575
PACKAGE_NAME='swig'
576
576
PACKAGE_TARNAME='swig'
577
 
PACKAGE_VERSION='1.3.35'
578
 
PACKAGE_STRING='swig 1.3.35'
 
577
PACKAGE_VERSION='1.3.36'
 
578
PACKAGE_STRING='swig 1.3.36'
579
579
PACKAGE_BUGREPORT='http://www.swig.org'
580
580
 
581
581
ac_unique_file="Source/Swig/swig.h"
723
723
GUILE_SO
724
724
PHP4_SO
725
725
MZSCHEME_SO
726
 
TCL_LDSHARED
727
 
TCL_CXXSHARED
728
726
LUA_SO
729
727
PLATFLAGS
730
728
SWIGLIBS
1364
1362
  # Omit some internal or obsolete options to make the list less imposing.
1365
1363
  # This message is too long to be a string in the A/UX 3.1 sh.
1366
1364
  cat <<_ACEOF
1367
 
\`configure' configures swig 1.3.35 to adapt to many kinds of systems.
 
1365
\`configure' configures swig 1.3.36 to adapt to many kinds of systems.
1368
1366
 
1369
1367
Usage: $0 [OPTION]... [VAR=VALUE]...
1370
1368
 
1438
1436
 
1439
1437
if test -n "$ac_init_help"; then
1440
1438
  case $ac_init_help in
1441
 
     short | recursive ) echo "Configuration of swig 1.3.35:";;
 
1439
     short | recursive ) echo "Configuration of swig 1.3.36:";;
1442
1440
   esac
1443
1441
  cat <<\_ACEOF
1444
1442
 
1606
1604
test -n "$ac_init_help" && exit $ac_status
1607
1605
if $ac_init_version; then
1608
1606
  cat <<\_ACEOF
1609
 
swig configure 1.3.35
 
1607
swig configure 1.3.36
1610
1608
generated by GNU Autoconf 2.61
1611
1609
 
1612
1610
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1620
1618
This file contains any messages produced by compilers while
1621
1619
running configure, to aid debugging if configure makes a mistake.
1622
1620
 
1623
 
It was created by swig $as_me 1.3.35, which was
 
1621
It was created by swig $as_me 1.3.36, which was
1624
1622
generated by GNU Autoconf 2.61.  Invocation command line was
1625
1623
 
1626
1624
  $ $0 $@
2397
2395
 
2398
2396
# Define the identity of the package.
2399
2397
 PACKAGE='swig'
2400
 
 VERSION='1.3.35'
 
2398
 VERSION='1.3.36'
2401
2399
 
2402
2400
 
2403
2401
cat >>confdefs.h <<_ACEOF
5414
5412
 
5415
5413
 
5416
5414
case $host in
5417
 
   *-*-darwin*) TCL_LDSHARED="gcc -dynamiclib -flat_namespace -undefined suppress";;
5418
 
   *) TCL_LDSHARED=$LDSHARED;;
5419
 
esac
5420
 
 
5421
 
 
5422
 
case $host in
5423
 
   *-*-darwin*) TCL_CXXSHARED="g++ -dynamiclib -flat_namespace -undefined suppress";;
5424
 
   *) TCL_CXXSHARED=$TRYLINKINGWITHCXX;;
5425
 
esac
5426
 
 
5427
 
 
5428
 
case $host in
5429
5415
   *-*-darwin*) LUA_SO=.so;;
5430
5416
   *) LUA_SO=$SO;;
5431
5417
esac
7040
7026
# Cygwin (Windows) needs the library for dynamic linking
7041
7027
case $host in
7042
7028
*-*-cygwin* | *-*-mingw*) TCLDYNAMICLINKING="$TCLLIB";;
 
7029
*-*-darwin*) TCLDYNAMICLINKING="-dynamiclib -flat_namespace -undefined suppress";;
7043
7030
*)TCLDYNAMICLINKING="";;
7044
7031
esac
7045
7032
fi
8407
8394
else
8408
8395
 
8409
8396
    if test "x$PHP4BIN" = xyes; then
8410
 
      for ac_prog in php5 php php4
 
8397
      for ac_prog in php5 php
8411
8398
do
8412
8399
  # Extract the first word of "$ac_prog", so it can be a program name with args.
8413
8400
set dummy $ac_prog; ac_word=$2
8456
8443
    { echo "$as_me:$LINENO: checking for PHP header files" >&5
8457
8444
echo $ECHO_N "checking for PHP header files... $ECHO_C" >&6; }
8458
8445
        case $PHP4 in
8459
 
      *[45])
8460
 
        PHP4CONFIG=`echo "$PHP4"|sed 's/\([45]\)$/-config\1/'` ;;
 
8446
      *5)
 
8447
        PHP4CONFIG=`echo "$PHP4"|sed 's/5$/-config5/'` ;;
8461
8448
      *)
8462
8449
        PHP4CONFIG=$PHP4-config ;;
8463
8450
    esac
8464
 
    PHP4INC=`$PHP4CONFIG --includes 2>/dev/null`
8465
 
    if test -n "$PHP4INC"; then
8466
 
      { echo "$as_me:$LINENO: result: $PHP4INC" >&5
 
8451
    php_version=`$PHP4CONFIG --version 2>/dev/null`
 
8452
    case $php_version in
 
8453
    5*)
 
8454
        PHP4INC=`$PHP4CONFIG --includes 2>/dev/null`
 
8455
        if test -n "$PHP4INC"; then
 
8456
          { echo "$as_me:$LINENO: result: $PHP4INC" >&5
8467
8457
echo "${ECHO_T}$PHP4INC" >&6; }
8468
 
    else
8469
 
      { echo "$as_me:$LINENO: result: not found" >&5
 
8458
        else
 
8459
          { echo "$as_me:$LINENO: result: not found" >&5
8470
8460
echo "${ECHO_T}not found" >&6; }
8471
 
    fi
8472
 
 
 
8461
        fi
 
8462
        ;;
 
8463
    *)
 
8464
        { echo "$as_me:$LINENO: result: found PHP $version, but only PHP 5 is supported" >&5
 
8465
echo "${ECHO_T}found PHP $version, but only PHP 5 is supported" >&6; } ;;
 
8466
    esac
8473
8467
fi
8474
8468
 
8475
8469
 
10938
10932
# report actual input values of CONFIG_FILES etc. instead of their
10939
10933
# values after options handling.
10940
10934
ac_log="
10941
 
This file was extended by swig $as_me 1.3.35, which was
 
10935
This file was extended by swig $as_me 1.3.36, which was
10942
10936
generated by GNU Autoconf 2.61.  Invocation command line was
10943
10937
 
10944
10938
  CONFIG_FILES    = $CONFIG_FILES
10991
10985
_ACEOF
10992
10986
cat >>$CONFIG_STATUS <<_ACEOF
10993
10987
ac_cs_version="\\
10994
 
swig config.status 1.3.35
 
10988
swig config.status 1.3.36
10995
10989
configured by $0, generated by GNU Autoconf 2.61,
10996
10990
  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
10997
10991
 
11348
11342
GUILE_SO!$GUILE_SO$ac_delim
11349
11343
PHP4_SO!$PHP4_SO$ac_delim
11350
11344
MZSCHEME_SO!$MZSCHEME_SO$ac_delim
11351
 
TCL_LDSHARED!$TCL_LDSHARED$ac_delim
11352
 
TCL_CXXSHARED!$TCL_CXXSHARED$ac_delim
11353
11345
LUA_SO!$LUA_SO$ac_delim
11354
11346
PLATFLAGS!$PLATFLAGS$ac_delim
11355
11347
SWIGLIBS!$SWIGLIBS$ac_delim
11434
11426
CSHARPDYNAMICLINKING!$CSHARPDYNAMICLINKING$ac_delim
11435
11427
CSHARPLIBRARYPREFIX!$CSHARPLIBRARYPREFIX$ac_delim
11436
11428
CSHARPCFLAGS!$CSHARPCFLAGS$ac_delim
11437
 
_ACEOF
11438
 
 
11439
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
11440
 
    break
11441
 
  elif $ac_last_try; then
11442
 
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
11443
 
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
11444
 
   { (exit 1); exit 1; }; }
11445
 
  else
11446
 
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11447
 
  fi
11448
 
done
11449
 
 
11450
 
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
11451
 
if test -n "$ac_eof"; then
11452
 
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
11453
 
  ac_eof=`expr $ac_eof + 1`
11454
 
fi
11455
 
 
11456
 
cat >>$CONFIG_STATUS <<_ACEOF
11457
 
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
11458
 
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
11459
 
_ACEOF
11460
 
sed '
11461
 
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
11462
 
s/^/s,@/; s/!/@,|#_!!_#|/
11463
 
:n
11464
 
t n
11465
 
s/'"$ac_delim"'$/,g/; t
11466
 
s/$/\\/; p
11467
 
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
11468
 
' >>$CONFIG_STATUS <conf$$subs.sed
11469
 
rm -f conf$$subs.sed
11470
 
cat >>$CONFIG_STATUS <<_ACEOF
11471
 
CEOF$ac_eof
11472
 
_ACEOF
11473
 
 
11474
 
 
11475
 
ac_delim='%!_!# '
11476
 
for ac_last_try in false false false false false :; do
11477
 
  cat >conf$$subs.sed <<_ACEOF
11478
11429
CSHARPSO!$CSHARPSO$ac_delim
11479
11430
LUABIN!$LUABIN$ac_delim
 
11431
_ACEOF
 
11432
 
 
11433
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
11434
    break
 
11435
  elif $ac_last_try; then
 
11436
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
11437
echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
11438
   { (exit 1); exit 1; }; }
 
11439
  else
 
11440
    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
11441
  fi
 
11442
done
 
11443
 
 
11444
ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
11445
if test -n "$ac_eof"; then
 
11446
  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
11447
  ac_eof=`expr $ac_eof + 1`
 
11448
fi
 
11449
 
 
11450
cat >>$CONFIG_STATUS <<_ACEOF
 
11451
cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
11452
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
11453
_ACEOF
 
11454
sed '
 
11455
s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
11456
s/^/s,@/; s/!/@,|#_!!_#|/
 
11457
:n
 
11458
t n
 
11459
s/'"$ac_delim"'$/,g/; t
 
11460
s/$/\\/; p
 
11461
N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
11462
' >>$CONFIG_STATUS <conf$$subs.sed
 
11463
rm -f conf$$subs.sed
 
11464
cat >>$CONFIG_STATUS <<_ACEOF
 
11465
CEOF$ac_eof
 
11466
_ACEOF
 
11467
 
 
11468
 
 
11469
ac_delim='%!_!# '
 
11470
for ac_last_try in false false false false false :; do
 
11471
  cat >conf$$subs.sed <<_ACEOF
11480
11472
LUADYNAMICLINKING!$LUADYNAMICLINKING$ac_delim
11481
11473
LUAFLAGS!$LUAFLAGS$ac_delim
11482
11474
LUALINK!$LUALINK$ac_delim
11514
11506
LTLIBOBJS!$LTLIBOBJS$ac_delim
11515
11507
_ACEOF
11516
11508
 
11517
 
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 37; then
 
11509
  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 35; then
11518
11510
    break
11519
11511
  elif $ac_last_try; then
11520
11512
    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5