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