[dasher: 26/27] distcheck fix, and make gnome-doc configure more informative.
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher: 26/27] distcheck fix, and make gnome-doc configure more informative.
- Date: Wed, 18 Aug 2010 15:11:52 +0000 (UTC)
commit aa6e5393145ff80116db8834e848b351266bfdcd
Author: Patrick Welche <prlw1 cam ac uk>
Date: Wed Aug 18 12:51:36 2010 +0100
distcheck fix, and make gnome-doc configure more informative.
Src/DasherCore/LanguageModelling/Makefile.am | 1 -
Src/DasherCore/Makefile.am | 1 +
Src/Win32/Makefile.am | 2 --
m4/gnome-doc-utils.m4 | 3 +++
4 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/Src/DasherCore/LanguageModelling/Makefile.am b/Src/DasherCore/LanguageModelling/Makefile.am
index d818479..8df6997 100644
--- a/Src/DasherCore/LanguageModelling/Makefile.am
+++ b/Src/DasherCore/LanguageModelling/Makefile.am
@@ -14,6 +14,5 @@ libdasherlm_a_SOURCES = \
PPMLanguageModel.h \
PPMPYLanguageModel.cpp \
PPMPYLanguageModel.h \
- SymbolAlphabet.h \
WordLanguageModel.cpp \
WordLanguageModel.h
diff --git a/Src/DasherCore/Makefile.am b/Src/DasherCore/Makefile.am
index f767332..22a2b81 100644
--- a/Src/DasherCore/Makefile.am
+++ b/Src/DasherCore/Makefile.am
@@ -99,6 +99,7 @@ libdashercore_a_SOURCES = \
ModuleManager.h \
NodeCreationManager.cpp \
NodeCreationManager.h \
+ NodeManager.h \
ExpansionPolicy.cpp \
ExpansionPolicy.h \
OneButtonDynamicFilter.cpp \
diff --git a/Src/Win32/Makefile.am b/Src/Win32/Makefile.am
index b021590..3067572 100644
--- a/Src/Win32/Makefile.am
+++ b/Src/Win32/Makefile.am
@@ -72,8 +72,6 @@ EXTRA_DIST = \
Widgets/ViewPage.h \
Widgets/WindowSelect.cpp \
Widgets/WindowSelect.h \
- ActionSpeech.cpp \
- ActionSpeech.h \
AppSettings.cpp \
AppSettings.h \
BTSocketInput.cpp \
diff --git a/m4/gnome-doc-utils.m4 b/m4/gnome-doc-utils.m4
index 4aef712..402bb3e 100644
--- a/m4/gnome-doc-utils.m4
+++ b/m4/gnome-doc-utils.m4
@@ -40,12 +40,15 @@ AC_DEFUN([GNOME_DOC_INIT],
ifelse([$1],,[gdu_cv_version_required=0.3.2],[gdu_cv_version_required=$1])
+AC_MSG_CHECKING([gnome-doc-utils >= $gdu_cv_version_required])
PKG_CHECK_EXISTS([gnome-doc-utils >= $gdu_cv_version_required],
[gdu_cv_have_gdu=yes],[gdu_cv_have_gdu=no])
if test "$gdu_cv_have_gdu" = "yes"; then
+ AC_MSG_RESULT([yes])
ifelse([$2],,[:],[$2])
else
+ AC_MSG_RESULT([no])
ifelse([$3],,[AC_MSG_ERROR([gnome-doc-utils >= $gdu_cv_version_required not found])],[$3])
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]