NNTP_SUBDIR = nntp
endif
-SUBDIRS = tools intl m4 po \
+SUBDIRS = tools intl po \
lib-lua lib-mime lib-lib lib-mx lib-sys lib-ui \
pop imap $(NNTP_SUBDIR)
#!/bin/sh --
-if aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) \
- && automake --include-deps && autoconf
+if aclocal -I m4 && autoheader && automake --include-deps && autoconf
then
echo
- echo "The configure script for Mutt-ng was successfully prepared."
+ echo "The configure script for madmutt was successfully prepared."
echo "Continue with \"./configure [your options]\"."
echo
else
echo
echo "Some part of the preparation process failed."
- echo "Please refer to doc/devel-notes.txt for details."
echo
exit 1
fi
AC_OUTPUT(Makefile
intl/Makefile
- m4/Makefile
po/Makefile.in
apidoc/Makefile apidoc/doxygen.cfg
lib-lib/Makefile
+++ /dev/null
-## Process this file with automake to produce Makefile.in -*-Makefile-*-
-
-##m4-files-begin
-EXTRA_DIST = Makefile.am.in \
-curslib.m4 \
-funcdecl.m4 \
-libesmtp.m4
-##m4-files-end
-
-Makefile.am: Makefile.am.in
- rm -f $@ $@t
- sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t
- ( (echo EXTRA_DIST = Makefile.am.in | tr '\012' @); \
- (echo *.m4|tr ' ' @) ) \
- |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
- >> $@t
- sed -n '/^##m4-files-end/,$$p' Makefile.am.in >> $@t
- chmod a-w $@t
- mv $@t $@
+++ /dev/null
-## Process this file with automake to produce Makefile.in -*-Makefile-*-
-
-##m4-files-begin
-##m4-files-end
-
-Makefile.am: Makefile.am.in
- rm -f $@ $@t
- sed -n '1,/^##m4-files-begin/p' Makefile.am.in > $@t
- ( (echo EXTRA_DIST = Makefile.am.in | tr '\012' @); \
- (echo *.m4|tr ' ' @) ) \
- |sed 's/@$$/%/;s/@/ \\@/g' |tr @% '\012\012' \
- >> $@t
- sed -n '/^##m4-files-end/,$$p' Makefile.am.in >> $@t
- chmod a-w $@t
- mv $@t $@