When "aclocal" causes an error message, "sed: invalid option -- 'q'"

2010-11-16 Thread Bruce Korb
What is it really trying to say? I'm not a real perl expert.Thank you! > $ autoreconf --force --install --verbose --symlink > autoreconf: Entering directory `.' > autoreconf: configure.ac: not using Gettext > autoreconf: running: aclocal --force -I m4 > sed: invalid option -- 'q' > Usage: sed

Re: When "aclocal" causes an error message, "sed: invalid option -- 'q'"

2010-11-16 Thread Ralf Wildenhues
Hi Bruce, * Bruce Korb wrote on Tue, Nov 16, 2010 at 09:37:51PM CET: > What is it really trying to say? > I'm not a real perl expert.Thank you! > > > $ autoreconf --force --install --verbose --symlink > > autoreconf: Entering directory `.' > > autoreconf: configure.ac: not using Gettext > > a

Re: When "aclocal" causes an error message, "sed: invalid option -- 'q'"

2010-11-16 Thread Bruce Korb
On 11/16/10 12:45, Ralf Wildenhues wrote: > This comes probably from autoreconf, not from aclocal. That is rather difficult to discern. Either way, the controlling program needs to say: "I was running this script:\n%s\nAND:\n%s" which might get wrapped again by autoreconf (or not). > (echo 1; e

Re: When "aclocal" causes an error message, "sed: invalid option -- 'q'"

2010-11-16 Thread Ralf Wildenhues
* Bruce Korb wrote on Tue, Nov 16, 2010 at 10:18:50PM CET: > On 11/16/10 12:45, Ralf Wildenhues wrote: > > This comes probably from autoreconf, not from aclocal. > That is rather difficult to discern. Either way, the > controlling program needs to say: > "I was running this script:\n%s\nAND:\n%s