Package: autoconf-archive
Version: 20050927-1
Followup-For: Bug #319376

Instead of $ax_cv_boost_filesystem it checks $ac_cv_boost_filesystem now.

  Christian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-1-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

autoconf-archive depends on no packages.

Versions of packages autoconf-archive recommends:
ii  autoconf                      2.59a-6    automatic configure script builder

-- no debconf information
diff -Naur autoconf-archive-old/m4src/ax_boost_filesystem.m4 
autoconf-archive-20050927/m4src/ax_boost_filesystem.m4
--- autoconf-archive-old/m4src/ax_boost_filesystem.m4   2005-09-27 
15:25:12.000000000 +0200
+++ autoconf-archive-20050927/m4src/ax_boost_filesystem.m4      2005-11-06 
13:45:07.000000000 +0100
@@ -28,7 +28,7 @@
                   ax_cv_boost_filesystem=yes, ax_cv_boost_filesystem=no)
  AC_LANG_RESTORE
 ])
-if test "$ac_cv_boost_filesystem" = yes; then
+if test "$ax_cv_boost_filesystem" = yes; then
   AC_DEFINE(HAVE_BOOST_FILE,,[define if the Boost::FILESYSTEM library is 
available])
   dnl Now determine the appropriate file names
   AC_ARG_WITH([boost-filesystem],AS_HELP_STRING([--with-boost-filesystem],

Reply via email to