~ubuntu-branches/ubuntu/edgy/gimp/edgy-updates

« back to all changes in this revision

Viewing changes to gimptool-2.0.in

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-21 13:00:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060421130024-0haogkgt8adj9qjj
Tags: 2.2.11-1ubuntu1
* Resynchronized with Debian, only changes to Debian are:
  - debian/rules:
    - added gettext Domain to .desktop file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
fi
97
97
 
98
98
if test x${PKG_CONFIG+set} != xset ; then
 
99
  PKG_CONFIG=pkg-config
 
100
fi
 
101
 
 
102
if $PKG_CONFIG --atleast-pkgconfig-version 0.7 ; then
 
103
  gtk_cflags=`$PKG_CONFIG --cflags gtk+-2.0`
 
104
  gtk_libs=`$PKG_CONFIG --libs gtk+-2.0`
 
105
  glib_cflags=`$PKG_CONFIG --cflags glib-2.0`
 
106
  glib_libs=`$PKG_CONFIG --libs glib-2.0`
 
107
else
 
108
  echo "*** pkg-config not found or too old; using paths from gimp compilation." 1>&2
99
109
  gtk_cflags='@GTK_CFLAGS@'
100
110
  gtk_libs='@GTK_LIBS@'
101
111
  glib_cflags='@GLIB_CFLAGS@'
102
112
  glib_libs='@GLIB_LIBS@'
103
 
else
104
 
  gtk_cflags=`$PKG_CONFIG --cflags gtk+-2.0`
105
 
  gtk_libs=`$PKG_CONFIG --libs gtk+-2.0`
106
 
  glib_cflags=`$PKG_CONFIG --cflags glib-2.0`
107
 
  glib_libs=`$PKG_CONFIG --libs glib-2.0`
108
113
fi
109
114
 
110
115
if test x${INSTALL+set} != xset ; then