summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-04-01 11:23:06 +0200
committercostea <costea@ubuntu.ubuntu-domain>2010-06-08 14:04:38 +0200
commit41f78a955e316f91dc0b7a737caa6e36e1232f9a (patch)
treef204ce19ec9335b9c5904bf8163c21cdf2aa55d9 /configure.ac
parentfb117f752543f0c8c267c7794f64a74874472174 (diff)
downloadrasdaman-upstream-41f78a955e316f91dc0b7a737caa6e36e1232f9a.tar.gz
rasdaman-upstream-41f78a955e316f91dc0b7a737caa6e36e1232f9a.tar.xz
rasdaman-upstream-41f78a955e316f91dc0b7a737caa6e36e1232f9a.zip
PB: removed #ifdef NO_OFFICIAL_RELEASE
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8d2c38d..fb88112 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
-AC_INIT(Rasdaman, 8.0.0, p.baumann@jacobs-university.de)
+AC_INIT(Rasdaman, 8.0.0, baumann@rasdaman.com)
RMANVERSION=8000
AM_INIT_AUTOMAKE()
# Define CXXFLAGS before AC_PROG_CXX or it will automatically add -g -O2 on some systems
@@ -151,7 +151,6 @@ AH_TEMPLATE([NO_in_addr_t], [Don't use addr_t.])
AH_TEMPLATE([COMPDATE], [Date of the build (of the configure not the actual build)])
AH_TEMPLATE([BASEDBSTRING], [Name of the database that supports the compiled version of rasdaman.])
AH_TEMPLATE([RASSCHEMAVERSION], [The version of the schema the database uses.])
-AH_TEMPLATE([NO_OFFICIAL_RELEASE], [activate this if you generate a "non-official" release, i.e.: without license check])
AH_TEMPLATE([CONFDIR], [The directory where the installed programs will find their configuration])
# --------------- Parameter Definition -----------------------------
####################################################################
@@ -285,7 +284,6 @@ AC_DEFINE([CPPSTDLIB])
AC_DEFINE([X86]) # Currently, but the code supports multiple platforms
AC_DEFINE([RASARCHITECTURE], ["X86"])
AC_DEFINE([RASSCHEMAVERSION], [5])
-AC_DEFINE([NO_OFFICIAL_RELEASE])
AC_DEFINE([NOPRE])
# if not on DEC Alpha
BASEDBLDFLAGS+=" -lnsl"