configure.ac (b871de36) configure.ac (fec5e19e)
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 2015 unchanged lines hidden (view full) ---

2024 # Find out which modules are missing.
2025 missing_perl_modules=
2026 if ! `$PERL -e 'use Archive::Zip;'>/dev/null 2>&1`; then
2027 missing_perl_modules=Archive::Zip
2028 fi
2029 if ! `$PERL -e 'use LWP::UserAgent;'>/dev/null 2>&1`; then
2030 missing_perl_modules="$missing_perl_modules LWP::UserAgent"
2031 fi
1dnl * *************************************************************
2dnl *
3dnl * Licensed to the Apache Software Foundation (ASF) under one
4dnl * or more contributor license agreements. See the NOTICE file
5dnl * distributed with this work for additional information
6dnl * regarding copyright ownership. The ASF licenses this file
7dnl * to you under the Apache License, Version 2.0 (the
8dnl * "License"); you may not use this file except in compliance

--- 2015 unchanged lines hidden (view full) ---

2024 # Find out which modules are missing.
2025 missing_perl_modules=
2026 if ! `$PERL -e 'use Archive::Zip;'>/dev/null 2>&1`; then
2027 missing_perl_modules=Archive::Zip
2028 fi
2029 if ! `$PERL -e 'use LWP::UserAgent;'>/dev/null 2>&1`; then
2030 missing_perl_modules="$missing_perl_modules LWP::UserAgent"
2031 fi
2032 if ! `$PERL -e 'use LWP::Protocol;'>/dev/null 2>&1`; then
2033 missing_perl_modules="$missing_perl_modules LWP::Protocol"
2034 fi
2035
2036 if ! `$PERL -e 'use XML::Parser;'>/dev/null 2>&1`; then
2037 missing_perl_modules="$missing_perl_modules XML::Parser"
2038 fi
2032 if ! `$PERL -e 'use XML::Parser;'>/dev/null 2>&1`; then
2033 missing_perl_modules="$missing_perl_modules XML::Parser"
2034 fi
2035 if ! `$PERL -e 'use Digest::SHA;'>/dev/null 2>&1`; then
2036 missing_perl_modules="$missing_perl_modules Digest::SHA"
2037 fi
2038 if ! `$PERL -e 'use Digest::MD5;'>/dev/null 2>&1`; then
2039 missing_perl_modules="$missing_perl_modules Digest::MD5"
2040 fi
2041 if ! `$PERL -e 'use LWP::Protocol::https;'>/dev/null 2>&1`; then
2042 missing_perl_modules="$missing_perl_modules LWP::Protocol::https"
2043 fi
2039 AC_MSG_ERROR([
2040 The missing Perl modules are: $missing_perl_modules
2041 Install them as superuser/administrator with "cpan -i $missing_perl_modules"])
2042fi
2043
2044dnl ===================================================================
2045dnl Check which Microsoft C/C++ or MinGW compiler is used for WINNT
2046dnl ===================================================================

--- 5247 unchanged lines hidden ---
2044 AC_MSG_ERROR([
2045 The missing Perl modules are: $missing_perl_modules
2046 Install them as superuser/administrator with "cpan -i $missing_perl_modules"])
2047fi
2048
2049dnl ===================================================================
2050dnl Check which Microsoft C/C++ or MinGW compiler is used for WINNT
2051dnl ===================================================================

--- 5247 unchanged lines hidden ---