~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to acinclude.m4

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé, Jeremy Lainé, Fathi Boudra
  • Date: 2009-09-10 06:45:12 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090910064512-862n2mvqyvbaa1r4
Tags: 4:3.5.5-1
* New upstream release.

[ Jeremy Lainé ]
* Change Build-Depends on libdb4.6-dev to libdb4.7-dev (Closes: #539222).

[ Fathi Boudra ]
* Drop common patches. They cause a ftbfs since autotools/libtools upgrade.
* Add debian/compat file.
* Update debian/control:
  - Bump cdbs and debhelper build dependencies version.
  - Replace autoconf and automake Build-depends by automake1.10.
  - Add graphviz build-dependency to get dot program, needed by the class
    browser.
  - Add libneon27-gnutls-dev and libserf-0-0-dev build dependencies.
  - Bump Standards-Version from 3.8.1 to 3.8.3 (add debian/README.source).
* Update debian/rules:
  - Build with --no-undefined and --as-needed linker flags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6283
6283
# Check that we are running under the correct shell.
6284
6284
SHELL=${CONFIG_SHELL-/bin/sh}
6285
6285
 
6286
 
case X$ECHO in
 
6286
case X$echo in
6287
6287
X*--fallback-echo)
6288
6288
  # Remove one level of quotation (which was required for Make).
6289
 
  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
6289
  ECHO=`echo "$echo" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
6290
6290
  ;;
6291
6291
esac
6292
6292
 
6318
6318
# if CDPATH is set.
6319
6319
if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
6320
6320
 
6321
 
if test -z "$ECHO"; then
 
6321
if test -z "$echo"; then
6322
6322
if test "X${echo_test_string+set}" != Xset; then
6323
6323
# find a string as large as possible, as long as the shell can cope with it
6324
6324
  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
6422
6422
# Copy echo and quote the copy suitably for passing to libtool from
6423
6423
# the Makefile, instead of quoting the original, which is used later.
6424
6424
ECHO=$echo
6425
 
if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
6425
if test "X$echo" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
6426
6426
   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
6427
6427
fi
6428
6428
 
11862
11862
  test ! -f $lt_ac_sed && break
11863
11863
  cat /dev/null > conftest.in
11864
11864
  lt_ac_count=0
11865
 
  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
11865
  echo $echo_N "0123456789$echo_C" >conftest.in
11866
11866
  # Check for GNU sed and select it if it is found.
11867
11867
  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
11868
11868
    lt_cv_path_SED=$lt_ac_sed