|
|
|
@ -1,5 +1,5 @@ |
|
|
|
dnl Process this file with autoconf to produce a configure script. |
|
|
|
dnl Process this file with autoconf to produce a configure script. |
|
|
|
dnl $PostgreSQL: pgsql/configure.in,v 1.361 2004/06/07 22:39:43 momjian Exp $ |
|
|
|
dnl $PostgreSQL: pgsql/configure.in,v 1.362 2004/06/08 14:06:35 momjian Exp $ |
|
|
|
dnl |
|
|
|
dnl |
|
|
|
dnl Developers, please strive to achieve this order: |
|
|
|
dnl Developers, please strive to achieve this order: |
|
|
|
dnl |
|
|
|
dnl |
|
|
|
@ -1241,7 +1241,7 @@ AC_CONFIG_COMMANDS([check_win32_symlinks],[ |
|
|
|
for FILE in $CONFIG_LINKS |
|
|
|
for FILE in $CONFIG_LINKS |
|
|
|
do |
|
|
|
do |
|
|
|
# test -e works for symlinks in the MinGW console |
|
|
|
# test -e works for symlinks in the MinGW console |
|
|
|
test -e `expr "$FILE" : '\(^:*\)'` || AC_MSG_WARN([*** link for $FILE - please fix by hand]) |
|
|
|
test -e `expr "$FILE" : '\([[^:]]*\)'` || AC_MSG_WARN([*** link for $FILE - please fix by hand]) |
|
|
|
done |
|
|
|
done |
|
|
|
]) |
|
|
|
]) |
|
|
|
;; |
|
|
|
;; |
|
|
|
|