Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
videolan
vlc
Commits
d307283d
Commit
d307283d
authored
Jul 27, 2001
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* Additional fixes to the sdl-config detection.
parent
c085b215
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
43 deletions
+50
-43
ChangeLog
ChangeLog
+1
-0
configure
configure
+45
-41
configure.in
configure.in
+4
-2
No files found.
ChangeLog
View file @
d307283d
...
@@ -8,6 +8,7 @@ HEAD
...
@@ -8,6 +8,7 @@ HEAD
0.2.81
0.2.81
Fri
,
27
Jul
2001
03
:
30
:
44
+
0200
Fri
,
27
Jul
2001
03
:
30
:
44
+
0200
*
Additional
fixes
to
the
sdl
-
config
detection
.
*
Added
a
make
uninstall
rule
.
*
Added
a
make
uninstall
rule
.
*
Changed
libdvdcss
API
to
force
binary
incompatibility
.
Yeah
,
this
is
*
Changed
libdvdcss
API
to
force
binary
incompatibility
.
Yeah
,
this
is
evil
,
but
if
we
don
't do it now we'
ll
have
to
do
it
when
more
people
evil
,
but
if
we
don
't do it now we'
ll
have
to
do
it
when
more
people
...
...
configure
View file @
d307283d
...
@@ -4131,15 +4131,15 @@ fi
...
@@ -4131,15 +4131,15 @@ fi
set
dummy sdl11-config
;
ac_word
=
$2
set
dummy sdl11-config
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:4134: checking for
$ac_word
"
>
&5
echo
"configure:4134: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_SDL_CONFIG
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_SDL
11
_CONFIG
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
case
"
$SDL_CONFIG
"
in
case
"
$SDL
11
_CONFIG
"
in
/
*
)
/
*
)
ac_cv_path_SDL
_CONFIG
=
"
$SDL
_CONFIG
"
# Let the user override the test with a path.
ac_cv_path_SDL
11_CONFIG
=
"
$SDL11
_CONFIG
"
# Let the user override the test with a path.
;;
;;
?:/
*
)
?:/
*
)
ac_cv_path_SDL
_CONFIG
=
"
$SDL
_CONFIG
"
# Let the user override the test with a dos path.
ac_cv_path_SDL
11_CONFIG
=
"
$SDL11
_CONFIG
"
# Let the user override the test with a dos path.
;;
;;
*
)
*
)
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
...
@@ -4147,38 +4147,39 @@ else
...
@@ -4147,38 +4147,39 @@ else
for
ac_dir
in
$ac_dummy
;
do
for
ac_dir
in
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
-f
$ac_dir
/
$ac_word
;
then
ac_cv_path_SDL_CONFIG
=
"
$ac_dir
/
$ac_word
"
ac_cv_path_SDL
11
_CONFIG
=
"
$ac_dir
/
$ac_word
"
break
break
fi
fi
done
done
IFS
=
"
$ac_save_ifs
"
IFS
=
"
$ac_save_ifs
"
test
-z
"
$ac_cv_path_SDL
_CONFIG
"
&&
ac_cv_path_SDL
_CONFIG
=
"no"
test
-z
"
$ac_cv_path_SDL
11_CONFIG
"
&&
ac_cv_path_SDL11
_CONFIG
=
"no"
;;
;;
esac
esac
fi
fi
SDL
_CONFIG
=
"
$ac_cv_path_SDL
_CONFIG
"
SDL
11_CONFIG
=
"
$ac_cv_path_SDL11
_CONFIG
"
if
test
-n
"
$SDL_CONFIG
"
;
then
if
test
-n
"
$SDL
11
_CONFIG
"
;
then
echo
"
$ac_t
""
$SDL_CONFIG
"
1>&6
echo
"
$ac_t
""
$SDL
11
_CONFIG
"
1>&6
else
else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
SDL_CONFIG
=
${
SDL11_CONFIG
}
SDL_HEADER
=
"SDL11/SDL.h"
SDL_HEADER
=
"SDL11/SDL.h"
fi
fi
if
test
x
${
SDL_CONFIG
}
=
xno
;
then
if
test
x
${
SDL_CONFIG
}
=
xno
;
then
# Extract the first word of "sdl12-config", so it can be a program name with args.
# Extract the first word of "sdl12-config", so it can be a program name with args.
set
dummy sdl12-config
;
ac_word
=
$2
set
dummy sdl12-config
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:417
3
: checking for
$ac_word
"
>
&5
echo
"configure:417
4
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_SDL_CONFIG
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_SDL
12
_CONFIG
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
case
"
$SDL_CONFIG
"
in
case
"
$SDL
12
_CONFIG
"
in
/
*
)
/
*
)
ac_cv_path_SDL
_CONFIG
=
"
$SDL
_CONFIG
"
# Let the user override the test with a path.
ac_cv_path_SDL
12_CONFIG
=
"
$SDL12
_CONFIG
"
# Let the user override the test with a path.
;;
;;
?:/
*
)
?:/
*
)
ac_cv_path_SDL
_CONFIG
=
"
$SDL
_CONFIG
"
# Let the user override the test with a dos path.
ac_cv_path_SDL
12_CONFIG
=
"
$SDL12
_CONFIG
"
# Let the user override the test with a dos path.
;;
;;
*
)
*
)
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
IFS
=
"
${
IFS
=
}
"
;
ac_save_ifs
=
"
$IFS
"
;
IFS
=
":"
...
@@ -4186,22 +4187,23 @@ else
...
@@ -4186,22 +4187,23 @@ else
for
ac_dir
in
$ac_dummy
;
do
for
ac_dir
in
$ac_dummy
;
do
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
test
-z
"
$ac_dir
"
&&
ac_dir
=
.
if
test
-f
$ac_dir
/
$ac_word
;
then
if
test
-f
$ac_dir
/
$ac_word
;
then
ac_cv_path_SDL_CONFIG
=
"
$ac_dir
/
$ac_word
"
ac_cv_path_SDL
12
_CONFIG
=
"
$ac_dir
/
$ac_word
"
break
break
fi
fi
done
done
IFS
=
"
$ac_save_ifs
"
IFS
=
"
$ac_save_ifs
"
test
-z
"
$ac_cv_path_SDL
_CONFIG
"
&&
ac_cv_path_SDL
_CONFIG
=
"no"
test
-z
"
$ac_cv_path_SDL
12_CONFIG
"
&&
ac_cv_path_SDL12
_CONFIG
=
"no"
;;
;;
esac
esac
fi
fi
SDL
_CONFIG
=
"
$ac_cv_path_SDL
_CONFIG
"
SDL
12_CONFIG
=
"
$ac_cv_path_SDL12
_CONFIG
"
if
test
-n
"
$SDL_CONFIG
"
;
then
if
test
-n
"
$SDL
12
_CONFIG
"
;
then
echo
"
$ac_t
""
$SDL_CONFIG
"
1>&6
echo
"
$ac_t
""
$SDL
12
_CONFIG
"
1>&6
else
else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
fi
fi
SDL_CONFIG
=
${
SDL12_CONFIG
}
SDL_HEADER
=
"SDL12/SDL.h"
SDL_HEADER
=
"SDL12/SDL.h"
fi
fi
if
test
x
${
SDL_CONFIG
}
!=
xno
;
then
if
test
x
${
SDL_CONFIG
}
!=
xno
;
then
...
@@ -4209,17 +4211,17 @@ fi
...
@@ -4209,17 +4211,17 @@ fi
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:421
3
: checking for
$ac_hdr
"
>
&5
echo
"configure:421
5
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 42
18
"configure"
#line 42
20
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:422
3
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:422
5
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -4279,17 +4281,17 @@ if test "${with_directx+set}" = set; then
...
@@ -4279,17 +4281,17 @@ if test "${with_directx+set}" = set; then
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:428
3
: checking for
$ac_hdr
"
>
&5
echo
"configure:428
5
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 42
88
"configure"
#line 42
90
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:429
3
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:429
5
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -4327,17 +4329,17 @@ fi
...
@@ -4327,17 +4329,17 @@ fi
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:433
1
: checking for
$ac_hdr
"
>
&5
echo
"configure:433
3
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 433
6
"configure"
#line 433
8
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:434
1
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:434
3
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -4441,7 +4443,7 @@ if test x$enable_gtk != xno; then
...
@@ -4441,7 +4443,7 @@ if test x$enable_gtk != xno; then
# Extract the first word of "gtk-config", so it can be a program name with args.
# Extract the first word of "gtk-config", so it can be a program name with args.
set
dummy gtk-config
;
ac_word
=
$2
set
dummy gtk-config
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:444
5
: checking for
$ac_word
"
>
&5
echo
"configure:444
7
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GTK_CONFIG
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_GTK_CONFIG
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -4501,17 +4503,17 @@ if test x$enable_x11 != xno; then
...
@@ -4501,17 +4503,17 @@ if test x$enable_x11 != xno; then
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:450
5
: checking for
$ac_hdr
"
>
&5
echo
"configure:450
7
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 451
0
"configure"
#line 451
2
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:451
5
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:451
7
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -4563,17 +4565,17 @@ if test x$enable_xvideo != xno; then
...
@@ -4563,17 +4565,17 @@ if test x$enable_xvideo != xno; then
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:456
7
: checking for
$ac_hdr
"
>
&5
echo
"configure:456
9
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 457
2
"configure"
#line 457
4
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:457
7
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:457
9
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -4613,17 +4615,17 @@ if test "${enable_alsa+set}" = set; then
...
@@ -4613,17 +4615,17 @@ if test "${enable_alsa+set}" = set; then
then
then
ac_safe
=
`
echo
"sys/asoundlib.h"
|
sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"sys/asoundlib.h"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for sys/asoundlib.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for sys/asoundlib.h""...
$ac_c
"
1>&6
echo
"configure:461
7
: checking for sys/asoundlib.h"
>
&5
echo
"configure:461
9
: checking for sys/asoundlib.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 462
2
"configure"
#line 462
4
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/asoundlib.h>
#include <sys/asoundlib.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:462
7
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:462
9
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -4640,7 +4642,7 @@ fi
...
@@ -4640,7 +4642,7 @@ fi
if
eval
"test
\"
`
echo
'$ac_cv_header_'
$ac_safe
`
\"
= yes"
;
then
if
eval
"test
\"
`
echo
'$ac_cv_header_'
$ac_safe
`
\"
= yes"
;
then
echo
"
$ac_t
""yes"
1>&6
echo
"
$ac_t
""yes"
1>&6
echo
$ac_n
"checking for main in -lasound""...
$ac_c
"
1>&6
echo
$ac_n
"checking for main in -lasound""...
$ac_c
"
1>&6
echo
"configure:464
4
: checking for main in -lasound"
>
&5
echo
"configure:464
6
: checking for main in -lasound"
>
&5
ac_lib_var
=
`
echo
asound
'_'
main |
sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
asound
'_'
main |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -4648,14 +4650,14 @@ else
...
@@ -4648,14 +4650,14 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lasound
$LIBS
"
LIBS
=
"-lasound
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 465
2
"configure"
#line 465
4
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:46
59
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:46
61
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -4895,6 +4897,8 @@ s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
...
@@ -4895,6 +4897,8 @@ s%@INSTALL_SCRIPT@%$INSTALL_SCRIPT%g
s%@INSTALL_DATA@%
$INSTALL_DATA
%g
s%@INSTALL_DATA@%
$INSTALL_DATA
%g
s%@ESD_CONFIG@%
$ESD_CONFIG
%g
s%@ESD_CONFIG@%
$ESD_CONFIG
%g
s%@SDL_CONFIG@%
$SDL_CONFIG
%g
s%@SDL_CONFIG@%
$SDL_CONFIG
%g
s%@SDL11_CONFIG@%
$SDL11_CONFIG
%g
s%@SDL12_CONFIG@%
$SDL12_CONFIG
%g
s%@GTK_CONFIG@%
$GTK_CONFIG
%g
s%@GTK_CONFIG@%
$GTK_CONFIG
%g
s%@SYS@%
$SYS
%g
s%@SYS@%
$SYS
%g
s%@ARCH@%
$ARCH
%g
s%@ARCH@%
$ARCH
%g
...
...
configure.in
View file @
d307283d
...
@@ -536,11 +536,13 @@ then
...
@@ -536,11 +536,13 @@ then
AC_PATH_PROG(SDL_CONFIG, sdl-config, no)
AC_PATH_PROG(SDL_CONFIG, sdl-config, no)
SDL_HEADER="SDL/SDL.h"
SDL_HEADER="SDL/SDL.h"
if test x${SDL_CONFIG} = xno; then
if test x${SDL_CONFIG} = xno; then
AC_PATH_PROG(SDL_CONFIG, sdl11-config, no)
AC_PATH_PROG(SDL11_CONFIG, sdl11-config, no)
SDL_CONFIG=${SDL11_CONFIG}
SDL_HEADER="SDL11/SDL.h"
SDL_HEADER="SDL11/SDL.h"
fi
fi
if test x${SDL_CONFIG} = xno; then
if test x${SDL_CONFIG} = xno; then
AC_PATH_PROG(SDL_CONFIG, sdl12-config, no)
AC_PATH_PROG(SDL12_CONFIG, sdl12-config, no)
SDL_CONFIG=${SDL12_CONFIG}
SDL_HEADER="SDL12/SDL.h"
SDL_HEADER="SDL12/SDL.h"
fi
fi
if test x${SDL_CONFIG} != xno; then
if test x${SDL_CONFIG} != xno; then
...
...
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