File autoconfiscate.sh of Package sblim-sfcb
#!/bin/sh aclocal --force && autoheader --force && libtoolize --force && automake -af && autoconf --force && #if test -d test; then cd test && ./autoconfiscate.sh && cd ..; fi if test -d mofc; then cd mofc && ./autoconfiscate.sh; fi if test -d cmpi-devel; then cd cmpi-devel && ./autoconfiscate.sh; fi