Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libdvbpsi
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
libdvbpsi
Commits
2e0eccea
Commit
2e0eccea
authored
Apr 08, 2002
by
Arnaud de Bossoreille de Ribou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libdvbpsi.spec: corrected URL.
parent
c194e598
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
162 additions
and
189 deletions
+162
-189
Makefile.in
Makefile.in
+16
-45
aclocal.m4
aclocal.m4
+38
-35
configure
configure
+93
-94
examples/Makefile.in
examples/Makefile.in
+3
-3
libdvbpsi.spec
libdvbpsi.spec
+1
-1
misc/Makefile.in
misc/Makefile.in
+3
-3
src/Makefile.in
src/Makefile.in
+4
-4
src/config.h.in
src/config.h.in
+1
-1
src/tables/Makefile.in
src/tables/Makefile.in
+3
-3
No files found.
Makefile.in
View file @
2e0eccea
# Makefile.in generated automatically by automake 1.4-p
5
from Makefile.am
# Makefile.in generated automatically by automake 1.4-p
4
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -81,13 +81,12 @@ CONFIG_HEADER = ./src/config.h
CONFIG_CLEAN_FILES
=
DIST_COMMON
=
README AUTHORS COPYING ChangeLog INSTALL Makefile.am
\
Makefile.in NEWS aclocal.m4 config.guess config.sub configure
\
configure.in install-sh ltmain.sh missing mkinstalldirs src/config.h.in
\
src/stamp-h.in
configure.in install-sh ltmain.sh missing mkinstalldirs
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
g
tar
TAR
=
tar
GZIP_ENV
=
--best
all
:
all-redirect
.SUFFIXES
:
...
...
@@ -101,39 +100,11 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
$(ACLOCAL_M4)
:
configure.in
cd
$(srcdir)
&&
$(ACLOCAL)
config.status
:
$(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
config.status
:
$(srcdir)/configure
.in
$(CONFIG_STATUS_DEPENDENCIES)
$(SHELL)
./config.status
--recheck
$(srcdir)/configure
:
$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
cd
$(srcdir)
&&
$(AUTOCONF)
src/config.h
:
src/stamp-h
@
if
test
!
-f
$@
;
then
\
rm
-f
src/stamp-h
;
\
$(MAKE)
src/stamp-h
;
\
else
:
;
fi
src/stamp-h
:
$(srcdir)/src/config.h.in $(top_builddir)/config.status
cd
$(top_builddir)
\
&&
CONFIG_FILES
=
CONFIG_HEADERS
=
src/config.h
\
$(SHELL)
./config.status
@
echo
timestamp
>
src/stamp-h 2> /dev/null
$(srcdir)/src/config.h.in
:
$(srcdir)/src/stamp-h.in
@
if
test
!
-f
$@
;
then
\
rm
-f
$(srcdir)
/src/stamp-h.in
;
\
$(MAKE)
$(srcdir)
/src/stamp-h.in
;
\
else
:
;
fi
$(srcdir)/src/stamp-h.in
:
$(top_srcdir)/configure.in $(ACLOCAL_M4)
cd
$(top_srcdir)
&&
$(AUTOHEADER)
@
echo
timestamp
>
$(srcdir)
/src/stamp-h.in 2> /dev/null
mostlyclean-hdr
:
clean-hdr
:
distclean-hdr
:
-
rm
-f
src/config.h
maintainer-clean-hdr
:
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
...
...
@@ -170,7 +141,7 @@ maintainer-clean-recursive:
dot_seen
=
no
;
\
rev
=
''
;
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
rev
=
"
$$
subdir
$$
rev"
;
\
test
"
$$
subdir"
!=
"."
||
dot_seen
=
yes
;
\
test
"
$$
subdir"
=
"."
&&
dot_seen
=
yes
;
\
done
;
\
test
"
$$
dot_seen"
=
"no"
&&
rev
=
".
$$
rev"
;
\
target
=
`
echo
$@
|
sed
s/-recursive//
`
;
\
...
...
@@ -322,33 +293,33 @@ distclean-generic:
-
rm
-f
config.cache config.log stamp-h stamp-h[0-9]
*
maintainer-clean-generic
:
mostlyclean-am
:
mostlyclean-
hdr mostlyclean-
tags mostlyclean-generic
mostlyclean-am
:
mostlyclean-tags mostlyclean-generic
mostlyclean
:
mostlyclean-recursive
clean-am
:
clean-
hdr clean-
tags clean-generic mostlyclean-am
clean-am
:
clean-tags clean-generic mostlyclean-am
clean
:
clean-recursive
distclean-am
:
distclean-
hdr distclean-
tags distclean-generic clean-am
distclean-am
:
distclean-tags distclean-generic clean-am
-
rm
-f
libtool
distclean
:
distclean-recursive
-
rm
-f
config.status
maintainer-clean-am
:
maintainer-clean-
hdr maintainer-clean-tags
\
maintainer-clean-generic
distclean-am
maintainer-clean-am
:
maintainer-clean-
tags maintainer-clean-generic
\
distclean-am
@
echo
"This command is intended for maintainers to use;"
@
echo
"it deletes files that may require special tools to rebuild."
maintainer-clean
:
maintainer-clean-recursive
-
rm
-f
config.status
.PHONY
:
mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr
\
install-
data-recursive uninstall-data-recursive install-exec
-recursive
\
uninstall
-exec-recursive installdirs-recursive uninstalldirs
-recursive
\
all-recursive check-recursive installcheck-recursive info
-recursive
\
dvi-recursive
mostlyclean-recursive distclean-recursive clean-recursive
\
.PHONY
:
install-data-recursive uninstall-data-recursive
\
install-
exec-recursive uninstall-exec-recursive installdirs
-recursive
\
uninstall
dirs-recursive all-recursive check
-recursive
\
installcheck-recursive info-recursive dvi
-recursive
\
mostlyclean-recursive distclean-recursive clean-recursive
\
maintainer-clean-recursive tags tags-recursive mostlyclean-tags
\
distclean-tags clean-tags maintainer-clean-tags distdir info-am info
\
dvi-am dvi check check-am installcheck-am installcheck install-exec-am
\
...
...
aclocal.m4
View file @
2e0eccea
dnl aclocal.m4 generated automatically by aclocal 1.4-p
5
dnl aclocal.m4 generated automatically by aclocal 1.4-p
4
dnl Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
...
...
@@ -19,7 +19,7 @@ dnl PARTICULAR PURPOSE.
dnl Usage:
dnl AM_INIT_AUTOMAKE(package,version, [no-define])
AC_DEFUN(
[AM_INIT_AUTOMAKE]
,
AC_DEFUN(
AM_INIT_AUTOMAKE
,
[AC_REQUIRE([AC_PROG_INSTALL])
PACKAGE=[$1]
AC_SUBST(PACKAGE)
...
...
@@ -47,7 +47,7 @@ AC_REQUIRE([AC_PROG_MAKE_SET])])
# Check to make sure that the build environment is sane.
#
AC_DEFUN(
[AM_SANITY_CHECK]
,
AC_DEFUN(
AM_SANITY_CHECK
,
[AC_MSG_CHECKING([whether build environment is sane])
# Just in case
sleep 1
...
...
@@ -88,7 +88,7 @@ AC_MSG_RESULT(yes)])
dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
dnl The program must properly implement --version.
AC_DEFUN(
[AM_MISSING_PROG]
,
AC_DEFUN(
AM_MISSING_PROG
,
[AC_MSG_CHECKING(for working $2)
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
...
...
@@ -104,7 +104,7 @@ AC_SUBST($1)])
# Like AC_CONFIG_HEADER, but automatically create stamp file.
AC_DEFUN(
[AM_CONFIG_HEADER]
,
AC_DEFUN(
AM_CONFIG_HEADER
,
[AC_PREREQ([2.12])
AC_CONFIG_HEADER([$1])
dnl When config.status generates a header, we must update the stamp-h file.
...
...
@@ -321,7 +321,7 @@ hpux*) # Its linker distinguishes data from code symbols
lt_cv_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern char \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
lt_cv_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/ {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (lt_ptr) \&\2},/p'"
;;
irix*)
irix*
| nonstopux*
)
symcode='[[BCDEGRST]]'
;;
solaris* | sysv5*)
...
...
@@ -964,7 +964,7 @@ AC_CACHE_VAL(lt_cv_prog_cc_pic,
# like `-m68040'.
lt_cv_prog_cc_pic='-m68020 -resident32 -malways-restore-a4'
;;
beos* | irix5* | irix6* | osf3* | osf4* | osf5*)
beos* | irix5* | irix6* |
nonstopux* |
osf3* | osf4* | osf5*)
# PIC is the default for these OSes.
;;
darwin* | rhapsody*)
...
...
@@ -1007,7 +1007,7 @@ AC_CACHE_VAL(lt_cv_prog_cc_pic,
lt_cv_prog_cc_pic='+Z'
;;
irix5* | irix6*)
irix5* | irix6*
| nonstopux*
)
lt_cv_prog_cc_wl='-Wl,'
lt_cv_prog_cc_static='-non_shared'
# PIC (with -KPIC) is the default.
...
...
@@ -1658,8 +1658,9 @@ else
esac
# FIXME: Relying on posixy $() will cause problems for
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes.
archive_cmds='$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
# yet detect zsh echo's removal of \ escapes. Also zsh mangles
# `"' quotes if we put them in here... so don't!
archive_cmds='$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct=yes
...
...
@@ -1711,7 +1712,7 @@ else
export_dynamic_flag_spec='${wl}-E'
;;
irix5* | irix6*)
irix5* | irix6*
| nonstopux*
)
if test "$GCC" = yes; then
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
else
...
...
@@ -1999,8 +2000,8 @@ shlibpath_var=
shlibpath_overrides_runpath=unknown
version_type=none
dynamic_linker="$host_os ld.so"
sys_lib_dlsearch_path_spec="/lib /usr/lib
/usr/X11R6/lib
"
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib
/usr/X11R6/lib
"
sys_lib_dlsearch_path_spec="/lib /usr/lib"
sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
case $host_os in
aix3*)
...
...
@@ -2182,14 +2183,17 @@ hpux9* | hpux10* | hpux11*)
postinstall_cmds='chmod 555 $lib'
;;
irix5* | irix6*)
version_type=irix
irix5* | irix6* | nonstopux*)
case $host_os in
nonstopux*) version_type=nonstopux ;;
*) version_type=irix ;;
esac
need_lib_prefix=no
need_version=no
soname_spec='${libname}${release}.so$major'
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
case $host_os in
irix5*)
irix5*
| nonstopux*
)
libsuff= shlibsuff=
;;
*)
...
...
@@ -2293,6 +2297,7 @@ os2*)
osf3* | osf4* | osf5*)
version_type=osf
need_version=no
need_lib_prefix=no
soname_spec='${libname}${release}.so'
library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
shlibpath_var=LD_LIBRARY_PATH
...
...
@@ -3393,9 +3398,9 @@ hpux10.20*|hpux11*)
lt_cv_file_magic_test_file=/usr/lib/libc.sl
;;
irix5* | irix6*)
irix5* | irix6*
| nonstopux*
)
case $host_os in
irix5*)
irix5*
| nonstopux*
)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
;;
...
...
@@ -3416,13 +3421,7 @@ irix5* | irix6*)
# This must be Linux ELF.
linux-gnu*)
case $host_cpu in
alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
lt_cv_deplibs_check_method=pass_all ;;
*)
# glibc up to 2.1.1 does not perform some relocations on ARM
lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )' ;;
esac
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_test_file=`echo /lib/libc.so* /lib/libc-*.so`
;;
...
...
@@ -3553,12 +3552,12 @@ esac
])
# AC_LIBLTDL_CONVENIENCE[(dir)] - sets LIBLTDL to the link flags for
# the libltdl convenience library and
INCLTD
L to the include flags for
# the libltdl convenience library and
LTDLINC
L to the include flags for
# the libltdl header and adds --enable-ltdl-convenience to the
# configure arguments. Note that LIBLTDL and
INCLTD
L are not
# configure arguments. Note that LIBLTDL and
LTDLINC
L are not
# AC_SUBSTed, nor is AC_CONFIG_SUBDIRS called. If DIR is not
# provided, it is assumed to be `libltdl'. LIBLTDL will be prefixed
# with '${top_builddir}/' and
INCLTD
L will be prefixed with
# with '${top_builddir}/' and
LTDLINC
L will be prefixed with
# '${top_srcdir}/' (note the single quotes!). If your package is not
# flat and you're not using automake, define top_builddir and
# top_srcdir appropriately in the Makefiles.
...
...
@@ -3570,16 +3569,18 @@ AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
esac
LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
INCLTDL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
# For backwards non-gettext consistent compatibility...
INCLTDL="$LTDLINCL"
])
# AC_LIBLTDL_INSTALLABLE[(dir)] - sets LIBLTDL to the link flags for
# the libltdl installable library and
INCLTD
L to the include flags for
# the libltdl installable library and
LTDLINC
L to the include flags for
# the libltdl header and adds --enable-ltdl-install to the configure
# arguments. Note that LIBLTDL and
INCLTD
L are not AC_SUBSTed, nor is
# arguments. Note that LIBLTDL and
LTDLINC
L are not AC_SUBSTed, nor is
# AC_CONFIG_SUBDIRS called. If DIR is not provided and an installed
# libltdl is not found, it is assumed to be `libltdl'. LIBLTDL will
# be prefixed with '${top_builddir}/' and
INCLTD
L will be prefixed
# be prefixed with '${top_builddir}/' and
LTDLINC
L will be prefixed
# with '${top_srcdir}/' (note the single quotes!). If your package is
# not flat and you're not using automake, define top_builddir and
# top_srcdir appropriately in the Makefiles.
...
...
@@ -3597,12 +3598,14 @@ AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
if test x"$enable_ltdl_install" = x"yes"; then
ac_configure_args="$ac_configure_args --enable-ltdl-install"
LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
INCLTD
L='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
LTDLINC
L='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
else
ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
LIBLTDL="-lltdl"
INCLTD
L=
LTDLINC
L=
fi
# For backwards non-gettext consistent compatibility...
INCLTDL="$LTDLINCL"
])
# old names
...
...
configure
View file @
2e0eccea
...
...
@@ -1791,9 +1791,9 @@ hpux10.20*|hpux11*)
lt_cv_file_magic_test_file
=
/usr/lib/libc.sl
;;
irix5
*
|
irix6
*
)
irix5
*
|
irix6
*
|
nonstopux
*
)
case
$host_os
in
irix5
*
)
irix5
*
|
nonstopux
*
)
# this will be overridden with pass_all, but let us keep it just in case
lt_cv_deplibs_check_method
=
"file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
;;
...
...
@@ -1814,13 +1814,7 @@ irix5* | irix6*)
# This must be Linux ELF.
linux-gnu
*
)
case
$host_cpu
in
alpha
*
|
hppa
*
|
i
*
86
|
powerpc
*
|
sparc
*
|
ia64
*
)
lt_cv_deplibs_check_method
=
pass_all
;;
*
)
# glibc up to 2.1.1 does not perform some relocations on ARM
lt_cv_deplibs_check_method
=
'file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
;;
esac
lt_cv_deplibs_check_method
=
pass_all
lt_cv_file_magic_test_file
=
`
echo
/lib/libc.so
*
/lib/libc-
*
.so
`
;;
...
...
@@ -1897,13 +1891,13 @@ file_magic_cmd=$lt_cv_file_magic_cmd
deplibs_check_method
=
$lt_cv_deplibs_check_method
echo
$ac_n
"checking for object suffix""...
$ac_c
"
1>&6
echo
"configure:1
901
: checking for object suffix"
>
&5
echo
"configure:1
895
: checking for object suffix"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_objext
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
rm
-f
conftest
*
echo
'int i = 1;'
>
conftest.
$ac_ext
if
{
(
eval echo
configure:190
7
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:190
1
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
for
ac_file
in
conftest.
*
;
do
case
$ac_file
in
*
.c
)
;;
...
...
@@ -1923,7 +1917,7 @@ ac_objext=$ac_cv_objext
echo
$ac_n
"checking for executable suffix""...
$ac_c
"
1>&6
echo
"configure:192
7
: checking for executable suffix"
>
&5
echo
"configure:192
1
: checking for executable suffix"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_exeext
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1933,10 +1927,10 @@ else
rm
-f
conftest
*
echo
'int main () { return 0; }'
>
conftest.
$ac_ext
ac_cv_exeext
=
if
{
(
eval echo
configure:193
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:193
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
for
file
in
conftest.
*
;
do
case
$file
in
*
.c
|
*
.o
|
*
.obj
)
;;
*
.
$ac_ext
|
*
.
c
|
*
.o
|
*
.obj
)
;;
*
)
ac_cv_exeext
=
`
echo
$file
|
sed
-e
s/conftest//
`
;;
esac
done
...
...
@@ -1964,7 +1958,7 @@ fi
# Check for command to grab the raw symbol name followed by C symbol from nm.
echo
$ac_n
"checking command to parse
$NM
output""...
$ac_c
"
1>&6
echo
"configure:196
8
: checking command to parse
$NM
output"
>
&5
echo
"configure:196
2
: checking command to parse
$NM
output"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_sys_global_symbol_pipe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -1999,7 +1993,7 @@ hpux*) # Its linker distinguishes data from code symbols
lt_cv_global_symbol_to_cdecl
=
"sed -n -e 's/^T .*
\(
.*
\)
$/
extern char
\1
();/p' -e 's/^
$symcode
* .*
\(
.*
\)
$/
extern char
\1
;/p'"
lt_cv_global_symbol_to_c_name_address
=
"sed -n -e 's/^:
\(
[^ ]*
\)
$/
{
\\\"\1\\\"
, (lt_ptr) 0},/p' -e 's/^
$symcode
*
\(
[^ ]*
\)
\(
[^ ]*
\)
$/
{
\"\2\"
, (lt_ptr)
\&\2
},/p'"
;;
irix
*
)
irix
*
|
nonstopux
*
)
symcode
=
'[BCDEGRST]'
;;
solaris
*
|
sysv5
*
)
...
...
@@ -2044,10 +2038,10 @@ void nm_test_func(){}
int main(){nm_test_var='a';nm_test_func();return(0);}
EOF
if
{
(
eval echo
configure:204
8
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:204
2
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
# Now try to grab the symbols.
nlist
=
conftest.nm
if
{
(
eval echo
configure:20
51
:
\"
$NM
conftest.
$ac_objext
\|
$lt_cv_sys_global_symbol_pipe
\>
$nlist
\"
)
1>&5
;
(
eval
$NM
conftest.
$ac_objext
\|
$lt_cv_sys_global_symbol_pipe
\>
$nlist
)
2>&5
;
}
&&
test
-s
"
$nlist
"
;
then
if
{
(
eval echo
configure:20
45
:
\"
$NM
conftest.
$ac_objext
\|
$lt_cv_sys_global_symbol_pipe
\>
$nlist
\"
)
1>&5
;
(
eval
$NM
conftest.
$ac_objext
\|
$lt_cv_sys_global_symbol_pipe
\>
$nlist
)
2>&5
;
}
&&
test
-s
"
$nlist
"
;
then
# Try sorting and uniquifying the output.
if
sort
"
$nlist
"
|
uniq
>
"
$nlist
"
T
;
then
mv
-f
"
$nlist
"
T
"
$nlist
"
...
...
@@ -2098,7 +2092,7 @@ EOF
save_CFLAGS
=
"
$CFLAGS
"
LIBS
=
"conftstm.
$ac_objext
"
CFLAGS
=
"
$CFLAGS$no_builtin_flag
"
if
{
(
eval echo
configure:2
102
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
if
{
(
eval echo
configure:2
096
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
;
then
pipe_works
=
yes
fi
LIBS
=
"
$save_LIBS
"
...
...
@@ -2147,17 +2141,17 @@ for ac_hdr in dlfcn.h
do
ac_safe
=
`
echo
"
$ac_hdr
"
|
sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:21
51
: checking for
$ac_hdr
"
>
&5
echo
"configure:21
45
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 215
6
"configure"
#line 215
0
"configure"
#include "confdefs.h"
#include <
$ac_hdr
>
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:21
61
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:21
55
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
...
...
@@ -2192,7 +2186,7 @@ case $deplibs_check_method in
file_magic
*
)
if
test
"
$file_magic_cmd
"
=
'$MAGIC_CMD'
;
then
echo
$ac_n
"checking for
${
ac_tool_prefix
}
file""...
$ac_c
"
1>&6
echo
"configure:219
6
: checking for
${
ac_tool_prefix
}
file"
>
&5
echo
"configure:219
0
: checking for
${
ac_tool_prefix
}
file"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_path_MAGIC_CMD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2254,7 +2248,7 @@ fi
if
test
-z
"
$lt_cv_path_MAGIC_CMD
"
;
then
if
test
-n
"
$ac_tool_prefix
"
;
then
echo
$ac_n
"checking for file""...
$ac_c
"
1>&6
echo
"configure:225
8
: checking for file"
>
&5
echo
"configure:225
2
: checking for file"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_path_MAGIC_CMD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2325,7 +2319,7 @@ esac
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:232
9
: checking for
$ac_word
"
>
&5
echo
"configure:232
3
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2357,7 +2351,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:23
61
: checking for
$ac_word
"
>
&5
echo
"configure:23
55
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2392,7 +2386,7 @@ fi
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
strip
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:239
6
: checking for
$ac_word
"
>
&5
echo
"configure:239
0
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_STRIP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2424,7 +2418,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "strip", so it can be a program name with args.
set
dummy strip
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:242
8
: checking for
$ac_word
"
>
&5
echo
"configure:242
2
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_STRIP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2473,8 +2467,8 @@ test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
case
$host
in
*
-
*
-irix6
*
)
# Find out which ABI we are using.
echo
'#line 247
7
"configure"'
>
conftest.
$ac_ext
if
{
(
eval echo
configure:247
8
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
echo
'#line 247
1
"configure"'
>
conftest.
$ac_ext
if
{
(
eval echo
configure:247
2
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
case
`
/usr/bin/file conftest.
$ac_objext
`
in
*
32-bit
*
)
LD
=
"
${
LD
-ld
}
-32"
...
...
@@ -2495,7 +2489,7 @@ case $host in
SAVE_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
"
$CFLAGS
-belf"
echo
$ac_n
"checking whether the C compiler needs -belf""...
$ac_c
"
1>&6
echo
"configure:249
9
: checking whether the C compiler needs -belf"
>
&5
echo
"configure:249
3
: checking whether the C compiler needs -belf"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_cc_needs_belf
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2508,14 +2502,14 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a
cross_compiling
=
$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
#line 25
12
"configure"
#line 25
06
"configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:251
9
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:251
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
lt_cv_cc_needs_belf
=
yes
else
...
...
@@ -2635,7 +2629,7 @@ set dummy $CC
compiler
=
"
$2
"
echo
$ac_n
"checking for objdir""...
$ac_c
"
1>&6
echo
"configure:263
9
: checking for objdir"
>
&5
echo
"configure:263
3
: checking for objdir"
>
&5
rm
-f
.libs 2>/dev/null
mkdir
.libs 2>/dev/null
if
test
-d
.libs
;
then
...
...
@@ -2662,7 +2656,7 @@ test -z "$pic_mode" && pic_mode=default
# in isolation, and that seeing it set (from the cache) indicates that
# the associated values are set (in the cache) correctly too.
echo
$ac_n
"checking for
$compiler
option to produce PIC""...
$ac_c
"
1>&6
echo
"configure:266
6
: checking for
$compiler
option to produce PIC"
>
&5
echo
"configure:266
0
: checking for
$compiler
option to produce PIC"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_prog_cc_pic
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2693,7 +2687,7 @@ else
# like `-m68040'.
lt_cv_prog_cc_pic
=
'-m68020 -resident32 -malways-restore-a4'
;;
beos
*
|
irix5
*
|
irix6
*
|
osf3
*
|
osf4
*
|
osf5
*
)
beos
*
|
irix5
*
|
irix6
*
|
nonstopux
*
|
osf3
*
|
osf4
*
|
osf5
*
)
# PIC is the default for these OSes.
;;
darwin
*
|
rhapsody
*
)
...
...
@@ -2736,7 +2730,7 @@ else
lt_cv_prog_cc_pic
=
'+Z'
;;
irix5
*
|
irix6
*
)
irix5
*
|
irix6
*
|
nonstopux
*
)
lt_cv_prog_cc_wl
=
'-Wl,'
lt_cv_prog_cc_static
=
'-non_shared'
# PIC (with -KPIC) is the default.
...
...
@@ -2814,21 +2808,21 @@ else
# Check to make sure the pic_flag actually works.
echo
$ac_n
"checking if
$compiler
PIC flag
$lt_cv_prog_cc_pic
works""...
$ac_c
"
1>&6
echo
"configure:281
8
: checking if
$compiler
PIC flag
$lt_cv_prog_cc_pic
works"
>
&5
echo
"configure:281
2
: checking if
$compiler
PIC flag
$lt_cv_prog_cc_pic
works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_prog_cc_pic_works
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
"
$CFLAGS
$lt_cv_prog_cc_pic
-DPIC"
cat
>
conftest.
$ac_ext
<<
EOF
#line 28
25
"configure"
#line 28
19
"configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:28
32
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:28
26
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
case
$host_os
in
hpux9
*
|
hpux10
*
|
hpux11
*
)
...
...
@@ -2880,7 +2874,7 @@ if test -n "$lt_cv_prog_cc_shlib"; then
fi
echo
$ac_n
"checking if
$compiler
static flag
$lt_cv_prog_cc_static
works""...
$ac_c
"
1>&6
echo
"configure:28
84
: checking if
$compiler
static flag
$lt_cv_prog_cc_static
works"
>
&5
echo
"configure:28
78
: checking if
$compiler
static flag
$lt_cv_prog_cc_static
works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_prog_cc_static_works
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2888,14 +2882,14 @@ else
save_LDFLAGS
=
"
$LDFLAGS
"
LDFLAGS
=
"
$LDFLAGS
$lt_cv_prog_cc_static
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 28
92
"configure"
#line 28
86
"configure"
#include "confdefs.h"
int main() {
; return 0; }
EOF
if
{
(
eval echo
configure:289
9
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:289
3
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
lt_cv_prog_cc_static_works
=
yes
else
...
...
@@ -2922,7 +2916,7 @@ can_build_shared="$lt_cv_prog_cc_can_build_shared"
# Check to see if options -o and -c are simultaneously supported by compiler
echo
$ac_n
"checking if
$compiler
supports -c -o file.
$ac_objext
""...
$ac_c
"
1>&6
echo
"configure:292
6
: checking if
$compiler
supports -c -o file.
$ac_objext
"
>
&5
echo
"configure:292
0
: checking if
$compiler
supports -c -o file.
$ac_objext
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_compiler_c_o
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2941,7 +2935,7 @@ chmod -w .
save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
"
$CFLAGS
-o out/conftest2.
$ac_objext
"
compiler_c_o
=
no
if
{
(
eval echo
configure:29
45
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>out/conftest.err
;
}
&&
test
-s
out/conftest2.
$ac_objext
;
then
if
{
(
eval echo
configure:29
39
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>out/conftest.err
;
}
&&
test
-s
out/conftest2.
$ac_objext
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
if
test
-s
out/conftest.err
;
then
...
...
@@ -2970,7 +2964,7 @@ echo "$ac_t""$compiler_c_o" 1>&6
if
test
x
"
$compiler_c_o
"
=
x
"yes"
;
then
# Check to see if we can write to a .lo
echo
$ac_n
"checking if
$compiler
supports -c -o file.lo""...
$ac_c
"
1>&6
echo
"configure:29
74
: checking if
$compiler
supports -c -o file.lo"
>
&5
echo
"configure:29
68
: checking if
$compiler
supports -c -o file.lo"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_compiler_o_lo
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -2981,14 +2975,14 @@ else
save_objext
=
"
$ac_objext
"
ac_objext
=
lo
cat
>
conftest.
$ac_ext
<<
EOF
#line 29
85
"configure"
#line 29
79
"configure"
#include "confdefs.h"
int main() {
int some_variable = 0;
; return 0; }
EOF
if
{
(
eval echo
configure:29
92
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:29
86
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -3019,7 +3013,7 @@ hard_links="nottested"
if
test
"
$compiler_c_o
"
=
no
&&
test
"
$need_locks
"
!=
no
;
then
# do not overwrite the value of need_locks provided by the user
echo
$ac_n
"checking if we can lock with hard links""...
$ac_c
"
1>&6
echo
"configure:30
23
: checking if we can lock with hard links"
>
&5
echo
"configure:30
17
: checking if we can lock with hard links"
>
&5
hard_links
=
yes
$rm
conftest
*
ln
conftest.a conftest.b 2>/dev/null
&&
hard_links
=
no
...
...
@@ -3038,20 +3032,20 @@ fi
if
test
"
$GCC
"
=
yes
;
then
# Check to see if options -fno-rtti -fno-exceptions are supported by compiler
echo
$ac_n
"checking if
$compiler
supports -fno-rtti -fno-exceptions""...
$ac_c
"
1>&6
echo
"configure:30
42
: checking if
$compiler
supports -fno-rtti -fno-exceptions"
>
&5
echo
"configure:30
36
: checking if
$compiler
supports -fno-rtti -fno-exceptions"
>
&5
echo
"int some_variable = 0;"
>
conftest.
$ac_ext
save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
"
$CFLAGS
-fno-rtti -fno-exceptions -c conftest.
$ac_ext
"
compiler_rtti_exceptions
=
no
cat
>
conftest.
$ac_ext
<<
EOF
#line 304
8
"configure"
#line 304
2
"configure"
#include "confdefs.h"
int main() {
int some_variable = 0;
; return 0; }
EOF
if
{
(
eval echo
configure:30
55
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:30
49
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -3078,7 +3072,7 @@ fi
# See if the linker supports building shared libraries.
echo
$ac_n
"checking whether the linker (
$LD
) supports shared libraries""...
$ac_c
"
1>&6
echo
"configure:30
82
: checking whether the linker (
$LD
) supports shared libraries"
>
&5
echo
"configure:30
76
: checking whether the linker (
$LD
) supports shared libraries"
>
&5
allow_undefined_flag
=
no_undefined_flag
=
...
...
@@ -3472,8 +3466,9 @@ else
esac
# FIXME: Relying on posixy $() will cause problems for
# cross-compilation, but unfortunately the echo tests do not
# yet detect zsh echo's removal of \ escapes.
archive_cmds
=
'$nonopt $(test "x$module" = xyes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
# yet detect zsh echo's removal of \ escapes. Also zsh mangles
# `"' quotes if we put them in here... so don't!
archive_cmds
=
'$nonopt $(test .$module = .yes && echo -bundle || echo -dynamiclib) $allow_undefined_flag -o $lib $libobjs $deplibs$linker_flags -install_name $rpath/$soname $verstring'
# We need to add '_' to the symbols in $export_symbols first
#archive_expsym_cmds="$archive_cmds"' && strip -s $export_symbols'
hardcode_direct
=
yes
...
...
@@ -3525,7 +3520,7 @@ else
export_dynamic_flag_spec
=
'${wl}-E'
;;
irix5
*
|
irix6
*
)
irix5
*
|
irix6
*
|
nonstopux
*
)
if
test
"
$GCC
"
=
yes
;
then
archive_cmds
=
'$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
else
...
...
@@ -3762,7 +3757,7 @@ test "$ld_shlibs" = no && can_build_shared=no
# Check hardcoding attributes.
echo
$ac_n
"checking how to hardcode library paths into programs""...
$ac_c
"
1>&6
echo
"configure:376
6
: checking how to hardcode library paths into programs"
>
&5
echo
"configure:376
1
: checking how to hardcode library paths into programs"
>
&5
hardcode_action
=
if
test
-n
"
$hardcode_libdir_flag_spec
"
||
\
test
-n
"
$runpath_var
"
;
then
...
...
@@ -3790,7 +3785,7 @@ echo "$ac_t""$hardcode_action" 1>&6
striplib
=
old_striplib
=
echo
$ac_n
"checking whether stripping libraries is possible""...
$ac_c
"
1>&6
echo
"configure:37
94
: checking whether stripping libraries is possible"
>
&5
echo
"configure:37
89
: checking whether stripping libraries is possible"
>
&5
if
test
-n
"
$STRIP
"
&&
$STRIP
-V
2>&1 |
grep
"GNU strip"
>
/dev/null
;
then
test
-z
"
$old_striplib
"
&&
old_striplib
=
"
$STRIP
--strip-debug"
test
-z
"
$striplib
"
&&
striplib
=
"
$STRIP
--strip-unneeded"
...
...
@@ -3804,7 +3799,7 @@ test -z "$deplibs_check_method" && deplibs_check_method=unknown
# PORTME Fill in your ld.so characteristics
echo
$ac_n
"checking dynamic linker characteristics""...
$ac_c
"
1>&6
echo
"configure:380
8
: checking dynamic linker characteristics"
>
&5
echo
"configure:380
3
: checking dynamic linker characteristics"
>
&5
library_names_spec
=
libname_spec
=
'lib$name'
soname_spec
=
...
...
@@ -3816,8 +3811,8 @@ shlibpath_var=
shlibpath_overrides_runpath
=
unknown
version_type
=
none
dynamic_linker
=
"
$host_os
ld.so"
sys_lib_dlsearch_path_spec
=
"/lib /usr/lib
/usr/X11R6/lib
"
sys_lib_search_path_spec
=
"/lib /usr/lib /usr/local/lib
/usr/X11R6/lib
"
sys_lib_dlsearch_path_spec
=
"/lib /usr/lib"
sys_lib_search_path_spec
=
"/lib /usr/lib /usr/local/lib"
case
$host_os
in
aix3
*
)
...
...
@@ -3999,14 +3994,17 @@ hpux9* | hpux10* | hpux11*)
postinstall_cmds
=
'chmod 555 $lib'
;;
irix5
*
|
irix6
*
)
version_type
=
irix
irix5
*
|
irix6
*
|
nonstopux
*
)
case
$host_os
in
nonstopux
*
)
version_type
=
nonstopux
;;
*
)
version_type
=
irix
;;
esac
need_lib_prefix
=
no
need_version
=
no
soname_spec
=
'${libname}${release}.so$major'
library_names_spec
=
'${libname}${release}.so$versuffix ${libname}${release}.so$major ${libname}${release}.so $libname.so'
case
$host_os
in
irix5
*
)
irix5
*
|
nonstopux
*
)
libsuff
=
shlibsuff
=
;;
*
)
...
...
@@ -4110,6 +4108,7 @@ os2*)
osf3
*
|
osf4
*
|
osf5
*
)
version_type
=
osf
need_version
=
no
need_lib_prefix
=
no
soname_spec
=
'${libname}${release}.so'
library_names_spec
=
'${libname}${release}.so$versuffix ${libname}${release}.so $libname.so'
shlibpath_var
=
LD_LIBRARY_PATH
...
...
@@ -4201,11 +4200,11 @@ test "$dynamic_linker" = no && can_build_shared=no
# Report the final consequences.
echo
$ac_n
"checking if libtool supports shared libraries""...
$ac_c
"
1>&6
echo
"configure:420
5
: checking if libtool supports shared libraries"
>
&5
echo
"configure:420
4
: checking if libtool supports shared libraries"
>
&5
echo
"
$ac_t
""
$can_build_shared
"
1>&6
echo
$ac_n
"checking whether to build shared libraries""...
$ac_c
"
1>&6
echo
"configure:420
9
: checking whether to build shared libraries"
>
&5
echo
"configure:420
8
: checking whether to build shared libraries"
>
&5
test
"
$can_build_shared
"
=
"no"
&&
enable_shared
=
no
# On AIX, shared libraries and static libraries use the same namespace, and
...
...
@@ -4228,7 +4227,7 @@ esac
echo
"
$ac_t
""
$enable_shared
"
1>&6
echo
$ac_n
"checking whether to build static libraries""...
$ac_c
"
1>&6
echo
"configure:423
2
: checking whether to build static libraries"
>
&5
echo
"configure:423
1
: checking whether to build static libraries"
>
&5
# Make sure either enable_shared or enable_static is yes.
test
"
$enable_shared
"
=
yes
||
enable_static
=
yes
echo
"
$ac_t
""
$enable_static
"
1>&6
...
...
@@ -4269,12 +4268,12 @@ else
*
)
echo
$ac_n
"checking for shl_load""...
$ac_c
"
1>&6
echo
"configure:427
3
: checking for shl_load"
>
&5
echo
"configure:427
2
: checking for shl_load"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_shl_load
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 427
8
"configure"
#line 427
7
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shl_load(); below. */
...
...
@@ -4297,7 +4296,7 @@ shl_load();
; return 0; }
EOF
if
{
(
eval echo
configure:430
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:430
0
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_shl_load=yes"
else
...
...
@@ -4315,7 +4314,7 @@ if eval "test \"`echo '$ac_cv_func_'shl_load`\" = yes"; then
else
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for shl_load in -ldld""...
$ac_c
"
1>&6
echo
"configure:431
9
: checking for shl_load in -ldld"
>
&5
echo
"configure:431
8
: checking for shl_load in -ldld"
>
&5
ac_lib_var
=
`
echo
dld
'_'
shl_load |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4323,7 +4322,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldld
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 432
7
"configure"
#line 432
6
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4334,7 +4333,7 @@ int main() {
shl_load()
; return 0; }
EOF
if
{
(
eval echo
configure:433
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:433
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4353,12 +4352,12 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
else
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for dlopen""...
$ac_c
"
1>&6
echo
"configure:435
7
: checking for dlopen"
>
&5
echo
"configure:435
6
: checking for dlopen"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_dlopen
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
cat
>
conftest.
$ac_ext
<<
EOF
#line 436
2
"configure"
#line 436
1
"configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char dlopen(); below. */
...
...
@@ -4381,7 +4380,7 @@ dlopen();
; return 0; }
EOF
if
{
(
eval echo
configure:438
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:438
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_func_dlopen=yes"
else
...
...
@@ -4399,7 +4398,7 @@ if eval "test \"`echo '$ac_cv_func_'dlopen`\" = yes"; then
else
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for dlopen in -ldl""...
$ac_c
"
1>&6
echo
"configure:440
3
: checking for dlopen in -ldl"
>
&5
echo
"configure:440
2
: checking for dlopen in -ldl"
>
&5
ac_lib_var
=
`
echo
dl
'_'
dlopen |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4407,7 +4406,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 441
1
"configure"
#line 441
0
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4418,7 +4417,7 @@ int main() {
dlopen()
; return 0; }
EOF
if
{
(
eval echo
configure:442
2
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:442
1
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4437,7 +4436,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
else
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for dlopen in -lsvld""...
$ac_c
"
1>&6
echo
"configure:444
1
: checking for dlopen in -lsvld"
>
&5
echo
"configure:444
0
: checking for dlopen in -lsvld"
>
&5
ac_lib_var
=
`
echo
svld
'_'
dlopen |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4445,7 +4444,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lsvld
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 444
9
"configure"
#line 444
8
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4456,7 +4455,7 @@ int main() {
dlopen()
; return 0; }
EOF
if
{
(
eval echo
configure:44
60
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:44
59
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4475,7 +4474,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
else
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for dld_link in -ldld""...
$ac_c
"
1>&6
echo
"configure:447
9
: checking for dld_link in -ldld"
>
&5
echo
"configure:447
8
: checking for dld_link in -ldld"
>
&5
ac_lib_var
=
`
echo
dld
'_'
dld_link |
sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
...
@@ -4483,7 +4482,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldld
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
#line 448
7
"configure"
#line 448
6
"configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
...
...
@@ -4494,7 +4493,7 @@ int main() {
dld_link()
; return 0; }
EOF
if
{
(
eval echo
configure:449
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:449
7
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
...
...
@@ -4550,7 +4549,7 @@ fi
LIBS
=
"
$lt_cv_dlopen_libs
$LIBS
"
echo
$ac_n
"checking whether a program can dlopen itself""...
$ac_c
"
1>&6
echo
"configure:455
4
: checking whether a program can dlopen itself"
>
&5
echo
"configure:455
3
: checking whether a program can dlopen itself"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_dlopen_self
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4560,7 +4559,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 456
4
"configure"
#line 456
3
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -4621,7 +4620,7 @@ int main ()
exit (status);
}
EOF
if
{
(
eval echo
configure:462
5
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
2>/dev/null
;
then
if
{
(
eval echo
configure:462
4
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
2>/dev/null
;
then
(
./conftest
;
exit
;
)
2>/dev/null
lt_status
=
$?
case
x
$lt_status
in
...
...
@@ -4644,7 +4643,7 @@ echo "$ac_t""$lt_cv_dlopen_self" 1>&6
if
test
"x
$lt_cv_dlopen_self
"
=
xyes
;
then
LDFLAGS
=
"
$LDFLAGS
$link_static_flag
"
echo
$ac_n
"checking whether a statically linked program can dlopen itself""...
$ac_c
"
1>&6
echo
"configure:464
8
: checking whether a statically linked program can dlopen itself"
>
&5
echo
"configure:464
7
: checking whether a statically linked program can dlopen itself"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_dlopen_self_static
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
...
...
@@ -4654,7 +4653,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 465
8
"configure"
#line 465
7
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -4715,7 +4714,7 @@ int main ()
exit (status);
}
EOF
if
{
(
eval echo
configure:471
9
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
2>/dev/null
;
then
if
{
(
eval echo
configure:471
8
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
2>/dev/null
;
then
(
./conftest
;
exit
;
)
2>/dev/null
lt_status
=
$?
case
x
$lt_status
in
...
...
@@ -4764,14 +4763,14 @@ if test "$enable_shared" = yes && test "$GCC" = yes; then
# systems, -lgcc has to come before -lc. If gcc already passes -lc
# to ld, don't add -lc before -lgcc.
echo
$ac_n
"checking whether -lc should be explicitly linked in""...
$ac_c
"
1>&6
echo
"configure:476
8
: checking whether -lc should be explicitly linked in"
>
&5
echo
"configure:476
7
: checking whether -lc should be explicitly linked in"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_archive_cmds_need_lc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
$rm
conftest
*
echo
'static int dummy;'
>
conftest.
$ac_ext
if
{
(
eval echo
configure:477
5
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:477
4
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
soname
=
conftest
lib
=
conftest
libobjs
=
conftest.
$ac_objext
...
...
@@ -4784,7 +4783,7 @@ else
libname
=
conftest
save_allow_undefined_flag
=
$allow_undefined_flag
allow_undefined_flag
=
if
{
(
eval echo
configure:478
8
:
\"
$archive_cmds
2
\>\&
1
\|
grep
\"
-lc
\"
\>
/dev/null 2
\>\&
1
\"
)
1>&5
;
(
eval
$archive_cmds
2
\>\&
1
\|
grep
\"
-lc
\"
\>
/dev/null 2
\>\&
1
)
2>&5
;
}
if
{
(
eval echo
configure:478
7
:
\"
$archive_cmds
2
\>\&
1
\|
grep
\"
-lc
\"
\>
/dev/null 2
\>\&
1
\"
)
1>&5
;
(
eval
$archive_cmds
2
\>\&
1
\|
grep
\"
-lc
\"
\>
/dev/null 2
\>\&
1
)
2>&5
;
}
then
lt_cv_archive_cmds_need_lc
=
no
else
...
...
examples/Makefile.in
View file @
2e0eccea
# Makefile.in generated automatically by automake 1.4-p
5
from Makefile.am
# Makefile.in generated automatically by automake 1.4-p
4
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -108,7 +108,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
g
tar
TAR
=
tar
GZIP_ENV
=
--best
DEP_FILES
=
.deps/decode_pat.P .deps/decode_pmt.P
SOURCES
=
$(decode_pat_SOURCES)
$(decode_pmt_SOURCES)
...
...
libdvbpsi.spec
View file @
2e0eccea
...
...
@@ -9,7 +9,7 @@ Name: %{name}
Version: %{version}
Release: %{release}
Copyright: GPL
URL: http://www.videolan.org
URL: http://www.videolan.org
/
Group: Application/Multimedia
Source: http://www.videolan.org/libdvbpsi/%{version}/%{name}-%{version}.tar.gz
BuildRoot: %_tmppath/%name-%version-%release-root
...
...
misc/Makefile.in
View file @
2e0eccea
# Makefile.in generated automatically by automake 1.4-p
5
from Makefile.am
# Makefile.in generated automatically by automake 1.4-p
4
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -114,7 +114,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
g
tar
TAR
=
tar
GZIP_ENV
=
--best
DEP_FILES
=
.deps/gen_crc.P .deps/gen_pat.P .deps/gen_pmt.P
SOURCES
=
$(gen_crc_SOURCES)
$(gen_pat_SOURCES)
$(gen_pmt_SOURCES)
...
...
src/Makefile.in
View file @
2e0eccea
# Makefile.in generated automatically by automake 1.4-p
5
from Makefile.am
# Makefile.in generated automatically by automake 1.4-p
4
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -109,7 +109,7 @@ DIST_COMMON = ./stamp-h.in Makefile.am Makefile.in config.h.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
g
tar
TAR
=
tar
GZIP_ENV
=
--best
DEP_FILES
=
.deps/descriptor.P .deps/dvbpsi.P .deps/psi.P
SOURCES
=
$(libdvbpsi_la_SOURCES)
...
...
@@ -271,7 +271,7 @@ maintainer-clean-recursive:
dot_seen
=
no
;
\
rev
=
''
;
list
=
'
$(SUBDIRS)
'
;
for
subdir
in
$$
list
;
do
\
rev
=
"
$$
subdir
$$
rev"
;
\
test
"
$$
subdir"
!=
"."
||
dot_seen
=
yes
;
\
test
"
$$
subdir"
=
"."
&&
dot_seen
=
yes
;
\
done
;
\
test
"
$$
dot_seen"
=
"no"
&&
rev
=
".
$$
rev"
;
\
target
=
`
echo
$@
|
sed
s/-recursive//
`
;
\
...
...
src/config.h.in
View file @
2e0eccea
/* src/config.h.in. Generated automatically from configure.in by autoheader. */
/* src/config.h.in. Generated automatically from configure.in by autoheader
2.13
. */
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
...
...
src/tables/Makefile.in
View file @
2e0eccea
# Makefile.in generated automatically by automake 1.4-p
5
from Makefile.am
# Makefile.in generated automatically by automake 1.4-p
4
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
...
...
@@ -107,7 +107,7 @@ DIST_COMMON = Makefile.am Makefile.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
g
tar
TAR
=
tar
GZIP_ENV
=
--best
DEP_FILES
=
.deps/pat.P .deps/pmt.P
SOURCES
=
$(lib_tables_la_SOURCES)
...
...
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