defining PACKAGE/VERSION.
#define TSRM_H
#ifdef HAVE_CONFIG_H
-# undef PACKAGE
-# undef VERSION
# include "tsrm_config.h"
-# undef PACKAGE
-# undef VERSION
#endif
/* Only compile multi-threading functions if we're in ZTS mode */
dnl
AC_INIT(TSRM.c)
-AM_INIT_AUTOMAKE(TSRM, 1.0)
+AM_INIT_AUTOMAKE(TSRM, 1.0, nodefine)
AM_CONFIG_HEADER(tsrm_config.h)
sinclude(tsrm.m4)
@TOP@
-/* these are defined by automake */
-#undef PACKAGE
-#undef VERSION
-
#undef uint
#undef ulong
dnl Process this file with autoconf to produce a configure script.
AC_INIT(zend.c)
-AM_INIT_AUTOMAKE(zend, 0.80A)
+AM_INIT_AUTOMAKE(zend, 0.80A, nodefine)
AM_CONFIG_HEADER(zend_config.h)
AM_SANITY_CHECK
AM_MAINTAINER_MODE