~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-10-09 22:38:27 UTC
  • mto: This revision was merged to the branch mainline in revision 497.
  • Revision ID: monty@inaugust.com-20081009223827-bc9gvpiplsmvpwyq
Moved test() to its own file.
Made a new function to possibly replace int10_to_str.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
AC_SUBST(CXXLDFLAGS)
29
29
 
30
30
AC_CANONICAL_TARGET
31
 
AM_INIT_AUTOMAKE(-Wall -Werror)
 
31
AM_INIT_AUTOMAKE(-Wall -Wno-portability -Werror)
32
32
 
33
33
PROTOCOL_VERSION=10
34
34
DOT_FRM_VERSION=6
1469
1469
esac
1470
1470
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
1471
1471
 
 
1472
dnl GCC Precompiled Header Support
 
1473
AM_CONDITIONAL([GCC_PCH],[test "x$GCC" = "xyes"])
 
1474
 
1472
1475
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl
1473
1476
 mystrings/Makefile storage/Makefile dnl
1474
1477
 vio/Makefile po/Makefile.in dnl
1477
1480
 drizzled/field/Makefile dnl
1478
1481
 drizzled/serialize/Makefile dnl
1479
1482
 drizzled/functions/Makefile dnl
 
1483
 drizzled/util/Makefile dnl
1480
1484
 drizzled/sql_builtin.cc dnl
1481
1485
 support-files/Makefile dnl
1482
1486
 tests/Makefile tests/install_test_db dnl