Re: mingw configure failure detection

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: mingw configure failure detection
Дата
Msg-id 40A3DBFC.8090302@dunslane.net
обсуждение исходный текст
Ответ на Re: mingw configure failure detection  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: mingw configure failure detection  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Peter Eisentraut wrote:

>Andrew Dunstan wrote:
>
>
>>The patch as applied is totally broken - the tests have to be run by
>>config.status after it has actually tried to make the links, which is
>>why I used AC_CONFIG_COMMANDS.
>>
>>
>
>Additional note: Instead of listing the files explicitly, just use
>$CONFIG_LINKS, which contains the list of files.
>
>
>
>

Well, yes, except that each entry there is in the form
linkname:targetname - we'd have to have extra code to split them up.
Something like:

for ac_file in : $CONFIG_LINKS; do test "x$ac_file" = x: && continue
  linktry=`echo "$ac_file" | sed 's,:.*,,'`
  test ......
done


cheers

andrew


В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: mingw configure failure detection
Следующее
От: Bruce Momjian
Дата:
Сообщение: Reorganize backend handling of executable names