Your message dated Tue, 21 Feb 2006 08:53:35 -0800
with message-id <[EMAIL PROTECTED]>
and subject line filer failed to respond
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: autoconf
Version: 2.59a-3
I maintain a source package for an application which uses a KDE-derived build 
system. When I run 'make -f Makefile.cvs', it executes the makefile below 
(truncated after the autoheader command). However, the autoheader command 
fails to produce either any error message or config.h.in. Using version 
2.59-8 of autoconf, this worked correctly.

I am running Debian Sarge, i386, all packages up-to-date. The following 
packages are also installed on my system: autoconf2.13 2.13-49 and 
automake1.6 1.6.3-11.

==========Makefile called by Makefile.cvs==========
SHELL=/bin/sh

cvs:
        @if grep '$$(top_srcdir)/acinclude.m4:' Makefile.am >/dev/null; then \
          echo "*** Creating acinclude.m4" ;\
          rm -f acinclude.m4 configure.files ;\
          $(MAKE) -f Makefile.am top_srcdir=. acinclude.m4 ;\
        fi
        @echo "!!! If you get recursion errors from autoconf, it is advisable 
to set the"
        @echo "    environment variable M4 to something including 
\"--nesting-limit=500\""
        @if test -r configure.in.in; then \
          rm -f subdirs configure.in ;\
          echo "*** Creating list of subdirectories" ;\
          $(MAKE) -f Makefile.am top_srcdir=. subdirs ;\
          echo "*** Creating configure.in" ;\
          $(MAKE) -f Makefile.am top_srcdir=. configure.in ;\
        fi
        @echo "*** Creating aclocal.m4"
        @aclocal
        @echo "*** Creating configure"
        @autoconf
        @if test -r configure.in.in ; then \
          perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\
          then\n  perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\
          || mv \$$CONFIG_STATUS.bak \$$CONFIG_STATUS;\
          \n  rm -f \$$CONFIG_STATUS.bak;\nfi\
          \n" if /^\s*chmod\s+.*\+x\s+.*CONFIG_STATUS/;' configure ;\
        fi
        @if grep '} \$$ac_kw foo' configure >/dev/null 2>&1; then perl -p -i 
-e "s/ac_kw foo/ac_kw int foo/" configure; fi
#David's hack for autoconf bug when $INSTALL is set
        @perl -pi -e 'if (/\[\/\$$\]\*. INSTALL=/) { print $$_ ; $$_ = 
"\"\") ;;\n"; }' configure
        @if egrep "^AM_CONFIG_HEADER" configure.in >/dev/null 2>&1; then \
          echo "*** Creating config.h template" ;\
                autoheader ;\
        fi
==========end Makefile called by Makefile.cvs==========


--- End Message ---
--- Begin Message ---
After approximately a year of waiting, the filer of the bug
failed to respond to a request for basic information about the
bug.  Thus, I'm closing it.

-- 
Ben Pfaff 
email: [EMAIL PROTECTED]
web: http://benpfaff.org

--- End Message ---

Reply via email to