[oe-commits] : samba: make do_configure_prepend work with more recent versions

OE GIT Trial gittrial at amethyst.openembedded.net
Wed Oct 1 10:02:57 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: ae4b42f2538cb373e753004d1721dac456c18ecf
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=ae4b42f2538cb373e753004d1721dac456c18ecf

Author:  <koen at openembedded.org>
Date:   Wed Oct  1 09:36:11 2008 +0000

samba: make do_configure_prepend work with more recent versions

---

 packages/samba/samba.inc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/samba/samba.inc b/packages/samba/samba.inc
index e7b9212..a429307 100644
--- a/packages/samba/samba.inc
+++ b/packages/samba/samba.inc
@@ -24,6 +24,7 @@ FILES_libsmbclient-dev = "${libdir}/libsmbclient.so ${includedir}"
 do_configure_prepend () {
 	./script/mkversion.sh
 	if [ ! -e acinclude.m4 ]; then
+		touch aclocal.m4	
 		cat aclocal.m4 > acinclude.m4
 	fi
 }





More information about the Openembedded-commits mailing list