[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.9-13-g5a62cc5
Kevin Falcone
falcone at bestpractical.com
Tue Feb 22 13:22:50 EST 2011
The branch, 3.8-trunk has been updated
via 5a62cc5ae9b6d43322b65fdbdad3f34c882b3e15 (commit)
from 6a57e9d6ce74e1d9ae991ca4399b2c73a6845d8b (commit)
Summary of changes:
Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 5a62cc5ae9b6d43322b65fdbdad3f34c882b3e15
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Feb 22 13:21:41 2011 -0500
Force configure to build the shipped scripts with #!/usr/bin/perl
Sometimes users don't run configure. This uses a more sensible perl,
although there are other issues if configure is skipped.
diff --git a/Makefile.in b/Makefile.in
index 43c414e..4bd512a 100755
--- a/Makefile.in
+++ b/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)/"
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list