windows: autotools .rc warnings fixup

Move `LT_LANG([Windows Resource])` after `XC_LIBTOOL`, fixing:

- Warnings when running `autoreconf -fi`.

- Warning when compiling .rc files:
  libtool: compile: unable to infer tagged configuration
  libtool:   error: specify a tag with '--tag'

Follow up to 6de7322c03
Ref: https://github.com/curl/curl/pull/9521#issuecomment-1256291156

Suggested-by: Patrick Monnerat
Closes #9582
This commit is contained in:
Viktor Szakats 2022-09-23 19:39:18 +00:00
parent 7801cb9fd9
commit 9325ab2cf9
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -55,8 +55,6 @@ CURL_CHECK_OPTION_ECH
XC_CHECK_PATH_SEPARATOR
LT_LANG([Windows Resource])
#
# save the configure arguments
#
@ -351,6 +349,8 @@ AC_SYS_LARGEFILE
XC_LIBTOOL
LT_LANG([Windows Resource])
#
# Automake conditionals based on libtool related checks
#