I sent you all the information you asked for at the time, in private emails 
(because you mailed me privately to ask). I attach the most relevant one 
which should enable you to test out the bug.

--- Begin Message ---
On Sun, 24 Apr 2005 16:45, Ben Pfaff wrote:
> David Jarvie <[EMAIL PROTECTED]> writes:
> You failed to provide plenty of critical information, such as
> what is in configure.in or, preferably, what package this is so I
> can go look at this.  I am not clairvoyant, so I will need this
> information to provide any help.

I wasn't sure how much you would need, so I hoped you would tell me. Try the
example source package
http://www.astrojar.org.uk/linux/download/kalarm-1.2.6.kde2.tar.bz2 . The
package omits Makefile.cvs which you can create in its top level directory:

=================Makefile.cvs===================

all: 
        @echo "This Makefile is only for the CVS repository"
        @echo "This will be deleted before making the distribution"
        @echo ""
        @if test ! -d admin; then \
           echo "admin directory is missing!" ;\
           exit 1 ;\
        fi
        $(MAKE) -f admin/Makefile.common cvs

.SILENT:
=================end Makefile.cvs===================

If you delete config.h.in, you should find that it not recreated by 'make -f
Makefile.cvs' using the current version of autoconf.


--- End Message ---

Reply via email to