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==========


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to