Source
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
22
AC_INIT([Zabbix],[6.0.5rc1])
23
23
AC_CONFIG_SRCDIR(src/zabbix_server/server.c)
24
-
AM_INIT_AUTOMAKE([subdir-objects filename-length-max=99])
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
AM_CONFIG_HEADER(include/config.h)
31
31
32
32
AC_CANONICAL_HOST
33
33
34
34
dnl *****************************************************************