Re: can't get away from automake on remote machine

2002-04-30 Thread Ralph Corderoy
Hi Skip, Third, after executing configure, cvs up reports several unknown files: ? config.log ? Makefile ? config.status ? config.h ? libtool ? stamp-h1 ? python/Makefile ? src/Makefile ? src/.deps ? test/Makefile ? test/.deps None

Re: can't get away from automake on remote machine

2002-04-30 Thread Skip Montanaro
Skip I have a few questions. First, what's causing the cannot remove Skip error when the configure script is executed? adl That could be an NFS server which reuse inode numbers. The Linux adl user-mode NFS server (unfsd) is known for this. Switch to using adl kernel NFS

Re: can't get away from automake on remote machine

2002-04-30 Thread Skip Montanaro
Third, after executing configure, cvs up reports several unknown files: ? config.log ? Makefile ? config.status ? config.h ? libtool ? stamp-h1 ? python/Makefile ? src/Makefile ? src/.deps ? test/Makefile ? test/.deps

Re: can't get away from automake on remote machine

2002-04-30 Thread Tom Tromey
Skip == Skip Montanaro [EMAIL PROTECTED] writes: Skip Maybe I can just check a simple shell script into CVS that Skip touches the problematic files in the correct order. There are 3 commonly-used solutions to this problem: 1. Check in generated files and use AM_MAINTAINER_MODE 2. Don't check