~posulliv/drizzle/optimizer-style-cleanup

« back to all changes in this revision

Viewing changes to m4/pandora_vc_build.m4

  • Committer: Padraig O'Sullivan
  • Date: 2010-04-17 01:38:47 UTC
  • mfrom: (1237.9.238 bad-staging)
  • Revision ID: osullivan.padraig@gmail.com-20100417013847-ibjioqsfbmf5yg4g
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
dnl gives unlimited permission to copy and/or distribute it,
4
4
dnl with or without modifications, as long as this notice is preserved.
5
5
 
6
 
AC_DEFUN([_PANDORA_BUILDING_FROM_VC],[
 
6
AC_DEFUN([PANDORA_TEST_VC_DIR],[
7
7
  pandora_building_from_vc=no
8
8
 
9
9
  if test -d ".bzr" ; then
36
36
])
37
37
 
38
38
AC_DEFUN([PANDORA_BUILDING_FROM_VC],[
39
 
  m4_syscmd(_PANDORA_BUILDING_FROM_VC [
 
39
  m4_syscmd(PANDORA_TEST_VC_DIR [
40
40
 
41
41
    PANDORA_RELEASE_DATE=`date +%Y.%m`
42
42
    PANDORA_RELEASE_NODOTS_DATE=`date +%Y%m`
81
81
AC_DEFUN([PANDORA_VC_VERSION],[
82
82
  AC_REQUIRE([PANDORA_BUILDING_FROM_VC])
83
83
 
84
 
  _PANDORA_BUILDING_FROM_VC
 
84
  PANDORA_TEST_VC_DIR
85
85
 
86
86
  AS_IF([test -f ${srcdir}/config/pandora_vc_revinfo],[
87
87
    _PANDORA_READ_FROM_FILE([PANDORA_VC_REVNO],${srcdir}/config/pandora_vc_revinfo)