Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
ff99d753
Commit
ff99d753
authored
Feb 20, 2010
by
malosek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor buid system tunning
parent
740e531f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
autogen.sh
autogen.sh
+8
-0
configure.in
configure.in
+0
-1
No files found.
autogen.sh
View file @
ff99d753
...
@@ -26,6 +26,14 @@ if [ $? -ne 0 ]; then
...
@@ -26,6 +26,14 @@ if [ $? -ne 0 ]; then
exit
1
exit
1
fi
fi
libtool
--version
>
/dev/null 2>&1
if
[
$?
-ne
0
]
;
then
echo
echo
"Could not find libtool, libtool.m4 macro is probably not installed."
echo
exit
1
fi
mkdir
-p
config
mkdir
-p
config
if
[
$?
-ne
0
]
;
then
if
[
$?
-ne
0
]
;
then
echo
echo
...
...
configure.in
View file @
ff99d753
...
@@ -613,7 +613,6 @@ AC_SUBST(LIBZMQ_EXTRA_LDFLAGS)
...
@@ -613,7 +613,6 @@ AC_SUBST(LIBZMQ_EXTRA_LDFLAGS)
# Checks for library functions.
# Checks for library functions.
AC_FUNC_MALLOC
AC_TYPE_SIGNAL
AC_TYPE_SIGNAL
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
AC_CHECK_FUNCS(perror gettimeofday memset socket getifaddrs freeifaddrs)
...
...
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