Skip to content
项目
群组
代码片段
帮助
正在加载...
登录
切换导航
F
freeswitch
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
张华
freeswitch
Commits
f276ac9e
提交
f276ac9e
authored
1月 06, 2006
作者:
Anthony Minessale
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
git-svn-id:
http://svn.freeswitch.org/svn/freeswitch/trunk@295
d0543943-73ff-0310-b7d9-9358b9ac24b2
上级
26e057a3
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
112 行增加
和
34 行删除
+112
-34
Makefile.in
Makefile.in
+8
-4
configure
configure
+100
-29
configure.in
configure.in
+1
-1
config.h.in
src/include/config.h.in
+3
-0
没有找到文件。
Makefile.in
浏览文件 @
f276ac9e
...
...
@@ -44,9 +44,9 @@ bin_PROGRAMS = freeswitch$(EXEEXT)
DIST_COMMON
=
README
$(am__configure_deps)
$(library_include_HEADERS)
\
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
\
$(top_srcdir)
/configure
$(top_srcdir)
/src/include/config.h.in
\
AUTHORS COPYING ChangeLog INSTALL NEWS TODO compile
\
config.guess config.sub depcomp install-sh ltmain.sh missing
\
mkinstalldirs
$(top_srcdir)
/src/include/switch_version.h.in AUTHORS COPYING
\
ChangeLog INSTALL NEWS TODO compile config.guess config.sub
\
depcomp install-sh ltmain.sh missing
mkinstalldirs
subdir
=
.
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
am__aclocal_m4_deps
=
$(top_srcdir)
/configure.in
...
...
@@ -56,7 +56,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
configure.lineno configure.status.lineno
mkinstalldirs
=
$(SHELL)
$(top_srcdir)
/mkinstalldirs
CONFIG_HEADER
=
$(top_builddir)
/src/include/config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_FILES
=
src/include/switch_version.h
am__vpath_adj_setup
=
srcdirstrip
=
`
echo
"
$(srcdir)
"
|
sed
's|.|.|g'
`
;
am__vpath_adj
=
case
$$
p
in
\
$(srcdir)
/
*
)
f
=
`
echo
"
$$
p"
|
sed
"s|^
$$
srcdirstrip/||"
`
;;
\
...
...
@@ -176,6 +176,8 @@ RANLIB = @RANLIB@
SET_MAKE
=
@SET_MAKE@
SHELL
=
@SHELL@
STRIP
=
@STRIP@
SVNVERSION
=
@SVNVERSION@
SVN_VERSION
=
@SVN_VERSION@
VERSION
=
@VERSION@
ac_ct_AR
=
@ac_ct_AR@
ac_ct_CC
=
@ac_ct_CC@
...
...
@@ -350,6 +352,8 @@ $(top_srcdir)/src/include/config.h.in: $(am__configure_deps)
distclean-hdr
:
-
rm
-f
src/include/config.h src/include/stamp-h1
src/include/switch_version.h
:
$(top_builddir)/config.status $(top_srcdir)/src/include/switch_version.h.in
cd
$(top_builddir)
&&
$(SHELL)
./config.status
$@
install-libLTLIBRARIES
:
$(lib_LTLIBRARIES)
@
$(NORMAL_INSTALL)
test
-z
"
$(libdir)
"
||
$(mkdir_p)
"
$(DESTDIR)$(libdir)
"
...
...
configure
浏览文件 @
f276ac9e
...
...
@@ -466,7 +466,7 @@ 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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar
CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL
LIBOBJS ISLINUX_TRUE ISLINUX_FALSE ISMAC_TRUE ISMAC_FALSE LTLIBOBJS'
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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar
SVNVERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL SVN_VERSION
LIBOBJS ISLINUX_TRUE ISLINUX_FALSE ISMAC_TRUE ISMAC_FALSE LTLIBOBJS'
ac_subst_files
=
''
# Initialize some variables set by options.
...
...
@@ -1952,7 +1952,54 @@ am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
# Checks for programs.
for
ac_prog
in
svnversion
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
echo
"
$as_me
:
$LINENO
: checking for
$ac_word
"
>
&5
echo
$ECHO_N
"checking for
$ac_word
...
$ECHO_C
"
>
&6
if
test
"
${
ac_cv_path_SVNVERSION
+set
}
"
=
set
;
then
echo
$ECHO_N
"(cached)
$ECHO_C
"
>
&6
else
case
$SVNVERSION
in
[
\\
/]
*
|
?:[
\\
/]
*
)
ac_cv_path_SVNVERSION
=
"
$SVNVERSION
"
# Let the user override the test with a path.
;;
*
)
as_save_IFS
=
$IFS
;
IFS
=
$PATH_SEPARATOR
as_dummy
=
"
${
PATH
}
:/opt/csw/bin"
for
as_dir
in
$as_dummy
do
IFS
=
$as_save_IFS
test
-z
"
$as_dir
"
&&
as_dir
=
.
for
ac_exec_ext
in
''
$ac_executable_extensions
;
do
if
$as_executable_p
"
$as_dir
/
$ac_word$ac_exec_ext
"
;
then
ac_cv_path_SVNVERSION
=
"
$as_dir
/
$ac_word$ac_exec_ext
"
echo
"
$as_me
:
$LINENO
: found
$as_dir
/
$ac_word$ac_exec_ext
"
>
&5
break
2
fi
done
done
;;
esac
fi
SVNVERSION
=
$ac_cv_path_SVNVERSION
if
test
-n
"
$SVNVERSION
"
;
then
echo
"
$as_me
:
$LINENO
: result:
$SVNVERSION
"
>
&5
echo
"
${
ECHO_T
}
$SVNVERSION
"
>
&6
else
echo
"
$as_me
:
$LINENO
: result: no"
>
&5
echo
"
${
ECHO_T
}
no"
>
&6
fi
test
-n
"
$SVNVERSION
"
&&
break
done
test
-n
"
$SVNVERSION
"
||
SVNVERSION
=
"echo Missing subversion so some stuff will be borked"
ac_ext
=
c
ac_cpp
=
'$CPP $CPPFLAGS'
ac_compile
=
'$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
...
...
@@ -3692,7 +3739,7 @@ ia64-*-hpux*)
;;
*
-
*
-irix6
*
)
# Find out which ABI we are using.
echo
'#line 3
695
"configure"'
>
conftest.
$ac_ext
echo
'#line 3
742
"configure"'
>
conftest.
$ac_ext
if
{
(
eval echo
"
$as_me
:
$LINENO
:
\"
$ac_compile
\"
"
)
>
&5
(
eval
$ac_compile
)
2>&5
ac_status
=
$?
...
...
@@ -5271,7 +5318,7 @@ fi
# Provide some information about the compiler.
echo
"
$as_me
:5
274
:"
\
echo
"
$as_me
:5
321
:"
\
"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
...
...
@@ -6369,11 +6416,11 @@ else
-e
's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:6
372
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:6
419
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:6
376
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:6
423
:
\$
? =
$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 other than the usual output.
...
...
@@ -6631,11 +6678,11 @@ else
-e
's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:66
34
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:66
81
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:66
38
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:66
85
:
\$
? =
$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 other than the usual output.
...
...
@@ -6693,11 +6740,11 @@ else
-e
's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:6
696
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:6
743
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:67
00
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:67
47
:
\$
? =
$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
...
...
@@ -8941,7 +8988,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 89
44
"configure"
#line 89
91
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -9039,7 +9086,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 90
42
"configure"
#line 90
89
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -11294,11 +11341,11 @@ else
-e
's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:11
297
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:11
344
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:113
01
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:113
48
:
\$
? =
$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 other than the usual output.
...
...
@@ -11356,11 +11403,11 @@ else
-e
's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:11
359
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:11
406
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:11
363
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:11
410
:
\$
? =
$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
...
...
@@ -12733,7 +12780,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 127
36
"configure"
#line 127
83
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -12831,7 +12878,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 128
34
"configure"
#line 128
81
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -13716,11 +13763,11 @@ else
-e
's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:137
19
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:137
66
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:137
23
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:137
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 other than the usual output.
...
...
@@ -13778,11 +13825,11 @@ else
-e
's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:13
781
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:13
828
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:13
785
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:13
832
:
\$
? =
$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
...
...
@@ -15908,11 +15955,11 @@ else
-e
's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:159
11
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:159
58
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:159
15
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:159
62
:
\$
? =
$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 other than the usual output.
...
...
@@ -16170,11 +16217,11 @@ else
-e
's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:16
173
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:16
220
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>conftest.err
)
ac_status
=
$?
cat
conftest.err
>
&5
echo
"
$as_me
:16
177
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:16
224
:
\$
? =
$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 other than the usual output.
...
...
@@ -16232,11 +16279,11 @@ else
-e
's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t'
\
-e
's: [^ ]*conftest\.: $lt_compiler_flag&:; t'
\
-e
's:$: $lt_compiler_flag:'
`
(
eval echo
"
\"\$
as_me:162
35
:
$lt_compile
\"
"
>
&5
)
(
eval echo
"
\"\$
as_me:162
82
:
$lt_compile
\"
"
>
&5
)
(
eval
"
$lt_compile
"
2>out/conftest.err
)
ac_status
=
$?
cat
out/conftest.err
>
&5
echo
"
$as_me
:162
39
:
\$
? =
$ac_status
"
>
&5
echo
"
$as_me
:162
86
:
\$
? =
$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
...
...
@@ -18480,7 +18527,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 18
483
"configure"
#line 18
530
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -18578,7 +18625,7 @@ else
lt_dlunknown
=
0
;
lt_dlno_uscore
=
1
;
lt_dlneed_uscore
=
2
lt_status
=
$lt_dlunknown
cat
>
conftest.
$ac_ext
<<
EOF
#line 18
581
"configure"
#line 18
628
"configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
...
...
@@ -19708,6 +19755,23 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
test
-z
"
$INSTALL_DATA
"
&&
INSTALL_DATA
=
'${INSTALL} -m 644'
# SVN Revision number, needed for FREESWITCH_VERSION
if
test
-n
"
$SVNVERSION
"
;
then
cat
>>
confdefs.h
<<
_ACEOF
#define SVN_VERSION "`
${
SVNVERSION
}
. -n`"
_ACEOF
else
cat
>>
confdefs.h
<<
_ACEOF
#define SVN_VERSION "UNKNOWN"
_ACEOF
fi
# Checks for header files.
...
...
@@ -21361,6 +21425,9 @@ fi
done
ac_config_files
=
"
$ac_config_files
Makefile"
...
...
@@ -21387,6 +21454,7 @@ fi
ac_config_files
=
"
$ac_config_files
src/include/switch_version.h"
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
...
...
@@ -21958,6 +22026,7 @@ do
case "
$ac_config_target
" in
# Handling of arguments.
"Makefile" ) CONFIG_FILES="
$CONFIG_FILES
Makefile" ;;
"src/include/switch_version.h" ) CONFIG_FILES="
$CONFIG_FILES
src/include/switch_version.h" ;;
"depfiles" ) CONFIG_COMMANDS="
$CONFIG_COMMANDS
depfiles" ;;
"src/include/config.h" ) CONFIG_HEADERS="
$CONFIG_HEADERS
src/include/config.h" ;;
*) { { echo "
$as_me
:
$LINENO
: error: invalid argument:
$ac_config_target
" >&5
...
...
@@ -22067,6 +22136,7 @@ s,@am__leading_dot@,$am__leading_dot,;t t
s,@AMTAR@,
$AMTAR
,;t t
s,@am__tar@,
$am__tar
,;t t
s,@am__untar@,
$am__untar
,;t t
s,@SVNVERSION@,
$SVNVERSION
,;t t
s,@CC@,
$CC
,;t t
s,@CFLAGS@,
$CFLAGS
,;t t
s,@LDFLAGS@,
$LDFLAGS
,;t t
...
...
@@ -22110,6 +22180,7 @@ s,@F77@,$F77,;t t
s,@FFLAGS@,
$FFLAGS
,;t t
s,@ac_ct_F77@,
$ac_ct_F77
,;t t
s,@LIBTOOL@,
$LIBTOOL
,;t t
s,@SVN_VERSION@,
$SVN_VERSION
,;t t
s,@LIBOBJS@,
$LIBOBJS
,;t t
s,@ISLINUX_TRUE@,
$ISLINUX_TRUE
,;t t
s,@ISLINUX_FALSE@,
$ISLINUX_FALSE
,;t t
...
...
configure.in
浏览文件 @
f276ac9e
...
...
@@ -18,7 +18,7 @@ AC_PROG_INSTALL
# SVN Revision number, needed for FREESWITCH_VERSION
if test -n "$SVNVERSION" ; then
AC_DEFINE_UNQUOTED([SVN_VERSION],"`${SVNVERSION} . -n",[Which Subversion revision are we building here ?] )
AC_DEFINE_UNQUOTED([SVN_VERSION],"`${SVNVERSION} . -n
`
",[Which Subversion revision are we building here ?] )
AC_SUBST([SVN_VERSION])
else
AC_DEFINE_UNQUOTED([SVN_VERSION],"UNKNOWN",[Unknown Subversion because it's not on this machine.] )
...
...
src/include/config.h.in
浏览文件 @
f276ac9e
...
...
@@ -82,6 +82,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Unknown Subversion because it's not on this machine. */
#undef SVN_VERSION
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论