Discussion:
[PATCH 0/2] Tiny build related fixes
Petr Vorel
2017-10-02 19:03:47 UTC
Permalink
Hi,

here are tiny build related fixes. Please merge them.

Kind regards,
Petr

Petr Vorel (2):
autogen.sh: Fix libev URL
autogen.sh: Add check for libptytty directory

autogen.sh | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
--
2.14.2
Petr Vorel
2017-10-02 19:03:48 UTC
Permalink
Signed-off-by: Petr Vorel <***@gmail.com>
---
autogen.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index af28e412..915feb3e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,7 +5,7 @@ if ! [ -e libev/ev++.h ]; then
**
** libev/ directory is missing
**
-** you need a checkout of libev (http://software.schmorp.de/pkg/libev)
+** you need a checkout of libev (http://software.schmorp.de/pkg/libev.html)
** in the top-level build directory.
**
EOF
--
2.14.2
Petr Vorel
2017-10-02 19:03:49 UTC
Permalink
Signed-off-by: Petr Vorel <***@gmail.com>
---
autogen.sh | 12 ++++++++++++
1 file changed, 12 insertions(+)

diff --git a/autogen.sh b/autogen.sh
index 915feb3e..6a646c4e 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -12,6 +12,18 @@ EOF
exit 1
fi

+if ! [ -e libptytty/ptytty.m4 ]; then
+ cat <<EOF
+**
+** libptytty/ directory is missing
+**
+** you need a checkout of libptytty (http://software.schmorp.de/pkg/libptytty.html)
+** in the top-level build directory.
+**
+EOF
+ exit 1
+fi
+
if autoheader && autoconf; then
rm -rf autom4te.cache
echo "Now run ./configure"
--
2.14.2
ambrus
2017-10-03 08:32:10 UTC
Permalink
Post by Petr Vorel
Hi,
here are tiny build related fixes. Please merge them.
Kind regards,
Petr
autogen.sh: Fix libev URL
autogen.sh: Add check for libptytty directory
autogen.sh | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
The content of your patch is missing. I seem to remember this mailing
list strips attachments, so I think that's why.

Zsbán Ambrus
Petr Vorel
2017-10-03 08:36:05 UTC
Permalink
Hi Zsbán,

<snip>
Post by Petr Vorel
autogen.sh: Fix libev URL
autogen.sh: Add check for libptytty directory
autogen.sh | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
The content of your patch is missing. I seem to remember this mailing list
strips attachments, so I think that's why.
It's not, this first email is "cover letter" (see Zero in subject "[PATCH 0/2] Tiny build
related fixes"). It's generated with:
git format-patch --cover-letter

Kind regards,
Petr
Emanuele Giaquinta
2017-10-13 17:16:32 UTC
Permalink
Hi,
Post by Petr Vorel
here are tiny build related fixes. Please merge them.
thanks, applied.

Emanuele

Loading...