Changeset 1019 for trunk/Clp/configure
- Timestamp:
- Jun 14, 2007 1:24:36 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Clp/configure
r994 r1019 20060 20060 { echo "$as_me:$LINENO: Build is \"$build\"." >&5 20061 20061 echo "$as_me: Build is \"$build\"." >&6;} 20062 mydos2unix='| dos2unix' 20062 20063 case $build in 20063 20064 *-mingw*) 20064 20065 CYGPATH_W=echo 20066 mydos2unix= 20065 20067 ;; 20066 20068 esac … … 20088 20090 -e 's%lib /OUT:%lib -OUT:%' \ 20089 20091 -e "s%cygpath -w%$CYGPATH_W%" \ 20090 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\`lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo \\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \20092 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\`lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo '"$mydos2unix"'\\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \ 20091 20093 -e 's/$AR t/lib -nologo -list/' \ 20092 20094 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ … … 20500 20502 coin_has_readline=no 20501 20503 if test $coin_enable_gnu = yes; then 20502 #if test x"#include <stdio.h>" = x; then20503 #hdr="#include <readline/readline.h>"20504 #else20505 #hdr="#include <stdio.h>"20506 #fi20504 if test x"#include <stdio.h>" = x; then 20505 hdr="#include <readline/readline.h>" 20506 else 20507 hdr="#include <stdio.h>" 20508 fi 20507 20509 20508 20510 for ac_header in readline/readline.h … … 20520 20522 cat >>conftest.$ac_ext <<_ACEOF 20521 20523 /* end confdefs.h. */ 20522 #include <stdio.h> 20524 $hdr 20523 20525 20524 20526 #include <$ac_header> … … 22380 22382 if test x"$coin_vpath_link_files" = x; then : ; else 22381 22383 lnkcmd= 22382 if test "$enable_doscompile" = yes; then22384 if test "$enable_doscompile" = mingw; then 22383 22385 lnkcmd=cp 22384 22386 fi
Note: See TracChangeset
for help on using the changeset viewer.