Re: little anoyance with configure

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org, ohp(at)pyrenet(dot)fr
Subject: Re: little anoyance with configure
Date: 2006-11-30 13:43:24
Message-ID: 200611301443.25051.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ohp(at)pyrenet(dot)fr wrote:
> UX:tr: ERROR: Incorrect usage
> UX:tr: TO FIX: Usage:
> tr [-cs] string1 string2
> tr -s[-c] string1
> tr -d[-c] string1
> tr -ds[-c] string1 string2
> configure: WARNING: option ignored: --

That would appear to be this call:

pgac_txt=`echo $pgac_var | tr '_' '-'`

(four lines from the bottom of configure) But I don't see how this
contradicts the correct usage synopses offered by the error output.

Second thought ... it's interpreting the '-' as an option? Does this
work:

... | tr 'a_b' 'a-b'

?

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Leandro Lucarella 2006-11-30 14:11:08 Re: Keep-alive support
Previous Message Peter Eisentraut 2006-11-30 12:59:31 Re: Short writes