~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-07-26 16:22:28 UTC
  • mto: (236.1.42 codestyle)
  • mto: This revision was merged to the branch mainline in revision 261.
  • Revision ID: monty@inaugust.com-20080726162228-atatk41l6w4np70m
Added gettext calls in to my_getopt.c and drizzle.c

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])
13
12
 
14
13
PROTOCOL_VERSION=10
15
14
DOT_FRM_VERSION=6
59
58
sinclude(config/ac-macros/iconv.m4)
60
59
sinclude(config/ac-macros/lib-ld.m4)
61
60
 
 
61
AM_GNU_GETTEXT([external])
62
62
 
63
63
# Remember to add a directory server/share/LANGUAGE
64
64
AVAILABLE_LANGUAGES="\
1274
1274
esac
1275
1275
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
1276
1276
 
1277
 
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile mysys/tests/Makefile dnl po/Makefile.in
 
1277
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile mysys/tests/Makefile dnl
1278
1278
 strings/Makefile strings/tests/Makefile storage/Makefile dnl
1279
 
 vio/Makefile dnl
 
1279
 vio/Makefile po/Makefile.in dnl
1280
1280
 libdrizzle/Makefile client/Makefile dnl
1281
1281
 server/Makefile dnl
1282
1282
 server/field/Makefile dnl