[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Fwd: Re: AC_CONFIG_FILES problem with Automake 1.7.1]
From: |
Tamara L Dahlgren |
Subject: |
[Fwd: Re: AC_CONFIG_FILES problem with Automake 1.7.1] |
Date: |
Mon, 28 Oct 2002 08:59:17 -0800 |
I performed the command as requested. The output is:
/tmp/t4OdrjL4/traces.m4:1066: /usr/casc/babel/apps/buildtools/bin/m4:
Error matching regular expression "^ *\(.*\) *$"
Tammy
-------- Original Message --------
Subject: Re: AC_CONFIG_FILES problem with Automake 1.7.1
Date: 28 Oct 2002 09:34:14 +0100
From: Akim Demaille <address@hidden>
To: address@hidden
CC: address@hidden, Tom Epperly <address@hidden>
References: <address@hidden>
| It appears from some debug messages I inserted, that the argument to
| AC_CONFIG_FILES is never extracted -- which is consistent with the
| regular expression error above. I tried several things to test this
| out:
|
| o moved the first Makefile to the same line as AC_CONFIG_FILES;
| o removed the continuation characters and new lines;
| o removed all but the first 4-5 files so the AC_CONFIG_FILES was on a
| single line;
| o verified no spaces after the "\"'s;
|
| The third option was the only one that worked! That is, it works if
all
| of the files fit on a single line so the closing paren is also on the
| same line as the macro. (No big surprise here, right?)
|
| Unfortunately, we currently have 213 files that we want to pass. Any
| ideas for a work-around would be _greatly_ appreciated.
Your problem is very suprising. Please, run
autoconf -t 'AC_CONFIG_FILES:${::}%'
and report the output. Thanks!
- [Fwd: Re: AC_CONFIG_FILES problem with Automake 1.7.1],
Tamara L Dahlgren <=