~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Brian Aker
  • Date: 2011-08-02 23:43:33 UTC
  • mto: This revision was merged to the branch mainline in revision 2389.
  • Revision ID: brian@tangent.org-20110802234333-bkv9s4oyet76cwo2
Update to use autoreconf

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
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
AC_CONFIG_MACRO_DIR([m4])
 
27
LT_INIT
26
28
 
27
29
PANDORA_CANONICAL_TARGET(less-warnings, require-cxx, force-gcc42, version-from-vc) 
28
30