From e46b96579173142641d60f6b4ced41c44968927a Mon Sep 17 00:00:00 2001 From: knarf Date: Wed, 16 Mar 2011 15:10:54 +0000 Subject: 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 --- lib/make/make.config.defn.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/make/make.config.defn.in') 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@ -- cgit v1.2.3