diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-05-03 10:22:22 +0200 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-05-03 10:22:22 +0200 |
commit | 51dcaf0e8e084e53bdbc85fd9632d1ba9c541ef6 (patch) | |
tree | d0ec66e52ad96f801a46cfaadf5545fff7f07c59 /source4 | |
parent | baffc1e89f424ed6f9478b4cd8c9de1601b51266 (diff) | |
download | samba-51dcaf0e8e084e53bdbc85fd9632d1ba9c541ef6.tar.gz samba-51dcaf0e8e084e53bdbc85fd9632d1ba9c541ef6.tar.bz2 samba-51dcaf0e8e084e53bdbc85fd9632d1ba9c541ef6.zip |
s4-waf: fixed symlink path for autogen.sh
thanks to Nadya for noticing :-)
Diffstat (limited to 'source4')
l--------- | source4/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/autogen.sh b/source4/autogen.sh index 99150f3a28..153637b1d9 120000 --- a/source4/autogen.sh +++ b/source4/autogen.sh @@ -1 +1 @@ -../../buildtools/scripts/autogen-waf.sh
\ No newline at end of file +../buildtools/scripts/autogen-waf.sh
\ No newline at end of file |