File autoconfiscate.patch of Package sblim-cmpi-samba
diff -wruN ../orig-sblim-cmpi-samba-0.5.6/autoconfiscate.sh ./autoconfiscate.sh --- ../orig-sblim-cmpi-samba-0.5.6/autoconfiscate.sh 1970-01-01 01:00:00.000000000 +0100 +++ ./autoconfiscate.sh 2006-10-06 18:58:17.000000000 +0200 @@ -0,0 +1,12 @@ +#!/bin/sh +# +# Script to setup autoconf/automake build environment. +# Run this first to create the configure script +aclocal --force -I m4 && +autoheader --force && +libtoolize --force && +automake --add-missing --force-missing && +autoconf --force && +echo +echo "You may now run ./configure" +echo