~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_vc_build.m4

  • Committer: Monty Taylor
  • Date: 2011-03-07 19:40:07 UTC
  • mto: This revision was merged to the branch mainline in revision 2222.
  • Revision ID: mordred@inaugust.com-20110307194007-1at2ut48uwvtarn7
We don't need to have an ID this big - breaks 32bit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
128
128
    
129
129
  AS_IF([test "x${PANDORA_VC_TAG}" != "x"],[
130
130
    PANDORA_RELEASE_VERSION="${PANDORA_VC_TAG}"
 
131
    changequote(<<, >>)dnl
 
132
    PANDORA_RELEASE_ID=`echo ${PANDORA_RELEASE_VERSION} | sed 's/[^0-9]//g'`
 
133
    changequote([, ])dnl
131
134
  ],[
132
135
    AS_IF([test "x${PANDORA_VC_LATEST_TAG}" != "x"],[
133
136
      PANDORA_RELEASE_VERSION="${PANDORA_VC_LATEST_TAG}.${PANDORA_VC_REVNO}"
 
137
      changequote(<<, >>)dnl
 
138
      PANDORA_RELEASE_ID=`echo ${PANDORA_VC_LATEST_TAG} | sed 's/[^0-9]//g'`
 
139
      changequote([, ])dnl
134
140
    ],[
135
141
      PANDORA_RELEASE_VERSION="${PANDORA_RELEASE_DATE}.${PANDORA_VC_REVNO}"
 
142
      changequote(<<, >>)dnl
 
143
      PANDORA_RELEASE_ID=`echo ${PANDORA_RELEASE_DATE} | sed 's/[^0-9]//g'`
 
144
      changequote([, ])dnl
136
145
    ])
137
146
  ])
138
 
  changequote(<<, >>)dnl
139
 
  PANDORA_RELEASE_ID=`echo ${PANDORA_RELEASE_VERSION} | sed 's/[^0-9]//g'`
140
 
  changequote([, ])dnl
141
147
 
142
148
 
143
149
  VERSION="${PANDORA_RELEASE_VERSION}"