forked from lwthiker/curl-impersonate
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Guess values for system-dependent variables and create Makefiles. | ||
# Generated by GNU Autoconf 2.72 for curl-impersonate 0.7.1. | ||
# | ||
# Report bugs to <[email protected], [email protected]>. | ||
# Report bugs to <[email protected]>. | ||
# | ||
# | ||
# Copyright (C) 1992-1996, 1998-2017, 2020-2023 Free Software Foundation, | ||
|
@@ -269,11 +269,11 @@ then : | |
printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" | ||
printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." | ||
else | ||
printf "%s\n" "$0: Please tell [email protected] and [email protected], | ||
$0: [email protected] about your system, including any error | ||
$0: possibly output before this message. Then install a | ||
$0: modern shell, or manually run the script under such a | ||
$0: shell if you do have one." | ||
printf "%s\n" "$0: Please tell [email protected] and [email protected] | ||
$0: about your system, including any error possibly output | ||
$0: before this message. Then install a modern shell, or | ||
$0: manually run the script under such a shell if you do | ||
$0: have one." | ||
fi | ||
exit 1 | ||
fi ;; | ||
|
@@ -605,7 +605,7 @@ PACKAGE_NAME='curl-impersonate' | |
PACKAGE_TARNAME='curl-impersonate' | ||
PACKAGE_VERSION='0.7.1' | ||
PACKAGE_STRING='curl-impersonate 0.7.1' | ||
PACKAGE_BUGREPORT='[email protected], [email protected]' | ||
PACKAGE_BUGREPORT='[email protected]' | ||
PACKAGE_URL='' | ||
|
||
ac_subst_vars='LTLIBOBJS | ||
|
@@ -1360,7 +1360,7 @@ Some influential environment variables: | |
Use these variables to override the choices made by 'configure' or to help | ||
it to find libraries and programs with nonstandard names/locations. | ||
Report bugs to <[email protected], [email protected]>. | ||
Report bugs to <[email protected]>. | ||
_ACEOF | ||
ac_status=$? | ||
fi | ||
|
@@ -4199,7 +4199,7 @@ fi | |
if # If building for android | ||
test x"$build_for_android" = xyes | ||
then : | ||
EXTRA_CMAKE_FLAGS="-DANDROID_ABI=${TARGET} -DANDROID_PLATFORM=android-${API} -DCMAKE_TOOLCHAIN_FILE=${NDK}/build/cmake/android.toolchain.cmake" | ||
EXTRA_CMAKE_FLAGS="-DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=android-${API} -DCMAKE_TOOLCHAIN_FILE=${NDK}/build/cmake/android.toolchain.cmake" | ||
else case e in #( | ||
e) EXTRA_CMAKE_FLAGS="" | ||
;; | ||
|
@@ -5084,7 +5084,7 @@ Usage: $0 [OPTION]... [TAG]... | |
Configuration files: | ||
$config_files | ||
Report bugs to <[email protected], [email protected]>." | ||
Report bugs to <[email protected]>." | ||
_ACEOF | ||
ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` | ||
|