Fwd: [PATCH] autogen.sh: Also recurse into osl

10 views
Skip to first unread message

Tobias Grosser

unread,
Jul 3, 2015, 7:57:56 AM7/3/15
to cl...@googlegroups.com, Bernhard Reutner-Fischer
Hi Bernhard,

I forward this email to the CLooG mailinglist. I am not actively working
on CLooG at the moment.

Best,
Tobias


-------- Forwarded Message --------
Subject: [PATCH] autogen.sh: Also recurse into osl
Date: Fri, 3 Jul 2015 13:53:53 +0200
From: Bernhard Reutner-Fischer <rep.d...@gmail.com>
To: Tobias Grosser <tob...@grosser.es>
CC: Bernhard Reutner-Fischer <rep.d...@gmail.com>, Cedric Bastoul
<cedric....@u-psud.fr>

Signed-off-by: Bernhard Reutner-Fischer <rep.d...@gmail.com>
---
autogen.sh | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 661ece1..1a7e065 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,7 @@
#!/bin/sh
autoreconf -i
-if test -f isl/autogen.sh; then
- (cd isl; ./autogen.sh)
-fi
+for i in */autogen.sh
+do
+ d=$(dirname $i)
+ (cd ${d} && test -x ./autogen.sh && ./autogen.sh)
+done
--
2.1.4



Reply all
Reply to author
Forward
0 new messages