masqmail

diff aclocal.m4 @ 339:e6864daf89f4

removed -dev postfix on version number and ``received'' an update to autoconf 2.68
author markus schnalke <meillo@marmaro.de>
date Wed, 31 Aug 2011 08:46:00 +0200
parents e3e1a030c703
children d209b4846f2b
line diff
     1.1 --- a/aclocal.m4	Wed Aug 31 08:40:24 2011 +0200
     1.2 +++ b/aclocal.m4	Wed Aug 31 08:46:00 2011 +0200
     1.3 @@ -13,8 +13,8 @@
     1.4  
     1.5  m4_ifndef([AC_AUTOCONF_VERSION],
     1.6    [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
     1.7 -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.67],,
     1.8 -[m4_warning([this file was generated for autoconf 2.67.
     1.9 +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
    1.10 +[m4_warning([this file was generated for autoconf 2.68.
    1.11  You have another version of autoconf.  It may work, but is not guaranteed to.
    1.12  If you have problems, you may need to regenerate the build system entirely.
    1.13  To do so, use the procedure documented by the package, typically `autoreconf'.])])