~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

Updated pandora-build files to version 0.133

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
dnl with or without modifications, as long as this notice is preserved.
5
5
 
6
6
dnl Which version of the canonical setup we're using
7
 
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.131])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.133])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  AC_ARG_ENABLE([fat-binaries],
77
77
  AC_CANONICAL_TARGET
78
78
  
79
79
  m4_if(PCT_DONT_SUPRESS_INCLUDE,yes,[
80
 
    AM_INIT_AUTOMAKE(-Wall -Werror subdir-objects foreign)
 
80
    AM_INIT_AUTOMAKE(-Wall -Werror -Wno-portability subdir-objects foreign)
81
81
  ],[
82
 
    AM_INIT_AUTOMAKE(-Wall -Werror nostdinc subdir-objects foreign)
 
82
    AM_INIT_AUTOMAKE(-Wall -Werror -Wno-portability nostdinc subdir-objects foreign)
83
83
  ])
84
84
 
85
85
  m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])