~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2010-09-19 17:42:57 UTC
  • mfrom: (1769.2.5 fix-dist-files)
  • mto: This revision was merged to the branch mainline in revision 1776.
  • Revision ID: mordred@inaugust.com-20100919174257-hj8lvngq0325udzp
Changed package name to drizzle7

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
AC_PREREQ(2.59)dnl              Minimum Autoconf version required.
21
21
dnl Version from the AC_INIT call below is overridden later
22
22
dnl So don't update it here
23
 
AC_INIT([drizzle],[7],[http://bugs.launchpad.net/drizzle])
 
23
AC_INIT([drizzle7],[7],[http://bugs.launchpad.net/drizzle])
24
24
AC_CONFIG_SRCDIR([drizzled/drizzled.cc])
25
25
AC_CONFIG_AUX_DIR([config])
26
26