summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildconf b/buildconf
index baf5b93589..4b573b9977 100755
--- a/buildconf
+++ b/buildconf
@@ -150,6 +150,6 @@ else
fi
if test "$supplied_flag" != "--local"; then
- (cd libzend; ./buildconf libzend/)
- (cd TSRM; ./buildconf TSRM/)
+ (cd libzend; ./buildconf $automake_flags libzend/)
+ (cd TSRM; ./buildconf $automake_flags TSRM/)
fi