~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Monty Taylor
  • Date: 2009-08-23 02:14:40 UTC
  • mto: (1115.3.20 captain)
  • mto: This revision was merged to the branch mainline in revision 1125.
  • Revision ID: mordred@inaugust.com-20090823021440-v3er0jjthtl8t6y5
Added support for automake 1.11 and silent build rules.

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.49])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.50])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  dnl Force dependency tracking on for Sun Studio builds
54
54
  AC_CANONICAL_TARGET
55
55
  
56
56
  AM_INIT_AUTOMAKE(-Wall -Werror nostdinc subdir-objects)
 
57
  m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
57
58
 
58
59
  m4_if(PCT_USE_GNULIB,yes,[ gl_EARLY ])
59
60