~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_vc_build.m4

  • Committer: Jay Pipes
  • Date: 2009-08-25 12:56:22 UTC
  • mfrom: (1093.9.25 pandora-build)
  • mto: This revision was merged to the branch mainline in revision 1125.
  • Revision ID: jpipes@serialcoder-20090825125622-sxxkax9mw5bn98y5
Merging pandora build fixes with support for automake 1.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    ac_cv_building_from_hg=no
29
29
  ])
30
30
 
 
31
  AS_IF([test -d "${srcdir}/.git"],[
 
32
    ac_cv_building_from_git=yes
 
33
    ac_cv_building_from_vc=yes
 
34
    ],[
 
35
    ac_cv_building_from_git=no
 
36
  ])
 
37
 
 
38
 
31
39
])
32
40