aboutsummaryrefslogtreecommitdiff
path: root/autoreconf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autoreconf.sh')
-rwxr-xr-xautoreconf.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoreconf.sh b/autoreconf.sh
index e008d6e..acba1c9 100755
--- a/autoreconf.sh
+++ b/autoreconf.sh
@@ -28,6 +28,9 @@ fi
if test -n "$dirs"; then
echo "$0: dirs=(${dirs[@]})"
+ for d in "${dirs[@]}"; do
+ test -x "$d/svn-prepare.sh" && (cd "$d"; sh ./svn-prepare.sh)
+ done
exec autoreconf $ar_args "${dirs[@]}"
#--symlink
fi