1
0
mirror of https://github.com/anope/anope.git synced 2026-06-29 00:46:39 +02:00

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
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-07-20 15:12:58 +00:00
parent 338bb6d327
commit 10ef68e7c4
5 changed files with 16 additions and 5 deletions
+1
View File
@@ -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/)
Vendored
+5
View File
@@ -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
+5
View File
@@ -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
-4
View File
@@ -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
+5 -1
View File
@@ -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