summaryrefslogtreecommitdiffstats
path: root/patches/samba-3.0.35/autogen.sh
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-10-17 13:17:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2009-10-26 14:13:09 +0100
commitac3dfbc4a44ef3a7aa72343dacfb37d45f1640a9 (patch)
treec51da1a227c8a9a430bef1bf0de295a03ec39d74 /patches/samba-3.0.35/autogen.sh
parentc984359e4ada98274854f1be1f45cea03490c698 (diff)
downloadptxdist-ac3dfbc4a44ef3a7aa72343dacfb37d45f1640a9.tar.gz
ptxdist-ac3dfbc4a44ef3a7aa72343dacfb37d45f1640a9.tar.xz
[samba] use automatic autogen instead of autogen patch
use own autogen.sh and call it from the right directory. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/samba-3.0.35/autogen.sh')
-rwxr-xr-xpatches/samba-3.0.35/autogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/patches/samba-3.0.35/autogen.sh b/patches/samba-3.0.35/autogen.sh
new file mode 100755
index 000000000..a1333120a
--- /dev/null
+++ b/patches/samba-3.0.35/autogen.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+cd source && ./autogen.sh
+