mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-07 14:34:51 +01:00
6 lines
83 B
Bash
6 lines
83 B
Bash
|
#!/bin/sh
|
||
|
autoreconf -i
|
||
|
if test -f isl/autogen.sh; then
|
||
|
(cd isl; ./autogen.sh)
|
||
|
fi
|