]> git.pld-linux.org Git - packages/ejabberd.git/blobdiff - ejabberd-pack_deps.sh
- stop kindly
[packages/ejabberd.git] / ejabberd-pack_deps.sh
index 3b165ac646e667508b39f147d8a360fdf26697cc..cbbea5d79a4119534d822345c8b2406340adda55 100755 (executable)
@@ -8,6 +8,11 @@ if [ "$(basename $current_dir)" != "deps" ] \
        exit 1
 fi
 
+if [ ! -e ../config.status ] ; then
+       echo "You should first run ./configure with all wanted options."
+       exit 1
+fi
+
 rm -f .got || :
 for dir in * ; do
        [ -d "$dir" ] || continue
This page took 0.070846 seconds and 4 git commands to generate.