Source
7
7
dnl This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
8
8
dnl without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
9
9
dnl See the GNU Affero General Public License for more details.
10
10
dnl
11
11
dnl You should have received a copy of the GNU Affero General Public License along with this program.
12
12
dnl If not, see <https://www.gnu.org/licenses/>.
13
13
dnl
14
14
15
15
dnl Process this file with autoconf to produce a configure script.
16
16
17
-
AC_INIT([Zabbix],[7.0.9])
17
+
AC_INIT([Zabbix],[7.0.10rc1])
18
18
AC_CONFIG_SRCDIR(src/zabbix_server/server.c)
19
19
AM_INIT_AUTOMAKE([subdir-objects tar-pax])
20
20
21
21
AC_MSG_NOTICE([Configuring $PACKAGE_NAME $PACKAGE_VERSION])
22
22
23
23
AC_PROG_MAKE_SET
24
24
25
25
AC_CONFIG_HEADERS(include/common/config.h)
26
26
27
27
AC_SUBST(DEFAULT_INCLUDES, ['-I$(top_srcdir)/include/common -I$(top_srcdir)/include'])