This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next-next has been updated
via b9df1795cd61827f66a60ce6cd7edde8115b5b7f (commit)
via 3a2500e1a3628de9314d46459c47555f56a3a711 (commit)
via 767a8e2076101a7448265dfd3085a4aeaa625eda (commit)
from 4b467cf5cbddf2f24b931d1aa19c1e8b99804e3c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
b9df179 headers.mk, tests/unit_test/unit-tests.mk: Regen.
3a2500e Do not trigger an error when Qt is missing, too old or not working.
767a8e2 Have AutoTroll always restore the initial ``current directory''.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 14 ++++++++++++++
configure.ac | 4 ++--
m4/autotroll.m4 | 3 +++
milena/ChangeLog | 4 ++++
milena/headers.mk | 1 +
milena/tests/unit_test/unit-tests.mk | 2 ++
6 files changed, 26 insertions(+), 2 deletions(-)
hooks/post-receive
--
Olena, a generic and efficient image processing platform
* configure.ac: Here.
Protect a test from a variable expanding to an empty string.
---
ChangeLog | 7 +++++++
configure.ac | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4c85044..263dfff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+ Do not trigger an error when Qt is missing, too old or not working.
+
+ * configure.ac: Here.
+ Protect a test from a variable expanding to an empty string.
+
+2010-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+
Have AutoTroll always restore the initial ``current directory''.
* m4/autotroll.m4 (AT_WITH_QT): Always come back to the top-level
diff --git a/configure.ac b/configure.ac
index 4f0ddd6..63e26c0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,8 +216,8 @@ AM_CONDITIONAL(HAVE_MAGICKXX, test "x$oln_have_magickxx" = xyes)
# Qt. #
# ---- #
-AT_WITH_QT([xml], [], [], [], [oln_have_qt=yes])
-if test $oln_have_qt = yes; then
+AT_WITH_QT([xml], [], [], [:], [oln_have_qt=yes])
+if test x$oln_have_qt = xyes; then
AT_REQUIRE_QT_VERSION([4],
AC_MSG_WARN([Qt-dependent programs will be disabled.]),
oln_have_expected_qt_version=yes)
--
1.5.6.5
* m4/autotroll.m4 (AT_WITH_QT): Always come back to the top-level
directory upon failure.
---
ChangeLog | 7 +++++++
m4/autotroll.m4 | 3 +++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e584ef2..4c85044 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+ Have AutoTroll always restore the initial ``current directory''.
+
+ * m4/autotroll.m4 (AT_WITH_QT): Always come back to the top-level
+ directory upon failure.
+
+2010-10-22 Roland Levillain <roland(a)lrde.epita.fr>
+
Add a warning about Python 2.6 and greater regarding Swilena.
* configure.ac: Here.
diff --git a/m4/autotroll.m4 b/m4/autotroll.m4
index 9a7a96e..2a382d4 100644
--- a/m4/autotroll.m4
+++ b/m4/autotroll.m4
@@ -257,6 +257,7 @@ int main()
_ASEOF
if $QMAKE -project; then :; else
AX_INSTEAD_IF([$4], [Calling $QMAKE -project failed.])
+ cd ..
break
fi
@@ -265,6 +266,7 @@ _ASEOF
test -f $pro_file || pro_file=`echo *.pro`
if test -f "$pro_file"; then :; else
AX_INSTEAD_IF([$4], [Can't find the .pro file generated by Qmake.])
+ cd ..
break
fi
@@ -284,6 +286,7 @@ m4_ifval([$3],
if $QMAKE $at_qmake_args; then :; else
AX_INSTEAD_IF([$4], [Calling $QMAKE $at_qmake_args failed.])
+ cd ..
break
fi
--
1.5.6.5
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Olena, a generic and efficient image processing platform".
The branch next-next has been created
at 4b467cf5cbddf2f24b931d1aa19c1e8b99804e3c (commit)
- Log -----------------------------------------------------------------
4b467cf Require Tesseract for scribo/toolchain/text_in_doc.hh's unit test.
ba4ead1 Add a warning about Python 2.6 and greater regarding Swilena.
2dafa47 Disable the non deterministic test on mln::labeling::colorize.
a42fcb6 Add a test on built-in floating point value's traits.
8a8fddc Add macros for non-template contexts in mln/value/ops.hh.
3086fc9 Improve the genericity of vector normalization.
bddf6ea mln/fun/x2x/rotation.hh: Aesthetic changes.
89cb68c Ensure non implemented rotation code stops the execution.
b369b21 Fix test fun/x2x/composed.
1085d06 Fix 3D rotations.
891e728 Factor the implementations of OLN_WITH_LIB and OLN_WITH_LIB_PKG_CONFIG.
829030b configure.ac: Aesthetic changes.
6fbd302 Fix configure option `--enable-all'.
5290863 Revamp the handling of Qt.
637d70c Catch up with Boost-related changes in configure.ac.
944186e Revamp the handling of Boost libraries.
6e8b5fe Revamp the handling of Magick++.
283a487 Have configure be terser.
f8e324b Ensure paths passed to `--with-*' options are visited before others.
46eae02 m4/oln-with-lib.m4: Revert the previous changes.
6b37fbf Update HACKING.
ffdbc84 Update README.
949f1cb Fix `link' name lookup in Scribo.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform