~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Brian Aker
  • Date: 2008-07-01 20:52:03 UTC
  • mfrom: (28.1.23 libtool-patch)
  • Revision ID: brian@tangent.org-20080701205203-3jm6ga57uzxy8k4t
Merge of taylor's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
1216
1216
  server_scripts="mysqld_safe mysql_install_db"
1217
1217
  sql_server_dirs="strings mysys dbug extra regex"
1218
1218
 
1219
 
  sql_server="vio sql"
 
1219
  sql_server="sql"
1220
1220
fi
1221
1221
 
1222
1222
# IMPORTANT - do not modify LIBS past this line - this hack is the only way
1264
1264
esac
1265
1265
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
1266
1266
 
1267
 
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl
 
1267
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile mysys/tests/Makefile dnl
1268
1268
 unittest/Makefile unittest/mytap/Makefile unittest/mytap/t/Makefile dnl
1269
1269
 unittest/mysys/Makefile unittest/examples/Makefile dnl
1270
 
 strings/Makefile regex/Makefile storage/Makefile dnl
 
1270
 strings/Makefile strings/tests/Makefile regex/Makefile storage/Makefile dnl
1271
1271
 vio/Makefile dnl
1272
1272
 libmysql/Makefile client/Makefile dnl
1273
1273
 sql/Makefile sql/share/Makefile dnl