Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Oleksii Turkot
CrystFEL
Commits
5a13c053
Commit
5a13c053
authored
Mar 27, 2011
by
Thomas White
Committed by
Thomas White
Feb 22, 2012
Browse files
Reduce required gtk-doc version
parent
21877e39
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
5a13c053
...
...
@@ -7729,14 +7729,14 @@ fi
if
test
x
$enable_gtk_doc
=
xyes
;
then
if
test
-n
"
$PKG_CONFIG
"
&&
\
{
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
PKG_CONFIG --exists --print-errors
\"
gtk-doc >= 1.1
4
\"
"
;
}
>
&5
(
$PKG_CONFIG
--exists
--print-errors
"gtk-doc >= 1.1
4
"
)
2>&5
{
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
PKG_CONFIG --exists --print-errors
\"
gtk-doc >= 1.1
1
\"
"
;
}
>
&5
(
$PKG_CONFIG
--exists
--print-errors
"gtk-doc >= 1.1
1
"
)
2>&5
ac_status
=
$?
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
:
\$
? =
$ac_status
"
>
&5
test
$ac_status
=
0
;
}
;
then
:
else
as_fn_error
$?
"You need to have gtk-doc >= 1.1
4
installed to build
$PACKAGE_NAME
"
"
$LINENO
"
5
as_fn_error
$?
"You need to have gtk-doc >= 1.1
1
installed to build
$PACKAGE_NAME
"
"
$LINENO
"
5
fi
fi
...
...
configure.ac
View file @
5a13c053
...
...
@@ -241,7 +241,7 @@ LIBS="$LIBS $LIBTIFF_LIBS $libPNG_LIBS $Cairo_LIBS $GDK_pixbuf_LIBS"
LIBS="$LIBS $GDK_pixbuf_2_LIBS $LDFLAGS"
GTK_DOC_CHECK([1.1
4
],[--flavour no-tmpl])
GTK_DOC_CHECK([1.1
1
],[--flavour no-tmpl])
AC_CONFIG_MACRO_DIR(m4)
...
...
Write
Preview
Supports
Markdown
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