summaryrefslogtreecommitdiff
path: root/lib/make/make.config.defn.in
diff options
context:
space:
mode:
authorknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-03-16 15:10:54 +0000
committerknarf <knarf@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-03-16 15:10:54 +0000
commite46b96579173142641d60f6b4ced41c44968927a (patch)
tree738902b58f970d8a0a0c2505b7af3c28f67e0ad3 /lib/make/make.config.defn.in
parentf1549a3d0422266fa142f241c413104c3366bb51 (diff)
let Cactus search for TAR GZIP PATCH and GIT while configuring
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4688 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/make/make.config.defn.in')
-rw-r--r--lib/make/make.config.defn.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/make/make.config.defn.in b/lib/make/make.config.defn.in
index 05e8d5bd..3bf4cd9e 100644
--- a/lib/make/make.config.defn.in
+++ b/lib/make/make.config.defn.in
@@ -32,6 +32,10 @@ export LD = @LD@
export AR = @AR@
export RANLIB = @RANLIB@
export PERL = @PERL@
+export TAR = @TAR@
+export GZIP = @GZIP@
+export PATCH = @PATCH@
+export GIT = @GIT@
export CFLAGS = @CFLAGS@
export CXXFLAGS = @CXXFLAGS@