Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tg
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
tg
Commits
0a1a3a9d
Commit
0a1a3a9d
authored
Jun 04, 2015
by
Vincent Castellano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Look for python3.2mu, specifically in Debian 7
parent
5af46bdc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
83 additions
and
0 deletions
+83
-0
ax_python.m4
ax_python.m4
+3
-0
configure
configure
+80
-0
No files found.
ax_python.m4
View file @
0a1a3a9d
...
...
@@ -64,6 +64,9 @@ if test x$ax_python_bin != x; then
if test x$ax_python_lib == xno; then
AC_CHECK_LIB(${ax_python_bin}m, main, ax_python_lib=${ax_python_bin}m, ax_python_lib=no)
fi
if test x$ax_python_lib == xno; then
AC_CHECK_LIB(${ax_python_bin}mu, main, ax_python_lib=${ax_python_bin}mu, ax_python_lib=no)
fi
if test x$ax_python_lib != xno; then
ax_python_header=`$ax_python_bin -c "from distutils.sysconfig import *; print(get_config_var('CONFINCLUDEPY'))"`
if test x$ax_python_header != x; then
...
...
configure
View file @
0a1a3a9d
...
...
@@ -6069,6 +6069,46 @@ else
ax_python_lib
=
no
fi
fi
if
test
x
$ax_python_lib
==
xno
;
then
as_ac_Lib
=
`
$as_echo
"ac_cv_lib_
${
ax_python_bin
}
mu''_main"
|
$as_tr_sh
`
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for main in -l
${
ax_python_bin
}
mu"
>
&5
$as_echo_n
"checking for main in -l
${
ax_python_bin
}
mu... "
>
&6
;
}
if
eval
\$
{
$as_ac_Lib
+:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_check_lib_save_LIBS
=
$LIBS
LIBS
=
"-l
${
ax_python_bin
}
mu
$LIBS
"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int
main ()
{
return main ();
;
return 0;
}
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
eval
"
$as_ac_Lib
=yes"
else
eval
"
$as_ac_Lib
=no"
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
LIBS
=
$ac_check_lib_save_LIBS
fi
eval
ac_res
=
\$
$as_ac_Lib
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_res
"
>
&5
$as_echo
"
$ac_res
"
>
&6
;
}
if
eval test
\"
x
\$
"
$as_ac_Lib
"
\"
=
x
"yes"
;
then
:
ax_python_lib
=
${
ax_python_bin
}
mu
else
ax_python_lib
=
no
fi
fi
if
test
x
$ax_python_lib
!=
xno
;
then
ax_python_header
=
`
$ax_python_bin
-c
"from distutils.sysconfig import *; print(get_config_var('CONFINCLUDEPY'))"
`
...
...
@@ -6262,6 +6302,46 @@ else
ax_python_lib
=
no
fi
fi
if
test
x
$ax_python_lib
==
xno
;
then
as_ac_Lib
=
`
$as_echo
"ac_cv_lib_
${
ax_python_bin
}
mu''_main"
|
$as_tr_sh
`
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for main in -l
${
ax_python_bin
}
mu"
>
&5
$as_echo_n
"checking for main in -l
${
ax_python_bin
}
mu... "
>
&6
;
}
if
eval
\$
{
$as_ac_Lib
+:
}
false
;
then
:
$as_echo_n
"(cached) "
>
&6
else
ac_check_lib_save_LIBS
=
$LIBS
LIBS
=
"-l
${
ax_python_bin
}
mu
$LIBS
"
cat
confdefs.h -
<<
_ACEOF
>conftest.
$ac_ext
/* end confdefs.h. */
int
main ()
{
return main ();
;
return 0;
}
_ACEOF
if
ac_fn_c_try_link
"
$LINENO
"
;
then
:
eval
"
$as_ac_Lib
=yes"
else
eval
"
$as_ac_Lib
=no"
fi
rm
-f
core conftest.err conftest.
$ac_objext
\
conftest
$ac_exeext
conftest.
$ac_ext
LIBS
=
$ac_check_lib_save_LIBS
fi
eval
ac_res
=
\$
$as_ac_Lib
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_res
"
>
&5
$as_echo
"
$ac_res
"
>
&6
;
}
if
eval test
\"
x
\$
"
$as_ac_Lib
"
\"
=
x
"yes"
;
then
:
ax_python_lib
=
${
ax_python_bin
}
mu
else
ax_python_lib
=
no
fi
fi
if
test
x
$ax_python_lib
!=
xno
;
then
ax_python_header
=
`
$ax_python_bin
-c
"from distutils.sysconfig import *; print(get_config_var('CONFINCLUDEPY'))"
`
...
...
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