summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authormonty@donna.mysql.fi <>2001-03-08 03:15:54 +0200
committermonty@donna.mysql.fi <>2001-03-08 03:15:54 +0200
commitcb3dfd8252411fe1385129219cfb600c9e8897bb (patch)
treeadfe734044a91ce478c6039173a5c8f7fd9834b3 /BUILD
parentce7181c8392897b794bd4f4eba8f137f2a6f656d (diff)
downloadmariadb-git-cb3dfd8252411fe1385129219cfb600c9e8897bb.tar.gz
Changed --with-innobase-db to --with-innobase
Updated manual about INNOBASE and BDB
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD/SETUP.sh2
-rwxr-xr-xBUILD/compile-pentium2
-rwxr-xr-xBUILD/compile-pentium-debug2
3 files changed, 3 insertions, 3 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 7e0810dfd1c..5be7942e935 100644
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -10,7 +10,7 @@ while test $# -gt 0
do
case "$1" in
-c | --just-configure ) just_configure=1; shift ;;
- -n | --just-print ) nonono=1; shift ;;
+ -n | --just-print | --print ) nonono=1; shift ;;
-h | --help ) cat <<EOF; exit 0 ;;
Usage: $0 [-h|-n] [configure-options]
-h, --help Show this help message.
diff --git a/BUILD/compile-pentium b/BUILD/compile-pentium
index ea8371dd521..4ece8b1f321 100755
--- a/BUILD/compile-pentium
+++ b/BUILD/compile-pentium
@@ -12,6 +12,6 @@ if test -d /usr/local/BerkeleyDB-opt/
then
extra_configs="$extra_configs --with-berkeley-db=/usr/local/BerkeleyDB-opt/"
fi
-extra_configs="$extra_configs --with-innobase-db"
+extra_configs="$extra_configs --with-innobase"
. "$path/FINISH.sh"
diff --git a/BUILD/compile-pentium-debug b/BUILD/compile-pentium-debug
index 605d9d2abe6..2c5e867471b 100755
--- a/BUILD/compile-pentium-debug
+++ b/BUILD/compile-pentium-debug
@@ -13,6 +13,6 @@ if test -d /usr/local/BerkeleyDB-dbug/
then
extra_configs="$extra_configs --with-berkeley-db=/usr/local/BerkeleyDB-dbug/"
fi
-extra_configs="$extra_configs --with-innobase-db"
+extra_configs="$extra_configs --with-innobase"
. "$path/FINISH.sh"