~ubuntu-branches/ubuntu/intrepid/gwenview/intrepid

« back to all changes in this revision

Viewing changes to admin/configure.in.bot.end

  • Committer: Bazaar Package Importer
  • Author(s): Christopher Martin
  • Date: 2005-04-06 11:33:06 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050406113306-7zovl7z0io5bacpd
Tags: 1.2.0-1
* New upstream release.
  + Fixes crashes when using "Back" to navigate. (Closes: #301811)
* Enable KIPI support.
* Add a doc-base file for the handbook.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Check if KDE_SET_PREFIX was called, and --prefix was passed to configure
 
2
if test -n "$kde_libs_prefix" -a -n "$given_prefix"; then
 
3
  # And if so, warn when they don't match
 
4
  if test "$kde_libs_prefix" != "$given_prefix"; then
 
5
    # And if kde doesn't know about the prefix yet
 
6
    echo ":"`kde-config --path exe`":" | grep ":$given_prefix/bin/:" 2>&1 >/dev/null
 
7
    if test $? -ne 0; then
 
8
      echo ""
 
9
      echo "Warning: you chose to install this package in $given_prefix,"
 
10
      echo "but KDE was found in $kde_libs_prefix."
 
11
      echo "For this to work, you will need to tell KDE about the new prefix, by ensuring"
 
12
      echo "that KDEDIRS contains it, e.g. export KDEDIRS=$given_prefix:$kde_libs_prefix"
 
13
      echo "Then restart KDE."
 
14
      echo ""
 
15
    fi
 
16
  fi
 
17
fi
 
18
 
 
19
if test "$all_tests" = "bad"; then
 
20
  if test ! "$cache_file" = "/dev/null"; then
 
21
    echo ""
 
22
    echo "Please remove the file $cache_file after changing your setup"
 
23
    echo "so that configure will find the changes next time."
 
24
    echo ""
 
25
  fi
 
26
else
 
27
  echo ""
 
28
  echo "Good - your configure finished. Start make now"
 
29
  echo ""
 
30
fi