~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-07-24 22:51:52 UTC
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080724225152-1t1vnoj93kr9tb39
Added very initial gettextize stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
AC_CONFIG_HEADERS([include/config.h:config.h.in])
10
10
AC_CANONICAL_TARGET
11
11
AM_INIT_AUTOMAKE(drizzle, 7.0.0, no-define)
 
12
AM_GNU_GETTEXT([external])
12
13
 
13
14
PROTOCOL_VERSION=10
14
15
DOT_FRM_VERSION=6
49
50
sinclude(config/ac-macros/readline.m4)
50
51
sinclude(config/ac-macros/ssl.m4)
51
52
sinclude(config/ac-macros/pkg.m4)
 
53
sinclude(config/ac-macros/lib-link.m4)
 
54
sinclude(config/ac-macros/lib-prefix.m4)
 
55
sinclude(config/ac-macros/gettext.m4)
 
56
sinclude(config/ac-macros/progtest.m4)
 
57
sinclude(config/ac-macros/po.m4)
 
58
sinclude(config/ac-macros/nls.m4)
 
59
sinclude(config/ac-macros/iconv.m4)
 
60
sinclude(config/ac-macros/lib-ld.m4)
 
61
 
52
62
 
53
63
# Remember to add a directory server/share/LANGUAGE
54
64
AVAILABLE_LANGUAGES="\
1264
1274
esac
1265
1275
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
1266
1276
 
1267
 
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile mysys/tests/Makefile dnl
 
1277
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile mysys/tests/Makefile dnl po/Makefile.in
1268
1278
 strings/Makefile strings/tests/Makefile storage/Makefile dnl
1269
1279
 vio/Makefile dnl
1270
1280
 libdrizzle/Makefile client/Makefile dnl