5 automake
-a -c --foreign
7 if test -f polylib
/autogen.sh
; then
8 (cd polylib
; .
/autogen.sh
)
10 if test -f piplib
/autogen.sh
; then
11 (cd piplib
; .
/autogen.sh
)
13 if test -f isl
/autogen.sh
; then
14 (cd isl
; .
/autogen.sh
)
16 if test -f isl-polylib
/autogen.sh
; then
17 (cd isl-polylib
; .
/autogen.sh
)
19 if test -f omega
/autogen.sh
; then
20 (cd omega
; .
/autogen.sh
)