summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-09 17:44:49 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-09 17:44:49 +0000
commit8f2777093ea0553a02fbd5360d2acdc42d0d43f9 (patch)
tree13db1c92597c7f21e70439a610b611ac0280fe34
parent66f23c69638e4a52c3669c92725abb61e2251e14 (diff)
downloadzabbix-8f2777093ea0553a02fbd5360d2acdc42d0d43f9.tar.gz
zabbix-8f2777093ea0553a02fbd5360d2acdc42d0d43f9.tar.xz
zabbix-8f2777093ea0553a02fbd5360d2acdc42d0d43f9.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2160 97f52cf1-0a1b-0410-bd0e-c28be96e8082
-rwxr-xr-xgo16
1 files changed, 6 insertions, 10 deletions
diff --git a/go b/go
index a8c873d6..706251ca 100755
--- a/go
+++ b/go
@@ -8,7 +8,7 @@ automake
# Change ./configure options if needed
#./configure --with-mysql --prefix=/home/zabbix/zabbix --with-net-snmp
-rm -f config.guess config.sub depcomp install-sh missing
+##rm -f config.guess config.sub depcomp install-sh missing
cp /usr/share/automake-1.9/config.guess config.guess
cp /usr/share/automake-1.9/config.sub config.sub
@@ -16,13 +16,9 @@ cp /usr/share/automake-1.9/depcomp depcomp
cp /usr/share/automake-1.9/install-sh install-sh
cp /usr/share/automake-1.9/missing missing
-cd ~zabbix
-rm -f zabbix.tgz
-tar cvzf zabbix.tgz zabbix
+##cd ~zabbix
+##rm -f zabbix.tgz
+##tar cvzf zabbix.tgz zabbix
-#echo Press any key to continue
-#sleep 2
-#read
-
-#./configure --enable-agent --enable-server --with-mysql --prefix=/home/zabbix/zabbix
-#make install
+./configure --enable-agent --enable-server --with-mysql --prefix=/home/zabbix/zabbix
+make install