~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-03-03 00:48:49 UTC
  • mto: This revision was merged to the branch mainline in revision 910.
  • Revision ID: mordred@inaugust.com-20090303004849-93i4nt6bt1geziqn
Fix to fake-out libtoolize, since AC_INIT is in bzr_version.m4 now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
AC_CONFIG_SRCDIR([drizzled/drizzled.cc])
9
9
AC_CONFIG_AUX_DIR(config)
10
10
AC_CONFIG_HEADERS([config.h])
 
11
AC_CONFIG_MACRO_DIR([m4])
11
12
 
12
13
# Setting CFLAGS here prevents AC_CANONICAL_TARGET from injecting them
13
14
SAVE_CFLAGS=${CFLAGS}
1488
1489
echo "   * C++ cmath namespace:       $ac_cv_cxx_cmath_namespace"
1489
1490
echo ""
1490
1491
echo "---"
 
1492
 
 
1493
dnl libtoolize scans configure.ac  and needs to see some text
 
1494
m4_define([LIBTOOLIZE_AC_INIT], [])