* configure.ac (PACKAGE_AUTHORS): New variable. Define it both as
a C/C++ preprocessor symbol (using AC_DEFINE_UNQUOTED) and as an
Autoconf output variable (via AC_SUBST).
---
ChangeLog | 8 ++++++++
configure.ac | 9 +++++++++
2 files changed, 17 insertions(+)
diff --git a/ChangeLog b/ChangeLog
index 2369b28..e454d84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2013-09-06 Roland Levillain <roland(a)lrde.epita.fr>
+ Define PACKAGE_AUTHORS in configure.ac.
+
+ * configure.ac (PACKAGE_AUTHORS): New variable. Define it both as
+ a C/C++ preprocessor symbol (using AC_DEFINE_UNQUOTED) and as an
+ Autoconf output variable (via AC_SUBST).
+
+2013-09-06 Roland Levillain <roland(a)lrde.epita.fr>
+
Stop generating milena/mln/version.hh in the build tree with configure.
* configure.ac: No longer configure milena/mln/version.hh, as
diff --git a/configure.ac b/configure.ac
index aa1f1fd..e76a931 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,6 +46,15 @@ AM_INIT_AUTOMAKE([1.11 subdir-objects check-news tar-pax dist-bzip2
# "GEN ..." message, unless V=1 is passed to "make".
AM_SILENT_RULES([yes])
+# Package metadata.
+# Define this symbol in addition to what AC_INIT already defines
+# (PACKAGE_NAME, etc.)...
+PACKAGE_AUTHORS="EPITA Research and Development Laboratory (LRDE)"
+# - for config.hh
+AC_DEFINE_UNQUOTED([PACKAGE_AUTHORS], ["$PACKAGE_AUTHORS"],
+ [Authors of the package.])
+# - and for milena/mln/version.hh.
+AC_SUBST([PACKAGE_AUTHORS])
## --------------------- ##
--
1.7.10.4
#281: Repair the online Document Layout Analysis and Reconstruction demo
---------------------------+----------------------
Reporter: levill_r | Owner: levill_r
Type: defect | Status: new
Priority: major | Milestone:
Component: Web | Version: 2.0
Keywords: demonstration |
---------------------------+----------------------
Guillaume Lazzara reported an issue with the online Document Layout
Analysis and Reconstruction demo:
http://lists.lrde.epita.fr/pipermail/olena/2013-August/000550.html
hosted at
http://olena.lrde.epita.fr/demos/document_segmentation.php
The processed ended with this error:
"PDF output : /tmp/web_app147489430652208889c261d3.66045018.pdf"Ooops!
Something went wrong. Please contact us in order to fix that!
--
Ticket URL: <https://trac.lrde.epita.fr/olena/ticket/281>
Olena <http://olena.lrde.epita.fr>
Olena, a software platform dedicated to image processing.
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 vtk-format has been deleted
was 6629f93070da7d9eea9fa6a7b99e96154d624565
-----------------------------------------------------------------------
6629f93070da7d9eea9fa6a7b99e96154d624565 Add preliminary VTK input for binary images.
-----------------------------------------------------------------------
hooks/post-receive
--
Olena, a generic and efficient image processing platform