~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Brian Aker
  • Date: 2009-11-18 06:11:12 UTC
  • mfrom: (1220.1.10 staging)
  • Revision ID: brian@gaz-20091118061112-tyf4qrfr5v7i946b
Monty + Brian Merge.

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.62])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.70])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  dnl Force dependency tracking on for Sun Studio builds
58
58
  
59
59
  AC_CANONICAL_TARGET
60
60
  
61
 
  AM_INIT_AUTOMAKE(-Wall -Werror nostdinc subdir-objects)
 
61
  AM_INIT_AUTOMAKE(-Wall -Werror nostdinc subdir-objects foreign)
62
62
  m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
63
63
 
64
64
  m4_if(PCT_USE_GNULIB,yes,[ gl_EARLY ])
121
121
  PANDORA_OPTIMIZE
122
122
 
123
123
  dnl We need to inject error into the cflags to test if visibility works or not
124
 
  save_CFLAGS="${CFLAGS}"
125
 
  CFLAGS="${CFLAGS} -Werror"
126
 
  gl_VISIBILITY
127
 
  CFLAGS="${save_CFLAGS}"
 
124
  dnl save_CFLAGS="${CFLAGS}"
 
125
  dnl CFLAGS="${CFLAGS} -Werror"
 
126
  dnl gl_VISIBILITY
 
127
  dnl CFLAGS="${save_CFLAGS}"
128
128
 
129
129
  PANDORA_HEADER_ASSERT
130
130