Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
dasher
Commits
9d966059
Commit
9d966059
authored
Mar 22, 2008
by
Aaron R. Larson
Browse files
Remove conditional call to GNOME_DOC_INIT (#520549, #398103).
svn path=/trunk/; revision=3469
parent
752b8920
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9d966059
2008-03-22 Aaron Larson <alarson@aaron2>
* configure.in: Resolved autogen.sh build failure from #398103.
2008-02-17 Phil Cowans <pjc51@cam.ac.uk>
* Preparing for release
...
...
configure.in
View file @
9d966059
...
...
@@ -412,13 +412,16 @@ GTK2BUILD_LIBS="$X_LIBS $GTK2_LIBS $SETTINGS_LIBS $gthread_LIBS $gnome_speech_LI
AC_SUBST(GTK2BUILD_CFLAGS)
AC_SUBST(GTK2BUILD_LIBS)
if [[ x"$WITHGNOME" = xtrue ]]; then
GNOME_DOC_INIT
else
# Allows compilation if --without-gnome is passed
AM_CONDITIONAL(ENABLE_SK, test "x$enable_scrollkeeper" = "xyes")
AC_MSG_CHECKING([for gnome-doc-utils])
GNOME_DOC_INIT([0.9.0],[have_gdu=yes],[have_gdu=no])
AC_MSG_RESULT($have_gdu)
if [[ x"$WITHGNOME" = xtrue ]] && [[ "$have_gdu" = xno ]]; then
AC_MSG_ERROR([gnome-doc-utils not found!])
fi
AM_CONDITIONAL(ENABLE_SK, test x"$WITHGNOME" = xfalse -a "x$enable_scrollkeeper" = "xyes")
AC_CONFIG_FILES([Data/dasher.desktop.in
Data/Makefile
Data/training/Makefile
...
...
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