summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in1
-rwxr-xr-xconfigure5
-rw-r--r--configure.in5
-rwxr-xr-xsrc/modules/configure4
-rw-r--r--version.log6
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 <<EOT
+All done! Now run "make" (or possibly "gmake") to compile Anope.
+See the INSTALL, README and FAQ files if you have any problems.
+EOT
+
diff --git a/configure.in b/configure.in
index d1a508030..d6c311f43 100644
--- a/configure.in
+++ b/configure.in
@@ -208,3 +208,8 @@ AC_ARG_WITH(encryption, [ --with-encryption Use md5 database encryption], AC
AC_OUTPUT(Makefile)
+cat <<EOT
+All done! Now run "make" (or possibly "gmake") to compile Anope.
+See the INSTALL, README and FAQ files if you have any problems.
+EOT
+
diff --git a/src/modules/configure b/src/modules/configure
index 5d75aaad9..2e353214b 100755
--- a/src/modules/configure
+++ b/src/modules/configure
@@ -14,8 +14,4 @@ do
done
echo "" >> ./Makefile.inc
-cat <<EOT
-All done! Now run "make" (or possibly "gmake") to compile your modules.
-See the INSTALL, README and FAQ files if you have any problems.
-EOT
exit 0
diff --git a/version.log b/version.log
index c62b85506..30f1b20da 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="4"
-VERSION_BUILD="266"
+VERSION_BUILD="268"
# $Log$
#
+# BUILD : 1.7.4 (268)
+# BUGS : N/A
+# NOTES : Fixed position of text after ./Config and make
+#
# BUILD : 1.7.4 (266)
# BUGS : N/A
# NOTES : Added include/Makefile to svn