~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

pandora-build v0.67 - Support configure-time bzr version checking.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
 
20
20
AC_PREREQ(2.59)dnl              Minimum Autoconf version required.
21
 
AC_INIT([drizzle],[RELEASE_VERSION],[http://bugs.launchpad.net/drizzle])
 
21
dnl Version from the AC_INIT call below is overridden later
 
22
dnl So don't update it here
 
23
AC_INIT([drizzle],[7],[http://bugs.launchpad.net/drizzle])
22
24
AC_CONFIG_SRCDIR([drizzled/drizzled.cc])
23
25
AC_CONFIG_AUX_DIR(config)
24
26
AC_CONFIG_HEADERS([config.h])
25
27
AC_CONFIG_MACRO_DIR([m4])
26
28
 
27
29
PANDORA_CANONICAL_TARGET(less-warnings, warnings-always-on, use-gnulib, require-cxx, force-gcc42)
 
30
PANDORA_VC_VERSION
28
31
 
29
 
# Version with no dots
30
 
AC_DEFINE([DRIZZLE_VERSION_ID],RELEASE_ID,
31
 
          [Version ID that can be easily used for numeric comparison])
32
32
 
33
33
AC_DEFINE([_BACKWARD_BACKWARD_WARNING_H],[1],[Hack to disable deprecation warning in gcc])
34
34
 
682
682
AC_OUTPUT
683
683
 
684
684
echo "---"
685
 
echo "Configuration summary for $PACKAGE_NAME version $VERSION RELEASE_COMMENT"
 
685
echo "Configuration summary for $PACKAGE_NAME version $VERSION $PANDORA_RELEASE_COMMENT"
686
686
echo ""
687
687
echo "   * Installation prefix:       $prefix"
688
688
echo "   * System type:               $host_vendor-$host_os"