diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-12-30 19:18:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:49:04 -0500 |
commit | 83acc688e3cb21d3fe25129f1fa1522872e6eec2 (patch) | |
tree | 093ee254dd6ffb0da50e745cb4c70241c94aecb5 /source4/build/smb_build/input.pm | |
parent | 87a97acdfecbeb3651112639d2bb7eab3372171e (diff) | |
download | samba-83acc688e3cb21d3fe25129f1fa1522872e6eec2.tar.gz samba-83acc688e3cb21d3fe25129f1fa1522872e6eec2.tar.bz2 samba-83acc688e3cb21d3fe25129f1fa1522872e6eec2.zip |
r12615: prepare building with ../samba4/source/configure --srcdir=../samba4/source/
metze
(This used to be commit bf35c74218476fc568e251bb337e794ed9d51fac)
Diffstat (limited to 'source4/build/smb_build/input.pm')
-rw-r--r-- | source4/build/smb_build/input.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/smb_build/input.pm b/source4/build/smb_build/input.pm index ad0a275120..ceddd75c3f 100644 --- a/source4/build/smb_build/input.pm +++ b/source4/build/smb_build/input.pm @@ -5,10 +5,11 @@ # Copyright (C) Jelmer Vernooij 2004 # Released under the GNU GPL +use config; use strict; package smb_build::input; -my $srcdir = "."; +my $srcdir = $config::config{srcdir}; sub strtrim($) { |