summaryrefslogtreecommitdiff
path: root/rt/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'rt/Makefile.in')
-rw-r--r--rt/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/Makefile.in b/rt/Makefile.in
index 43c414ebb..4bd512a7e 100644
--- a/rt/Makefile.in
+++ b/rt/Makefile.in
@@ -526,7 +526,7 @@ apachectl:
SNAPSHOT=$(shell git describe --tags)
snapshot:
git archive --prefix "$(SNAPSHOT)/" HEAD | tar -xf -
- ( cd $(SNAPSHOT) && autoconf && ./configure )
+ ( cd $(SNAPSHOT) && autoconf && PERL=/usr/bin/perl ./configure )
tar -czf "$(SNAPSHOT).tar.gz" "$(SNAPSHOT)/"
rm -fr "$(SNAPSHOT)/"