--- linuxsampler/trunk/Makefile.am 2007/05/29 23:01:46 1211 +++ linuxsampler/trunk/Makefile.am 2007/08/30 11:40:14 1312 @@ -24,6 +24,10 @@ install-data-local: @if [ ! -e "$(DESTDIR)/var/lib/linuxsampler/instruments.db" -a \ $(have_sqlite) = "yes" ] ; then \ + echo "****************************************************************"; \ + echo "*** LinuxSampler was compiled with instruments DB support and"; \ + echo "*** $(DESTDIR)/var/lib/linuxsampler/instruments.db"; \ + echo "*** doesn't exist yet, creating it now:"; \ mkdir -p $(DESTDIR)/var/lib/linuxsampler && ./src/linuxsampler \ --create-instruments-db $(DESTDIR)/var/lib/linuxsampler/instruments.db ; \ fi