samba: make do_configure_prepend work with more recent versions
authorKoen Kooi <koen@openembedded.org>
Wed, 1 Oct 2008 09:36:11 +0000 (09:36 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 1 Oct 2008 09:36:11 +0000 (09:36 +0000)
packages/samba/samba.inc

index e7b9212..a429307 100644 (file)
@@ -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
 }