Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
c3cb1cf2
Commit
c3cb1cf2
authored
Nov 10, 2008
by
Led
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.9.5
parent
37ebbf14
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
285 additions
and
408 deletions
+285
-408
config.guess
config.guess
+19
-2
config.sub
config.sub
+31
-4
configure
configure
+49
-61
configure.in
configure.in
+1
-1
ltmain.sh
ltmain.sh
+5
-6
config.h.in
src/libid3tag/config.h.in
+24
-67
configure
src/libid3tag/configure
+52
-67
config.h.in
src/libmad/config.h.in
+42
-116
configure
src/libmad/configure
+60
-82
tag.c
src/tag.c
+2
-2
No files found.
config.guess
View file @
c3cb1cf2
...
...
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp
=
'200
3-10-07
'
timestamp
=
'200
4-01-05
'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
...
...
@@ -221,6 +221,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
mvmeppc:OpenBSD:
*
:
*
)
echo
powerpc-unknown-openbsd
${
UNAME_RELEASE
}
exit
0
;;
pegasos:OpenBSD:
*
:
*
)
echo
powerpc-unknown-openbsd
${
UNAME_RELEASE
}
exit
0
;;
pmax:OpenBSD:
*
:
*
)
echo
mipsel-unknown-openbsd
${
UNAME_RELEASE
}
exit
0
;;
...
...
@@ -307,6 +310,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
*
:OS/390:
*
:
*
)
echo
i370-ibm-openedition
exit
0
;;
*
:OS400:
*
:
*
)
echo
powerpc-ibm-os400
exit
0
;;
arm:RISC
*
:1.[012]
*
:
*
|
arm:riscix:1.[012]
*
:
*
)
echo
arm-acorn-riscix
${
UNAME_RELEASE
}
exit
0
;;
...
...
@@ -742,6 +748,11 @@ EOF
FUJITSU_REL
=
`
echo
${
UNAME_RELEASE
}
|
sed
-e
's/ /_/'
`
echo
"
${
FUJITSU_PROC
}
-fujitsu-
${
FUJITSU_SYS
}${
FUJITSU_REL
}
"
exit
0
;;
5000:UNIX_System_V:4.
*
:
*
)
FUJITSU_SYS
=
`
uname
-p
|
tr
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
'abcdefghijklmnopqrstuvwxyz'
|
sed
-e
's/\///'
`
FUJITSU_REL
=
`
echo
${
UNAME_RELEASE
}
|
tr
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
'abcdefghijklmnopqrstuvwxyz'
|
sed
-e
's/ /_/'
`
echo
"sparc-fujitsu-
${
FUJITSU_SYS
}${
FUJITSU_REL
}
"
exit
0
;;
i
*
86:BSD/386:
*
:
*
|
i
*
86:BSD/OS:
*
:
*
|
*
:Ascend
\
Embedded/OS:
*
:
*
)
echo
${
UNAME_MACHINE
}
-pc-bsdi
${
UNAME_RELEASE
}
exit
0
;;
...
...
@@ -986,6 +997,9 @@ EOF
i
*
86:atheos:
*
:
*
)
echo
${
UNAME_MACHINE
}
-unknown-atheos
exit
0
;;
i
*
86:syllable:
*
:
*
)
echo
${
UNAME_MACHINE
}
-pc-syllable
exit
0
;;
i
*
86:LynxOS:2.
*
:
*
|
i
*
86:LynxOS:3.[01]
*
:
*
|
i
*
86:LynxOS:4.0
*
:
*
)
echo
i386-unknown-lynxos
${
UNAME_RELEASE
}
exit
0
;;
...
...
@@ -1172,7 +1186,7 @@ EOF
*
:QNX:
*
:4
*
)
echo
i386-pc-qnx
exit
0
;;
NSR-
[DGKLNPTVWY]
:NONSTOP_KERNEL:
*
:
*
)
NSR-
?
:NONSTOP_KERNEL:
*
:
*
)
echo
nsr-tandem-nsk
${
UNAME_RELEASE
}
exit
0
;;
*
:NonStop-UX:
*
:
*
)
...
...
@@ -1216,6 +1230,9 @@ EOF
SEI:
*
:
*
:SEIUX
)
echo
mips-sei-seiux
${
UNAME_RELEASE
}
exit
0
;;
*
:DRAGONFLY:
*
:
*
)
echo
${
UNAME_MACHINE
}
-unknown-dragonfly
${
UNAME_RELEASE
}
exit
0
;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2
...
...
config.sub
View file @
c3cb1cf2
...
...
@@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp
=
'200
3-10-07
'
timestamp
=
'200
4-01-05
'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
...
...
@@ -118,7 +118,8 @@ esac
# Here we must recognize all the valid KERNEL-OS combinations.
maybe_os
=
`
echo
$1
|
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'
`
case
$maybe_os
in
nto-qnx
*
|
linux-gnu
*
|
linux-dietlibc
|
kfreebsd
*
-gnu
*
|
knetbsd
*
-gnu
*
|
netbsd
*
-gnu
*
|
storm-chaos
*
|
os2-emx
*
|
rtmk-nova
*
)
nto-qnx
*
|
linux-gnu
*
|
linux-dietlibc
|
linux-uclibc
*
|
uclinux-uclibc
*
|
uclinux-gnu
*
|
\
kfreebsd
*
-gnu
*
|
knetbsd
*
-gnu
*
|
netbsd
*
-gnu
*
|
storm-chaos
*
|
os2-emx
*
|
rtmk-nova
*
)
os
=
-
$maybe_os
basic_machine
=
`
echo
$1
|
sed
's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'
`
;;
...
...
@@ -379,6 +380,9 @@ case $basic_machine in
amd64
)
basic_machine
=
x86_64-pc
;;
amd64-
*
)
basic_machine
=
x86_64-
`
echo
$basic_machine
|
sed
's/^[^-]*-//'
`
;;
amdahl
)
basic_machine
=
580-amdahl
os
=
-sysv
...
...
@@ -743,6 +747,10 @@ case $basic_machine in
basic_machine
=
or32-unknown
os
=
-coff
;;
os400
)
basic_machine
=
powerpc-ibm
os
=
-os400
;;
OSE68000
|
ose68000
)
basic_machine
=
m68000-ericsson
os
=
-ose
...
...
@@ -963,6 +971,10 @@ case $basic_machine in
tower
|
tower-32
)
basic_machine
=
m68k-ncr
;;
tpf
)
basic_machine
=
s390x-ibm
os
=
-tpf
;;
udi29k
)
basic_machine
=
a29k-amd
os
=
-udi
...
...
@@ -1137,13 +1149,13 @@ case $os in
|
-udi
*
|
-eabi
*
|
-lites
*
|
-ieee
*
|
-go32
*
|
-aux
*
\
|
-chorusos
*
|
-chorusrdb
*
\
|
-cygwin
*
|
-pe
*
|
-psos
*
|
-moss
*
|
-proelf
*
|
-rtems
*
\
|
-mingw32
*
|
-linux-gnu
*
|
-uxpv
*
|
-beos
*
|
-mpeix
*
|
-udk
*
\
|
-mingw32
*
|
-linux-gnu
*
|
-
linux-uclibc
*
|
-
uxpv
*
|
-beos
*
|
-mpeix
*
|
-udk
*
\
|
-interix
*
|
-uwin
*
|
-mks
*
|
-rhapsody
*
|
-darwin
*
|
-opened
*
\
|
-openstep
*
|
-oskit
*
|
-conix
*
|
-pw32
*
|
-nonstopux
*
\
|
-storm-chaos
*
|
-tops10
*
|
-tenex
*
|
-tops20
*
|
-its
*
\
|
-os2
*
|
-vos
*
|
-palmos
*
|
-uclinux
*
|
-nucleus
*
\
|
-morphos
*
|
-superux
*
|
-rtmk
*
|
-rtmk-nova
*
|
-windiss
*
\
|
-powermax
*
|
-dnix
*
|
-nx6
|
-nx7
|
-sei
*
)
|
-powermax
*
|
-dnix
*
|
-nx6
|
-nx7
|
-sei
*
|
-dragonfly
*
)
# Remember, each alternative MUST END IN *, to match a version number.
;;
-qnx
*
)
...
...
@@ -1182,6 +1194,9 @@ case $os in
-opened
*
)
os
=
-openedition
;;
-os400
*
)
os
=
-os400
;;
-wince
*
)
os
=
-wince
;;
...
...
@@ -1203,6 +1218,9 @@ case $os in
-atheos
*
)
os
=
-atheos
;;
-syllable
*
)
os
=
-syllable
;;
-386bsd
)
os
=
-bsd
;;
...
...
@@ -1225,6 +1243,9 @@ case $os in
-sinix
*
)
os
=
-sysv4
;;
-tpf
*
)
os
=
-tpf
;;
-triton
*
)
os
=
-sysv3
;;
...
...
@@ -1473,9 +1494,15 @@ case $basic_machine in
-mvs
*
|
-opened
*
)
vendor
=
ibm
;;
-os400
*
)
vendor
=
ibm
;;
-ptx
*
)
vendor
=
sequent
;;
-tpf
*
)
vendor
=
ibm
;;
-vxsim
*
|
-vxworks
*
|
-windiss
*
)
vendor
=
wrs
;;
...
...
configure
View file @
c3cb1cf2
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.5
8
.
# Generated by GNU Autoconf 2.5
9
.
#
# Copyright (C) 2003 Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
...
...
@@ -1033,8 +1033,7 @@ Optional Features:
build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock
avoid locking (might break parallel builds)
--disable-libtool-lock avoid locking (might break parallel builds)
--disable-iconv disable iconv support
--disable-ogg disable ogg support
--disable-flac disable flac support
...
...
@@ -1052,10 +1051,9 @@ Optional Features:
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-gnu-ld
assume the C compiler uses GNU ld [default=no]
--with-pic
try to use only PIC/non-PIC objects [default=use both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-tags[=TAGS]
include additional configurations [automatic]
--with-id3tag=PFX Prefix where libid3tag is installed (optional)
...
...
@@ -1080,28 +1078,18 @@ Optional Packages:
--with-audiofile-exec-prefix=PFX Exec prefix where Audio File Library is installed (optional)
Some influential environment variables:
CC
C compiler command
CFLAGS
C compiler flags
LDFLAGS
linker flags, e.g. -L<lib dir> if you have
libraries in a nonstandard directory <lib dir>
CPPFLAGS
C/C++ preprocessor flags, e.g. -I<include dir> if you
have headers in a nonstandard directory <include dir>
CPP
C preprocessor
CXX
C++ compiler command
CXXFLAGS
C++ compiler flags
CXXCPP
C++ preprocessor
F77
Fortran 77 compiler command
FFLAGS
Fortran 77 compiler flags
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
CPP C preprocessor
CXX C++ compiler command
CXXFLAGS C++ compiler flags
CXXCPP C++ preprocessor
F77 Fortran 77 compiler command
FFLAGS Fortran 77 compiler flags
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
...
...
@@ -1214,7 +1202,7 @@ This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by
$as_me
, which was
generated by GNU Autoconf 2.5
8
. Invocation command line was
generated by GNU Autoconf 2.5
9
. Invocation command line was
$ $0
$@
...
...
@@ -1797,7 +1785,7 @@ fi
# Define the identity of the package.
PACKAGE
=
mpd
VERSION
=
0.9.
4
VERSION
=
0.9.
5
cat
>>
confdefs.h
<<
_ACEOF
...
...
@@ -3668,7 +3656,7 @@ ia64-*-hpux*)
;;
*
-
*
-irix6
*
)
# Find out which ABI we are using.
echo
'#line 36
71
"configure"'
>
conftest.
$ac_ext
echo
'#line 36
59
"configure"'
>
conftest.
$ac_ext
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compile
\"
"
)
>
&5
(
eval
$ac_compile
)
2>&5
ac_status
=
$?
...
...
@@ -5192,7 +5180,7 @@ fi
# Provide some information about the compiler.
echo
"
$as_me
:51
95
:"
\
echo
"
$as_me
:51
83
:"
\
"checking for Fortran 77 compiler version"
>
&5
ac_compiler
=
`
set
X
$ac_compile
;
echo
$2
`
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compiler
--version </dev/null >&5
\"
"
)
>
&5
...
...
@@ -6224,11 +6212,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:62
27
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:62
15
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:62
31
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:62
19
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -6457,11 +6445,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:64
60
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:64
48
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:64
64
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:64
52
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -6524,11 +6512,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:65
27
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:65
15
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:65
31
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:65
19
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -8699,7 +8687,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 8
702
"configure"
#line 8
690
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -8797,7 +8785,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 8
800
"configure"
#line 8
788
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -10974,11 +10962,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:109
77
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:109
65
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:109
81
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:109
69
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -11041,11 +11029,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:110
44
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:110
32
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:110
48
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:110
36
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -12395,7 +12383,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 123
98
"configure"
#line 123
86
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -12493,7 +12481,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 124
96
"configure"
#line 124
84
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -13320,11 +13308,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:133
23
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:133
11
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:133
27
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:133
15
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -13387,11 +13375,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:133
90
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:133
78
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:133
94
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:133
82
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -15419,11 +15407,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:154
22
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:154
10
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:154
26
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:154
14
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -15652,11 +15640,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:156
55
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:156
43
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:156
59
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:156
47
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -15719,11 +15707,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:157
22
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:157
10
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:157
26
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:157
14
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -17894,7 +17882,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 178
97
"configure"
#line 178
85
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -17992,7 +17980,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 179
95
"configure"
#line 179
83
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -21782,7 +21770,7 @@ _ASBOX
cat >&5 <<_CSEOF
This file was extended by
$as_me
, which was
generated by GNU Autoconf 2.5
8
. Invocation command line was
generated by GNU Autoconf 2.5
9
. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
CONFIG_HEADERS =
$CONFIG_HEADERS
...
...
@@ -21840,7 +21828,7 @@ _ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
ac_cs_version="\\
config.status
configured by
$0
, generated by GNU Autoconf 2.5
8
,
configured by
$0
, generated by GNU Autoconf 2.5
9
,
with options \\"`echo "
$ac_configure_args
" | sed 's/[\\""\`\
$]
/\\\\&/g'`\\"
Copyright (C) 2003 Free Software Foundation, Inc.
...
...
configure.in
View file @
c3cb1cf2
AC_INIT(src/main.c)
AM_INIT_AUTOMAKE(mpd, 0.9.
4
)
AM_INIT_AUTOMAKE(mpd, 0.9.
5
)
AC_PROG_CC
AC_PROG_INSTALL
...
...
ltmain.sh
View file @
c3cb1cf2
...
...
@@ -56,7 +56,7 @@ modename="$progname"
PROGRAM
=
ltmain.sh
PACKAGE
=
libtool
VERSION
=
1.5.0a
TIMESTAMP
=
" (1.1220.2.35 2003/11/12 18:51:58) Debian
$Rev
: 1
5
9 $"
TIMESTAMP
=
" (1.1220.2.35 2003/11/12 18:51:58) Debian
$Rev
: 1
7
9 $"
default_mode
=
help
=
"Try
\`
$progname
--help' for more information."
...
...
@@ -858,7 +858,7 @@ EOF
;;
esac
libtool_args
=
"
$nonopt
"
base_compile
=
"
$nonopt
"
base_compile
=
"
$nonopt
$@
"
compile_command
=
"
$nonopt
"
finalize_command
=
"
$nonopt
"
...
...
@@ -908,7 +908,7 @@ EOF
# Only attempt this if the compiler in the base link
# command doesn't match the default compiler.
if
test
-n
"
$available_tags
"
&&
test
-z
"
$tagname
"
;
then
case
"
$base_compile
"
in
case
$base_compile
in
# Blanks in the command may have been stripped by the calling shell,
# but not from the CC environment variable when configure was run.
"
$CC
"
*
|
"
$CC
"
*
|
"
`
$echo
$CC
`
"
*
|
"
`
$echo
$CC
`
"
*
)
;;
...
...
@@ -919,7 +919,7 @@ EOF
if
grep
"^# ### BEGIN LIBTOOL TAG CONFIG:
$z
$"
<
"
$0
"
>
/dev/null
;
then
# Evaluate the configuration.
eval
"
`
${
SED
}
-n
-e
'/^# ### BEGIN LIBTOOL TAG CONFIG: '
$z
'$/,/^# ### END LIBTOOL TAG CONFIG: '
$z
'$/p'
<
$0
`
"
case
"
$base_compile
"
in
case
$base_compile
in
"
$CC
"
*
|
"
$CC
"
*
|
"
`
$echo
$CC
`
"
*
|
"
`
$echo
$CC
`
"
*
)
# The compiler in $compile_command matches
# the one in the tagged configuration.
...
...
@@ -975,7 +975,6 @@ EOF
# Go through the arguments, transforming them on the way.
while
test
"$#"
-gt
0
;
do
arg
=
"
$1
"
base_compile
=
"
$base_compile
$arg
"
shift
case
$arg
in
*
[
\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \
]
*
|
*
]
*
|
""
)
...
...
@@ -5638,7 +5637,7 @@ relink_command=\"$relink_command\""
tmpdir
=
"/tmp"
test
-n
"
$TMPDIR
"
&&
tmpdir
=
"
$TMPDIR
"
tmpdir
=
"
$tmpdir
/libtool-
$$
"
if
$mkdir
-p
"
$tmpdir
"
&&
chmod
700
"
$tmpdir
"
;
then
:
if
$mkdir
"
$tmpdir
"
&&
chmod
700
"
$tmpdir
"
;
then
:
else
$echo
"
$modename
: error: cannot create temporary directory
\`
$tmpdir
'"
1>&2
continue
...
...
src/libid3tag/config.h.in
View file @
c3cb1cf2
/* config.h.in. Generated from configure.ac by autoheader. */
/*
Define to enable diagnostic debugging support. */
/* Define to enable diagnostic debugging support. */
#undef DEBUG
/*
Define to 1 if you have the <assert.h>
header file. */
/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
/*
Define to 1 if you have the <dlfcn.h>
header file. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/*
Define to 1 if you have the `ftruncate'
function. */
/* Define to 1 if you have the `ftruncate' function. */
#undef HAVE_FTRUNCATE
/*
Define to 1 if you have the <inttypes.h>
header file. */
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/*
Define to 1 if you have the `z'
library (-lz). */
/* Define to 1 if you have the `z' library (-lz). */
#undef HAVE_LIBZ
/*
Define to 1 if you have the <memory.h>
header file. */
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/*
Define to 1 if you have the <stdint.h>
header file. */
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/*
Define to 1 if you have the <stdlib.h>
header file. */
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/*
Define to 1 if you have the <strings.h>
header file. */
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/*
Define to 1 if you have the <string.h>
header file. */
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/*
Define to 1 if you have the <sys/stat.h>
header file. */
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/*
Define to 1 if you have the <sys/types.h>
header file. */
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/*
Define to 1 if you have the <unistd.h>
header file. */
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/*
Define to disable debugging assertions. */
/* Define to disable debugging assertions. */
#undef NDEBUG
/*
Name of package */
/* Name of package */
#undef PACKAGE
/*
Define to the address where bug reports for
this package should be sent. */
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/*
Define to the full name of this package.
*/
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/*
Define to the full name and version of
this package. */
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/*
Define to the one symbol short name of
this package. */
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/*
Define to the version of this package. */
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/*
Define to 1 if you have the ANSI
C header files. */
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/*
Version number of package */
/* Version number of package */
#undef VERSION
/*
Define to empty if `const' does not conform
to ANSI C. */
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `__inline__' or `__inline' if that's what the C compiler
...
...
src/libid3tag/configure
View file @
c3cb1cf2
#! /bin/sh
# From configure.ac Id: configure.ac,v 1.1 2003/08/14 03:57:13 shank Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.5
8
for ID3 Tag 0.15.0b.
# Generated by GNU Autoconf 2.5
9
for ID3 Tag 0.15.0b.
#
# Report bugs to <support@underbit.com>.
#
...
...
@@ -1036,48 +1036,33 @@ Optional Features:
build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock
avoid locking (might break parallel builds)
--enable-profiling
generate profiling code
--enable-debugging
enable diagnostic debugging support
--disable-debugging
do not enable debugging and use more optimization
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-profiling generate profiling code
--enable-debugging enable diagnostic debugging support
--disable-debugging do not enable debugging and use more optimization
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-gnu-ld
assume the C compiler uses GNU ld [default=no]
--with-pic
try to use only PIC/non-PIC objects [default=use both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-tags[=TAGS]
include additional configurations [automatic]
Some influential environment variables:
CC
C compiler command
CFLAGS
C compiler flags
LDFLAGS
linker flags, e.g. -L<lib dir> if you have
libraries in a nonstandard directory <lib dir>
CPPFLAGS
C/C++ preprocessor flags, e.g. -I<include dir> if you
have headers in a nonstandard directory <include dir>
CPP
C preprocessor
CXX
C++ compiler command
CXXFLAGS
C++ compiler flags
CXXCPP
C++ preprocessor
F77
Fortran 77 compiler command
FFLAGS
Fortran 77 compiler flags
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
CPP C preprocessor
CXX C++ compiler command
CXXFLAGS C++ compiler flags
CXXCPP C++ preprocessor
F77 Fortran 77 compiler command
FFLAGS Fortran 77 compiler flags
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
...
...
@@ -1179,7 +1164,7 @@ test -n "$ac_init_help" && exit 0
if
$ac_init_version
;
then
cat
<<
\
_ACEOF
ID3 Tag configure 0.15.0b
generated by GNU Autoconf 2.5
8
generated by GNU Autoconf 2.5
9
Copyright (C) 2003 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
...
...
@@ -1193,7 +1178,7 @@ This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by ID3 Tag
$as_me
0.15.0b, which was
generated by GNU Autoconf 2.5
8
. Invocation command line was
generated by GNU Autoconf 2.5
9
. Invocation command line was
$ $0
$@
...
...
@@ -3607,7 +3592,7 @@ ia64-*-hpux*)
;;
*
-
*
-irix6
*
)
# Find out which ABI we are using.
echo
'#line 3
610
"configure"'
>
conftest.
$ac_ext
echo
'#line 3
595
"configure"'
>
conftest.
$ac_ext
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compile
\"
"
)
>
&5
(
eval
$ac_compile
)
2>&5
ac_status
=
$?
...
...
@@ -5131,7 +5116,7 @@ fi
# Provide some information about the compiler.
echo
"
$as_me
:51
34
:"
\
echo
"
$as_me
:51
19
:"
\
"checking for Fortran 77 compiler version"
>
&5
ac_compiler
=
`
set
X
$ac_compile
;
echo
$2
`
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compiler
--version </dev/null >&5
\"
"
)
>
&5
...
...
@@ -6163,11 +6148,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:61
66
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:61
51
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:61
70
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:61
55
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -6396,11 +6381,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:63
99
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:63
84
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:6
403
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:6
388
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -6463,11 +6448,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:64
66
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:64
51
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:64
70
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:64
55
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -8638,7 +8623,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 86
41
"configure"
#line 86
26
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -8736,7 +8721,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 87
39
"configure"
#line 87
24
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -10913,11 +10898,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:109
16
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:109
01
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:109
20
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:109
05
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -10980,11 +10965,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:109
83
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:109
68
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:109
87
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:109
72
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -12334,7 +12319,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 123
37
"configure"
#line 123
22
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -12432,7 +12417,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 124
35
"configure"
#line 124
20
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -13259,11 +13244,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:132
62
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:132
47
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:132
66
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:132
51
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -13326,11 +13311,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:133
29
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:133
14
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:133
33
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:133
18
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -15358,11 +15343,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:153
61
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:153
46
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:153
65
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:153
50
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -15591,11 +15576,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:155
94
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:155
79
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:155
98
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:155
83
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -15658,11 +15643,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:156
61
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:156
46
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:156
65
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:156
50
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -17833,7 +17818,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 178
36
"configure"
#line 178
21
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -17931,7 +17916,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 179
34
"configure"
#line 179
19
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -20343,7 +20328,7 @@ _ASBOX
cat >&5 <<_CSEOF
This file was extended by ID3 Tag
$as_me
0.15.0b, which was
generated by GNU Autoconf 2.5
8
. Invocation command line was
generated by GNU Autoconf 2.5
9
. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
CONFIG_HEADERS =
$CONFIG_HEADERS
...
...
@@ -20406,7 +20391,7 @@ _ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
ac_cs_version="\\
ID3 Tag config.status 0.15.0b
configured by
$0
, generated by GNU Autoconf 2.5
8
,
configured by
$0
, generated by GNU Autoconf 2.5
9
,
with options \\"`echo "
$ac_configure_args
" | sed 's/[\\""\`\
$]
/\\\\&/g'`\\"
Copyright (C) 2003 Free Software Foundation, Inc.
...
...
src/libmad/config.h.in
View file @
c3cb1cf2
/* config.h.in. Generated from configure.ac by autoheader. */
/*
Define to enable diagnostic debugging support. */
/* Define to enable diagnostic debugging support. */
#undef DEBUG
/*
Define to enable experimental code. */
/* Define to enable experimental code. */
#undef EXPERIMENTAL
/*
Define to 1 if you have the <assert.h>
header file. */
/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
/*
Define to 1 if you have the <dlfcn.h>
header file. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/*
Define to 1 if you have the <errno.h>
header file. */
/* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
/*
Define to 1 if you have the `fcntl'
function. */
/* Define to 1 if you have the `fcntl' function. */
#undef HAVE_FCNTL
/*
Define to 1 if you have the <fcntl.h>
header file. */
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/*
Define to 1 if you have the `fork'
function. */
/* Define to 1 if you have the `fork' function. */
#undef HAVE_FORK
/*
Define to 1 if you have the <inttypes.h>
header file. */
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/*
Define to 1 if you have the <limits.h>
header file. */
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
/*
Define if your MIPS CPU supports a 2-operand
MADD16 instruction. */
/* Define if your MIPS CPU supports a 2-operand MADD16 instruction. */
#undef HAVE_MADD16_ASM
/*
Define if your MIPS CPU supports a 2-operand
MADD instruction. */
/* Define if your MIPS CPU supports a 2-operand MADD instruction. */
#undef HAVE_MADD_ASM
/*
Define to 1 if you have the <memory.h>
header file. */
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/*
Define to 1 if you have the `pipe'
function. */
/* Define to 1 if you have the `pipe' function. */
#undef HAVE_PIPE
/*
Define to 1 if you have the <stdint.h>
header file. */
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/*
Define to 1 if you have the <stdlib.h>
header file. */
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/*
Define to 1 if you have the <strings.h>
header file. */
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/*
Define to 1 if you have the <string.h>
header file. */
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/*
Define to 1 if you have the <sys/stat.h>
header file. */
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/*
Define to 1 if you have the <sys/types.h>
header file. */
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/*
Define to 1 if you have <sys/wait.h> that
is POSIX.1 compatible. */
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#undef HAVE_SYS_WAIT_H
/*
Define to 1 if you have the <unistd.h>
header file. */
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/*
Define to 1 if you have the `waitpid'
function. */
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
/*
Define to disable debugging assertions. */
/* Define to disable debugging assertions. */
#undef NDEBUG
/*
Define to optimize for accuracy over speed. */
/* Define to optimize for accuracy over speed. */
#undef OPT_ACCURACY
/*
Define to optimize for speed over accuracy. */
/* Define to optimize for speed over accuracy. */
#undef OPT_SPEED
/*
Define to enable a fast subband synthesis approximation
optimization. */
/* Define to enable a fast subband synthesis approximation optimization. */
#undef OPT_SSO
/*
Define to influence a strict interpretation of the
ISO/IEC standards, even if this is in opposition
with best accepted practices. */
/* Define to influence a strict interpretation of the ISO/IEC standards, even
if this is in opposition with best accepted practices. */
#undef OPT_STRICT
/*
Name of package */
/* Name of package */
#undef PACKAGE
/*
Define to the address where bug reports for
this package should be sent. */
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/*
Define to the full name of this package.
*/
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/*
Define to the full name and version of
this package. */
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/*
Define to the one symbol short name of
this package. */
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/*
Define to the version of this package. */
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/*
The size of a `int', as computed by
sizeof. */
/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT
/*
The size of a `long', as computed by
sizeof. */
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
/*
The size of a `long long', as computed
by sizeof. */
/* The size of a `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
/*
Define to 1 if you have the ANSI
C header files. */
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/*
Version number of package */
/* Version number of package */
#undef VERSION
/*
Define to empty if `const' does not conform
to ANSI C. */
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `__inline__' or `__inline' if that's what the C compiler
...
...
@@ -199,7 +127,5 @@
#undef inline
#endif
/*
Define to `int' if <sys/types.h> does not define.
*/
/* Define to `int' if <sys/types.h> does not define. */
#undef pid_t
src/libmad/configure
View file @
c3cb1cf2
#! /bin/sh
# From configure.ac Id: configure.ac,v 1.1 2003/08/14 03:57:13 shank Exp .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.5
8
for MPEG Audio Decoder 0.15.0b.
# Generated by GNU Autoconf 2.5
9
for MPEG Audio Decoder 0.15.0b.
#
# Report bugs to <support@underbit.com>.
#
...
...
@@ -1036,63 +1036,41 @@ Optional Features:
build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock
avoid locking (might break parallel builds)
--enable-speed
optimize for speed over accuracy
--enable-accuracy
optimize for accuracy over speed
--enable-fpm=ARCH
use ARCH-specific fixed-point math routines (one of: intel,
arm, mips, sparc, ppc, 64bit, default)
--enable-sso
use subband synthesis optimization
--disable-aso
disable architecture-specific optimizations
--enable-strict-iso
use strict ISO/IEC interpretations
--enable-profiling
generate profiling code
--enable-debugging
enable diagnostic debugging support
--disable-debugging
do not enable debugging and use more optimization
--enable-experimental
enable experimental code
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-speed optimize for speed over accuracy
--enable-accuracy optimize for accuracy over speed
--enable-fpm=ARCH use ARCH-specific fixed-point math routines (one of:
intel, arm, mips, sparc, ppc, 64bit, default)
--enable-sso use subband synthesis optimization
--disable-aso disable architecture-specific optimizations
--enable-strict-iso use strict ISO/IEC interpretations
--enable-profiling generate profiling code
--enable-debugging enable diagnostic debugging support
--disable-debugging do not enable debugging and use more optimization
--enable-experimental enable experimental code
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-gnu-ld
assume the C compiler uses GNU ld [default=no]
--with-pic
try to use only PIC/non-PIC objects [default=use both]
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-pic try to use only PIC/non-PIC objects [default=use
both]
--with-tags[=TAGS]
include additional configurations [automatic]
Some influential environment variables:
CC
C compiler command
CFLAGS
C compiler flags
LDFLAGS
linker flags, e.g. -L<lib dir> if you have
libraries in a nonstandard directory <lib dir>
CPPFLAGS
C/C++ preprocessor flags, e.g. -I<include dir> if you
have headers in a nonstandard directory <include dir>
CPP
C preprocessor
CXX
C++ compiler command
CXXFLAGS
C++ compiler flags
CXXCPP
C++ preprocessor
F77
Fortran 77 compiler command
FFLAGS
Fortran 77 compiler flags
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
headers in a nonstandard directory <include dir>
CPP C preprocessor
CXX C++ compiler command
CXXFLAGS C++ compiler flags
CXXCPP C++ preprocessor
F77 Fortran 77 compiler command
FFLAGS Fortran 77 compiler flags
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
...
...
@@ -1194,7 +1172,7 @@ test -n "$ac_init_help" && exit 0
if
$ac_init_version
;
then
cat
<<
\
_ACEOF
MPEG Audio Decoder configure 0.15.0b
generated by GNU Autoconf 2.5
8
generated by GNU Autoconf 2.5
9
Copyright (C) 2003 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
...
...
@@ -1208,7 +1186,7 @@ This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by MPEG Audio Decoder
$as_me
0.15.0b, which was
generated by GNU Autoconf 2.5
8
. Invocation command line was
generated by GNU Autoconf 2.5
9
. Invocation command line was
$ $0
$@
...
...
@@ -3629,7 +3607,7 @@ ia64-*-hpux*)
;;
*
-
*
-irix6
*
)
# Find out which ABI we are using.
echo
'#line 36
32
"configure"'
>
conftest.
$ac_ext
echo
'#line 36
10
"configure"'
>
conftest.
$ac_ext
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compile
\"
"
)
>
&5
(
eval
$ac_compile
)
2>&5
ac_status
=
$?
...
...
@@ -5153,7 +5131,7 @@ fi
# Provide some information about the compiler.
echo
"
$as_me
:51
56
:"
\
echo
"
$as_me
:51
34
:"
\
"checking for Fortran 77 compiler version"
>
&5
ac_compiler
=
`
set
X
$ac_compile
;
echo
$2
`
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compiler
--version </dev/null >&5
\"
"
)
>
&5
...
...
@@ -6185,11 +6163,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:61
88
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:61
66
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:61
92
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:61
70
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -6418,11 +6396,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:6
421
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:6
399
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:64
25
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:64
03
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -6485,11 +6463,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:64
88
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:64
66
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:64
92
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:64
70
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -8660,7 +8638,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 86
63
"configure"
#line 86
41
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -8758,7 +8736,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 87
61
"configure"
#line 87
39
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -10935,11 +10913,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:109
38
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:109
16
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:109
42
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:109
20
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -11002,11 +10980,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:1
1005
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:1
0983
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:1
1009
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:1
0987
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -12356,7 +12334,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 123
59
"configure"
#line 123
37
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -12454,7 +12432,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 124
57
"configure"
#line 124
35
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -13281,11 +13259,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:132
84
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:132
62
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:132
88
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:132
66
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -13348,11 +13326,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:133
51
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:133
29
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:133
55
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:133
33
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -15380,11 +15358,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:153
83
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:153
61
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:153
87
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:153
65
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -15613,11 +15591,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:15
616
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:15
594
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:15
620
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:15
598
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
"
$ac_outfile
"
;
then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings
...
...
@@ -15680,11 +15658,11 @@ else
-e
's:.*FLAGS}? :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:156
83
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:156
61
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:156
87
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:156
65
:
\$
? =
$ac_status
"
>
&5
if
(
exit
$ac_status
)
&&
test
-s
out/conftest2.
$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
...
...
@@ -17855,7 +17833,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 178
58
"configure"
#line 178
36
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -17953,7 +17931,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 179
56
"configure"
#line 179
34
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -21758,7 +21736,7 @@ _ASBOX
cat >&5 <<_CSEOF
This file was extended by MPEG Audio Decoder
$as_me
0.15.0b, which was
generated by GNU Autoconf 2.5
8
. Invocation command line was
generated by GNU Autoconf 2.5
9
. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
CONFIG_HEADERS =
$CONFIG_HEADERS
...
...
@@ -21821,7 +21799,7 @@ _ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
ac_cs_version="\\
MPEG Audio Decoder config.status 0.15.0b
configured by
$0
, generated by GNU Autoconf 2.5
8
,
configured by
$0
, generated by GNU Autoconf 2.5
9
,
with options \\"`echo "
$ac_configure_args
" | sed 's/[\\""\`\
$]
/\\\\&/g'`\\"
Copyright (C) 2003 Free Software Foundation, Inc.
...
...
src/tag.c
View file @
c3cb1cf2
...
...
@@ -190,7 +190,8 @@ MpdTag * oggTagDup(char * file) {
while
(
*
comments
)
{
temp
=
strdup
(
*
comments
);
s1
=
strtok
(
temp
,
"="
);
++
comments
;
if
(
!
(
s1
=
strtok
(
temp
,
"="
)))
continue
;
s2
=
strtok
(
NULL
,
"="
);
if
(
0
==
strcasecmp
(
s1
,
"artist"
))
{
if
(
!
ret
->
artist
&&
s2
)
{
...
...
@@ -221,7 +222,6 @@ MpdTag * oggTagDup(char * file) {
}
}
free
(
temp
);
++
comments
;
}
ov_clear
(
&
vf
);
...
...
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