X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=configure;h=52b7eb63114354e904db8892108f8a7865fc48de;hp=bc74eab42f895cae420588844b96a013a3cb8d1e;hb=6c248aa3490f9c948da1bcfe49bdf8d7ba25e372;hpb=e994b20fed384f82a849a5254634c7809ec0f83a diff --git a/configure b/configure index bc74eab..52b7eb6 100755 --- a/configure +++ b/configure @@ -12,7 +12,6 @@ do_makefile() { *) echo "cannot guess deepness of '$dir'"; exit 1 esac echo "all %: ; @\$(MAKE) -s -C $rel/build/$dir \$*" > $dir/Makefile - echo "-include \$(wildcard *.mk)" >> $dir/Makefile } find . -name CMakeLists.txt | while read file; do do_makefile $file; done @@ -23,7 +22,7 @@ mkdir -p $builddir ln -s $builddir build if test $# -eq 0; then - cd $builddir && cmake -DWITH_NNTP=1 -DWITH_IDN=1 -DUSE_HCACHE=1 -DWITH_LIBESMTP=1 --with-prefix=/usr .. + cd $builddir && cmake -DWITH_NNTP=1 -DWITH_IDN=1 -DUSE_HCACHE=1 --with-prefix=/usr .. else cd $builddir && cmake "$@" .. fi