Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
b495c980
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
b495c980
编写于
9月 03, 2013
作者:
K
katleman
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
76a0eff2
6e878b96
变更
6
展开全部
隐藏空白更改
内联
并排
Showing
6 changed file
with
489 addition
and
447 deletion
+489
-447
README-builds.html
README-builds.html
+26
-11
common/autoconf/autogen.sh
common/autoconf/autogen.sh
+0
-6
common/autoconf/configure.ac
common/autoconf/configure.ac
+1
-1
common/autoconf/generated-configure.sh
common/autoconf/generated-configure.sh
+457
-424
common/autoconf/help.m4
common/autoconf/help.m4
+3
-3
common/autoconf/libraries.m4
common/autoconf/libraries.m4
+2
-2
未找到文件。
README-builds.html
浏览文件 @
b495c980
...
...
@@ -1210,19 +1210,18 @@
<blockquote>
<p>
<b>
Q:
</b>
The
<code>
configure
</code>
file looks horrible!
<b>
Q:
</b>
The
<code>
generated-configure.sh
</code>
file looks horrible!
How are you going to edit it?
<br>
<b>
A:
</b>
The
<code>
configure
</code>
file is generated (think
<b>
A:
</b>
The
<code>
generated-configure.sh
</code>
file is generated (think
"compiled") by the autoconf tools. The source code is
in
<code>
configure.ac
</code>
various .m4 files in common/autoconf,
which are
much more readable.
in
<code>
configure.ac
</code>
and various .m4 files in common/autoconf,
which are much more readable.
</p>
<p>
<b>
Q:
</b>
Why is the
<code>
configure
</code>
file checked in,
Why is the
<code>
generated-configure.sh
</code>
file checked in,
if it is generated?
<br>
<b>
A:
</b>
...
...
@@ -1237,13 +1236,29 @@
<p>
<b>
Q:
</b>
Do you require a specific version of autoconf for regenerating
<code>
configure
</code>
?
<code>
generated-configure.sh
</code>
?
<br>
<b>
A:
</b>
Currently, no, but this will likely be the case when things have
settled down a bit more. (The reason for this is to avoid
large spurious changes in
<code>
configure
</code>
in commits that made small changes to
<code>
configure.ac
</code>
).
Yes, version 2.69 is required and should be easy
enough to aquire on all supported operating
systems. The reason for this is to avoid
large spurious changes in
<code>
generated-configure.sh
</code>
.
</p>
<p>
<b>
Q:
</b>
How do you regenerate
<code>
generated-configure.sh
</code>
after making changes to the input files?
<br>
<b>
A:
</b>
Regnerating
<code>
generated-configure.sh
</code>
should always be done using the
script
<code>
common/autoconf/autogen.sh
</code>
to
ensure that the correct files get updated. This
script should also be run after mercurial tries to
merge
<code>
generated-configure.sh
</code>
as a
merge of the generated file is not guaranteed to
be correct.
</p>
<p>
...
...
common/autoconf/autogen.sh
浏览文件 @
b495c980
...
...
@@ -44,10 +44,8 @@ fi
custom_hook
=
$custom_script_dir
/custom-hook.m4
AUTOCONF
=
"
`
which autoconf 2> /dev/null |
grep
-v
'^no autoconf in'
`
"
AUTOCONF_267
=
"
`
which autoconf-2.67 2> /dev/null |
grep
-v
'^no autoconf-2.67 in'
`
"
echo
"Autoconf found:
${
AUTOCONF
}
"
echo
"Autoconf-2.67 found:
${
AUTOCONF_267
}
"
if
test
"x
${
AUTOCONF
}
"
=
x
;
then
echo
You need autoconf installed to be able to regenerate the configure script
...
...
@@ -55,10 +53,6 @@ if test "x${AUTOCONF}" = x; then
exit
1
fi
if
test
"x
${
AUTOCONF_267
}
"
!=
x
;
then
AUTOCONF
=
${
AUTOCONF_267
}
;
fi
echo
Generating generated-configure.sh with
${
AUTOCONF
}
cat
$script_dir
/configure.ac |
sed
-e
"s|@DATE_WHEN_GENERATED@|
$TIMESTAMP
|"
|
${
AUTOCONF
}
-W
all
-I
$script_dir
-
>
$script_dir
/generated-configure.sh
rm
-rf
autom4te.cache
...
...
common/autoconf/configure.ac
浏览文件 @
b495c980
...
...
@@ -30,7 +30,7 @@
###############################################################################
AC_PREREQ([2.6
1
])
AC_PREREQ([2.6
9
])
AC_INIT(OpenJDK, jdk8, build-dev@openjdk.java.net,,http://openjdk.java.net)
AC_CONFIG_AUX_DIR([build-aux])
...
...
common/autoconf/generated-configure.sh
浏览文件 @
b495c980
此差异已折叠。
点击以展开。
common/autoconf/help.m4
浏览文件 @
b495c980
...
...
@@ -83,7 +83,7 @@ apt_help() {
pulse)
PKGHANDLER_COMMAND="sudo apt-get install libpulse-dev" ;;
x11)
PKGHANDLER_COMMAND="sudo apt-get install libX11-dev libxext-dev libxrender-dev libxtst-dev" ;;
PKGHANDLER_COMMAND="sudo apt-get install libX11-dev libxext-dev libxrender-dev libxtst-dev
libxt-dev
" ;;
ccache)
PKGHANDLER_COMMAND="sudo apt-get install ccache" ;;
* )
...
...
@@ -102,11 +102,11 @@ yum_help() {
cups)
PKGHANDLER_COMMAND="sudo yum install cups-devel" ;;
freetype2)
PKGHANDLER_COMMAND="sudo yum install freetype
2
-devel" ;;
PKGHANDLER_COMMAND="sudo yum install freetype-devel" ;;
pulse)
PKGHANDLER_COMMAND="sudo yum install pulseaudio-libs-devel" ;;
x11)
PKGHANDLER_COMMAND="sudo yum install libXtst-devel" ;;
PKGHANDLER_COMMAND="sudo yum install libXtst-devel
libXt-devel libXrender-devel
" ;;
ccache)
PKGHANDLER_COMMAND="sudo yum install ccache" ;;
* )
...
...
common/autoconf/libraries.m4
浏览文件 @
b495c980
...
...
@@ -185,7 +185,7 @@ OLD_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS $X_CFLAGS"
# Need to include Xlib.h and Xutil.h to avoid "present but cannot be compiled" warnings on Solaris 10
AC_CHECK_HEADERS([X11/extensions/shape.h X11/extensions/Xrender.h X11/extensions/XTest.h],
AC_CHECK_HEADERS([X11/extensions/shape.h X11/extensions/Xrender.h X11/extensions/XTest.h
X11/Intrinsic.h
],
[X11_A_OK=yes],
[X11_A_OK=no; break],
[ # include <X11/Xlib.h>
...
...
@@ -197,7 +197,7 @@ AC_LANG_POP(C)
if test "x$X11_A_OK" = xno && test "x$X11_NOT_NEEDED" != xyes; then
HELP_MSG_MISSING_DEPENDENCY([x11])
AC_MSG_ERROR([Could not find all X11 headers (shape.h Xrender.h XTest.h). $HELP_MSG])
AC_MSG_ERROR([Could not find all X11 headers (shape.h Xrender.h XTest.h
Intrinsic.h
). $HELP_MSG])
fi
AC_SUBST(X_CFLAGS)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录