Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
4736c993
Commit
4736c993
authored
Oct 20, 2008
by
Rafał Mużyło
Committed by
Alexandre Julliard
Oct 21, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Avoid problem with recent autoconf.
parent
6a77a36b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
aclocal.m4
aclocal.m4
+4
-1
configure
configure
+4
-1
No files found.
aclocal.m4
View file @
4736c993
...
...
@@ -215,16 +215,19 @@ Use the --without-$1 option if you really want this.]) ;;
esac])])
AC_DEFUN([WINE_PRINT_MESSAGES],[ac_save_IFS="$IFS"
IFS="|"
if test "x$wine_notices != "x; then
echo >&AS_MESSAGE_FD
IFS="|"
for msg in $wine_notices; do
IFS="$ac_save_IFS"
if test -n "$msg"; then
AC_MSG_NOTICE([$msg])
fi
done
fi
IFS="|"
for msg in $wine_warnings; do
IFS="$ac_save_IFS"
if test -n "$msg"; then
echo >&2
AC_MSG_WARN([$msg])
...
...
configure
View file @
4736c993
...
...
@@ -27744,17 +27744,20 @@ then
fi
ac_save_IFS
=
"
$IFS
"
IFS
=
"|"
if
test
"x
$wine_notices
!= "
x
;
then
echo
>
&6
IFS
=
"|"
for
msg
in
$wine_notices
;
do
IFS
=
"
$ac_save_IFS
"
if
test
-n
"
$msg
"
;
then
{
echo
"
$as_me
:
$LINENO
:
$msg
"
>
&5
echo
"
$as_me
:
$msg
"
>
&6
;
}
fi
done
fi
IFS
=
"|"
for
msg
in
$wine_warnings
;
do
IFS
=
"
$ac_save_IFS
"
if
test
-n
"
$msg
"
;
then
echo
>
&2
{
echo
"
$as_me
:
$LINENO
: WARNING:
$msg
"
>
&5
...
...
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