Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
5019f45d
Commit
5019f45d
authored
Nov 21, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix detection of QT Embedded development headers.
parent
9d2e4900
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
566 additions
and
883 deletions
+566
-883
configure
configure
+539
-865
configure.in
configure.in
+27
-18
No files found.
configure
View file @
5019f45d
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.5
3
.
# Generated by GNU Autoconf 2.5
4
.
#
# Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
if
expr
a :
'\(a\)'
>
/dev/null 2>&1
;
then
as_expr
=
expr
else
as_expr
=
false
fi
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
...
...
@@ -22,11 +14,13 @@ fi
if
test
-n
"
${
ZSH_VERSION
+set
}
"
&&
(
emulate sh
)
>
/dev/null 2>&1
;
then
emulate sh
NULLCMD
=
:
# Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
# is contrary to our usage. Disable this feature.
alias
-g
'${1+"$@"}'
=
'"$@"'
elif
test
-n
"
${
BASH_VERSION
+set
}
"
&&
(
set
-o
posix
)
>
/dev/null 2>&1
;
then
set
-o
posix
fi
# NLS nuisances.
# Support unset when possible.
if
(
FOO
=
FOO
;
unset
FOO
)
>
/dev/null 2>&1
;
then
as_unset
=
unset
...
...
@@ -34,34 +28,39 @@ else
as_unset
=
false
fi
(
set
+x
;
test
-n
"
`
(
LANG
=
C
;
export
LANG
)
2>&1
`
"
)
&&
{
$as_unset
LANG
||
test
"
${
LANG
+set
}
"
!=
set
;
}
||
{
LANG
=
C
;
export
LANG
;
}
(
set
+x
;
test
-n
"
`
(
LC_ALL
=
C
;
export
LC_ALL
)
2>&1
`
"
)
&&
{
$as_unset
LC_ALL
||
test
"
${
LC_ALL
+set
}
"
!=
set
;
}
||
{
LC_ALL
=
C
;
export
LC_ALL
;
}
(
set
+x
;
test
-n
"
`
(
LC_TIME
=
C
;
export
LC_TIME
)
2>&1
`
"
)
&&
{
$as_unset
LC_TIME
||
test
"
${
LC_TIME
+set
}
"
!=
set
;
}
||
{
LC_TIME
=
C
;
export
LC_TIME
;
}
(
set
+x
;
test
-n
"
`
(
LC_CTYPE
=
C
;
export
LC_CTYPE
)
2>&1
`
"
)
&&
{
$as_unset
LC_CTYPE
||
test
"
${
LC_CTYPE
+set
}
"
!=
set
;
}
||
{
LC_CTYPE
=
C
;
export
LC_CTYPE
;
}
(
set
+x
;
test
-n
"
`
(
LANGUAGE
=
C
;
export
LANGUAGE
)
2>&1
`
"
)
&&
{
$as_unset
LANGUAGE
||
test
"
${
LANGUAGE
+set
}
"
!=
set
;
}
||
{
LANGUAGE
=
C
;
export
LANGUAGE
;
}
(
set
+x
;
test
-n
"
`
(
LC_COLLATE
=
C
;
export
LC_COLLATE
)
2>&1
`
"
)
&&
{
$as_unset
LC_COLLATE
||
test
"
${
LC_COLLATE
+set
}
"
!=
set
;
}
||
{
LC_COLLATE
=
C
;
export
LC_COLLATE
;
}
(
set
+x
;
test
-n
"
`
(
LC_NUMERIC
=
C
;
export
LC_NUMERIC
)
2>&1
`
"
)
&&
{
$as_unset
LC_NUMERIC
||
test
"
${
LC_NUMERIC
+set
}
"
!=
set
;
}
||
{
LC_NUMERIC
=
C
;
export
LC_NUMERIC
;
}
(
set
+x
;
test
-n
"
`
(
LC_MESSAGES
=
C
;
export
LC_MESSAGES
)
2>&1
`
"
)
&&
{
$as_unset
LC_MESSAGES
||
test
"
${
LC_MESSAGES
+set
}
"
!=
set
;
}
||
{
LC_MESSAGES
=
C
;
export
LC_MESSAGES
;
}
# Work around bugs in pre-3.0 UWIN ksh.
$as_unset
ENV MAIL MAILPATH
PS1
=
'$ '
PS2
=
'> '
PS4
=
'+ '
# NLS nuisances.
for
as_var
in
LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
do
if
(
set
+x
;
test
-n
"
`
(
eval
$as_var
=
C
;
export
$as_var
)
2>&1
`
"
)
;
then
eval
$as_var
=
C
;
export
$as_var
else
$as_unset
$as_var
fi
done
# Required to use basename.
if
expr
a :
'\(a\)'
>
/dev/null 2>&1
;
then
as_expr
=
expr
else
as_expr
=
false
fi
if
(
basename
/
)
>
/dev/null 2>&1
&&
test
"X
`
basename
/ 2>&1
`
"
=
"X/"
;
then
as_basename
=
basename
else
as_basename
=
false
fi
# Name of the executable.
as_me
=
`
(
basename
"
$0
"
)
2>/dev/null
||
as_me
=
`
$as_basename
"
$0
"
||
$as_expr
X/
"
$0
"
:
'.*/\([^/][^/]*\)/*$'
\|
\
X
"
$0
"
:
'X\(//\)$'
\|
\
X
"
$0
"
:
'X\(/\)$'
\|
\
...
...
@@ -72,6 +71,7 @@ echo X/"$0" |
/^X\/\(\/\).*/{ s//\1/; q; }
s/.*/./; q'
`
# PATH needs CR, and LINENO needs CR and PATH.
# Avoid depending upon Character Ranges.
as_cr_letters
=
'abcdefghijklmnopqrstuvwxyz'
...
...
@@ -85,7 +85,7 @@ if test "${PATH_SEPARATOR+set}" != set; then
echo
"#! /bin/sh"
>
conftest.sh
echo
"exit 0"
>>
conftest.sh
chmod
+x conftest.sh
if
(
PATH
=
"
.
;."
;
conftest.sh
)
>
/dev/null 2>&1
;
then
if
(
PATH
=
"
/nonexistent
;."
;
conftest.sh
)
>
/dev/null 2>&1
;
then
PATH_SEPARATOR
=
';'
else
PATH_SEPARATOR
=
:
...
...
@@ -138,6 +138,8 @@ do
as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
test "x$as_lineno_1" != "x$as_lineno_2" &&
test "x$as_lineno_3" = "x$as_lineno_2" '
)
2>/dev/null
;
then
$as_unset
BASH_ENV
||
test
"
${
BASH_ENV
+set
}
"
!=
set
||
{
BASH_ENV
=
;
export
BASH_ENV
;
}
$as_unset
ENV
||
test
"
${
ENV
+set
}
"
!=
set
||
{
ENV
=
;
export
ENV
;
}
CONFIG_SHELL
=
$as_dir
/
$as_base
export
CONFIG_SHELL
exec
"
$CONFIG_SHELL
"
"
$0
"
${
1
+
"
$@
"
}
...
...
@@ -210,6 +212,12 @@ else
fi
rm
-f
conf
$$
conf
$$
.exe conf
$$
.file
if
mkdir
-p
.
2>/dev/null
;
then
as_mkdir_p
=
:
else
as_mkdir_p
=
false
fi
as_executable_p
=
"test -f"
# Sed expression to map a string onto a valid CPP name.
...
...
@@ -226,7 +234,7 @@ as_nl='
IFS
=
"
$as_nl
"
# CDPATH.
$as_unset
CDPATH
||
test
"
${
CDPATH
+set
}
"
!=
set
||
{
CDPATH
=
$PATH_SEPARATOR
;
export
CDPATH
;
}
$as_unset
CDPATH
# Name of the host.
...
...
@@ -240,6 +248,7 @@ exec 6>&1
# Initializations.
#
ac_default_prefix
=
/usr/local
ac_config_libobj_dir
=
.
cross_compiling
=
no
subdirs
=
MFLAGS
=
...
...
@@ -296,6 +305,8 @@ ac_includes_default="\
# include <unistd.h>
#endif"
ac_subst_vars
=
'SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os SET_MAKE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP RANLIB ac_ct_RANLIB STRIP ac_ct_STRIP AR ac_ct_AR LD ac_ct_LD GMAKE EGREP ALLOCA GLIBC21 LIBICONV USE_NLS MSGFMT GMSGFMT XGETTEXT INTLBISON BUILD_INCLUDED_LIBINTL USE_INCLUDED_LIBINTL CATALOGS CATOBJEXT GMOFILES INTLLIBS INTLOBJS POFILES POSUB DATADIRNAME INSTOBJEXT GENCAT MKINSTALLDIRS INTL_LIBTOOL_SUFFIX_PREFIX INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA WINDRES ac_ct_WINDRES SDL12_CONFIG SDL11_CONFIG SDL_CONFIG ESD_CONFIG ARTS_CONFIG GTK12_CONFIG GTK_CONFIG GNOME_CONFIG DATA_PATH PLUGIN_PATH SYS ARCH PLUGINS BUILTINS ALIASES DEBUG ASM CPROF GPROF OPTIMS TUNING RELEASE MOC BCBUILDER PACKAGE VERSION NEED_GETOPT CFLAGS_OPTIM CFLAGS_OPTIM_NODEBUG vlc_CFLAGS plugins_CFLAGS builtins_CFLAGS a52_CFLAGS arts_CFLAGS dvd_CFLAGS dvdread_CFLAGS mpeg_ts_dvbpsi_CFLAGS directx_CFLAGS esd_CFLAGS familiar_CFLAGS ffmpeg_CFLAGS glide_CFLAGS gnome_CFLAGS gtk_CFLAGS kde_CFLAGS idctaltivec_CFLAGS macosx_CFLAGS mad_CFLAGS memcpyaltivec_CFLAGS motionaltivec_CFLAGS opie_CFLAGS qt_CFLAGS qte_CFLAGS sdl_CFLAGS x11_CFLAGS xvideo_CFLAGS vlc_LDFLAGS plugins_LDFLAGS builtins_LDFLAGS a52_LDFLAGS aa_LDFLAGS alsa_LDFLAGS arts_LDFLAGS beos_LDFLAGS chroma_i420_rgb_LDFLAGS directx_LDFLAGS dsp_LDFLAGS dvd_LDFLAGS dvdread_LDFLAGS mpeg_ts_dvbpsi_LDFLAGS esd_LDFLAGS familiar_LDFLAGS filter_distort_LDFLAGS ffmpeg_LDFLAGS ggi_LDFLAGS glide_LDFLAGS gnome_LDFLAGS gtk_LDFLAGS http_LDFLAGS idctaltivec_LDFLAGS imdct_LDFLAGS imdct3dn_LDFLAGS imdctsse_LDFLAGS ipv4_LDFLAGS ipv6_LDFLAGS kde_LDFLAGS lirc_LDFLAGS macosx_LDFLAGS mad_LDFLAGS memcpyaltivec_LDFLAGS motionaltivec_LDFLAGS ncurses_LDFLAGS opie_LDFLAGS qnx_LDFLAGS qt_LDFLAGS qte_LDFLAGS rc_LDFLAGS sdl_LDFLAGS vcd_LDFLAGS vorbis_LDFLAGS waveout_LDFLAGS x11_LDFLAGS xvideo_LDFLAGS LIBOBJS LTLIBOBJS'
ac_subst_files
=
''
# Initialize some variables set by options.
ac_init_help
=
...
...
@@ -719,6 +730,9 @@ if test ! -r $srcdir/$ac_unique_file; then
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
(
cd
$srcdir
&&
test
-r
./
$ac_unique_file
)
2>/dev/null
||
{
echo
"
$as_me
: error: sources are in
$srcdir
, but
\`
cd
$srcdir
' does not work"
>
&2
{
(
exit
1
)
;
exit
1
;
}
;
}
srcdir
=
`
echo
"
$srcdir
"
|
sed
's%\([^\\/]\)[\\/]*$%\1%'
`
ac_env_build_alias_set
=
${
build_alias
+set
}
ac_env_build_alias_value
=
$build_alias
...
...
@@ -963,7 +977,7 @@ esac
# Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
# absolute.
ac_abs_builddir
=
`
cd
"
$ac_dir
"
&&
cd
$ac_builddir
&&
pwd
`
ac_abs_top_builddir
=
`
cd
"
$ac_dir
"
&&
cd
$
ac_top_builddir
&&
pwd
`
ac_abs_top_builddir
=
`
cd
"
$ac_dir
"
&&
cd
$
{
ac_top_builddir
}
.
&&
pwd
`
ac_abs_srcdir
=
`
cd
"
$ac_dir
"
&&
cd
$ac_srcdir
&&
pwd
`
ac_abs_top_srcdir
=
`
cd
"
$ac_dir
"
&&
cd
$ac_top_srcdir
&&
pwd
`
...
...
@@ -1003,7 +1017,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
3
. Invocation command line was
generated by GNU Autoconf 2.5
4
. Invocation command line was
$ $0
$@
...
...
@@ -1069,12 +1083,9 @@ do
*
" "
*
|
*
" "
*
|
*
[
\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\'
]
*
)
ac_arg
=
`
echo
"
$ac_arg
"
|
sed
"s/'/'
\\\\\\\\
''/g"
`
;;
esac
case
"
$ac_configure_args
"
in
*
" '
$ac_arg
' "
*
)
;;
# Avoid dups. Use of quotes ensures accuracy.
*
)
ac_configure_args
=
"
$ac_configure_args$ac_sep
'
$ac_arg
'"
ac_sep
=
" "
;;
esac
ac_configure_args
=
"
$ac_configure_args$ac_sep
'
$ac_arg
'"
# Get rid of the leading space.
ac_sep
=
" "
done
# When interrupted or exit'd, cleanup temporary files, and complete
...
...
@@ -1086,6 +1097,7 @@ trap 'exit_status=$?
# Save into config.log some information that might help in debugging.
{
echo
cat <<\_ASBOX
## ---------------- ##
## Cache variables. ##
...
...
@@ -1108,6 +1120,35 @@ _ASBOX
esac;
}
echo
cat <<\_ASBOX
## ----------------- ##
## Output variables. ##
## ----------------- ##
_ASBOX
echo
for ac_var in $ac_subst_vars
do
eval ac_val=$`echo $ac_var`
echo "$ac_var='
"'"
'$ac_val'
"'"
'"
done | sort
echo
if test -n "$ac_subst_files"; then
cat <<\_ASBOX
## ------------- ##
## Output files. ##
## ------------- ##
_ASBOX
echo
for ac_var in $ac_subst_files
do
eval ac_val=$`echo $ac_var`
echo "$ac_var='
"'"
'$ac_val'
"'"
'"
done | sort
echo
fi
if test -s confdefs.h; then
cat <<\_ASBOX
## ----------- ##
...
...
@@ -1115,7 +1156,7 @@ _ASBOX
## ----------- ##
_ASBOX
echo
sed "/^$/d" confdefs.h
sed "/^$/d" confdefs.h
| sort
echo
fi
test "$ac_signal" != 0 &&
...
...
@@ -1272,7 +1313,8 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers
=
"
$ac_config_headers
include/defs.h"
ac_config_headers
=
"
$ac_config_headers
include/defs.h"
ac_aux_dir
=
for
ac_dir
in
$srcdir
$srcdir
/..
$srcdir
/../..
;
do
...
...
@@ -1623,9 +1665,7 @@ if test $ac_prog_rejected = yes; then
# However, it has the same basename, so the bogon will be chosen
# first if we set CC to just the basename; use the full file name.
shift
set
dummy
"
$as_dir
/
$ac_word
"
${
1
+
"
$@
"
}
shift
ac_cv_prog_CC
=
"
$@
"
ac_cv_prog_CC
=
"
$as_dir
/
$ac_word
${
1
+
' '
}
$@
"
fi
fi
fi
...
...
@@ -1758,12 +1798,6 @@ cat >conftest.$ac_ext <<_ACEOF
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -1792,11 +1826,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
# Be careful to initialize this variable, since it used to be cached.
# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
ac_cv_exeext
=
for
ac_file
in
`
ls
a_out.exe a.exe conftest.exe 2>/dev/null
;
ls
a.out conftest 2>/dev/null
;
ls
a.
*
conftest.
*
2>/dev/null
`
;
do
for
ac_file
in
a_out.exe a.exe conftest.exe a.out conftest a.
*
conftest.
*
;
do
test
-f
"
$ac_file
"
||
continue
case
$ac_file
in
*
.
$ac_ext
|
*
.
o
|
*
.obj
|
*
.xcoff
|
*
.tds
|
*
.d
|
*
.pdb
|
*
.xSYM
)
;;
*
.
$ac_ext
|
*
.
xcoff
|
*
.tds
|
*
.d
|
*
.pdb
|
*
.xSYM
|
*
.bb
|
*
.bbg
|
*
.o
|
*
.obj
)
;;
a.out
)
# We found the default executable, but exeext='' is most
# certainly right.
break
;;
...
...
@@ -1810,8 +1843,10 @@ done
else
echo
"
$as_me
: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: C compiler cannot create executables"
>
&5
echo
"
$as_me
: error: C compiler cannot create executables"
>
&2
;
}
{
{
echo
"
$as_me
:
$LINENO
: error: C compiler cannot create executables
check
\`
config.log' for details."
>
&5
echo
"
$as_me
: error: C compiler cannot create executables
check
\`
config.log' for details."
>
&2
;
}
{
(
exit
77
)
;
exit
77
;
}
;
}
fi
...
...
@@ -1868,9 +1903,10 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
# work properly (i.e., refer to `conftest.exe'), while it won't with
# `rm'.
for
ac_file
in
`
(
ls
conftest.exe
;
ls
conftest
;
ls
conftest.
*
)
2>/dev/null
`
;
do
for
ac_file
in
conftest.exe conftest conftest.
*
;
do
test
-f
"
$ac_file
"
||
continue
case
$ac_file
in
*
.
$ac_ext
|
*
.
o
|
*
.obj
|
*
.xcoff
|
*
.tds
|
*
.d
|
*
.pdb
)
;;
*
.
$ac_ext
|
*
.
xcoff
|
*
.tds
|
*
.d
|
*
.pdb
|
*
.xSYM
|
*
.bb
|
*
.bbg
|
*
.o
|
*
.obj
)
;;
*
.
*
)
ac_cv_exeext
=
`
expr
"
$ac_file
"
:
'[^.]*\(\..*\)'
`
export
ac_cv_exeext
break
;;
...
...
@@ -1899,12 +1935,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -1921,7 +1951,7 @@ if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
(
exit
$ac_status
)
;
}
;
then
for
ac_file
in
`
(
ls
conftest.o conftest.obj
;
ls
conftest.
*
)
2>/dev/null
`
;
do
case
$ac_file
in
*
.
$ac_ext
|
*
.xcoff
|
*
.tds
|
*
.d
|
*
.pdb
)
;;
*
.
$ac_ext
|
*
.xcoff
|
*
.tds
|
*
.d
|
*
.pdb
|
*
.xSYM
|
*
.bb
|
*
.bbg
)
;;
*
)
ac_cv_objext
=
`
expr
"
$ac_file
"
:
'.*\.\(.*\)'
`
break
;;
esac
...
...
@@ -1949,12 +1979,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -2003,12 +2027,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -2054,6 +2072,97 @@ else
CFLAGS
=
fi
fi
echo
"
$as_me
:
$LINENO
: checking for
$CC
option to accept ANSI C"
>
&5
echo
$ECHO_N
"checking for
$CC
option to accept ANSI C...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_prog_cc_stdc
+set
}
"
=
set
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
ac_cv_prog_cc_stdc
=
no
ac_save_CC
=
$CC
cat
>
conftest.
$ac_ext
<<
_ACEOF
#line
$LINENO
"configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
char **p;
int i;
{
return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
char *s;
va_list v;
va_start (v,p);
s = g (p, va_arg (v,int));
va_end (v);
return s;
}
int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
int argc;
char **argv;
int
main ()
{
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
;
return 0;
}
_ACEOF
# Don't try gcc -ansi; that turns off useful extensions and
# breaks some systems' header files.
# AIX -qlanglvl=ansi
# Ultrix and OSF/1 -std1
# HP-UX 10.20 and later -Ae
# HP-UX older versions -Aa -D_HPUX_SOURCE
# SVR4 -Xc -D__EXTENSIONS__
for
ac_arg
in
""
-qlanglvl
=
ansi
-std1
-Ae
"-Aa -D_HPUX_SOURCE"
"-Xc -D__EXTENSIONS__"
do
CC
=
"
$ac_save_CC
$ac_arg
"
rm
-f
conftest.
$ac_objext
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compile
\"
"
)
>
&5
(
eval
$ac_compile
)
2>&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
&&
{
ac_try
=
'test -s conftest.$ac_objext'
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_try
\"
"
)
>
&5
(
eval
$ac_try
)
2>&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_prog_cc_stdc
=
$ac_arg
break
else
echo
"
$as_me
: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
fi
rm
-f
conftest.
$ac_objext
done
rm
-f
conftest.
$ac_ext
conftest.
$ac_objext
CC
=
$ac_save_CC
fi
case
"x
$ac_cv_prog_cc_stdc
"
in
x|xno
)
echo
"
$as_me
:
$LINENO
: result: none needed"
>
&5
echo
"
${
ECHO_T
}
none needed"
>
&6
;;
*
)
echo
"
$as_me
:
$LINENO
: result:
$ac_cv_prog_cc_stdc
"
>
&5
echo
"
${
ECHO_T
}
$ac_cv_prog_cc_stdc
"
>
&6
CC
=
"
$CC
$ac_cv_prog_cc_stdc
"
;;
esac
# Some people use a C++ compiler to compile C. Since we use `exit',
# in C++ we need to declare it. In case someone uses the same compiler
# for both compiling C and C++ we need to have the C++ compiler decide
...
...
@@ -2089,12 +2198,6 @@ do
#include "confdefs.h"
#include <stdlib.h>
$ac_declaration
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -2126,12 +2229,6 @@ rm -f conftest.$ac_objext conftest.$ac_ext
#line
$LINENO
"configure"
#include "confdefs.h"
$ac_declaration
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -2211,7 +2308,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -2244,7 +2341,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -2302,7 +2399,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -2335,7 +2432,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -2872,12 +2969,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char strerror ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -2916,6 +3007,21 @@ fi
echo
"
$as_me
:
$LINENO
: checking for egrep"
>
&5
echo
$ECHO_N
"checking for egrep...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_prog_egrep
+set
}
"
=
set
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
if
echo
a |
(
grep
-E
'(a|b)'
)
>
/dev/null 2>&1
then
ac_cv_prog_egrep
=
'grep -E'
else
ac_cv_prog_egrep
=
'egrep'
fi
fi
echo
"
$as_me
:
$LINENO
: result:
$ac_cv_prog_egrep
"
>
&5
echo
"
${
ECHO_T
}
$ac_cv_prog_egrep
"
>
&6
EGREP
=
$ac_cv_prog_egrep
echo
"
$as_me
:
$LINENO
: checking for ANSI C header files"
>
&5
echo
$ECHO_N
"checking for ANSI C header files...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_header_stdc
+set
}
"
=
set
;
then
...
...
@@ -2933,7 +3039,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -2964,7 +3070,7 @@ if test $ac_cv_header_stdc = yes; then
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"memchr"
>
/dev/null 2>&1
;
then
$EGREP
"memchr"
>
/dev/null 2>&1
;
then
:
else
ac_cv_header_stdc
=
no
...
...
@@ -2982,7 +3088,7 @@ if test $ac_cv_header_stdc = yes; then
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"free"
>
/dev/null 2>&1
;
then
$EGREP
"free"
>
/dev/null 2>&1
;
then
:
else
ac_cv_header_stdc
=
no
...
...
@@ -3041,7 +3147,7 @@ cat conftest.$ac_ext >&5
(
exit
$ac_status
)
ac_cv_header_stdc
=
no
fi
rm
-f
core core.
*
*
.core conftest
$ac_exeext
conftest.
$ac_objext
conftest.
$ac_ext
rm
-f
core core.
*
*
.core
gmon.out bb.out
conftest
$ac_exeext
conftest.
$ac_objext
conftest.
$ac_ext
fi
fi
fi
...
...
@@ -3055,103 +3161,6 @@ _ACEOF
fi
echo
"
$as_me
:
$LINENO
: checking for
$CC
option to accept ANSI C"
>
&5
echo
$ECHO_N
"checking for
$CC
option to accept ANSI C...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_prog_cc_stdc
+set
}
"
=
set
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
ac_cv_prog_cc_stdc
=
no
ac_save_CC
=
$CC
cat
>
conftest.
$ac_ext
<<
_ACEOF
#line
$LINENO
"configure"
#include "confdefs.h"
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
struct buf { int x; };
FILE * (*rcsopen) (struct buf *, struct stat *, int);
static char *e (p, i)
char **p;
int i;
{
return p[i];
}
static char *f (char * (*g) (char **, int), char **p, ...)
{
char *s;
va_list v;
va_start (v,p);
s = g (p, va_arg (v,int));
va_end (v);
return s;
}
int test (int i, double x);
struct s1 {int (*f) (int a);};
struct s2 {int (*f) (double a);};
int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
int argc;
char **argv;
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
;
return 0;
}
_ACEOF
# Don't try gcc -ansi; that turns off useful extensions and
# breaks some systems' header files.
# AIX -qlanglvl=ansi
# Ultrix and OSF/1 -std1
# HP-UX 10.20 and later -Ae
# HP-UX older versions -Aa -D_HPUX_SOURCE
# SVR4 -Xc -D__EXTENSIONS__
for
ac_arg
in
""
-qlanglvl
=
ansi
-std1
-Ae
"-Aa -D_HPUX_SOURCE"
"-Xc -D__EXTENSIONS__"
do
CC
=
"
$ac_save_CC
$ac_arg
"
rm
-f
conftest.
$ac_objext
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compile
\"
"
)
>
&5
(
eval
$ac_compile
)
2>&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
&&
{
ac_try
=
'test -s conftest.$ac_objext'
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_try
\"
"
)
>
&5
(
eval
$ac_try
)
2>&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_cv_prog_cc_stdc
=
$ac_arg
break
else
echo
"
$as_me
: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
fi
rm
-f
conftest.
$ac_objext
done
rm
-f
conftest.
$ac_ext
conftest.
$ac_objext
CC
=
$ac_save_CC
fi
case
"x
$ac_cv_prog_cc_stdc
"
in
x|xno
)
echo
"
$as_me
:
$LINENO
: result: none needed"
>
&5
echo
"
${
ECHO_T
}
none needed"
>
&6
;;
*
)
echo
"
$as_me
:
$LINENO
: result:
$ac_cv_prog_cc_stdc
"
>
&5
echo
"
${
ECHO_T
}
$ac_cv_prog_cc_stdc
"
>
&6
CC
=
"
$CC
$ac_cv_prog_cc_stdc
"
;;
esac
echo
"
$as_me
:
$LINENO
: checking for an ANSI C-conforming const"
>
&5
echo
$ECHO_N
"checking for an ANSI C-conforming const...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_c_const
+set
}
"
=
set
;
then
...
...
@@ -3161,12 +3170,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -3262,8 +3265,9 @@ for ac_kw in inline __inline__ __inline; do
#line
$LINENO
"configure"
#include "confdefs.h"
#ifndef __cplusplus
static
$ac_kw
int static_foo () {return 0; }
$ac_kw
int foo () {return 0; }
typedef int foo_t;
static
$ac_kw
foo_t static_foo () {return 0; }
$ac_kw
foo_t foo () {return 0; }
#endif
_ACEOF
...
...
@@ -3370,12 +3374,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
$ac_includes_default
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -3428,12 +3426,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
$ac_includes_default
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -3488,12 +3480,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#include <alloca.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -3561,12 +3547,6 @@ char *alloca ();
# endif
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -3633,7 +3613,7 @@ wenotbecray
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"webecray"
>
/dev/null 2>&1
;
then
$EGREP
"webecray"
>
/dev/null 2>&1
;
then
ac_cv_os_cray
=
yes
else
ac_cv_os_cray
=
no
...
...
@@ -3666,12 +3646,6 @@ extern "C"
char
$ac_func
();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -3772,7 +3746,7 @@ cat conftest.$ac_ext >&5
(
exit
$ac_status
)
ac_cv_c_stack_direction
=
-1
fi
rm
-f
core core.
*
*
.core conftest
$ac_exeext
conftest.
$ac_objext
conftest.
$ac_ext
rm
-f
core core.
*
*
.core
gmon.out bb.out
conftest
$ac_exeext
conftest.
$ac_objext
conftest.
$ac_ext
fi
fi
echo
"
$as_me
:
$LINENO
: result:
$ac_cv_c_stack_direction
"
>
&5
...
...
@@ -3841,7 +3815,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -3924,12 +3898,6 @@ extern "C"
char
$ac_func
();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -4133,7 +4101,7 @@ cat conftest.$ac_ext >&5
(
exit
$ac_status
)
ac_cv_func_mmap_fixed_mapped
=
no
fi
rm
-f
core core.
*
*
.core conftest
$ac_exeext
conftest.
$ac_objext
conftest.
$ac_ext
rm
-f
core core.
*
*
.core
gmon.out bb.out
conftest
$ac_exeext
conftest.
$ac_objext
conftest.
$ac_ext
fi
fi
echo
"
$as_me
:
$LINENO
: result:
$ac_cv_func_mmap_fixed_mapped
"
>
&5
...
...
@@ -4166,7 +4134,7 @@ else
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"Lucky GNU user"
>
/dev/null 2>&1
;
then
$EGREP
"Lucky GNU user"
>
/dev/null 2>&1
;
then
ac_cv_gnu_library_2_1
=
yes
else
ac_cv_gnu_library_2_1
=
no
...
...
@@ -4248,7 +4216,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -4353,12 +4321,6 @@ extern "C"
char
$ac_func
();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -4433,12 +4395,6 @@ else
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -4475,12 +4431,6 @@ rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
#include "confdefs.h"
#include <stdlib.h>
#include <iconv.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -4544,12 +4494,6 @@ size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, si
size_t iconv();
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -4607,12 +4551,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#include <langinfo.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -4662,12 +4600,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#include <locale.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -4800,7 +4732,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -4861,12 +4793,6 @@ else
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -4912,12 +4838,6 @@ else
#include "confdefs.h"
#include <libintl.h>
extern int _nl_msg_cat_cntr;
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -4991,12 +4911,6 @@ extern "C"
char
$ac_func
();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -5687,12 +5601,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -5743,12 +5651,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -5831,12 +5733,6 @@ extern "C"
char
$ac_func
();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -5904,12 +5800,6 @@ extern "C"
char connect ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -5970,12 +5860,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char connect ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6035,12 +5919,6 @@ extern "C"
char gethostbyname ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6101,12 +5979,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gethostbyname ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6165,12 +6037,6 @@ extern "C"
char gethostbyname ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6231,12 +6097,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char gethostbyname ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6296,12 +6156,6 @@ extern "C"
char nanosleep ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6362,12 +6216,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char nanosleep ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6420,12 +6268,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char nanosleep ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6494,12 +6336,6 @@ extern "C"
char inet_aton ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6560,12 +6396,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char inet_aton ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6624,12 +6454,6 @@ extern "C"
char textdomain ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6690,12 +6514,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char textdomain ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6756,12 +6574,6 @@ extern "C"
char getopt_long ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6826,12 +6638,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char getopt_long ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6895,12 +6701,6 @@ extern "C" void (*signal (int, void (*)(int)))(int);
void (*signal ()) ();
#endif
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -6955,12 +6755,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dlopen ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -7014,12 +6808,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char cos ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -7074,12 +6862,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pow ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -7140,12 +6922,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_attr_init ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -7201,12 +6977,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_attr_init ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -7262,12 +7032,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pthread_attr_init ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -7325,12 +7089,6 @@ extern "C"
char pthread_attr_init ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -7391,12 +7149,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char cthread_fork ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -7440,7 +7192,7 @@ cat >conftest.$ac_ext <<_ACEOF
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"pthread_cond_t"
>
/dev/null 2>&1
;
then
$EGREP
"pthread_cond_t"
>
/dev/null 2>&1
;
then
cat
>>
confdefs.h
<<
\
_ACEOF
...
...
@@ -7457,7 +7209,7 @@ cat >conftest.$ac_ext <<_ACEOF
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"strncasecmp"
>
/dev/null 2>&1
;
then
$EGREP
"strncasecmp"
>
/dev/null 2>&1
;
then
cat
>>
confdefs.h
<<
\
_ACEOF
...
...
@@ -7527,7 +7279,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -7645,7 +7397,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -7760,7 +7512,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -7877,7 +7629,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -7992,7 +7744,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -8106,7 +7858,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -8178,12 +7930,6 @@ else
#include <sys/time.h>
#include <time.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -8231,7 +7977,7 @@ cat >conftest.$ac_ext <<_ACEOF
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"nanosleep"
>
/dev/null 2>&1
;
then
$EGREP
"nanosleep"
>
/dev/null 2>&1
;
then
cat
>>
confdefs.h
<<
\
_ACEOF
...
...
@@ -8250,7 +7996,7 @@ cat >conftest.$ac_ext <<_ACEOF
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"timespec"
>
/dev/null 2>&1
;
then
$EGREP
"timespec"
>
/dev/null 2>&1
;
then
cat
>>
confdefs.h
<<
\
_ACEOF
...
...
@@ -8320,7 +8066,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -8444,7 +8190,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -8506,7 +8252,7 @@ _ACEOF
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"DPMSInfo"
>
/dev/null 2>&1
;
then
$EGREP
"DPMSInfo"
>
/dev/null 2>&1
;
then
cat
>>
confdefs.h
<<
\
_ACEOF
...
...
@@ -8535,12 +8281,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#include <sys/param.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -8589,12 +8329,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -8639,12 +8373,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -8688,12 +8416,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -8739,12 +8461,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -8789,12 +8505,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -8838,12 +8548,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -8887,12 +8591,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -8939,12 +8637,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -8989,12 +8681,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9039,12 +8725,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9091,12 +8771,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9146,12 +8820,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9196,12 +8864,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9247,12 +8909,6 @@ else
#include "confdefs.h"
#include <stdio.h>
#define a(b,c...) printf(b,##c)
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9303,12 +8959,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9360,12 +9010,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9413,12 +9057,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#include <pthread.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9466,12 +9104,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#include <cthreads.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9544,12 +9176,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9593,12 +9219,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9642,12 +9262,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9696,12 +9310,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9753,12 +9361,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9789,12 +9391,6 @@ save_CFLAGS=$CFLAGS
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9856,12 +9452,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9893,12 +9483,6 @@ cat conftest.$ac_ext >&5
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -9958,12 +9542,6 @@ else
#line
$LINENO
"configure"
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -10159,7 +9737,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -10356,7 +9934,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -10415,12 +9993,6 @@ _ACEOF
#line
$LINENO
"configure"
#include "confdefs.h"
#include <dvdread/dvd_reader.h>
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -10649,7 +10221,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -10737,7 +10309,7 @@ then
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"cdrom_msf0"
>
/dev/null 2>&1
;
then
$EGREP
"cdrom_msf0"
>
/dev/null 2>&1
;
then
PLUGINS
=
"
${
PLUGINS
}
vcd"
...
...
@@ -10752,7 +10324,7 @@ rm -f conftest*
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"ioc_toc_header "
>
/dev/null 2>&1
;
then
$EGREP
"ioc_toc_header "
>
/dev/null 2>&1
;
then
PLUGINS
=
"
${
PLUGINS
}
vcd"
...
...
@@ -10808,12 +10380,6 @@ extern "C"
char inet_pton ();
char (*f) ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -10868,7 +10434,7 @@ echo $ECHO_N "checking for getaddrinfo in ws2tcpip.h... $ECHO_C" >&6
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"addrinfo"
>
/dev/null 2>&1
;
then
$EGREP
"addrinfo"
>
/dev/null 2>&1
;
then
echo
"
$as_me
:
$LINENO
: result: yes"
>
&5
echo
"
${
ECHO_T
}
yes"
>
&6
PLUGINS
=
"
${
PLUGINS
}
ipv6"
...
...
@@ -10962,12 +10528,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char mad_bit_init ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -11079,7 +10639,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -11160,12 +10720,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char mad_bit_init ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -11295,12 +10849,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char avcodec_init ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -11409,12 +10957,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char a52_free ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -11530,7 +11072,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -11603,12 +11145,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char a52_free ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -11718,7 +11254,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -11859,7 +11395,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -11995,7 +11531,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -12070,12 +11606,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char XvSetPortAttribute ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -12349,7 +11879,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -12449,7 +11979,7 @@ if test "${enable_qte+set}" = set; then
enableval
=
"
$enable_qte
"
fi
;
if
test
"x
${
enable_qte
}
"
!=
"xno
"
if
test
"x
${
enable_qte
}
"
=
"xyes
"
then
# Check whether --with-qte or --without-qte was given.
...
...
@@ -12457,7 +11987,7 @@ if test "${with_qte+set}" = set; then
withval
=
"
$with_qte
"
fi
;
if
test
"x
${
with_qte
}
"
=
"x"
if
test
"x
${
with_qte
}
"
=
"x
yes"
-a
"x
${
with_qte
}
"
!=
"x
"
then
test_LDFLAGS
=
"-L
${
QTDIR
}
/lib"
test_CFLAGS
=
"-I
${
QTDIR
}
/include"
...
...
@@ -12468,7 +11998,7 @@ fi;
CPPFLAGS
=
"
${
save_CPPFLAGS
}
${
test_CFLAGS
}
"
for
ac_header
in
qt.h
for
ac_header
in
qt
e
.h
do
as_ac_Header
=
`
echo
"ac_cv_header_
$ac_header
"
|
$as_tr_sh
`
if
eval
"test
\"\$
{
$as_ac_Header
+set}
\"
= set"
;
then
...
...
@@ -12522,7 +12052,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -12579,13 +12109,12 @@ _ACEOF
qte_CFLAGS
=
"
${
qte_CFLAGS
}
${
test_CFLAGS
}
-DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti"
qte_LDFLAGS
=
"
${
qte_LDFLAGS
}
${
test_LDFLAGS
}
-lqpe -lqte"
if
test
"x
${
with_qte
}
"
=
"x"
then
PLUGINS
=
"
${
PLUGINS
}
qte"
else
BUILTINS
=
"
${
BUILTINS
}
qte"
fi
else
{
{
echo
"
$as_me
:
$LINENO
: error: echo
\"
Cannot find QT Embedded development headers.
\"
"
>
&5
echo
"
$as_me
: error: echo
\"
Cannot find QT Embedded development headers.
\"
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
done
...
...
@@ -12665,7 +12194,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -12808,7 +12337,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -12981,7 +12510,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -13119,7 +12648,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -13187,12 +12716,6 @@ cat >conftest.$ac_ext <<_ACEOF
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -13399,7 +12922,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -13462,12 +12985,6 @@ cat >conftest.$ac_ext <<_ACEOF
#include "confdefs.h"
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -13709,7 +13226,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -13966,7 +13483,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -14104,7 +13621,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -14294,7 +13811,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -14421,10 +13938,138 @@ fi;
test_LDFLAGS
=
"-L
${
with_qte
}
/lib"
test_CFLAGS
=
"-I
${
with_qte
}
/include"
fi
ac_cv_qte_headers
=
yes
CPPFLAGS
=
"
${
save_CPPFLAGS
}
${
test_CFLAGS
}
"
for
ac_header
in
qte.h
do
as_ac_Header
=
`
echo
"ac_cv_header_
$ac_header
"
|
$as_tr_sh
`
if
eval
"test
\"\$
{
$as_ac_Header
+set}
\"
= set"
;
then
echo
"
$as_me
:
$LINENO
: checking for
$ac_header
"
>
&5
echo
$ECHO_N
"checking for
$ac_header
...
$ECHO_C
"
>
&6
if
eval
"test
\"\$
{
$as_ac_Header
+set}
\"
= set"
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
fi
echo
"
$as_me
:
$LINENO
: result:
`
eval echo
'${'
$as_ac_Header
'}'
`
"
>
&5
echo
"
${
ECHO_T
}
`
eval echo
'${'
$as_ac_Header
'}'
`
"
>
&6
else
# Is the header compilable?
echo
"
$as_me
:
$LINENO
: checking
$ac_header
usability"
>
&5
echo
$ECHO_N
"checking
$ac_header
usability...
$ECHO_C
"
>
&6
cat
>
conftest.
$ac_ext
<<
_ACEOF
#line
$LINENO
"configure"
#include "confdefs.h"
$ac_includes_default
#include <
$ac_header
>
_ACEOF
rm
-f
conftest.
$ac_objext
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compile
\"
"
)
>
&5
(
eval
$ac_compile
)
2>&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
&&
{
ac_try
=
'test -s conftest.$ac_objext'
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_try
\"
"
)
>
&5
(
eval
$ac_try
)
2>&5
ac_status
=
$?
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
;
}
;
then
ac_header_compiler
=
yes
else
echo
"
$as_me
: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
ac_header_compiler
=
no
fi
rm
-f
conftest.
$ac_objext
conftest.
$ac_ext
echo
"
$as_me
:
$LINENO
: result:
$ac_header_compiler
"
>
&5
echo
"
${
ECHO_T
}
$ac_header_compiler
"
>
&6
# Is the header present?
echo
"
$as_me
:
$LINENO
: checking
$ac_header
presence"
>
&5
echo
$ECHO_N
"checking
$ac_header
presence...
$ECHO_C
"
>
&6
cat
>
conftest.
$ac_ext
<<
_ACEOF
#line
$LINENO
"configure"
#include "confdefs.h"
#include <
$ac_header
>
_ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
grep
-v
'^ *+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
(
exit
$ac_status
)
;
}
>
/dev/null
;
then
if
test
-s
conftest.err
;
then
ac_cpp_err
=
$ac_c_preproc_warn_flag
else
ac_cpp_err
=
fi
else
ac_cpp_err
=
yes
fi
if
test
-z
"
$ac_cpp_err
"
;
then
ac_header_preproc
=
yes
else
echo
"
$as_me
: failed program was:"
>
&5
cat
conftest.
$ac_ext
>
&5
ac_header_preproc
=
no
fi
rm
-f
conftest.err conftest.
$ac_ext
echo
"
$as_me
:
$LINENO
: result:
$ac_header_preproc
"
>
&5
echo
"
${
ECHO_T
}
$ac_header_preproc
"
>
&6
# So? What about this header?
case
$ac_header_compiler
:
$ac_header_preproc
in
yes
:no
)
{
echo
"
$as_me
:
$LINENO
: WARNING:
$ac_header
: accepted by the compiler, rejected by the preprocessor!"
>
&5
echo
"
$as_me
: WARNING:
$ac_header
: accepted by the compiler, rejected by the preprocessor!"
>
&2
;
}
{
echo
"
$as_me
:
$LINENO
: WARNING:
$ac_header
: proceeding with the preprocessor's result"
>
&5
echo
"
$as_me
: WARNING:
$ac_header
: proceeding with the preprocessor's result"
>
&2
;
}
;;
no:yes
)
{
echo
"
$as_me
:
$LINENO
: WARNING:
$ac_header
: present but cannot be compiled"
>
&5
echo
"
$as_me
: WARNING:
$ac_header
: present but cannot be compiled"
>
&2
;
}
{
echo
"
$as_me
:
$LINENO
: WARNING:
$ac_header
: check for missing prerequisite headers?"
>
&5
echo
"
$as_me
: WARNING:
$ac_header
: check for missing prerequisite headers?"
>
&2
;
}
{
echo
"
$as_me
:
$LINENO
: WARNING:
$ac_header
: proceeding with the preprocessor's result"
>
&5
echo
"
$as_me
: WARNING:
$ac_header
: proceeding with the preprocessor's result"
>
&2
;
}
;;
esac
echo
"
$as_me
:
$LINENO
: checking for
$ac_header
"
>
&5
echo
$ECHO_N
"checking for
$ac_header
...
$ECHO_C
"
>
&6
if
eval
"test
\"\$
{
$as_ac_Header
+set}
\"
= set"
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
eval
"
$as_ac_Header
=
$ac_header_preproc
"
fi
echo
"
$as_me
:
$LINENO
: result:
`
eval echo
'${'
$as_ac_Header
'}'
`
"
>
&5
echo
"
${
ECHO_T
}
`
eval echo
'${'
$as_ac_Header
'}'
`
"
>
&6
fi
if
test
`
eval echo
'${'
$as_ac_Header
'}'
`
=
yes
;
then
cat
>>
confdefs.h
<<
_ACEOF
#define `echo "HAVE_
$ac_header
" |
$as_tr_cpp
` 1
_ACEOF
test_CFLAGS
=
"
${
test_CFLAGS
}
-DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti"
test_LDFLAGS
=
"
${
test_LDFLAGS
}
-lqpe -lqte"
else
ac_cv_qte_headers
=
no
{
{
echo
"
$as_me
:
$LINENO
: error: echo
\"
Cannot find QT Embedded development headers.
\"
"
>
&5
echo
"
$as_me
: error: echo
\"
Cannot find QT Embedded development headers.
\"
"
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
done
CPPFLAGS
=
"
${
save_CPPFLAGS
}
"
if
test
x
${
ac_cv_qte_headers
}
=
"xyes"
then
PLUGINS
=
"
${
PLUGINS
}
opie"
opie_LDFLAGS
=
"
${
opie_LDFLAGS
}
${
test_LDFLAGS
}
-lqpe -lqte
"
opie_CFLAGS
=
"
${
opie_CFLAGS
}
${
test_CFLAGS
}
-DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti
"
opie_LDFLAGS
=
"
${
opie_LDFLAGS
}
${
test_LDFLAGS
}
"
opie_CFLAGS
=
"
${
opie_CFLAGS
}
${
test_CFLAGS
}
"
if
test
-x
${
QTDIR
}
/bin/moc
then
MOC
=
${
QTDIR
}
/bin/moc
...
...
@@ -14432,6 +14077,7 @@ fi;
MOC
=
moc
fi
fi
fi
fi
;
# Check whether --enable-macosx or --disable-macosx was given.
...
...
@@ -14498,7 +14144,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -14623,7 +14269,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -14773,7 +14419,7 @@ _ACEOF
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_cpp
conftest.
$ac_ext
\"
"
)
>
&5
(
eval
$ac_cpp
conftest.
$ac_ext
)
2>conftest.er1
ac_status
=
$?
egrep
-v
'^ *\
+'
conftest.er1
>
conftest.err
grep
-v
'^ *
+'
conftest.er1
>
conftest.err
rm
-f
conftest.er1
cat
conftest.err
>
&5
echo
"
$as_me
:
$LINENO
:
\$
? =
$ac_status
"
>
&5
...
...
@@ -14842,12 +14488,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char lirc_init ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -15012,12 +14652,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char pth_init ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -15065,7 +14699,7 @@ fi
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"pth_init"
>
/dev/null 2>&1
;
then
$EGREP
"pth_init"
>
/dev/null 2>&1
;
then
cat
>>
confdefs.h
<<
\
_ACEOF
...
...
@@ -15103,12 +14737,6 @@ extern "C"
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char st_init ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
# endif
int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
...
...
@@ -15156,7 +14784,7 @@ fi
_ACEOF
if
(
eval
"
$ac_cpp
conftest.
$ac_ext
"
)
2>&5 |
egrep
"st_init"
>
/dev/null 2>&1
;
then
$EGREP
"st_init"
>
/dev/null 2>&1
;
then
cat
>>
confdefs.h
<<
\
_ACEOF
...
...
@@ -15320,7 +14948,7 @@ PLUGIN_PATH="${ac_tool_prefix}/share/videolan"
ac_config_files
=
"
$ac_config_files
Makefile.config Makefile.opts po/Makefile.in"
ac_config_files
=
"
$ac_config_files
Makefile.config Makefile.opts po/Makefile.in"
cat
>
confcache
<<
\
_ACEOF
# This file is a shell script that caches the results of configure
# tests run on this system so they can be shared between configure
...
...
@@ -15331,7 +14959,7 @@ cat >confcache <<\_ACEOF
# config.status only pays attention to the cache file if you give it
# the --recheck option to rerun configure.
#
# `ac_cv_env_foo' variables (set or unset) will be overriden when
# `ac_cv_env_foo' variables (set or unset) will be overrid
d
en when
# loading this file, other *unset* `ac_cv_foo' will be assigned the
# following values.
...
...
@@ -15397,6 +15025,21 @@ fi
DEFS
=
-DHAVE_CONFIG_H
ac_libobjs
=
ac_ltlibobjs
=
for
ac_i
in
:
$LIBOBJS
;
do
test
"x
$ac_i
"
=
x:
&&
continue
# 1. Remove the extension, and $U if already installed.
ac_i
=
`
echo
"
$ac_i
"
|
sed
's/\$U\././;s/\.o$//;s/\.obj$//'
`
# 2. Add them.
ac_libobjs
=
"
$ac_libobjs
$ac_i
\$
U.
$ac_objext
"
ac_ltlibobjs
=
"
$ac_ltlibobjs
$ac_i
"
'$U.lo'
done
LIBOBJS
=
$ac_libobjs
LTLIBOBJS
=
$ac_ltlibobjs
:
${
CONFIG_STATUS
=./config.status
}
ac_clean_files_save
=
$ac_clean_files
...
...
@@ -15415,7 +15058,6 @@ SHELL=\${CONFIG_SHELL-$SHELL}
_ACEOF
cat
>>
$CONFIG_STATUS
<<
\
_ACEOF
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
...
...
@@ -15424,11 +15066,13 @@ cat >>$CONFIG_STATUS <<\_ACEOF
if test -n "
${
ZSH_VERSION
+set
}
" && (emulate sh) >/dev/null 2>&1; then
emulate sh
NULLCMD=:
# Zsh 3.x and 4.x performs word splitting on
${
1
+
"
$@
"
}
, which
# is contrary to our usage. Disable this feature.
alias -g '
${
1
+
"
$@
"
}
'='"
$@
"'
elif test -n "
${
BASH_VERSION
+set
}
" && (set -o posix) >/dev/null 2>&1; then
set -o posix
fi
# NLS nuisances.
# Support unset when possible.
if (FOO=FOO; unset FOO) >/dev/null 2>&1; then
as_unset=unset
...
...
@@ -15436,34 +15080,39 @@ else
as_unset=false
fi
(set +x; test -n "`(LANG=C; export LANG) 2>&1`") &&
{
$as_unset
LANG || test "
${
LANG
+set
}
" != set; } ||
{ LANG=C; export LANG; }
(set +x; test -n "`(LC_ALL=C; export LC_ALL) 2>&1`") &&
{
$as_unset
LC_ALL || test "
${
LC_ALL
+set
}
" != set; } ||
{ LC_ALL=C; export LC_ALL; }
(set +x; test -n "`(LC_TIME=C; export LC_TIME) 2>&1`") &&
{
$as_unset
LC_TIME || test "
${
LC_TIME
+set
}
" != set; } ||
{ LC_TIME=C; export LC_TIME; }
(set +x; test -n "`(LC_CTYPE=C; export LC_CTYPE) 2>&1`") &&
{
$as_unset
LC_CTYPE || test "
${
LC_CTYPE
+set
}
" != set; } ||
{ LC_CTYPE=C; export LC_CTYPE; }
(set +x; test -n "`(LANGUAGE=C; export LANGUAGE) 2>&1`") &&
{
$as_unset
LANGUAGE || test "
${
LANGUAGE
+set
}
" != set; } ||
{ LANGUAGE=C; export LANGUAGE; }
(set +x; test -n "`(LC_COLLATE=C; export LC_COLLATE) 2>&1`") &&
{
$as_unset
LC_COLLATE || test "
${
LC_COLLATE
+set
}
" != set; } ||
{ LC_COLLATE=C; export LC_COLLATE; }
(set +x; test -n "`(LC_NUMERIC=C; export LC_NUMERIC) 2>&1`") &&
{
$as_unset
LC_NUMERIC || test "
${
LC_NUMERIC
+set
}
" != set; } ||
{ LC_NUMERIC=C; export LC_NUMERIC; }
(set +x; test -n "`(LC_MESSAGES=C; export LC_MESSAGES) 2>&1`") &&
{
$as_unset
LC_MESSAGES || test "
${
LC_MESSAGES
+set
}
" != set; } ||
{ LC_MESSAGES=C; export LC_MESSAGES; }
# Work around bugs in pre-3.0 UWIN ksh.
$as_unset
ENV MAIL MAILPATH
PS1='
$
'
PS2='> '
PS4='+ '
# NLS nuisances.
for as_var in LANG LANGUAGE LC_ALL LC_COLLATE LC_CTYPE LC_NUMERIC LC_MESSAGES LC_TIME
do
if (set +x; test -n "`(eval
$as_var
=C; export
$as_var
) 2>&1`"); then
eval
$as_var
=C; export
$as_var
else
$as_unset
$as_var
fi
done
# Required to use basename.
if expr a : '
\(
a
\)
' >/dev/null 2>&1; then
as_expr=expr
else
as_expr=false
fi
if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
as_basename=basename
else
as_basename=false
fi
# Name of the executable.
as_me=`
(basename "
$0
") 2>/dev/null
||
as_me=`
$as_basename
"
$0
"
||
$as_expr
X/"
$0
" : '.*/
\(
[^/][^/]*
\)
/*
$'
\|
\
X"
$0
" : 'X
\(
//
\)
$'
\|
\
X"
$0
" : 'X
\(
/
\)
$'
\|
\
...
...
@@ -15474,6 +15123,7 @@ echo X/"$0" |
/^X
\/\(\/\)
.*/{ s//
\1
/; q; }
s/.*/./; q'`
# PATH needs CR, and LINENO needs CR and PATH.
# Avoid depending upon Character Ranges.
as_cr_letters='abcdefghijklmnopqrstuvwxyz'
...
...
@@ -15487,7 +15137,7 @@ if test "${PATH_SEPARATOR+set}" != set; then
echo "#! /bin/sh" >conftest.sh
echo "exit 0" >>conftest.sh
chmod +x conftest.sh
if (PATH="
.
;."; conftest.sh) >/dev/null 2>&1; then
if (PATH="
/nonexistent
;."; conftest.sh) >/dev/null 2>&1; then
PATH_SEPARATOR=';'
else
PATH_SEPARATOR=:
...
...
@@ -15541,6 +15191,8 @@ do
as_lineno_3=`(expr
$as_lineno_1
+ 1) 2>/dev/null`
test "x
$as_lineno_1
" != "x
$as_lineno_2
" &&
test "x
$as_lineno_3
" = "x
$as_lineno_2
" ') 2>/dev/null; then
$as_unset
BASH_ENV || test "
${
BASH_ENV
+set
}
" != set || { BASH_ENV=; export BASH_ENV; }
$as_unset
ENV || test "
${
ENV
+set
}
" != set || { ENV=; export ENV; }
CONFIG_SHELL=
$as_dir
/
$as_base
export CONFIG_SHELL
exec "
$CONFIG_SHELL
" "
$0
"
${
1
+
"
$@
"
}
...
...
@@ -15614,6 +15266,12 @@ else
fi
rm -f conf
$$
conf
$$
.exe conf
$$
.file
if mkdir -p . 2>/dev/null; then
as_mkdir_p=:
else
as_mkdir_p=false
fi
as_executable_p="test -f"
# Sed expression to map a string onto a valid CPP name.
...
...
@@ -15630,7 +15288,7 @@ as_nl='
IFS="
$as_nl
"
# CDPATH.
$as_unset
CDPATH
|| test "
${
CDPATH
+set
}
" != set || { CDPATH=
$PATH_SEPARATOR
; export CDPATH; }
$as_unset
CDPATH
exec 6>&1
...
...
@@ -15647,7 +15305,7 @@ _ASBOX
cat >&5 <<_CSEOF
This file was extended by
$as_me
, which was
generated by GNU Autoconf 2.5
3
. Invocation command line was
generated by GNU Autoconf 2.5
4
. Invocation command line was
CONFIG_FILES =
$CONFIG_FILES
CONFIG_HEADERS =
$CONFIG_HEADERS
...
...
@@ -15709,7 +15367,7 @@ _ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
ac_cs_version="
\\
config.status
configured by
$0
, generated by GNU Autoconf 2.5
3
,
configured by
$0
, generated by GNU Autoconf 2.5
4
,
with options
\\
"`echo "
$ac_configure_args
" | sed 's/[
\\
""
\`\$
]/
\\\\
&/g'`
\\
"
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
...
...
@@ -15730,17 +15388,20 @@ do
--*=*)
ac_option=`expr "x
$1
" : 'x
\(
[^=]*
\)
='`
ac_optarg=`expr "x
$1
" : 'x[^=]*=
\(
.*
\)
'`
shift
set dummy "
$ac_option
" "
$ac_optarg
"
${
1
+
"
$@
"
}
shift
ac_shift=:
;;
-*)
ac_option=
$1
ac_optarg=
$2
ac_shift=shift
;;
-*);;
*) # This is not an option, so the user has probably given explicit
# arguments.
ac_option=
$1
ac_need_defaults=false;;
esac
case
$
1
in
case
$
ac_option
in
# Handling of the options.
_ACEOF
cat
>>
$CONFIG_STATUS
<<
_ACEOF
...
...
@@ -15763,12 +15424,12 @@ Try \`$0 --help' for more information." >&2;}
--debug | --d* | -d )
debug=: ;;
--file | --fil | --fi | --f )
shift
CONFIG_FILES="
$CONFIG_FILES
$
1
"
$ac_
shift
CONFIG_FILES="
$CONFIG_FILES
$
ac_optarg
"
ac_need_defaults=false;;
--header | --heade | --head | --hea )
shift
CONFIG_HEADERS="
$CONFIG_HEADERS
$
1
"
$ac_
shift
CONFIG_HEADERS="
$CONFIG_HEADERS
$
ac_optarg
"
ac_need_defaults=false;;
# This is an error.
...
...
@@ -15919,6 +15580,7 @@ s,@ac_ct_AR@,$ac_ct_AR,;t t
s,@LD@,
$LD
,;t t
s,@ac_ct_LD@,
$ac_ct_LD
,;t t
s,@GMAKE@,
$GMAKE
,;t t
s,@EGREP@,
$EGREP
,;t t
s,@ALLOCA@,
$ALLOCA
,;t t
s,@GLIBC21@,
$GLIBC21
,;t t
s,@LIBICONV@,
$LIBICONV
,;t t
...
...
@@ -16049,6 +15711,8 @@ s,@vorbis_LDFLAGS@,$vorbis_LDFLAGS,;t t
s,@waveout_LDFLAGS@,
$waveout_LDFLAGS
,;t t
s,@x11_LDFLAGS@,
$x11_LDFLAGS
,;t t
s,@xvideo_LDFLAGS@,
$xvideo_LDFLAGS
,;t t
s,@LIBOBJS@,
$LIBOBJS
,;t t
s,@LTLIBOBJS@,
$LTLIBOBJS
,;t t
CEOF
_ACEOF
...
...
@@ -16119,25 +15783,30 @@ echo X"$ac_file" |
/^X
\(\/\/\)
$/
{ s//
\1
/; q; }
/^X
\(\/\)
.*/{ s//
\1
/; q; }
s/.*/./; q'`
{ case "
$ac_dir
" in
[
\\
/]* | ?:[
\\
/]* ) as_incr_dir=;;
*) as_incr_dir=.;;
esac
as_dummy="
$ac_dir
"
for as_mkdir_dir in `IFS='/
\\
'; set X
$as_dummy
; shift; echo "
$@
"`; do
case
$as_mkdir_dir
in
# Skip DOS drivespec
?:) as_incr_dir=
$as_mkdir_dir
;;
*)
as_incr_dir=
$as_incr_dir
/
$as_mkdir_dir
test -d "
$as_incr_dir
" ||
mkdir "
$as_incr_dir
" ||
{ { echo "
$as_me
:
$LINENO
: error: cannot create
\"
$ac_dir
\"
" >&5
echo "
$as_me
: error: cannot create
\"
$ac_dir
\"
" >&2;}
{ (exit 1); exit 1; }; }
;;
esac
done; }
{ if
$as_mkdir_p
; then
mkdir -p "
$ac_dir
"
else
as_dir="
$ac_dir
"
as_dirs=
while test ! -d "
$as_dir
"; do
as_dirs="
$as_dir
$as_dirs
"
as_dir=`(dirname "
$as_dir
") 2>/dev/null ||
$as_expr
X"
$as_dir
" : 'X
\(
.*[^/]
\)
//*[^/][^/]*/*
$'
\|
\
X"
$as_dir
" : 'X
\(
//
\)
[^/]'
\|
\
X"
$as_dir
" : 'X
\(
//
\)
$'
\|
\
X"
$as_dir
" : 'X
\(
/
\)
'
\|
\
. : '
\(
.
\)
' 2>/dev/null ||
echo X"
$as_dir
" |
sed '/^X
\(
.*[^/]
\)\/\/
*[^/][^/]*
\/
*
$/
{ s//
\1
/; q; }
/^X
\(\/\/\)
[^/].*/{ s//
\1
/; q; }
/^X
\(\/\/\)
$/
{ s//
\1
/; q; }
/^X
\(\/\)
.*/{ s//
\1
/; q; }
s/.*/./; q'`
done
test ! -n "
$as_dirs
" || mkdir
$as_dirs
fi || { { echo "
$as_me
:
$LINENO
: error: cannot create directory
\"
$ac_dir
\"
" >&5
echo "
$as_me
: error: cannot create directory
\"
$ac_dir
\"
" >&2;}
{ (exit 1); exit 1; }; }; }
ac_builddir=.
...
...
@@ -16167,7 +15836,7 @@ esac
# Don't blindly perform a `cd "
$ac_dir
"/
$ac_foo
&& pwd` since
$ac_foo
can be
# absolute.
ac_abs_builddir=`cd "
$ac_dir
" && cd
$ac_builddir
&& pwd`
ac_abs_top_builddir=`cd "
$ac_dir
" && cd
$
ac_top_builddir
&& pwd`
ac_abs_top_builddir=`cd "
$ac_dir
" && cd
$
{
ac_top_builddir
}
.
&& pwd`
ac_abs_srcdir=`cd "
$ac_dir
" && cd
$ac_srcdir
&& pwd`
ac_abs_top_srcdir=`cd "
$ac_dir
" && cd
$ac_top_srcdir
&& pwd`
...
...
@@ -16357,7 +16026,7 @@ _ACEOF
# Break up conftest.defines because some shells have a limit on the size
# of here documents, and old seds have small limits too (100 cmds).
echo
' # Handle all the #define templates only if necessary.'
>>
$CONFIG_STATUS
echo
' if
e
grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then'
>>
$CONFIG_STATUS
echo
' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then'
>>
$CONFIG_STATUS
echo
' # If there are no defines, we may have an empty if/fi'
>>
$CONFIG_STATUS
echo
' :'
>>
$CONFIG_STATUS
rm
-f
conftest.tail
...
...
@@ -16381,7 +16050,7 @@ do
mv
conftest.tail conftest.defines
done
rm
-f
conftest.defines
echo
' fi #
e
grep'
>>
$CONFIG_STATUS
echo
' fi # grep'
>>
$CONFIG_STATUS
echo
>>
$CONFIG_STATUS
# Break up conftest.undefs because some shells have a limit on the size
...
...
@@ -16437,25 +16106,30 @@ echo X"$ac_file" |
/^X
\(\/\/\)
$/
{ s//
\1
/; q; }
/^X
\(\/\)
.*/{ s//
\1
/; q; }
s/.*/./; q'`
{ case "
$ac_dir
" in
[
\\
/]* | ?:[
\\
/]* ) as_incr_dir=;;
*) as_incr_dir=.;;
esac
as_dummy="
$ac_dir
"
for as_mkdir_dir in `IFS='/
\\
'; set X
$as_dummy
; shift; echo "
$@
"`; do
case
$as_mkdir_dir
in
# Skip DOS drivespec
?:) as_incr_dir=
$as_mkdir_dir
;;
*)
as_incr_dir=
$as_incr_dir
/
$as_mkdir_dir
test -d "
$as_incr_dir
" ||
mkdir "
$as_incr_dir
" ||
{ { echo "
$as_me
:
$LINENO
: error: cannot create
\"
$ac_dir
\"
" >&5
echo "
$as_me
: error: cannot create
\"
$ac_dir
\"
" >&2;}
{ (exit 1); exit 1; }; }
;;
esac
done; }
{ if
$as_mkdir_p
; then
mkdir -p "
$ac_dir
"
else
as_dir="
$ac_dir
"
as_dirs=
while test ! -d "
$as_dir
"; do
as_dirs="
$as_dir
$as_dirs
"
as_dir=`(dirname "
$as_dir
") 2>/dev/null ||
$as_expr
X"
$as_dir
" : 'X
\(
.*[^/]
\)
//*[^/][^/]*/*
$'
\|
\
X"
$as_dir
" : 'X
\(
//
\)
[^/]'
\|
\
X"
$as_dir
" : 'X
\(
//
\)
$'
\|
\
X"
$as_dir
" : 'X
\(
/
\)
'
\|
\
. : '
\(
.
\)
' 2>/dev/null ||
echo X"
$as_dir
" |
sed '/^X
\(
.*[^/]
\)\/\/
*[^/][^/]*
\/
*
$/
{ s//
\1
/; q; }
/^X
\(\/\/\)
[^/].*/{ s//
\1
/; q; }
/^X
\(\/\/\)
$/
{ s//
\1
/; q; }
/^X
\(\/\)
.*/{ s//
\1
/; q; }
s/.*/./; q'`
done
test ! -n "
$as_dirs
" || mkdir
$as_dirs
fi || { { echo "
$as_me
:
$LINENO
: error: cannot create directory
\"
$ac_dir
\"
" >&5
echo "
$as_me
: error: cannot create directory
\"
$ac_dir
\"
" >&2;}
{ (exit 1); exit 1; }; }; }
rm -f
$ac_file
mv
$tmp
/config.h
$ac_file
...
...
@@ -16514,7 +16188,7 @@ esac
# Don't blindly perform a `cd "
$ac_dir
"/
$ac_foo
&& pwd` since
$ac_foo
can be
# absolute.
ac_abs_builddir=`cd "
$ac_dir
" && cd
$ac_builddir
&& pwd`
ac_abs_top_builddir=`cd "
$ac_dir
" && cd
$
ac_top_builddir
&& pwd`
ac_abs_top_builddir=`cd "
$ac_dir
" && cd
$
{
ac_top_builddir
}
.
&& pwd`
ac_abs_srcdir=`cd "
$ac_dir
" && cd
$ac_srcdir
&& pwd`
ac_abs_top_srcdir=`cd "
$ac_dir
" && cd
$ac_top_srcdir
&& pwd`
...
...
configure.in
View file @
5019f45d
...
...
@@ -1226,11 +1226,11 @@ dnl (disabled by default)
dnl
AC_ARG_ENABLE(qte,
[ --enable-qte QT Embedded support (default disabled)])
if test "x${enable_qte}"
!= "xno
"
if test "x${enable_qte}"
= "xyes
"
then
AC_ARG_WITH(qte,
[ --with-qte=PATH Qt Embedded headers and libraries])
if test "x${with_qte}" = "x"
if test "x${with_qte}" = "x
yes" -a "x${with_qte}" != "x
"
then
test_LDFLAGS="-L${QTDIR}/lib"
test_CFLAGS="-I${QTDIR}/include"
...
...
@@ -1240,16 +1240,12 @@ then
fi
CPPFLAGS="${save_CPPFLAGS} ${test_CFLAGS}"
AC_CHECK_HEADERS(qt.h, [
AC_CHECK_HEADERS(qt
e
.h, [
qte_CFLAGS="${qte_CFLAGS} ${test_CFLAGS} -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti"
qte_LDFLAGS="${qte_LDFLAGS} ${test_LDFLAGS} -lqpe -lqte"
if test "x${with_qte}" = "x"
then
PLUGINS="${PLUGINS} qte"
else
BUILTINS="${BUILTINS} qte"
fi
])
],
[ AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."]) ] )
CPPFLAGS="${save_CPPFLAGS}"
fi
...
...
@@ -1650,16 +1646,29 @@ AC_ARG_ENABLE(opie,
test_LDFLAGS="-L${with_qte}/lib"
test_CFLAGS="-I${with_qte}/include"
fi
ac_cv_qte_headers=yes
CPPFLAGS="${save_CPPFLAGS} ${test_CFLAGS}"
AC_CHECK_HEADERS(qte.h, [
test_CFLAGS="${test_CFLAGS} -DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti"
test_LDFLAGS="${test_LDFLAGS} -lqpe -lqte"
],
[ ac_cv_qte_headers=no
AC_MSG_ERROR([echo "Cannot find QT Embedded development headers."])
]
)
CPPFLAGS="${save_CPPFLAGS}"
if test x${ac_cv_qte_headers} = "xyes"
then
PLUGINS="${PLUGINS} opie"
opie_LDFLAGS="${opie_LDFLAGS} ${test_LDFLAGS} -lqpe -lqte
"
opie_CFLAGS="${opie_CFLAGS} ${test_CFLAGS}-DQT_QWS_IPAQ -DQWS -fno-exceptions -fno-rtti
"
opie_LDFLAGS="${opie_LDFLAGS} ${test_LDFLAGS}
"
opie_CFLAGS="${opie_CFLAGS} ${test_CFLAGS}
"
if test -x ${QTDIR}/bin/moc
then
MOC=${QTDIR}/bin/moc
else
MOC=moc
fi
fi
fi])
dnl
...
...
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