From 10ef68e7c4ca28d29df29c10487fe9793aeecc8d Mon Sep 17 00:00:00 2001 From: "rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Tue, 20 Jul 2004 15:12:58 +0000 Subject: [PATCH] BUILD : 1.7.4 (268) BUGS : N/A NOTES : Fixed position of text after ./Config and make git-svn-id: svn://svn.anope.org/anope/trunk@268 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@172 5417fbe8-f217-4b02-8779-1006273d7864 --- Makefile.in | 1 + configure | 5 +++++ configure.in | 5 +++++ src/modules/configure | 4 ---- version.log | 6 +++++- 5 files changed, 16 insertions(+), 5 deletions(-) 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 <