Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
405b2b47
Commit
405b2b47
authored
15 years ago
by
mh17
Browse files
Options
Downloads
Patches
Plain Diff
added zmapServer/pipe directory
parent
c7d7f61e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/configure.ac
+4
-3
4 additions, 3 deletions
src/configure.ac
with
4 additions
and
3 deletions
src/configure.ac
+
4
−
3
View file @
405b2b47
...
...
@@ -31,7 +31,7 @@ echo "*"
# what are we building on?
AC_CANONICAL_BUILD
case $build in
*-*-linux*)
*-*-linux*)
zmap_os_type="Linux";;
*-*-darwin*)
zmap_os_type="darwin";;
...
...
@@ -46,7 +46,7 @@ elif test "$zmap_os_type" = "darwin" ; then
AC_MSG_RESULT([Got OS type of Darwin])
AC_DEFINE(DARWIN, [], [Operating System is DARWIN. See zmapThreads/zmapThreads_P.h])
# this is pretty evil NEED to find a better method
# this is pretty evil NEED to find a better method
_
# ALPHA_POPT=-I/sw/include
# AC_SUBST(ALPHA_POPT)
else
...
...
@@ -138,7 +138,7 @@ AC_ARG_ENABLE(debug,
AS_HELP_STRING(--enable-debug,enable debug info compilation (no)),
deb=$enableval, deb=no)
AC_ARG_ENABLE(profile,
AC_ARG_ENABLE(profile,
_
AS_HELP_STRING(--enable-profile,enable profiling debug info compilation (no)),
prof=$enableval, prof=no)
...
...
@@ -393,6 +393,7 @@ zmapServer/Makefile
zmapServer/acedb/Makefile
zmapServer/das/Makefile
zmapServer/file/Makefile
zmapServer/pipe/Makefile
zmapThreads/Makefile
zmapUtils/Makefile
zmapUtils/tests/Makefile
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment