~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_canonical.m4

  • Committer: Monty Taylor
  • Date: 2010-10-13 17:53:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1845.
  • Revision ID: mordred@inaugust.com-20101013175336-amzhjftgztblvua5
Updated pandora-build files to version 0.161

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.159])
 
7
AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.161])
8
8
 
9
9
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
10
10
  AC_ARG_ENABLE([fat-binaries],
108
108
    PANDORA_VC_VERSION
109
109
  ],[
110
110
    PANDORA_TEST_VC_DIR
 
111
 
 
112
    changequote(<<, >>)dnl
 
113
    PANDORA_RELEASE_ID=`echo $VERSION | sed 's/[^0-9]//g'`
 
114
    changequote([, ])dnl
 
115
 
 
116
    PANDORA_RELEASE_COMMENT=""
 
117
    AC_DEFINE_UNQUOTED([PANDORA_RELEASE_VERSION],["$VERSION"],
 
118
                       [Version of the software])
 
119
 
 
120
    AC_SUBST(PANDORA_RELEASE_COMMENT)
 
121
    AC_SUBST(PANDORA_RELEASE_VERSION)
 
122
    AC_SUBST(PANDORA_RELEASE_ID)
111
123
  ])
112
124
  PANDORA_VERSION
113
125