summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-05 15:10:13 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-05-05 15:10:13 +0000
commit469758fc1924b90db564688c4ddd516e471354c2 (patch)
tree225ea762e10ffcecec9d130a1f57ffbe0be48a04 /go
parent604ce300ed68ee4ac4fb6bcd74c2b4dec26cfb9e (diff)
downloadzabbix-469758fc1924b90db564688c4ddd516e471354c2.tar.gz
zabbix-469758fc1924b90db564688c4ddd516e471354c2.tar.xz
zabbix-469758fc1924b90db564688c4ddd516e471354c2.zip
- started development of Oracle support (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2802 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'go')
-rwxr-xr-xgo15
1 files changed, 8 insertions, 7 deletions
diff --git a/go b/go
index 36ac1c1b..bd33a34f 100755
--- a/go
+++ b/go
@@ -13,13 +13,13 @@ 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
-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
+#cp /usr/share/automake-1.9/config.guess config.guess
+#cp /usr/share/automake-1.9/config.sub config.sub
+#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
@@ -28,8 +28,9 @@ cp /usr/share/automake-1.9/missing missing
echo Configuring...
export CFLAGS="-Wall"
#export CFLAGS="-Wall -pedantic"
-./configure --enable-agent --enable-server --with-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
#./configure --enable-agent --enable-server --with-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
+#./configure --enable-agent --enable-server --with-mysql --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
+./configure --enable-agent --enable-server --with-oracle --with-net-snmp --prefix=`pwd` 2>>WARNINGS >/dev/null
echo Cleaning...
make clean 2>>WARNINGS >/dev/null
echo Making...