Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
5293d2ea
Commit
5293d2ea
authored
Sep 29, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for make dist
parent
021aa7ca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
configure.in
configure.in
+11
-1
No files found.
configure.in
View file @
5293d2ea
...
@@ -2181,7 +2181,17 @@ EOF
...
@@ -2181,7 +2181,17 @@ EOF
then
then
sql_server_dirs
=
"innobase
$sql_server_dirs
"
sql_server_dirs
=
"innobase
$sql_server_dirs
"
echo
"CONFIGURING FOR INNODB"
echo
"CONFIGURING FOR INNODB"
(
cd
innobase
&&
sh ./configure
)
\
if
test
!
-d
"innobase"
;
then
# This should only happen when doing a VPATH build
echo
"NOTICE: I have to make the Innobase directory:
`
pwd
`
/innobase"
mkdir
"innobase"
||
exit
1
fi
rel_srcdir
=
case
"
$srcdir
"
in
/
*
)
rel_srcdir
=
"
$srcdir
"
;;
*
)
rel_srcdir
=
"../
$srcdir
"
;;
esac
(
cd
innobase
&&
sh
$rel_srcdir
/innobase/configure
)
\
||
AC_MSG_ERROR
([
could not configure INNODB]
)
||
AC_MSG_ERROR
([
could not configure INNODB]
)
echo
"END OF INNODB CONFIGURATION"
echo
"END OF INNODB CONFIGURATION"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment