1
0
mirror of https://github.com/anope/anope.git synced 2026-07-06 11:13:13 +02:00

Modifications to the Autotools build system to try to make it work with the changes made from CMake, still untested (again, don't use this commit).

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1877 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
cyberbotx
2008-12-29 20:07:55 +00:00
parent d6bb55476c
commit bd2cb095aa
17 changed files with 2417 additions and 1830 deletions
+4 -4
View File
@@ -15,9 +15,9 @@
ANOPEPID="@DATADIR@/services.pid"
ANOPROG="@BINDIR@/services"
LOG="@DATADIR@/logs/"
ANOPEPID="@INSTDIR@/data/services.pid"
ANOPROG="@INSTDIR@/services"
LOG="@INSTDIR@/data/logs/"
ARCVERSION="1.2"
isAnopeRunning () {
@@ -134,7 +134,7 @@ elif [ "$1" = "help" ] ; then
echo "folder or make use of our extensive online support at"
echo "http://www.anope.org/"
fi
else
echo "Anope Remote Control ($ARCVERSION)"
echo "Usage: $0 [start|stop|status|restart|rehash|version|help]"
+4 -4
View File
@@ -15,9 +15,9 @@
ANOPEPID="@DATDEST@/services.pid"
ANOPROG="@BINDEST@/services"
LOG="@DATDEST@/logs/"
ANOPEPID="@INSTDIR@/data/services.pid"
ANOPROG="@INSTDIR@/services"
LOG="@INSTDIR@/data/logs/"
ARCVERSION="1.2"
isAnopeRunning () {
@@ -134,7 +134,7 @@ elif [ "$1" = "help" ] ; then
echo "folder or make use of our extensive online support at"
echo "http://www.anope.org/"
fi
else
echo "Anope Remote Control ($ARCVERSION)"
echo "Usage: $0 [start|stop|status|restart|rehash|version|help]"