Skip to content

Commit

Permalink
configure: catch up after merging changes in configure.ac
Browse files Browse the repository at this point in the history
PR trusteddomainproject#171, trusteddomainproject#192, and trusteddomainproject#203 contains changes in configure.ac, however
they were not always reflect their changes into configure.

So rebuild it here.
  • Loading branch information
futatuki committed Mar 11, 2024
1 parent be8a574 commit 3889fa4
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -14592,7 +14592,7 @@ dnscheck='
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>
int main() {
int main(int argc, char** argv) {
res_mkquery (0, 0, 0, 0, 0, 0, 0, 0, 0);
dn_expand (0, 0, 0, 0, 0);
dn_skipname (0, 0);
Expand Down Expand Up @@ -17627,7 +17627,7 @@ gprof_gmon_out="unknown"
if test x"$hasgprof" = x"yes"
then
gprofcheck='
int main() {
int main(int argc, char** argv) {
long x;

x = random();
Expand Down Expand Up @@ -18160,7 +18160,7 @@ printf "%s\n" "#define USE_GNUTLS 1" >>confdefs.h
#if GNUTLS_VERSION_NUMBER < 0x020b07
# error GnuTLS 2.11.7 or later required
#endif
int main()
int main(int argc, char** argv)
{
return 0;
}'
Expand All @@ -18186,7 +18186,7 @@ rm -f core conftest.err conftest.$ac_objext conftest.beam \

sha256check='
#include <gnutls/gnutls.h>
int main()
int main(int argc, char** argv)
{
int x = GNUTLS_DIG_SHA256;
}'
Expand Down Expand Up @@ -19221,7 +19221,7 @@ printf %s "checking for memcached_return_t... " >&6; }
#include <libmemcached/memcached.h>

int
main()
main(int argc, char** argv)
{
memcached_return_t x;

Expand Down Expand Up @@ -20520,7 +20520,7 @@ printf %s "checking Lua version... " >&6; }
#endif

int
main()
main(int argc, char** argv)
{
return 0;
}
Expand Down Expand Up @@ -20910,19 +20910,19 @@ if test \( x"$ldappath" = x"auto" -o x"$ldappath" = x"yes" \) -a \
then

pkg_failed=no
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for openldap >= 2.0.0" >&5
printf %s "checking for openldap >= 2.0.0... " >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for ldap >= 2.0.0" >&5
printf %s "checking for ldap >= 2.0.0... " >&6; }

if test -n "$OPENLDAP_CFLAGS"; then
pkg_cv_OPENLDAP_CFLAGS="$OPENLDAP_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openldap >= 2.0.0\""; } >&5
($PKG_CONFIG --exists --print-errors "openldap >= 2.0.0") 2>&5
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ldap >= 2.0.0\""; } >&5
($PKG_CONFIG --exists --print-errors "ldap >= 2.0.0") 2>&5
ac_status=$?
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_OPENLDAP_CFLAGS=`$PKG_CONFIG --cflags "openldap >= 2.0.0" 2>/dev/null`
pkg_cv_OPENLDAP_CFLAGS=`$PKG_CONFIG --cflags "ldap >= 2.0.0" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
Expand All @@ -20934,12 +20934,12 @@ if test -n "$OPENLDAP_LIBS"; then
pkg_cv_OPENLDAP_LIBS="$OPENLDAP_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"openldap >= 2.0.0\""; } >&5
($PKG_CONFIG --exists --print-errors "openldap >= 2.0.0") 2>&5
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ldap >= 2.0.0\""; } >&5
($PKG_CONFIG --exists --print-errors "ldap >= 2.0.0") 2>&5
ac_status=$?
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_OPENLDAP_LIBS=`$PKG_CONFIG --libs "openldap >= 2.0.0" 2>/dev/null`
pkg_cv_OPENLDAP_LIBS=`$PKG_CONFIG --libs "ldap >= 2.0.0" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
Expand All @@ -20960,9 +20960,9 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
OPENLDAP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openldap >= 2.0.0" 2>&1`
OPENLDAP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ldap >= 2.0.0" 2>&1`
else
OPENLDAP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openldap >= 2.0.0" 2>&1`
OPENLDAP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ldap >= 2.0.0" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$OPENLDAP_PKG_ERRORS" >&5
Expand Down Expand Up @@ -21050,7 +21050,7 @@ printf %s "checking OpenLDAP version... " >&6; }
#endif

int
main()
main(int argc, char** argv)
{
return 0;
}
Expand Down Expand Up @@ -21104,19 +21104,19 @@ if test \( x"$saslpath" = x"auto" -o x"$saslpath" = x"yes" \) -a \
then

pkg_failed=no
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for cyrussasl >= 2.1.0" >&5
printf %s "checking for cyrussasl >= 2.1.0... " >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libsasl2 >= 2.1.0" >&5
printf %s "checking for libsasl2 >= 2.1.0... " >&6; }

if test -n "$SASL_CFLAGS"; then
pkg_cv_SASL_CFLAGS="$SASL_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cyrussasl >= 2.1.0\""; } >&5
($PKG_CONFIG --exists --print-errors "cyrussasl >= 2.1.0") 2>&5
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsasl2 >= 2.1.0\""; } >&5
($PKG_CONFIG --exists --print-errors "libsasl2 >= 2.1.0") 2>&5
ac_status=$?
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_SASL_CFLAGS=`$PKG_CONFIG --cflags "cyrussasl >= 2.1.0" 2>/dev/null`
pkg_cv_SASL_CFLAGS=`$PKG_CONFIG --cflags "libsasl2 >= 2.1.0" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
Expand All @@ -21128,12 +21128,12 @@ if test -n "$SASL_LIBS"; then
pkg_cv_SASL_LIBS="$SASL_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"cyrussasl >= 2.1.0\""; } >&5
($PKG_CONFIG --exists --print-errors "cyrussasl >= 2.1.0") 2>&5
{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsasl2 >= 2.1.0\""; } >&5
($PKG_CONFIG --exists --print-errors "libsasl2 >= 2.1.0") 2>&5
ac_status=$?
printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_SASL_LIBS=`$PKG_CONFIG --libs "cyrussasl >= 2.1.0" 2>/dev/null`
pkg_cv_SASL_LIBS=`$PKG_CONFIG --libs "libsasl2 >= 2.1.0" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
Expand All @@ -21154,9 +21154,9 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
SASL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "cyrussasl >= 2.1.0" 2>&1`
SASL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsasl2 >= 2.1.0" 2>&1`
else
SASL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "cyrussasl >= 2.1.0" 2>&1`
SASL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsasl2 >= 2.1.0" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$SASL_PKG_ERRORS" >&5
Expand Down

0 comments on commit 3889fa4

Please sign in to comment.