From 51aa88b1e57e13f01128b788136fce036dfdd064 Mon Sep 17 00:00:00 2001 From: David Pirotte Date: Sun, 30 Sep 2018 20:48:09 -0300 Subject: [PATCH 2/3] Fixing the autogen.sh echo message * autogen.sh: In guile-cairo, the configure --prefix option is mandatory -> removing the bracket around the option. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index a3d6089..19c7485 100755 --- a/autogen.sh +++ b/autogen.sh @@ -3,4 +3,4 @@ set -e autoreconf -vif echo -echo "Now run ./configure [--prefix=/your/prefix]" +echo "Now run ./configure --prefix=/your/prefix" -- 2.19.0