ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/configure
(Generate patch)

Comparing hopm/branches/1.0.x/configure (file contents):
Revision 5213 by michael, Mon Dec 29 20:16:48 2014 UTC vs.
Revision 5353 by michael, Sun Jan 11 13:26:39 2015 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 + # From configure.ac Id: configure.ac 5313 2015-01-06 13:27:21Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for hopm 1.0.0beta1.
4 > # Generated by GNU Autoconf 2.69 for hopm 1.0.1.
5 > #
6 > # Report bugs to <bugs@ircd-hybrid.org>.
7   #
8   #
9   # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
# Line 272 | Line 275 | fi
275      $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
276      $as_echo "$0: be upgraded to zsh 4.3.4 or later."
277    else
278 <    $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
279 < $0: including any error possibly output before this
280 < $0: message. Then install a modern shell, or manually run
281 < $0: the script under such a shell if you do have one."
278 >    $as_echo "$0: Please tell bug-autoconf@gnu.org and
279 > $0: bugs@ircd-hybrid.org about your system, including any
280 > $0: error possibly output before this message. Then install
281 > $0: a modern shell, or manually run the script under such a
282 > $0: shell if you do have one."
283    fi
284    exit 1
285   fi
# Line 587 | Line 591 | MAKEFLAGS=
591   # Identity of this package.
592   PACKAGE_NAME='hopm'
593   PACKAGE_TARNAME='hopm'
594 < PACKAGE_VERSION='1.0.0beta1'
595 < PACKAGE_STRING='hopm 1.0.0beta1'
596 < PACKAGE_BUGREPORT=''
594 > PACKAGE_VERSION='1.0.1'
595 > PACKAGE_STRING='hopm 1.0.1'
596 > PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
597   PACKAGE_URL=''
598  
599   ac_unique_file="src/opercmd.h"
# Line 630 | Line 634 | ac_includes_default="\
634   # include <unistd.h>
635   #endif"
636  
633 enable_option_checking=no
637   ac_subst_vars='am__EXEEXT_FALSE
638   am__EXEEXT_TRUE
639   LTLIBOBJS
640   LIBOBJS
638 subdirs
641   LEXLIB
642   LEX_OUTPUT_ROOT
643   LEX
# Line 782 | Line 784 | CPPFLAGS
784   CPP
785   YACC
786   YFLAGS'
787 < ac_subdirs_all='src/libopm'
787 >
788  
789   # Initialize some variables set by options.
790   ac_init_help=
# Line 1322 | Line 1324 | if test "$ac_init_help" = "long"; then
1324    # Omit some internal or obsolete options to make the list less imposing.
1325    # This message is too long to be a string in the A/UX 3.1 sh.
1326    cat <<_ACEOF
1327 < \`configure' configures hopm 1.0.0beta1 to adapt to many kinds of systems.
1327 > \`configure' configures hopm 1.0.1 to adapt to many kinds of systems.
1328  
1329   Usage: $0 [OPTION]... [VAR=VALUE]...
1330  
# Line 1392 | Line 1394 | fi
1394  
1395   if test -n "$ac_init_help"; then
1396    case $ac_init_help in
1397 <     short | recursive ) echo "Configuration of hopm 1.0.0beta1:";;
1397 >     short | recursive ) echo "Configuration of hopm 1.0.1:";;
1398     esac
1399    cat <<\_ACEOF
1400  
# Line 1446 | Line 1448 | Some influential environment variables:
1448   Use these variables to override the choices made by `configure' or to help
1449   it to find libraries and programs with nonstandard names/locations.
1450  
1451 < Report bugs to the package provider.
1451 > Report bugs to <bugs@ircd-hybrid.org>.
1452   _ACEOF
1453   ac_status=$?
1454   fi
# Line 1509 | Line 1511 | fi
1511   test -n "$ac_init_help" && exit $ac_status
1512   if $ac_init_version; then
1513    cat <<\_ACEOF
1514 < hopm configure 1.0.0beta1
1514 > hopm configure 1.0.1
1515   generated by GNU Autoconf 2.69
1516  
1517   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 1783 | Line 1785 | $as_echo "$ac_res" >&6; }
1785    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1786  
1787   } # ac_fn_c_check_func
1786
1787 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1788 # -------------------------------------------------------
1789 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1790 # the include files in INCLUDES and setting the cache variable VAR
1791 # accordingly.
1792 ac_fn_c_check_header_mongrel ()
1793 {
1794  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1795  if eval \${$3+:} false; then :
1796  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1797 $as_echo_n "checking for $2... " >&6; }
1798 if eval \${$3+:} false; then :
1799  $as_echo_n "(cached) " >&6
1800 fi
1801 eval ac_res=\$$3
1802               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1803 $as_echo "$ac_res" >&6; }
1804 else
1805  # Is the header compilable?
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1807 $as_echo_n "checking $2 usability... " >&6; }
1808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1809 /* end confdefs.h.  */
1810 $4
1811 #include <$2>
1812 _ACEOF
1813 if ac_fn_c_try_compile "$LINENO"; then :
1814  ac_header_compiler=yes
1815 else
1816  ac_header_compiler=no
1817 fi
1818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1820 $as_echo "$ac_header_compiler" >&6; }
1821
1822 # Is the header present?
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1824 $as_echo_n "checking $2 presence... " >&6; }
1825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1826 /* end confdefs.h.  */
1827 #include <$2>
1828 _ACEOF
1829 if ac_fn_c_try_cpp "$LINENO"; then :
1830  ac_header_preproc=yes
1831 else
1832  ac_header_preproc=no
1833 fi
1834 rm -f conftest.err conftest.i conftest.$ac_ext
1835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1836 $as_echo "$ac_header_preproc" >&6; }
1837
1838 # So?  What about this header?
1839 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1840  yes:no: )
1841    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1842 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1843    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1844 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1845    ;;
1846  no:yes:* )
1847    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1848 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1849    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1850 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1851    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1852 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1853    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1854 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1855    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1856 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1857    ;;
1858 esac
1859  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1860 $as_echo_n "checking for $2... " >&6; }
1861 if eval \${$3+:} false; then :
1862  $as_echo_n "(cached) " >&6
1863 else
1864  eval "$3=\$ac_header_compiler"
1865 fi
1866 eval ac_res=\$$3
1867               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1868 $as_echo "$ac_res" >&6; }
1869 fi
1870  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1871
1872 } # ac_fn_c_check_header_mongrel
1788   cat >config.log <<_ACEOF
1789   This file contains any messages produced by compilers while
1790   running configure, to aid debugging if configure makes a mistake.
1791  
1792 < It was created by hopm $as_me 1.0.0beta1, which was
1792 > It was created by hopm $as_me 1.0.1, which was
1793   generated by GNU Autoconf 2.69.  Invocation command line was
1794  
1795    $ $0 $@
# Line 2222 | Line 2137 | ac_link='$CC -o conftest$ac_exeext $CFLA
2137   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2138  
2139  
2140 <
2226 < ac_config_headers="$ac_config_headers src/setup.h"
2227 <
2228 < am__api_version='1.14'
2140 > am__api_version='1.15'
2141  
2142   ac_aux_dir=
2143   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2426 | Line 2338 | test "$program_suffix" != NONE &&
2338   ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2339   program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2340  
2341 < # expand $ac_aux_dir to an absolute path
2342 < am_aux_dir=`cd $ac_aux_dir && pwd`
2341 > # Expand $ac_aux_dir to an absolute path.
2342 > am_aux_dir=`cd "$ac_aux_dir" && pwd`
2343  
2344   if test x"${MISSING+set}" != xset; then
2345    case $am_aux_dir in
# Line 2446 | Line 2358 | else
2358   $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2359   fi
2360  
2361 < if test x"${install_sh}" != xset; then
2361 > if test x"${install_sh+set}" != xset; then
2362    case $am_aux_dir in
2363    *\ * | *\     *)
2364      install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
# Line 2740 | Line 2652 | fi
2652  
2653   # Define the identity of the package.
2654   PACKAGE='hopm'
2655 < VERSION='1.0.0beta1'
2655 > VERSION='1.0.1'
2656  
2657  
2658   cat >>confdefs.h <<_ACEOF
# Line 2774 | Line 2686 | MAKEINFO=${MAKEINFO-"${am_missing_run}ma
2686   # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2687   mkdir_p='$(MKDIR_P)'
2688  
2689 < # We need awk for the "check" target.  The system "awk" is bad on
2690 < # some platforms.
2689 > # We need awk for the "check" target (and possibly the TAP driver).  The
2690 > # system "awk" is bad on some platforms.
2691   # Always define AMTAR for backward compatibility.  Yes, it's still used
2692   # in the wild :-(  We should find a proper way to deprecate it ...
2693   AMTAR='$${TAR-tar}'
# Line 2857 | Line 2769 | fi
2769  
2770  
2771  
2772 + ac_config_headers="$ac_config_headers src/setup.h"
2773 +
2774 +
2775 +
2776   DEPDIR="${am__leading_dot}deps"
2777  
2778   ac_config_commands="$ac_config_commands depfiles"
# Line 12076 | Line 11992 | CC=$lt_save_CC
11992  
11993  
11994  
12079 for ac_header in sys/poll.h
12080 do :
12081  ac_fn_c_check_header_mongrel "$LINENO" "sys/poll.h" "ac_cv_header_sys_poll_h" "$ac_includes_default"
12082 if test "x$ac_cv_header_sys_poll_h" = xyes; then :
12083  cat >>confdefs.h <<_ACEOF
12084 #define HAVE_SYS_POLL_H 1
12085 _ACEOF
12086 have_poll_sys_h=yes
12087 else
12088  have_sys_poll_h=no
12089 fi
12090
12091 done
12092
12093
12094 for ac_header in fcntl.h sys/time.h unistd.h
12095 do :
12096  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12097 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12098 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12099  cat >>confdefs.h <<_ACEOF
12100 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12101 _ACEOF
12102
12103 fi
12104
12105 done
12106
12107
12108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
12109 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
12110 if ${ac_cv_header_time+:} false; then :
12111  $as_echo_n "(cached) " >&6
12112 else
12113  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12114 /* end confdefs.h.  */
12115 #include <sys/types.h>
12116 #include <sys/time.h>
12117 #include <time.h>
12118
12119 int
12120 main ()
12121 {
12122 if ((struct tm *) 0)
12123 return 0;
12124  ;
12125  return 0;
12126 }
12127 _ACEOF
12128 if ac_fn_c_try_compile "$LINENO"; then :
12129  ac_cv_header_time=yes
12130 else
12131  ac_cv_header_time=no
12132 fi
12133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12134 fi
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
12136 $as_echo "$ac_cv_header_time" >&6; }
12137 if test $ac_cv_header_time = yes; then
12138
12139 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
12140
12141 fi
12142
12143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
12144 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
12145 if ${ac_cv_struct_tm+:} false; then :
12146  $as_echo_n "(cached) " >&6
12147 else
12148  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12149 /* end confdefs.h.  */
12150 #include <sys/types.h>
12151 #include <time.h>
12152
12153 int
12154 main ()
12155 {
12156 struct tm tm;
12157                                     int *p = &tm.tm_sec;
12158                                     return !p;
12159  ;
12160  return 0;
12161 }
12162 _ACEOF
12163 if ac_fn_c_try_compile "$LINENO"; then :
12164  ac_cv_struct_tm=time.h
12165 else
12166  ac_cv_struct_tm=sys/time.h
12167 fi
12168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12169 fi
12170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
12171 $as_echo "$ac_cv_struct_tm" >&6; }
12172 if test $ac_cv_struct_tm = sys/time.h; then
12173
12174 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
12175
12176 fi
12177
12178
12179
11995   for ac_prog in 'bison -y' byacc
11996   do
11997    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 12567 | Line 12382 | fi
12382   fi
12383  
12384  
12385 < for ac_func in strlcpy strlcat socket
12385 > for ac_func in strlcpy strlcat
12386   do :
12387    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12388   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
# Line 12805 | Line 12620 | $as_echo "#define AC_APPLE_UNIVERSAL_BUI
12620   esac
12621  
12622  
12623 <
12809 <
12810 <
12811 < subdirs="$subdirs src/libopm"
12812 <
12813 <
12814 < ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile"
12623 > ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/libopm/Makefile src/libopm/src/Makefile"
12624  
12625   cat >confcache <<\_ACEOF
12626   # This file is a shell script that caches the results of configure
# Line 13348 | Line 13157 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
13157   # report actual input values of CONFIG_FILES etc. instead of their
13158   # values after options handling.
13159   ac_log="
13160 < This file was extended by hopm $as_me 1.0.0beta1, which was
13160 > This file was extended by hopm $as_me 1.0.1, which was
13161   generated by GNU Autoconf 2.69.  Invocation command line was
13162  
13163    CONFIG_FILES    = $CONFIG_FILES
# Line 13408 | Line 13217 | $config_headers
13217   Configuration commands:
13218   $config_commands
13219  
13220 < Report bugs to the package provider."
13220 > Report bugs to <bugs@ircd-hybrid.org>."
13221  
13222   _ACEOF
13223   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13224   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13225   ac_cs_version="\\
13226 < hopm config.status 1.0.0beta1
13226 > hopm config.status 1.0.1
13227   configured by $0, generated by GNU Autoconf 2.69,
13228    with options \\"\$ac_cs_config\\"
13229  
# Line 13830 | Line 13639 | do
13639      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13640      "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13641      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13642 +    "src/libopm/Makefile") CONFIG_FILES="$CONFIG_FILES src/libopm/Makefile" ;;
13643 +    "src/libopm/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/libopm/src/Makefile" ;;
13644  
13645    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13646    esac
# Line 15029 | Line 14840 | if test "$no_create" != yes; then
14840    # would make configure fail if this is the last instruction.
14841    $ac_cs_success || as_fn_exit 1
14842   fi
15032
15033 #
15034 # CONFIG_SUBDIRS section.
15035 #
15036 if test "$no_recursion" != yes; then
15037
15038  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
15039  # so they do not pile up.
15040  ac_sub_configure_args=
15041  ac_prev=
15042  eval "set x $ac_configure_args"
15043  shift
15044  for ac_arg
15045  do
15046    if test -n "$ac_prev"; then
15047      ac_prev=
15048      continue
15049    fi
15050    case $ac_arg in
15051    -cache-file | --cache-file | --cache-fil | --cache-fi \
15052    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
15053      ac_prev=cache_file ;;
15054    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
15055    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
15056    | --c=*)
15057      ;;
15058    --config-cache | -C)
15059      ;;
15060    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
15061      ac_prev=srcdir ;;
15062    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
15063      ;;
15064    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
15065      ac_prev=prefix ;;
15066    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
15067      ;;
15068    --disable-option-checking)
15069      ;;
15070    *)
15071      case $ac_arg in
15072      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
15073      esac
15074      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
15075    esac
15076  done
15077
15078  # Always prepend --prefix to ensure using the same prefix
15079  # in subdir configurations.
15080  ac_arg="--prefix=$prefix"
15081  case $ac_arg in
15082  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
15083  esac
15084  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
15085
15086  # Pass --silent
15087  if test "$silent" = yes; then
15088    ac_sub_configure_args="--silent $ac_sub_configure_args"
15089  fi
15090
15091  # Always prepend --disable-option-checking to silence warnings, since
15092  # different subdirs can have different --enable and --with options.
15093  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
15094
15095  ac_popdir=`pwd`
15096  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
15097
15098    # Do not complain, so a configure script can configure whichever
15099    # parts of a large source tree are present.
15100    test -d "$srcdir/$ac_dir" || continue
15101
15102    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
15103    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
15104    $as_echo "$ac_msg" >&6
15105    as_dir="$ac_dir"; as_fn_mkdir_p
15106    ac_builddir=.
15107
15108 case "$ac_dir" in
15109 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15110 *)
15111  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15112  # A ".." for each directory in $ac_dir_suffix.
15113  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15114  case $ac_top_builddir_sub in
15115  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15116  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15117  esac ;;
15118 esac
15119 ac_abs_top_builddir=$ac_pwd
15120 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15121 # for backward compatibility:
15122 ac_top_builddir=$ac_top_build_prefix
15123
15124 case $srcdir in
15125  .)  # We are building in place.
15126    ac_srcdir=.
15127    ac_top_srcdir=$ac_top_builddir_sub
15128    ac_abs_top_srcdir=$ac_pwd ;;
15129  [\\/]* | ?:[\\/]* )  # Absolute name.
15130    ac_srcdir=$srcdir$ac_dir_suffix;
15131    ac_top_srcdir=$srcdir
15132    ac_abs_top_srcdir=$srcdir ;;
15133  *) # Relative name.
15134    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15135    ac_top_srcdir=$ac_top_build_prefix$srcdir
15136    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15137 esac
15138 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15139
15140
15141    cd "$ac_dir"
15142
15143    # Check for guested configure; otherwise get Cygnus style configure.
15144    if test -f "$ac_srcdir/configure.gnu"; then
15145      ac_sub_configure=$ac_srcdir/configure.gnu
15146    elif test -f "$ac_srcdir/configure"; then
15147      ac_sub_configure=$ac_srcdir/configure
15148    elif test -f "$ac_srcdir/configure.in"; then
15149      # This should be Cygnus configure.
15150      ac_sub_configure=$ac_aux_dir/configure
15151    else
15152      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
15153 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
15154      ac_sub_configure=
15155    fi
15156
15157    # The recursion is here.
15158    if test -n "$ac_sub_configure"; then
15159      # Make the cache file name correct relative to the subdirectory.
15160      case $cache_file in
15161      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
15162      *) # Relative name.
15163        ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
15164      esac
15165
15166      { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
15167 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
15168      # The eval makes quoting arguments work.
15169      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
15170           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
15171        as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
15172    fi
15173
15174    cd "$ac_popdir"
15175  done
15176 fi
14843   if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14844    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14845   $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)