~ubuntu-branches/ubuntu/quantal/zeitgeist/quantal

« back to all changes in this revision

Viewing changes to configure

  • Committer: Bazaar Package Importer
  • Author(s): Siegfried-Angel Gevatter Pujals
  • Date: 2011-03-20 16:11:48 UTC
  • mfrom: (1.2.4 upstream)
  • mto: (6.2.2 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20110320161148-e8e9anja20zouslv
Tags: upstream-0.7.1
ImportĀ upstreamĀ versionĀ 0.7.1

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 zeitgeist 0.7.
 
3
# Generated by GNU Autoconf 2.67 for zeitgeist 0.7.1.
4
4
#
5
5
#
6
6
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
549
549
# Identity of this package.
550
550
PACKAGE_NAME='zeitgeist'
551
551
PACKAGE_TARNAME='zeitgeist'
552
 
PACKAGE_VERSION='0.7'
553
 
PACKAGE_STRING='zeitgeist 0.7'
 
552
PACKAGE_VERSION='0.7.1'
 
553
PACKAGE_STRING='zeitgeist 0.7.1'
554
554
PACKAGE_BUGREPORT=''
555
555
PACKAGE_URL=''
556
556
 
595
595
am__EXEEXT_TRUE
596
596
LTLIBOBJS
597
597
LIBOBJS
598
 
HAVE_RDFLIB
599
598
HAVE_RAPPER
600
599
DATADIR
601
600
ALL_LINGUAS
1291
1290
  # Omit some internal or obsolete options to make the list less imposing.
1292
1291
  # This message is too long to be a string in the A/UX 3.1 sh.
1293
1292
  cat <<_ACEOF
1294
 
\`configure' configures zeitgeist 0.7 to adapt to many kinds of systems.
 
1293
\`configure' configures zeitgeist 0.7.1 to adapt to many kinds of systems.
1295
1294
 
1296
1295
Usage: $0 [OPTION]... [VAR=VALUE]...
1297
1296
 
1357
1356
 
1358
1357
if test -n "$ac_init_help"; then
1359
1358
  case $ac_init_help in
1360
 
     short | recursive ) echo "Configuration of zeitgeist 0.7:";;
 
1359
     short | recursive ) echo "Configuration of zeitgeist 0.7.1:";;
1361
1360
   esac
1362
1361
  cat <<\_ACEOF
1363
1362
 
1447
1446
test -n "$ac_init_help" && exit $ac_status
1448
1447
if $ac_init_version; then
1449
1448
  cat <<\_ACEOF
1450
 
zeitgeist configure 0.7
 
1449
zeitgeist configure 0.7.1
1451
1450
generated by GNU Autoconf 2.67
1452
1451
 
1453
1452
Copyright (C) 2010 Free Software Foundation, Inc.
1812
1811
This file contains any messages produced by compilers while
1813
1812
running configure, to aid debugging if configure makes a mistake.
1814
1813
 
1815
 
It was created by zeitgeist $as_me 0.7, which was
 
1814
It was created by zeitgeist $as_me 0.7.1, which was
1816
1815
generated by GNU Autoconf 2.67.  Invocation command line was
1817
1816
 
1818
1817
  $ $0 $@
2628
2627
 
2629
2628
# Define the identity of the package.
2630
2629
 PACKAGE='zeitgeist'
2631
 
 VERSION='0.7'
 
2630
 VERSION='0.7.1'
2632
2631
 
2633
2632
 
2634
2633
cat >>confdefs.h <<_ACEOF
5602
5601
  as_fn_error $? "You need the tool \`rapper' from the \`raptor-utils' package in order to compile Zeitgeist" "$LINENO" 5
5603
5602
fi
5604
5603
 
5605
 
# check for rdflib
5606
 
# Extract the first word of "rdfpipe", so it can be a program name with args.
5607
 
set dummy rdfpipe; ac_word=$2
5608
 
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5609
 
$as_echo_n "checking for $ac_word... " >&6; }
5610
 
if test "${ac_cv_prog_HAVE_RDFLIB+set}" = set; then :
5611
 
  $as_echo_n "(cached) " >&6
5612
 
else
5613
 
  if test -n "$HAVE_RDFLIB"; then
5614
 
  ac_cv_prog_HAVE_RDFLIB="$HAVE_RDFLIB" # Let the user override the test.
5615
 
else
5616
 
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5617
 
for as_dir in $PATH
5618
 
do
5619
 
  IFS=$as_save_IFS
5620
 
  test -z "$as_dir" && as_dir=.
5621
 
    for ac_exec_ext in '' $ac_executable_extensions; do
5622
 
  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5623
 
    ac_cv_prog_HAVE_RDFLIB="yes"
5624
 
    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5625
 
    break 2
5626
 
  fi
5627
 
done
5628
 
  done
5629
 
IFS=$as_save_IFS
5630
 
 
5631
 
  test -z "$ac_cv_prog_HAVE_RDFLIB" && ac_cv_prog_HAVE_RDFLIB="no"
5632
 
fi
5633
 
fi
5634
 
HAVE_RDFLIB=$ac_cv_prog_HAVE_RDFLIB
5635
 
if test -n "$HAVE_RDFLIB"; then
5636
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_RDFLIB" >&5
5637
 
$as_echo "$HAVE_RDFLIB" >&6; }
5638
 
else
5639
 
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5640
 
$as_echo "no" >&6; }
5641
 
fi
5642
 
 
5643
 
 
5644
 
if test "x$HAVE_RDFLIB" = "xno"; then
5645
 
  as_fn_error $? "You need the tool \`rdfpipe' from the \`python-rdflib' package in order to compile Zeitgeist" "$LINENO" 5
 
5604
# check for python-rdflib
 
5605
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for python-rdflib" >&5
 
5606
$as_echo_n "checking for python-rdflib... " >&6; }
 
5607
echo "import rdflib" | python - 2>/dev/null
 
5608
if test $? -ne 0 ; then
 
5609
  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
5610
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
5611
as_fn_error $? "failed.  Please install the python-rdflib package.
 
5612
See \`config.log' for more details" "$LINENO" 5 ; }
 
5613
else
 
5614
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
5615
$as_echo "yes" >&6; }
5646
5616
fi
5647
5617
 
5648
5618
cat >confcache <<\_ACEOF
6211
6181
# report actual input values of CONFIG_FILES etc. instead of their
6212
6182
# values after options handling.
6213
6183
ac_log="
6214
 
This file was extended by zeitgeist $as_me 0.7, which was
 
6184
This file was extended by zeitgeist $as_me 0.7.1, which was
6215
6185
generated by GNU Autoconf 2.67.  Invocation command line was
6216
6186
 
6217
6187
  CONFIG_FILES    = $CONFIG_FILES
6268
6238
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
6269
6239
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
6270
6240
ac_cs_version="\\
6271
 
zeitgeist config.status 0.7
 
6241
zeitgeist config.status 0.7.1
6272
6242
configured by $0, generated by GNU Autoconf 2.67,
6273
6243
  with options \\"\$ac_cs_config\\"
6274
6244