diff --git a/Makefile.in b/Makefile.in index f5c56c7a9..4e0986c7d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,6 +31,7 @@ build: modules: build (cd src/modules ; ./configure ; ${MAKE} ${MAKEARGS} all ) + echo "all done, now (g)make install to install Anope/Modules"; language: (cd lang ; $(MAKE) ${MAKEARGS} all language.h ; cp language.h ../include/) diff --git a/configure b/configure index a7439aa23..b0ccab3e3 100755 --- a/configure +++ b/configure @@ -9753,3 +9753,8 @@ if test "$no_create" != yes; then fi +cat <> ./Makefile.inc -cat <