Source
12
12
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
13
dnl GNU General Public License for more details.
14
14
dnl
15
15
dnl You should have received a copy of the GNU General Public License
16
16
dnl along with this program; if not, write to the Free Software
17
17
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18
18
dnl
19
19
20
20
dnl Process this file with autoconf to produce a configure script.
21
21
22
-
AC_INIT([Zabbix],[7.0.0alpha8])
22
+
AC_INIT([Zabbix],[7.0.0alpha9])
23
23
AC_CONFIG_SRCDIR(src/zabbix_server/server.c)
24
24
AM_INIT_AUTOMAKE([subdir-objects tar-pax])
25
25
26
26
AC_MSG_NOTICE([Configuring $PACKAGE_NAME $PACKAGE_VERSION])
27
27
28
28
AC_PROG_MAKE_SET
29
29
30
30
AC_CONFIG_HEADERS(include/common/config.h)
31
31
32
32
AC_SUBST(DEFAULT_INCLUDES, ['-I$(top_srcdir)/include/common -I$(top_srcdir)/include'])