123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404 |
- diff -urN libtool-2.4.7/build-aux/config.guess.orig libtool-2.4.7/build-aux/config.guess
- --- libtool-2.4.7/build-aux/config.guess.orig 2022-05-25 14:18:47.388587800 +0200
- +++ libtool-2.4.7/build-aux/config.guess 2022-05-25 14:21:50.720326000 +0200
- @@ -950,6 +950,9 @@
- amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
- GUESS=x86_64-pc-cygwin
- ;;
- + amd64:MSYS*:*:* | x86_64:MSYS*:*:*)
- + GUESS=x86_64-pc-msys
- + ;;
- prep*:SunOS:5.*:*)
- SUN_REL=`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`
- GUESS=powerpcle-unknown-solaris2$SUN_REL
- diff -Naur libtool-2.4.3-orig/build-aux/ltmain.in libtool-2.4.3/build-aux/ltmain.in
- --- libtool-2.4.3-orig/build-aux/ltmain.in 2014-09-02 09:54:56.481600000 +0400
- +++ libtool-2.4.3/build-aux/ltmain.in 2014-09-02 10:14:04.809600000 +0400
- @@ -497,7 +497,7 @@
- case $host in
- # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
- # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
- - *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
- + *cygwin* | *msys* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
- # don't eliminate duplications in $postdeps and $predeps
- opt_duplicate_compiler_generated_deps=:
- ;;
- @@ -1510,7 +1510,7 @@
-
- # On Cygwin there's no "real" PIC flag so we must build both object types
- case $host_os in
- - cygwin* | mingw* | pw32* | os2* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | os2* | cegcc*)
- pic_mode=default
- ;;
- esac
- @@ -2383,7 +2383,7 @@
- 'exit $?'
- tstripme=$stripme
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- case $realname in
- *.dll.a)
- tstripme=
- @@ -2489,7 +2489,7 @@
-
- # Do a test to see if this is really a libtool program.
- case $host in
- - *cygwin* | *mingw*)
- + *cygwin* | *msys* | *mingw*)
- if func_ltwrapper_executable_p "$file"; then
- func_ltwrapper_scriptname "$file"
- wrapper=$func_ltwrapper_scriptname_result
- @@ -2564,7 +2564,7 @@
- # remove .exe since cygwin /usr/bin/install will append another
- # one anyway
- case $install_prog,$host in
- - */usr/bin/install*,*cygwin*)
- + */usr/bin/install*,*cygwin*|*/usr/bin/install*,*msys*)
- case $file:$destfile in
- *.exe:*.exe)
- # this is ok
- @@ -2717,7 +2717,7 @@
- $RM $export_symbols
- eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
- case $host in
- - *cygwin* | *mingw* | *cegcc* )
- + *cygwin* | *msys* | *mingw* | *cegcc* )
- eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
- eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
- ;;
- @@ -2729,7 +2729,7 @@
- eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
- eval '$MV "$nlist"T "$nlist"'
- case $host in
- - *cygwin* | *mingw* | *cegcc* )
- + *cygwin* | *msys* | *mingw* | *cegcc* )
- eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
- eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
- ;;
- @@ -2743,7 +2743,7 @@
- func_basename "$dlprefile"
- name=$func_basename_result
- case $host in
- - *cygwin* | *mingw* | *cegcc* )
- + *cygwin* | *msys* | *mingw* | *cegcc* )
- # if an import library, we need to obtain dlname
- if func_win32_import_lib_p "$dlprefile"; then
- func_tr_sh "$dlprefile"
- @@ -2918,7 +2918,7 @@
- # Transform the symbol file into the correct name.
- symfileobj=$output_objdir/${my_outputname}S.$objext
- case $host in
- - *cygwin* | *mingw* | *cegcc* )
- + *cygwin* | *msys* | *mingw* | *cegcc* )
- if test -f "$output_objdir/$my_outputname.def"; then
- compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
- finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
- @@ -3811,7 +3811,7 @@
- {
- EOF
- case $host in
- - *mingw* | *cygwin* )
- + *mingw* | *cygwin* | *msys* )
- # make stdout use "unix" line endings
- echo " setmode(1,_O_BINARY);"
- ;;
- @@ -4567,7 +4567,7 @@
- $debug_cmd
-
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- # It is impossible to link a dll without this setting, and
- # we shouldn't force the makefile maintainer to figure out
- # what system we are compiling for in order to pass an extra
- @@ -5060,7 +5060,7 @@
- ;;
- esac
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
- case :$dllsearchpath: in
- *":$dir:"*) ;;
- @@ -5080,7 +5080,7 @@
- -l*)
- if test X-lc = "X$arg" || test X-lm = "X$arg"; then
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
- # These systems don't actually have a C or math library (as such)
- continue
- ;;
- @@ -5163,7 +5163,7 @@
-
- -no-install)
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
- # The PATH hackery in wrapper scripts is required on Windows
- # and Darwin in order for the loader to find any dlls it needs.
- func_warning "'-no-install' is ignored for $host"
- @@ -6034,7 +6034,7 @@
- fi
- case $host in
- # special handling for platforms with PE-DLLs.
- - *cygwin* | *mingw* | *cegcc* )
- + *cygwin* | *msys* | *mingw* | *cegcc* )
- # Linker will automatically link against shared library if both
- # static and shared are present. Therefore, ensure we extract
- # symbols from the import library if a shared library is present
- @@ -6178,7 +6178,7 @@
- if test -n "$library_names" &&
- { test no = "$use_static_libs" || test -z "$old_library"; }; then
- case $host in
- - *cygwin* | *mingw* | *cegcc* | *os2*)
- + *cygwin* | *msys* | *mingw* | *cegcc* | *os2*)
- # No point in relinking DLLs because paths are not encoded
- func_append notinst_deplibs " $lib"
- need_relink=no
- @@ -6248,7 +6248,7 @@
- elif test -n "$soname_spec"; then
- # bleh windows
- case $host in
- - *cygwin* | mingw* | *cegcc* | *os2*)
- + *cygwin* | *msys* | mingw* | *cegcc* | *os2*)
- func_arith $current - $age
- major=$func_arith_result
- versuffix=-$major
- @@ -7123,7 +7123,7 @@
- if test yes = "$build_libtool_libs"; then
- if test -n "$rpath"; then
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
- # these systems don't actually have a c library (as such)!
- ;;
- *-*-rhapsody* | *-*-darwin1.[012])
- @@ -7637,7 +7637,7 @@
-
- orig_export_symbols=
- case $host_os in
- - cygwin* | mingw* | cegcc*)
- + cygwin* | msys* | mingw* | cegcc*)
- if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
- # exporting using user supplied symfile
- func_dll_def_p "$export_symbols" || {
- @@ -8194,7 +8194,7 @@
-
- prog)
- case $host in
- - *cygwin*) func_stripname '' '.exe' "$output"
- + *cygwin* | *msys*) func_stripname '' '.exe' "$output"
- output=$func_stripname_result.exe;;
- esac
- test -n "$vinfo" && \
- @@ -8305,7 +8305,7 @@
- esac
- fi
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
- case :$dllsearchpath: in
- *":$libdir:"*) ;;
- @@ -8383,7 +8383,7 @@
- # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
- wrappers_required=false
- ;;
- - *cygwin* | *mingw* )
- + *cygwin* | *msys* | *mingw* )
- test yes = "$build_libtool_libs" || wrappers_required=false
- ;;
- *)
- @@ -8529,14 +8529,14 @@
- esac
- # test for cygwin because mv fails w/o .exe extensions
- case $host in
- - *cygwin*)
- + *cygwin* | *msys*)
- exeext=.exe
- func_stripname '' '.exe' "$outputname"
- outputname=$func_stripname_result ;;
- *) exeext= ;;
- esac
- case $host in
- - *cygwin* | *mingw* )
- + *cygwin* | *msys* | *mingw* )
- func_dirname_and_basename "$output" "" "."
- output_name=$func_basename_result
- output_path=$func_dirname_result
- @@ -8878,7 +8878,7 @@
- # tests/bindir.at for full details.
- tdlname=$dlname
- case $host,$output,$installed,$module,$dlname in
- - *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
- + *cygwin*,*lai,yes,no,*.dll | *msys*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
- # If a -bindir argument was supplied, place the dll there.
- if test -n "$bindir"; then
- func_relative_path "$install_libdir" "$bindir"
- diff -Naur libtool-2.4.2.418-orig/build-aux/ltmain.sh libtool-2.4.2.418/build-aux/ltmain.sh
- --- libtool-2.4.2.418-orig/build-aux/ltmain.sh 2013-10-27 02:53:58.000000000 +0400
- +++ libtool-2.4.2.418/build-aux/ltmain.sh 2014-09-02 10:29:08.840800000 +0400
- @@ -2315,7 +2315,7 @@
- case $host in
- # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
- # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
- - *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
- + *cygwin* | *msys* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
- # don't eliminate duplications in $postdeps and $predeps
- opt_duplicate_compiler_generated_deps=:
- ;;
- @@ -3328,7 +3328,7 @@
-
- # On Cygwin there's no "real" PIC flag so we must build both object types
- case $host_os in
- - cygwin* | mingw* | pw32* | os2* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | os2* | cegcc*)
- pic_mode=default
- ;;
- esac
- @@ -4201,7 +4201,7 @@
- 'exit $?'
- tstripme=$stripme
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- case $realname in
- *.dll.a)
- tstripme=
- @@ -4307,7 +4307,7 @@
-
- # Do a test to see if this is really a libtool program.
- case $host in
- - *cygwin* | *mingw*)
- + *cygwin* | *msys* | *mingw*)
- if func_ltwrapper_executable_p "$file"; then
- func_ltwrapper_scriptname "$file"
- wrapper=$func_ltwrapper_scriptname_result
- @@ -4382,7 +4382,7 @@
- # remove .exe since cygwin /usr/bin/install will append another
- # one anyway
- case $install_prog,$host in
- - */usr/bin/install*,*cygwin*)
- + */usr/bin/install*,*cygwin* | */usr/bin/install*,*msys*)
- case $file:$destfile in
- *.exe:*.exe)
- # this is ok
- @@ -4535,7 +4535,7 @@
- $RM $export_symbols
- eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
- case $host in
- - *cygwin* | *mingw* | *cegcc* )
- + *cygwin* | *msys* | *mingw* | *cegcc* )
- eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
- eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
- ;;
- @@ -4547,7 +4547,7 @@
- eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
- eval '$MV "$nlist"T "$nlist"'
- case $host in
- - *cygwin* | *mingw* | *cegcc* )
- + *cygwin* | *msys* | *mingw* | *cegcc* )
- eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
- eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
- ;;
- @@ -4561,7 +4561,7 @@
- func_basename "$dlprefile"
- name=$func_basename_result
- case $host in
- - *cygwin* | *mingw* | *cegcc* )
- + *cygwin* | *msys* | *mingw* | *cegcc* )
- # if an import library, we need to obtain dlname
- if func_win32_import_lib_p "$dlprefile"; then
- func_tr_sh "$dlprefile"
- @@ -4736,7 +4736,7 @@
- # Transform the symbol file into the correct name.
- symfileobj=$output_objdir/${my_outputname}S.$objext
- case $host in
- - *cygwin* | *mingw* | *cegcc* )
- + *cygwin* | *msys* | *mingw* | *cegcc* )
- if test -f "$output_objdir/$my_outputname.def"; then
- compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
- finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
- @@ -5629,7 +5629,7 @@
- {
- EOF
- case $host in
- - *mingw* | *cygwin* )
- + *mingw* | *cygwin* | *msys* )
- # make stdout use "unix" line endings
- echo " setmode(1,_O_BINARY);"
- ;;
- @@ -6350,7 +6350,7 @@
- $debug_cmd
-
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- # It is impossible to link a dll without this setting, and
- # we shouldn't force the makefile maintainer to figure out
- # what system we are compiling for in order to pass an extra
- @@ -6843,7 +6843,7 @@
- ;;
- esac
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
- case :$dllsearchpath: in
- *":$dir:"*) ;;
- @@ -6863,7 +6863,7 @@
- -l*)
- if test X-lc = "X$arg" || test X-lm = "X$arg"; then
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
- # These systems don't actually have a C or math library (as such)
- continue
- ;;
- @@ -6946,7 +6946,7 @@
-
- -no-install)
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
- # The PATH hackery in wrapper scripts is required on Windows
- # and Darwin in order for the loader to find any dlls it needs.
- func_warning "'-no-install' is ignored for $host"
- @@ -7812,7 +7812,7 @@
- fi
- case $host in
- # special handling for platforms with PE-DLLs.
- - *cygwin* | *mingw* | *cegcc* )
- + *cygwin* | *msys* | *mingw* | *cegcc* )
- # Linker will automatically link against shared library if both
- # static and shared are present. Therefore, ensure we extract
- # symbols from the import library if a shared library is present
- @@ -7956,7 +7956,7 @@
- if test -n "$library_names" &&
- { test no = "$use_static_libs" || test -z "$old_library"; }; then
- case $host in
- - *cygwin* | *mingw* | *cegcc* | *os2*)
- + *cygwin* | *msys* | *mingw* | *cegcc* | *os2*)
- # No point in relinking DLLs because paths are not encoded
- func_append notinst_deplibs " $lib"
- need_relink=no
- @@ -8026,7 +8026,7 @@
- elif test -n "$soname_spec"; then
- # bleh windows
- case $host in
- - *cygwin* | mingw* | *cegcc* | *os2*)
- + *cygwin* | *msys* | mingw* | *cegcc* | *os2*)
- func_arith $current - $age
- major=$func_arith_result
- versuffix=-$major
- @@ -8899,7 +8899,7 @@
- if test yes = "$build_libtool_libs"; then
- if test -n "$rpath"; then
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
- # these systems don't actually have a c library (as such)!
- ;;
- *-*-rhapsody* | *-*-darwin1.[012])
- @@ -9413,7 +9413,7 @@
-
- orig_export_symbols=
- case $host_os in
- - cygwin* | mingw* | cegcc*)
- + cygwin* | *msys* | mingw* | cegcc*)
- if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
- # exporting using user supplied symfile
- func_dll_def_p "$export_symbols" || {
- @@ -9970,7 +9970,7 @@
-
- prog)
- case $host in
- - *cygwin*) func_stripname '' '.exe' "$output"
- + *cygwin* | *msys*) func_stripname '' '.exe' "$output"
- output=$func_stripname_result.exe;;
- esac
- test -n "$vinfo" && \
- @@ -10081,7 +10081,7 @@
- esac
- fi
- case $host in
- - *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- + *-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
- testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
- case :$dllsearchpath: in
- *":$libdir:"*) ;;
- @@ -10159,7 +10159,7 @@
- # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
- wrappers_required=false
- ;;
- - *cygwin* | *mingw* )
- + *cygwin* | *msys* | *mingw* )
- test yes = "$build_libtool_libs" || wrappers_required=false
- ;;
- *)
- @@ -10305,14 +10305,14 @@
- esac
- # test for cygwin because mv fails w/o .exe extensions
- case $host in
- - *cygwin*)
- + *cygwin* | *msys*)
- exeext=.exe
- func_stripname '' '.exe' "$outputname"
- outputname=$func_stripname_result ;;
- *) exeext= ;;
- esac
- case $host in
- - *cygwin* | *mingw* )
- + *cygwin* | *msys* | *mingw* )
- func_dirname_and_basename "$output" "" "."
- output_name=$func_basename_result
- output_path=$func_dirname_result
- @@ -10644,7 +10644,7 @@
- # tests/bindir.at for full details.
- tdlname=$dlname
- case $host,$output,$installed,$module,$dlname in
- - *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
- + *cygwin*,*lai,yes,no,*.dll | *msys*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
- # If a -bindir argument was supplied, place the dll there.
- if test -n "$bindir"; then
- func_relative_path "$install_libdir" "$bindir"
- --- libtool-2.4.7/configure.orig 2022-05-25 14:05:58.332605400 +0200
- +++ libtool-2.4.7/configure 2022-05-25 14:11:29.613646200 +0200
- @@ -5988,7 +5988,7 @@
- lt_cv_sys_max_cmd_len=-1;
- ;;
-
- - cygwin* | mingw* | cegcc*)
- + cygwin* | msys* | mingw* | cegcc*)
- # On Win9x/ME, this test blows up -- it succeeds, but takes
- # about 5 minutes as the teststring grows exponentially.
- # Worse, since 9x/ME are not pre-emptively multitasking,
- @@ -6154,7 +6154,7 @@
- *-*-mingw* ) # actually msys
- lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
- ;;
- - *-*-cygwin* )
- + *-*-cygwin* | *-*-msys* )
- lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
- ;;
- * ) # otherwise, assume *nix
- @@ -6162,12 +6162,12 @@
- ;;
- esac
- ;;
- - *-*-cygwin* )
- + *-*-cygwin* | *-*-msys* )
- case $build in
- *-*-mingw* ) # actually msys
- lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
- ;;
- - *-*-cygwin* )
- + *-*-cygwin* | *-*-msys* )
- lt_cv_to_host_file_cmd=func_convert_file_noop
- ;;
- * ) # otherwise, assume *nix
- @@ -6233,7 +6233,7 @@
- esac
- reload_cmds='$LD$reload_flag -o $output$reload_objs'
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- if test yes != "$GCC"; then
- reload_cmds=false
- fi
- @@ -6486,7 +6486,7 @@
- lt_cv_file_magic_test_file=/shlib/libc.so
- ;;
-
- -cygwin*)
- +cygwin* | msys*)
- # func_win32_libid is a shell function defined in ltmain.sh
- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
- lt_cv_file_magic_cmd='func_win32_libid'
- @@ -6802,7 +6802,7 @@
- lt_cv_sharedlib_from_linklib_cmd='unknown'
-
- case $host_os in
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- # two different shell functions defined in ltmain.sh;
- # decide which one to use based on capabilities of $DLLTOOL
- case `$DLLTOOL --help 2>&1` in
- @@ -7310,7 +7310,7 @@
- aix*)
- symcode='[BCDT]'
- ;;
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- symcode='[ABCDGISTW]'
- ;;
- hpux*)
- @@ -8912,7 +8912,7 @@
- enable_win32_dll=yes
-
- case $host in
- -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
- +*-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
- set dummy ${ac_tool_prefix}as; ac_word=$2
- @@ -9813,7 +9813,7 @@
- # PIC is the default for these OSes.
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- @@ -9916,7 +9916,7 @@
- esac
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- lt_prog_compiler_pic='-DDLL_EXPORT'
- @@ -10418,7 +10418,7 @@
- extract_expsyms_cmds=
-
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- @@ -10533,7 +10533,7 @@
- fi
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
- # as there is no search path for DLLs.
- hardcode_libdir_flag_spec='-L$libdir'
- @@ -11074,7 +11074,7 @@
- export_dynamic_flag_spec=-rdynamic
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- # hardcode_libdir_flag_spec is actually meaningless, as there is
- @@ -12110,7 +12110,7 @@
- # libtool to hard-code these into programs
- ;;
-
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- version_type=windows
- shrext_cmds=.dll
- need_version=no
- @@ -12136,9 +12136,9 @@
- shlibpath_overrides_runpath=yes
-
- case $host_os in
- - cygwin*)
- + cygwin* | msys*)
- # Cygwin DLLs use 'cyg' prefix rather than 'lib'
- - soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
- + soname_spec='`echo $libname | $SED -e 's/^lib/msys-/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
- sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
- ;;
- @@ -12176,7 +12176,7 @@
- # Convert to MSYS style.
- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
- ;;
- - cygwin*)
- + cygwin* | msys*)
- # Convert to unix form, then to dos form, then back to unix form
- # but this time dos style (no spaces!) so that the unix form looks
- # like /cygdrive/c/PROGRA~1:/cygdr...
- @@ -12878,7 +12878,7 @@
- lt_cv_dlopen_libs=
- ;;
-
- - cygwin*)
- + cygwin* | msys*)
- lt_cv_dlopen=dlopen
- lt_cv_dlopen_libs=
- ;;
- @@ -13827,7 +13827,7 @@
- beos*)
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
- ;;
- -cygwin* | mingw* | pw32*)
- +cygwin* | msys* | mingw* | pw32*)
- ac_fn_c_check_decl "$LINENO" "cygwin_conv_path" "ac_cv_have_decl_cygwin_conv_path" "#include <sys/cygwin.h>
- "
- if test "x$ac_cv_have_decl_cygwin_conv_path" = xyes; then :
- @@ -14242,7 +14242,7 @@
- $as_echo_n "(cached) " >&6
- else
- case $host_os in #(
- - *cygwin*)
- + *cygwin* | *msys*)
- lt_cv_sys_argz_works=no
- if test no != "$cross_compiling"; then
- lt_cv_sys_argz_works="guessing no"
- @@ -15517,7 +15517,7 @@
- esac
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- case $GXX,$cc_basename in
- ,cl* | no,cl* | ,icl* | no,icl*)
- # Native MSVC or ICC
- @@ -16528,7 +16528,7 @@
- beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
- # PIC is the default for these OSes.
- ;;
- - mingw* | cygwin* | os2* | pw32* | cegcc*)
- + mingw* | cygwin* | msys* | os2* | pw32* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- @@ -16603,7 +16603,7 @@
- ;;
- esac
- ;;
- - mingw* | cygwin* | os2* | pw32* | cegcc*)
- + mingw* | cygwin* | msys* | os2* | pw32* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
- @@ -17092,7 +17092,7 @@
- pw32*)
- export_symbols_cmds_CXX=$ltdll_cmds
- ;;
- - cygwin* | mingw* | cegcc*)
- + cygwin* | msys* | mingw* | cegcc*)
- case $cc_basename in
- cl* | icl*)
- exclude_expsyms_CXX='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
- @@ -17413,7 +17413,7 @@
- # libtool to hard-code these into programs
- ;;
-
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- version_type=windows
- shrext_cmds=.dll
- need_version=no
- @@ -17439,7 +17439,7 @@
- shlibpath_overrides_runpath=yes
-
- case $host_os in
- - cygwin*)
- + cygwin* | msys*)
- # Cygwin DLLs use 'cyg' prefix rather than 'lib'
- - soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
- + soname_spec='`echo $libname | $SED -e 's/^lib/msys-/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
- @@ -17478,7 +17478,7 @@
- # Convert to MSYS style.
- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
- ;;
- - cygwin*)
- + cygwin* | msys*)
- # Convert to unix form, then to dos form, then back to unix form
- # but this time dos style (no spaces!) so that the unix form looks
- # like /cygdrive/c/PROGRA~1:/cygdr...
- @@ -18519,7 +18519,7 @@
- # PIC is the default for these OSes.
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- @@ -18622,7 +18622,7 @@
- esac
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- lt_prog_compiler_pic_F77='-DDLL_EXPORT'
- @@ -19109,7 +19109,7 @@
- extract_expsyms_cmds=
-
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- @@ -19224,7 +19224,7 @@
- fi
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # _LT_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
- # as there is no search path for DLLs.
- hardcode_libdir_flag_spec_F77='-L$libdir'
- @@ -19753,7 +19753,7 @@
- export_dynamic_flag_spec_F77=-rdynamic
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- # hardcode_libdir_flag_spec is actually meaningless, as there is
- @@ -20581,7 +20581,7 @@
- # libtool to hard-code these into programs
- ;;
-
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- version_type=windows
- shrext_cmds=.dll
- need_version=no
- @@ -20607,9 +20607,9 @@
- shlibpath_overrides_runpath=yes
-
- case $host_os in
- - cygwin*)
- + cygwin* | msys*)
- # Cygwin DLLs use 'cyg' prefix rather than 'lib'
- - soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
- + soname_spec='`echo $libname | $SED -e 's/^lib/msys-/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
- ;;
- mingw* | cegcc*)
- @@ -20646,7 +20646,7 @@
- # Convert to MSYS style.
- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
- ;;
- - cygwin*)
- + cygwin* | msys*)
- # Convert to unix form, then to dos form, then back to unix form
- # but this time dos style (no spaces!) so that the unix form looks
- # like /cygdrive/c/PROGRA~1:/cygdr...
- @@ -21822,7 +21822,7 @@
- # PIC is the default for these OSes.
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- @@ -21925,7 +21925,7 @@
- esac
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- lt_prog_compiler_pic_FC='-DDLL_EXPORT'
- @@ -22412,7 +22412,7 @@
- extract_expsyms_cmds=
-
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- @@ -22527,7 +22527,7 @@
- fi
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # _LT_TAGVAR(hardcode_libdir_flag_spec, FC) is actually meaningless,
- # as there is no search path for DLLs.
- hardcode_libdir_flag_spec_FC='-L$libdir'
- @@ -23056,7 +23056,7 @@
- export_dynamic_flag_spec_FC=-rdynamic
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- # hardcode_libdir_flag_spec is actually meaningless, as there is
- @@ -23884,7 +23884,7 @@
- # libtool to hard-code these into programs
- ;;
-
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- version_type=windows
- shrext_cmds=.dll
- need_version=no
- @@ -23910,9 +23910,9 @@
- shlibpath_overrides_runpath=yes
-
- case $host_os in
- - cygwin*)
- + cygwin* | msys*)
- # Cygwin DLLs use 'cyg' prefix rather than 'lib'
- - soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
- + soname_spec='`echo $libname | $SED -e 's/^lib/msys-/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
-
- ;;
- mingw* | cegcc*)
- @@ -23949,7 +23949,7 @@
- # Convert to MSYS style.
- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
- ;;
- - cygwin*)
- + cygwin* | msys*)
- # Convert to unix form, then to dos form, then back to unix form
- # but this time dos style (no spaces!) so that the unix form looks
- # like /cygdrive/c/PROGRA~1:/cygdr...
- @@ -24844,7 +24844,7 @@
- # PIC is the default for these OSes.
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- @@ -24947,7 +24947,7 @@
- esac
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- lt_prog_compiler_pic_GO='-DDLL_EXPORT'
- @@ -25434,7 +25434,7 @@
- extract_expsyms_cmds=
-
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- @@ -25549,7 +25549,7 @@
- fi
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # _LT_TAGVAR(hardcode_libdir_flag_spec, GO) is actually meaningless,
- # as there is no search path for DLLs.
- hardcode_libdir_flag_spec_GO='-L$libdir'
- @@ -26090,7 +26090,7 @@
- export_dynamic_flag_spec_GO=-rdynamic
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- # hardcode_libdir_flag_spec is actually meaningless, as there is
- @@ -27073,7 +27073,7 @@
- # PIC is the default for these OSes.
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- @@ -27176,7 +27176,7 @@
- esac
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
-
- @@ -27663,7 +27663,7 @@
- extract_expsyms_cmds=
-
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- @@ -27778,7 +27778,7 @@
- fi
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # _LT_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
- # as there is no search path for DLLs.
- hardcode_libdir_flag_spec_GCJ='-L$libdir'
- @@ -28319,7 +28319,7 @@
- export_dynamic_flag_spec_GCJ=-rdynamic
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- # hardcode_libdir_flag_spec is actually meaningless, as there is
- diff -urN libtool-2.4.7/libltdl/configure.orig libtool-2.4.7/libltdl/configure
- --- libtool-2.4.7/libltdl/configure.orig 2022-05-25 14:29:13.245182300 +0200
- +++ libtool-2.4.7/libltdl/configure 2022-05-25 14:30:03.920944200 +0200
- @@ -4774,7 +4774,7 @@
- lt_cv_sys_max_cmd_len=-1;
- ;;
-
- - cygwin* | mingw* | cegcc*)
- + cygwin* | msys* | mingw* | cegcc*)
- # On Win9x/ME, this test blows up -- it succeeds, but takes
- # about 5 minutes as the teststring grows exponentially.
- # Worse, since 9x/ME are not pre-emptively multitasking,
- @@ -4940,7 +4940,7 @@
- *-*-mingw* ) # actually msys
- lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
- ;;
- - *-*-cygwin* )
- + *-*-cygwin* | *-*-msys* )
- lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
- ;;
- * ) # otherwise, assume *nix
- @@ -4948,12 +4948,12 @@
- ;;
- esac
- ;;
- - *-*-cygwin* )
- + *-*-cygwin* | *-*-msys* )
- case $build in
- *-*-mingw* ) # actually msys
- lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
- ;;
- - *-*-cygwin* )
- + *-*-cygwin* | *-*-msys* )
- lt_cv_to_host_file_cmd=func_convert_file_noop
- ;;
- * ) # otherwise, assume *nix
- @@ -5019,7 +5019,7 @@
- esac
- reload_cmds='$LD$reload_flag -o $output$reload_objs'
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- if test yes != "$GCC"; then
- reload_cmds=false
- fi
- @@ -5272,7 +5272,7 @@
- lt_cv_file_magic_test_file=/shlib/libc.so
- ;;
-
- -cygwin*)
- +cygwin* | msys*)
- # func_win32_libid is a shell function defined in ltmain.sh
- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
- lt_cv_file_magic_cmd='func_win32_libid'
- @@ -5588,7 +5588,7 @@
- lt_cv_sharedlib_from_linklib_cmd='unknown'
-
- case $host_os in
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- # two different shell functions defined in ltmain.sh;
- # decide which one to use based on capabilities of $DLLTOOL
- case `$DLLTOOL --help 2>&1` in
- @@ -6097,7 +6097,7 @@
- aix*)
- symcode='[BCDT]'
- ;;
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- symcode='[ABCDGISTW]'
- ;;
- hpux*)
- @@ -7837,7 +7837,7 @@
- enable_win32_dll=yes
-
- case $host in
- -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
- +*-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
- if test -n "$ac_tool_prefix"; then
- # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
- set dummy ${ac_tool_prefix}as; ac_word=$2
- @@ -8738,7 +8738,7 @@
- # PIC is the default for these OSes.
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- @@ -8841,7 +8841,7 @@
- esac
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- lt_prog_compiler_pic='-DDLL_EXPORT'
- @@ -9343,7 +9343,7 @@
- extract_expsyms_cmds=
-
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- @@ -9458,7 +9458,7 @@
- fi
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
- # as there is no search path for DLLs.
- hardcode_libdir_flag_spec='-L$libdir'
- @@ -9999,7 +9999,7 @@
- export_dynamic_flag_spec=-rdynamic
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- # hardcode_libdir_flag_spec is actually meaningless, as there is
- @@ -11035,7 +11035,7 @@
- # libtool to hard-code these into programs
- ;;
-
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- version_type=windows
- shrext_cmds=.dll
- need_version=no
- @@ -11067,6 +11067,12 @@
-
- sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
- ;;
- + msys*)
- + # MSYS DLLs use 'msys-' prefix rather than 'lib'
- + soname_spec='`echo $libname | sed -e 's/^lib/msys-/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
- +
- + sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
- + ;;
- mingw* | cegcc*)
- # MinGW DLLs use traditional 'lib' prefix
- soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
- @@ -11101,7 +11107,7 @@
- # Convert to MSYS style.
- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
- ;;
- - cygwin*)
- + cygwin* | msys*)
- # Convert to unix form, then to dos form, then back to unix form
- # but this time dos style (no spaces!) so that the unix form looks
- # like /cygdrive/c/PROGRA~1:/cygdr...
- @@ -11803,7 +11809,7 @@
- lt_cv_dlopen_libs=
- ;;
-
- - cygwin*)
- + cygwin* | msys*)
- lt_cv_dlopen=dlopen
- lt_cv_dlopen_libs=
- ;;
- @@ -12751,7 +12757,7 @@
- beos*)
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
- ;;
- -cygwin* | mingw* | pw32*)
- +cygwin* | msys* | mingw* | pw32*)
- ac_fn_c_check_decl "$LINENO" "cygwin_conv_path" "ac_cv_have_decl_cygwin_conv_path" "#include <sys/cygwin.h>
- "
- if test "x$ac_cv_have_decl_cygwin_conv_path" = xyes; then :
- @@ -13166,7 +13172,7 @@
- $as_echo_n "(cached) " >&6
- else
- case $host_os in #(
- - *cygwin*)
- + *cygwin* | *msys*)
- lt_cv_sys_argz_works=no
- if test no != "$cross_compiling"; then
- lt_cv_sys_argz_works="guessing no"
- diff -urN libtool-2.4.7/m4/libtool.m4.orig libtool-2.4.7/m4/libtool.m4
- --- libtool-2.4.7/m4/libtool.m4.orig 2022-03-17 03:43:39.000000000 +0100
- +++ libtool-2.4.7/m4/libtool.m4 2022-05-25 14:26:59.035745300 +0200
- @@ -1703,7 +1703,7 @@
- lt_cv_sys_max_cmd_len=-1;
- ;;
-
- - cygwin* | mingw* | cegcc*)
- + cygwin* | msys* | mingw* | cegcc*)
- # On Win9x/ME, this test blows up -- it succeeds, but takes
- # about 5 minutes as the teststring grows exponentially.
- # Worse, since 9x/ME are not pre-emptively multitasking,
- @@ -1951,7 +1951,7 @@
- lt_cv_dlopen_libs=
- ;;
-
- - cygwin*)
- + cygwin* | msys*)
- lt_cv_dlopen=dlopen
- lt_cv_dlopen_libs=
- ;;
- @@ -2541,7 +2541,7 @@
- # libtool to hard-code these into programs
- ;;
-
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- version_type=windows
- shrext_cmds=.dll
- need_version=no
- @@ -2567,9 +2567,9 @@
- shlibpath_overrides_runpath=yes
-
- case $host_os in
- - cygwin*)
- + cygwin* | msys*)
- # Cygwin DLLs use 'cyg' prefix rather than 'lib'
- - soname_spec='`echo $libname | $SED -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
- + soname_spec='`echo $libname | $SED -e 's/^lib/msys-/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
- m4_if([$1], [],[
- sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
- ;;
- @@ -2607,7 +2607,7 @@
- # Convert to MSYS style.
- sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
- ;;
- - cygwin*)
- + cygwin* | msys*)
- # Convert to unix form, then to dos form, then back to unix form
- # but this time dos style (no spaces!) so that the unix form looks
- # like /cygdrive/c/PROGRA~1:/cygdr...
- @@ -3385,7 +3385,7 @@
- esac
- reload_cmds='$LD$reload_flag -o $output$reload_objs'
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- if test yes != "$GCC"; then
- reload_cmds=false
- fi
- @@ -3478,7 +3478,7 @@
- lt_cv_file_magic_test_file=/shlib/libc.so
- ;;
-
- -cygwin*)
- +cygwin* | msys*)
- # func_win32_libid is a shell function defined in ltmain.sh
- lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
- lt_cv_file_magic_cmd='func_win32_libid'
- @@ -3791,7 +3791,7 @@
- [lt_cv_sharedlib_from_linklib_cmd='unknown'
-
- case $host_os in
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- # two different shell functions defined in ltmain.sh;
- # decide which one to use based on capabilities of $DLLTOOL
- case `$DLLTOOL --help 2>&1` in
- @@ -3861,7 +3861,7 @@
- [AC_REQUIRE([AC_CANONICAL_HOST])dnl
- LIBM=
- case $host in
- -*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
- +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-msys* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
- # These system don't have libm, or don't need it
- ;;
- *-ncr-sysv4.3*)
- @@ -3936,7 +3936,7 @@
- aix*)
- symcode='[[BCDT]]'
- ;;
- -cygwin* | mingw* | pw32* | cegcc*)
- +cygwin* | msys* | mingw* | pw32* | cegcc*)
- symcode='[[ABCDGISTW]]'
- ;;
- hpux*)
- @@ -4242,7 +4242,7 @@
- beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
- # PIC is the default for these OSes.
- ;;
- - mingw* | cygwin* | os2* | pw32* | cegcc*)
- + mingw* | cygwin* | msys* | os2* | pw32* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- @@ -4318,7 +4318,7 @@
- ;;
- esac
- ;;
- - mingw* | cygwin* | os2* | pw32* | cegcc*)
- + mingw* | cygwin* | msys* | os2* | pw32* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- m4_if([$1], [GCJ], [],
- @@ -4566,7 +4566,7 @@
- # PIC is the default for these OSes.
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- # Although the cygwin gcc ignores -fPIC, still need this for old-style
- @@ -4670,7 +4670,7 @@
- esac
- ;;
-
- - mingw* | cygwin* | pw32* | os2* | cegcc*)
- + mingw* | cygwin* | msys* | pw32* | os2* | cegcc*)
- # This hack is so that the source file can tell whether it is being
- # built for inclusion in a dll (and should export symbols for example).
- m4_if([$1], [GCJ], [],
- @@ -4945,7 +4945,7 @@
- pw32*)
- _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
- ;;
- - cygwin* | mingw* | cegcc*)
- + cygwin* | msys* | mingw* | cegcc*)
- case $cc_basename in
- cl* | icl*)
- _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
- @@ -5003,7 +5003,7 @@
- extract_expsyms_cmds=
-
- case $host_os in
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # FIXME: the MSVC++ and ICC port hasn't been tested in a loooong time
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- @@ -5118,7 +5118,7 @@
- fi
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
- # as there is no search path for DLLs.
- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
- @@ -5575,7 +5575,7 @@
- _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- # When not using gcc, we currently assume that we are using
- # Microsoft Visual C++ or Intel C++ Compiler.
- # hardcode_libdir_flag_spec is actually meaningless, as there is
- @@ -6651,7 +6651,7 @@
- esac
- ;;
-
- - cygwin* | mingw* | pw32* | cegcc*)
- + cygwin* | msys* | mingw* | pw32* | cegcc*)
- case $GXX,$cc_basename in
- ,cl* | no,cl* | ,icl* | no,icl*)
- # Native MSVC or ICC
- @@ -8348,7 +8348,7 @@
- *-*-mingw* ) # actually msys
- lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
- ;;
- - *-*-cygwin* )
- + *-*-cygwin* | *-*-msys* )
- lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
- ;;
- * ) # otherwise, assume *nix
- @@ -8356,12 +8356,12 @@
- ;;
- esac
- ;;
- - *-*-cygwin* )
- + *-*-cygwin* | *-*-msys* )
- case $build in
- *-*-mingw* ) # actually msys
- lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
- ;;
- - *-*-cygwin* )
- + *-*-cygwin* | *-*-msys* )
- lt_cv_to_host_file_cmd=func_convert_file_noop
- ;;
- * ) # otherwise, assume *nix
- diff -Naur libtool-2.4.2.418-orig/m4/ltdl.m4 libtool-2.4.2.418/m4/ltdl.m4
- --- libtool-2.4.2.418-orig/m4/ltdl.m4 2013-10-26 03:37:46.000000000 +0400
- +++ libtool-2.4.2.418/m4/ltdl.m4 2014-09-02 10:19:58.102800000 +0400
- @@ -706,7 +706,7 @@
- beos*)
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}load_add_on.la"
- ;;
- -cygwin* | mingw* | pw32*)
- +cygwin* | msys* | mingw* | pw32*)
- AC_CHECK_DECLS([cygwin_conv_path], [], [], [[#include <sys/cygwin.h>]])
- LT_DLLOADERS="$LT_DLLOADERS ${lt_dlopen_dir+$lt_dlopen_dir/}loadlibrary.la"
- ;;
- diff -Naur libtool-2.4.2.418-orig/m4/ltoptions.m4 libtool-2.4.2.418/m4/ltoptions.m4
- --- libtool-2.4.2.418-orig/m4/ltoptions.m4 2013-10-26 03:37:46.000000000 +0400
- +++ libtool-2.4.2.418/m4/ltoptions.m4 2014-09-02 10:20:19.069200000 +0400
- @@ -126,7 +126,7 @@
- [enable_win32_dll=yes
-
- case $host in
- -*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
- +*-*-cygwin* | *-*-msys* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
- AC_CHECK_TOOL(AS, as, false)
- AC_CHECK_TOOL(DLLTOOL, dlltool, false)
- AC_CHECK_TOOL(OBJDUMP, objdump, false)
- diff -Naur libtool-2.4.2.418-orig/tests/bindir.at libtool-2.4.2.418/tests/bindir.at
- --- libtool-2.4.2.418-orig/tests/bindir.at 2013-01-26 08:19:10.000000000 +0400
- +++ libtool-2.4.2.418/tests/bindir.at 2014-09-02 10:21:21.999600000 +0400
- @@ -65,7 +65,7 @@
-
- bindirneeded=:
- case $host_os in
- - cygwin*|mingw*|cegcc*)
- + cygwin*|msys*|mingw*|cegcc*)
- ;;
- *)
- bindirneeded=false
- @@ -174,7 +174,7 @@
-
- bindirneeded=:
- case $host_os in
- - cygwin*|mingw*|cegcc*)
- + cygwin*|msys*|mingw*|cegcc*)
- ;;
- *)
- bindirneeded=false
- diff -Naur libtool-2.4.2.418-orig/tests/lt_dladvise.at libtool-2.4.2.418/tests/lt_dladvise.at
- --- libtool-2.4.2.418-orig/tests/lt_dladvise.at 2013-01-01 21:36:01.000000000 +0400
- +++ libtool-2.4.2.418/tests/lt_dladvise.at 2014-09-02 10:20:51.298800000 +0400
- @@ -332,7 +332,7 @@
- $LIBTOOL --features | grep 'enable shared libraries' >/dev/null && have_shared=:
-
- case $host_os,$have_shared in
- -cygwin* | mingw* | cegcc* | *,false)
- +cygwin* | msys* | mingw* | cegcc* | *,false)
- # These hosts do not support linking without -no-undefined
- CPPFLAGS="$CPPFLAGS -DHAVE_UNDEFINED_SYMBOLS=0"
- ;;
|