Add --without-isam configure switch.

Portability fix for mysqlmanager.


acconfig.h:
  Add HAVE_ISAM
acinclude.m4:
  Add --without-isam configure switch.
configure.in:
  Add --without-isam configure switch.
include/my_global.h:
  remove #define HAVE_ISAM
libmysqld/examples/test-run:
  pass --language option to embedded server
sql/Makefile.am:
  use @isam_libs@ instead of hard-coded values
tools/mysqlmanager.c:
  #include <signal.h> for portability
This commit is contained in:
unknown 2001-10-09 18:11:44 -04:00
commit 0cbaff7b75
7 changed files with 45 additions and 8 deletions

View file

@ -37,7 +37,7 @@ usage: $0 [-g|-h|-r] [test-name ...]
EOF
}
init_args=""
init_args="--server-arg=--language=$top_builddir/sql/share/english"
while test $# -gt 0
do
arg=