This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository findlib.

commit e0e36a380ecd4d6b254fbe4e6bf51db9154f8eb0
Author: Stephane Glondu <st...@glondu.net>
Date:   Tue Feb 17 16:45:03 2015 +0100

    Imported Upstream version 1.5.5
---
 configure            | 4 ++--
 doc/README           | 2 ++
 doc/README.xml       | 4 ++++
 src/findlib/Makefile | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/configure b/configure
index 2c7ef6f..e0dd3ea 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $Id: configure 244 2014-10-15 11:06:21Z gerd $
+# $Id: configure 246 2014-10-23 10:07:24Z gerd $
 # ----------------------------------------------------------------------
 #
 
@@ -7,7 +7,7 @@
 
 #set -x
 
-version="1.5.4"
+version="1.5.5"
 
 # Remember the old IFS value:
 oldifs="$IFS"
diff --git a/doc/README b/doc/README
index 4a5a31a..4533829 100644
--- a/doc/README
+++ b/doc/README
@@ -85,6 +85,8 @@ of questions.
 List of Changes
 ==============================================================================
 
+-  1.5.5: fixes a build problem for BSD systens
+   
 -  1.5.4: New ppxopt META variables (Peter Zotov).
    Support for OCAMLFIND_TOOLCHAIN environment variable (Peter Zotov).  
    
diff --git a/doc/README.xml b/doc/README.xml
index de6c1a5..a40531d 100644
--- a/doc/README.xml
+++ b/doc/README.xml
@@ -110,6 +110,10 @@ configuration files, and library routines in detail.</p>
     <ul>
 
     <li>
+      <p><em>1.5.5:</em> fixes a build problem for BSD systens</p>
+    </li>
+
+    <li>
       <p><em>1.5.4:</em> New ppxopt META variables (Peter Zotov).</p>
       <p>Support for OCAMLFIND_TOOLCHAIN environment variable (Peter Zotov).
          </p>
diff --git a/src/findlib/Makefile b/src/findlib/Makefile
index 5466d95..bdd7f14 100644
--- a/src/findlib/Makefile
+++ b/src/findlib/Makefile
@@ -74,7 +74,7 @@ topfind.ml: topfind.ml.in
        if [ "$(ENABLE_TOPFIND_PPXOPT)" = "true" ]; then                 \
                cp topfind.ml.in topfind.ml;                             \
        else                                                             \
-               sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/{d}' topfind.ml.in    \
+               sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
                        > topfind.ml ;                                   \
        fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-ocaml-maint/packages/findlib.git

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to