Autoconf, config.in and configure in fileutils 4.1

2002-09-06 Thread f l
> Post relevant information. You didn't say which files you modified, > and how you modified them. This looks like a coding error on your part, > and you might save us some time by finding it yourself. > I just try to execute aclocal and autoconf with a proper tarball without modification of me.

Autoconf, config.in and configure in fileutils 4.1

2002-09-06 Thread f l
I found the correct syntaxe: autom4te --language=autoconf --freeze --output=autoconf.m4f That it s ok. I have my autoconf.m4f frozen file. Thank for people who help me. __ BoƮte aux lettres - Lycos - http://www.lycos.fr

Re: Autoconf, config.in and configure in fileutils 4.1

2002-09-06 Thread Lars Hecking
[...] > I don't know why autoconf put this line in my configure script. > > Anyone can help me ? Post relevant information. You didn't say which files you modified, and how you modified them. This looks like a coding error on your part, and you might save us some time by finding it yourself.

Autoconf, config.in and configure in fileutils 4.1

2002-09-06 Thread f l
Hi, I modified the source of fileutils 4.1 and now I want to compile. So I execute: aclocal -I m4 autoconf autoheader automake -a -c And when I want to execute ./configure I got this output: ./configure: line 10: syntax error near unexpected token `;' ./configure: line 10: `' ECHO_T=' ' ;;'

Re: vpath / Re: ../configure question

2002-09-06 Thread Troy Cauble
Guido Draheim wrote: > Es schrieb Guido Draheim: > >>Es schrieb Troy Cauble: >>> >>>In the middle of this large autoconf based project >>>there's a third party module that does not use autoconf. >>>"./configure" style builds work because make just finds >>>the stock Makefile in the source direct

Re: --with-foo= vs. FOO=${FOO:-foo_default}

2002-09-06 Thread Troy Cauble
> Philip Willoughby wrote, on Mon, 2 Sep 2002 14:56:39 +0100 (BST) > Today, [EMAIL PROTECTED] wrote: > >>> It may be wrong (or merely suboptimal) to abuse --with and --enable, but if >>> the only tool you have is a hammer... >> >>This is unfortunately how I feel. I hate to abuse the --with fla

vpath / Re: ../configure question

2002-09-06 Thread Guido Draheim
Es schrieb Guido Draheim: > > Es schrieb Troy Cauble: > > > > I am cleaning up some autoconf scripts to support > > multiple builds against the same source, as in > > > >mkdir build_dir1 > >cd build_dir1 > >../configure > > > > In the middle of this large autoconf based project > > th

Re: ../configure question

2002-09-06 Thread Guido Draheim
Es schrieb Troy Cauble: > > I am cleaning up some autoconf scripts to support > multiple builds against the same source, as in > >mkdir build_dir1 >cd build_dir1 >../configure > > In the middle of this large autoconf based project > there's a third party module that does not use aut