From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: mingw configure failure detection |
Date: | 2004-05-13 20:35:08 |
Message-ID: | 40A3DBFC.8090302@dunslane.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-hackers-win32 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
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew T. O'Connor | 2004-05-13 20:39:33 | Re: [HACKERS] pg_autovacuum Win32 service patch #2 |
Previous Message | Michael Brusser | 2004-05-13 20:26:32 | negative pid? |
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew T. O'Connor | 2004-05-13 20:39:33 | Re: [HACKERS] pg_autovacuum Win32 service patch #2 |
Previous Message | Peter Eisentraut | 2004-05-13 18:35:04 | Re: mingw configure failure detection |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-05-13 22:46:13 | Reorganize backend handling of executable names |
Previous Message | Peter Eisentraut | 2004-05-13 18:35:04 | Re: mingw configure failure detection |