~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-12-23 09:16:57 UTC
  • mto: (722.2.17 devel)
  • mto: This revision was merged to the branch mainline in revision 741.
  • Revision ID: mordred@inaugust.com-20081223091657-r3skfaymaobk706r
I _think_ I've got the plug.in triggering rebuild thing going on right.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
# The port should be constant for a LONG time
86
86
DRIZZLE_TCP_PORT_DEFAULT=4427
87
87
 
88
 
sinclude(m4/dtrace.m4)
 
88
m4_include(m4/dtrace.m4)
89
89
 
90
 
sinclude(m4/character_sets.m4)
 
90
m4_include(m4/character_sets.m4)
91
91
AC_SUBST(AVAILABLE_LANGUAGES)
92
92
 
93
 
sinclude(m4/gettext.m4)
 
93
m4_include(m4/gettext.m4)
94
94
AM_GNU_GETTEXT([external])
95
95
AM_CONDITIONAL([BUILD_GETTEXT],[test "x$MSGMERGE" != "x" -a "x$MSGMERGE" != "x:"])
96
96