~ubuntu-branches/ubuntu/quantal/banshee/quantal-updates

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2011-08-25 20:48:45 UTC
  • mfrom: (1.15.2 upstream) (6.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110825204845-1rdbhdoitkv3n5u8
Tags: 2.1.3-1ubuntu1
* [e356872] Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + Create the U1MS widget earlier and bump libu1 requirement
  + [9d7c600] Drop upstreamed u1ms-initialize-earlier patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
int 
158
158
main ()
159
159
{
160
 
  int major, minor, micro;
 
160
  unsigned int major, minor, micro;
161
161
  char *tmp_version;
162
162
 
163
163
  fclose (fopen ("conf.glibtest", "w"));
164
164
 
165
165
  /* HP/UX 9 (%@#!) writes to sscanf strings */
166
166
  tmp_version = g_strdup("$min_glib_version");
167
 
  if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
 
167
  if (sscanf(tmp_version, "%u.%u.%u", &major, &minor, &micro) != 3) {
168
168
     printf("%s, bad version string\n", "$min_glib_version");
169
169
     exit(1);
170
170
   }
203
203
       }
204
204
     else
205
205
      {
206
 
        printf("\n*** An old version of GLIB (%d.%d.%d) was found.\n",
 
206
        printf("\n*** An old version of GLIB (%u.%u.%u) was found.\n",
207
207
               glib_major_version, glib_minor_version, glib_micro_version);
208
 
        printf("*** You need a version of GLIB newer than %d.%d.%d. The latest version of\n",
 
208
        printf("*** You need a version of GLIB newer than %u.%u.%u. The latest version of\n",
209
209
               major, minor, micro);
210
210
        printf("*** GLIB is always available from ftp://ftp.gtk.org.\n");
211
211
        printf("***\n");
9039
9039
Consider adjusting the PKG_CONFIG_PATH environment variable if you
9040
9040
installed software in a non-standard prefix.
9041
9041
 
9042
 
_PKG_TEXT])dnl
 
9042
_PKG_TEXT])[]dnl
9043
9043
        ])
9044
9044
elif test $pkg_failed = untried; then
9045
9045
        AC_MSG_RESULT([no])
9050
9050
 
9051
9051
_PKG_TEXT
9052
9052
 
9053
 
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])dnl
 
9053
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])[]dnl
9054
9054
        ])
9055
9055
else
9056
9056
        $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS