~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Brian Aker
  • Date: 2009-08-25 16:22:47 UTC
  • mfrom: (1115.3.21 captain)
  • Revision ID: brian@gaz-20090825162247-835hbazk9n1iy6e0
MErge Jay

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.47])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.51])
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
  
64
65
  dnl Once we can use a modern autoconf, we can use this
65
66
  dnl AC_PROG_CC_C99
66
67
  AC_REQUIRE([AC_PROG_CXX])
67
 
  gl_USE_SYSTEM_EXTENSIONS
68
 
  AC_PROG_CPP
 
68
  PANDORA_EXTENSIONS
69
69
  AM_PROG_CC_C_O
70
70
 
71
71