~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Stewart Smith
  • Date: 2008-07-07 02:40:36 UTC
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080707024036-evzdmi8fjvcxm1lb
sql => server (initial patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
AC_PREREQ(2.61)dnl              Minimum Autoconf version required.
5
5
 
6
6
AC_INIT
7
 
AC_CONFIG_SRCDIR([sql/mysqld.cc])
 
7
AC_CONFIG_SRCDIR([server/mysqld.cc])
8
8
AC_CONFIG_AUX_DIR(config)
9
9
AC_CONFIG_HEADERS([include/config.h:config.h.in])
10
10
AC_CANONICAL_TARGET
49
49
sinclude(config/ac-macros/readline.m4)
50
50
sinclude(config/ac-macros/ssl.m4)
51
51
 
52
 
# Remember to add a directory sql/share/LANGUAGE
 
52
# Remember to add a directory server/share/LANGUAGE
53
53
AVAILABLE_LANGUAGES="\
54
54
czech danish dutch english estonian french german greek hungarian \
55
55
italian japanese korean norwegian norwegian-ny polish portuguese \
1213
1213
 strings/Makefile strings/tests/Makefile regex/Makefile storage/Makefile dnl
1214
1214
 vio/Makefile dnl
1215
1215
 libmysql/Makefile client/Makefile dnl
1216
 
 sql/Makefile sql/share/Makefile dnl
1217
 
 sql/sql_builtin.cc sql-common/Makefile dnl
 
1216
 server/Makefile server/share/Makefile dnl
 
1217
 server/sql_builtin.cc sql-common/Makefile dnl
1218
1218
 dbug/Makefile scripts/Makefile include/Makefile dnl
1219
1219
 support-files/Makefile dnl
1220
1220
 mysql-test/Makefile dnl