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

Comparing hopm/trunk/configure (file contents):
Revision 5110 by michael, Wed Dec 24 13:37:32 2014 UTC vs.
Revision 6099 by michael, Thu Jun 11 12:31:29 2015 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 + # From configure.ac Id: configure.ac 5943 2015-05-06 19:09:49Z 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 TRUNK.
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='TRUNK'
595 > PACKAGE_STRING='hopm TRUNK'
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
644   YFLAGS
645   YACC
646   CPP
647 + LT_SYS_LIBRARY_PATH
648   OTOOL64
649   OTOOL
650   LIPO
# Line 761 | Line 764 | ac_user_opts='
764   enable_option_checking
765   enable_silent_rules
766   enable_maintainer_mode
764 with_extra_fascism
767   enable_dependency_tracking
768   enable_shared
769   enable_static
# Line 780 | Line 782 | CFLAGS
782   LDFLAGS
783   LIBS
784   CPPFLAGS
785 + LT_SYS_LIBRARY_PATH
786   CPP
787   YACC
788   YFLAGS'
789 < ac_subdirs_all='src/libopm'
789 >
790  
791   # Initialize some variables set by options.
792   ac_init_help=
# Line 1323 | Line 1326 | if test "$ac_init_help" = "long"; then
1326    # Omit some internal or obsolete options to make the list less imposing.
1327    # This message is too long to be a string in the A/UX 3.1 sh.
1328    cat <<_ACEOF
1329 < \`configure' configures hopm 1.0.0beta1 to adapt to many kinds of systems.
1329 > \`configure' configures hopm TRUNK to adapt to many kinds of systems.
1330  
1331   Usage: $0 [OPTION]... [VAR=VALUE]...
1332  
# Line 1393 | Line 1396 | fi
1396  
1397   if test -n "$ac_init_help"; then
1398    case $ac_init_help in
1399 <     short | recursive ) echo "Configuration of hopm 1.0.0beta1:";;
1399 >     short | recursive ) echo "Configuration of hopm TRUNK:";;
1400     esac
1401    cat <<\_ACEOF
1402  
# Line 1419 | Line 1422 | Optional Features:
1422   Optional Packages:
1423    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1424    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1422  --with-extra-fascism    Add extra gcc3-specific warning flags
1425    --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1426                            both]
1427    --with-aix-soname=aix|svr4|both
# Line 1437 | Line 1439 | Some influential environment variables:
1439    LIBS        libraries to pass to the linker, e.g. -l<library>
1440    CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1441                you have headers in a nonstandard directory <include dir>
1442 +  LT_SYS_LIBRARY_PATH
1443 +              User-defined run-time library search path.
1444    CPP         C preprocessor
1445    YACC        The `Yet Another Compiler Compiler' implementation to use.
1446                Defaults to the first program found out of: `bison -y', `byacc',
# Line 1448 | Line 1452 | Some influential environment variables:
1452   Use these variables to override the choices made by `configure' or to help
1453   it to find libraries and programs with nonstandard names/locations.
1454  
1455 < Report bugs to the package provider.
1455 > Report bugs to <bugs@ircd-hybrid.org>.
1456   _ACEOF
1457   ac_status=$?
1458   fi
# Line 1511 | Line 1515 | fi
1515   test -n "$ac_init_help" && exit $ac_status
1516   if $ac_init_version; then
1517    cat <<\_ACEOF
1518 < hopm configure 1.0.0beta1
1518 > hopm configure TRUNK
1519   generated by GNU Autoconf 2.69
1520  
1521   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 1785 | Line 1789 | $as_echo "$ac_res" >&6; }
1789    eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1790  
1791   } # ac_fn_c_check_func
1788
1789 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1790 # -------------------------------------------------------
1791 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1792 # the include files in INCLUDES and setting the cache variable VAR
1793 # accordingly.
1794 ac_fn_c_check_header_mongrel ()
1795 {
1796  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1797  if eval \${$3+:} false; then :
1798  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1799 $as_echo_n "checking for $2... " >&6; }
1800 if eval \${$3+:} false; then :
1801  $as_echo_n "(cached) " >&6
1802 fi
1803 eval ac_res=\$$3
1804               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1805 $as_echo "$ac_res" >&6; }
1806 else
1807  # Is the header compilable?
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1809 $as_echo_n "checking $2 usability... " >&6; }
1810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1811 /* end confdefs.h.  */
1812 $4
1813 #include <$2>
1814 _ACEOF
1815 if ac_fn_c_try_compile "$LINENO"; then :
1816  ac_header_compiler=yes
1817 else
1818  ac_header_compiler=no
1819 fi
1820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1822 $as_echo "$ac_header_compiler" >&6; }
1823
1824 # Is the header present?
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1826 $as_echo_n "checking $2 presence... " >&6; }
1827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1828 /* end confdefs.h.  */
1829 #include <$2>
1830 _ACEOF
1831 if ac_fn_c_try_cpp "$LINENO"; then :
1832  ac_header_preproc=yes
1833 else
1834  ac_header_preproc=no
1835 fi
1836 rm -f conftest.err conftest.i conftest.$ac_ext
1837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1838 $as_echo "$ac_header_preproc" >&6; }
1839
1840 # So?  What about this header?
1841 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1842  yes:no: )
1843    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1844 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1845    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1846 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1847    ;;
1848  no:yes:* )
1849    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1850 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1851    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1852 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1853    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1854 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1855    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1856 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1857    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1858 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1859    ;;
1860 esac
1861  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1862 $as_echo_n "checking for $2... " >&6; }
1863 if eval \${$3+:} false; then :
1864  $as_echo_n "(cached) " >&6
1865 else
1866  eval "$3=\$ac_header_compiler"
1867 fi
1868 eval ac_res=\$$3
1869               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1870 $as_echo "$ac_res" >&6; }
1871 fi
1872  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1873
1874 } # ac_fn_c_check_header_mongrel
1875
1876 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1877 # -------------------------------------------
1878 # Tests whether TYPE exists after having included INCLUDES, setting cache
1879 # variable VAR accordingly.
1880 ac_fn_c_check_type ()
1881 {
1882  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1883  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1884 $as_echo_n "checking for $2... " >&6; }
1885 if eval \${$3+:} false; then :
1886  $as_echo_n "(cached) " >&6
1887 else
1888  eval "$3=no"
1889  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1890 /* end confdefs.h.  */
1891 $4
1892 int
1893 main ()
1894 {
1895 if (sizeof ($2))
1896         return 0;
1897  ;
1898  return 0;
1899 }
1900 _ACEOF
1901 if ac_fn_c_try_compile "$LINENO"; then :
1902  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1903 /* end confdefs.h.  */
1904 $4
1905 int
1906 main ()
1907 {
1908 if (sizeof (($2)))
1909            return 0;
1910  ;
1911  return 0;
1912 }
1913 _ACEOF
1914 if ac_fn_c_try_compile "$LINENO"; then :
1915
1916 else
1917  eval "$3=yes"
1918 fi
1919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1920 fi
1921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1922 fi
1923 eval ac_res=\$$3
1924               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1925 $as_echo "$ac_res" >&6; }
1926  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1927
1928 } # ac_fn_c_check_type
1929
1930 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1931 # --------------------------------------------
1932 # Tries to find the compile-time value of EXPR in a program that includes
1933 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1934 # computed
1935 ac_fn_c_compute_int ()
1936 {
1937  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1938  if test "$cross_compiling" = yes; then
1939    # Depending upon the size, compute the lo and hi bounds.
1940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1941 /* end confdefs.h.  */
1942 $4
1943 int
1944 main ()
1945 {
1946 static int test_array [1 - 2 * !(($2) >= 0)];
1947 test_array [0] = 0;
1948 return test_array [0];
1949
1950  ;
1951  return 0;
1952 }
1953 _ACEOF
1954 if ac_fn_c_try_compile "$LINENO"; then :
1955  ac_lo=0 ac_mid=0
1956  while :; do
1957    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1958 /* end confdefs.h.  */
1959 $4
1960 int
1961 main ()
1962 {
1963 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1964 test_array [0] = 0;
1965 return test_array [0];
1966
1967  ;
1968  return 0;
1969 }
1970 _ACEOF
1971 if ac_fn_c_try_compile "$LINENO"; then :
1972  ac_hi=$ac_mid; break
1973 else
1974  as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1975                        if test $ac_lo -le $ac_mid; then
1976                          ac_lo= ac_hi=
1977                          break
1978                        fi
1979                        as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1980 fi
1981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1982  done
1983 else
1984  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1985 /* end confdefs.h.  */
1986 $4
1987 int
1988 main ()
1989 {
1990 static int test_array [1 - 2 * !(($2) < 0)];
1991 test_array [0] = 0;
1992 return test_array [0];
1993
1994  ;
1995  return 0;
1996 }
1997 _ACEOF
1998 if ac_fn_c_try_compile "$LINENO"; then :
1999  ac_hi=-1 ac_mid=-1
2000  while :; do
2001    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002 /* end confdefs.h.  */
2003 $4
2004 int
2005 main ()
2006 {
2007 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2008 test_array [0] = 0;
2009 return test_array [0];
2010
2011  ;
2012  return 0;
2013 }
2014 _ACEOF
2015 if ac_fn_c_try_compile "$LINENO"; then :
2016  ac_lo=$ac_mid; break
2017 else
2018  as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2019                        if test $ac_mid -le $ac_hi; then
2020                          ac_lo= ac_hi=
2021                          break
2022                        fi
2023                        as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2024 fi
2025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2026  done
2027 else
2028  ac_lo= ac_hi=
2029 fi
2030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2031 fi
2032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2033 # Binary search between lo and hi bounds.
2034 while test "x$ac_lo" != "x$ac_hi"; do
2035  as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2036  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2037 /* end confdefs.h.  */
2038 $4
2039 int
2040 main ()
2041 {
2042 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2043 test_array [0] = 0;
2044 return test_array [0];
2045
2046  ;
2047  return 0;
2048 }
2049 _ACEOF
2050 if ac_fn_c_try_compile "$LINENO"; then :
2051  ac_hi=$ac_mid
2052 else
2053  as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2054 fi
2055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2056 done
2057 case $ac_lo in #((
2058 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2059 '') ac_retval=1 ;;
2060 esac
2061  else
2062    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2063 /* end confdefs.h.  */
2064 $4
2065 static long int longval () { return $2; }
2066 static unsigned long int ulongval () { return $2; }
2067 #include <stdio.h>
2068 #include <stdlib.h>
2069 int
2070 main ()
2071 {
2072
2073  FILE *f = fopen ("conftest.val", "w");
2074  if (! f)
2075    return 1;
2076  if (($2) < 0)
2077    {
2078      long int i = longval ();
2079      if (i != ($2))
2080        return 1;
2081      fprintf (f, "%ld", i);
2082    }
2083  else
2084    {
2085      unsigned long int i = ulongval ();
2086      if (i != ($2))
2087        return 1;
2088      fprintf (f, "%lu", i);
2089    }
2090  /* Do not output a trailing newline, as this causes \r\n confusion
2091     on some platforms.  */
2092  return ferror (f) || fclose (f) != 0;
2093
2094  ;
2095  return 0;
2096 }
2097 _ACEOF
2098 if ac_fn_c_try_run "$LINENO"; then :
2099  echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2100 else
2101  ac_retval=1
2102 fi
2103 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2104  conftest.$ac_objext conftest.beam conftest.$ac_ext
2105 rm -f conftest.val
2106
2107  fi
2108  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2109  as_fn_set_status $ac_retval
2110
2111 } # ac_fn_c_compute_int
1792   cat >config.log <<_ACEOF
1793   This file contains any messages produced by compilers while
1794   running configure, to aid debugging if configure makes a mistake.
1795  
1796 < It was created by hopm $as_me 1.0.0beta1, which was
1796 > It was created by hopm $as_me TRUNK, which was
1797   generated by GNU Autoconf 2.69.  Invocation command line was
1798  
1799    $ $0 $@
# Line 2461 | Line 2141 | ac_link='$CC -o conftest$ac_exeext $CFLA
2141   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2142  
2143  
2144 <
2465 < ac_config_headers="$ac_config_headers src/setup.h"
2466 <
2467 < am__api_version='1.14'
2144 > am__api_version='1.15'
2145  
2146   ac_aux_dir=
2147   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2665 | Line 2342 | test "$program_suffix" != NONE &&
2342   ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2343   program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2344  
2345 < # expand $ac_aux_dir to an absolute path
2346 < am_aux_dir=`cd $ac_aux_dir && pwd`
2345 > # Expand $ac_aux_dir to an absolute path.
2346 > am_aux_dir=`cd "$ac_aux_dir" && pwd`
2347  
2348   if test x"${MISSING+set}" != xset; then
2349    case $am_aux_dir in
# Line 2685 | Line 2362 | else
2362   $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2363   fi
2364  
2365 < if test x"${install_sh}" != xset; then
2365 > if test x"${install_sh+set}" != xset; then
2366    case $am_aux_dir in
2367    *\ * | *\     *)
2368      install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
# Line 2979 | Line 2656 | fi
2656  
2657   # Define the identity of the package.
2658   PACKAGE='hopm'
2659 < VERSION='1.0.0beta1'
2659 > VERSION='TRUNK'
2660  
2661  
2662   cat >>confdefs.h <<_ACEOF
# Line 3013 | Line 2690 | MAKEINFO=${MAKEINFO-"${am_missing_run}ma
2690   # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2691   mkdir_p='$(MKDIR_P)'
2692  
2693 < # We need awk for the "check" target.  The system "awk" is bad on
2694 < # some platforms.
2693 > # We need awk for the "check" target (and possibly the TAP driver).  The
2694 > # system "awk" is bad on some platforms.
2695   # Always define AMTAR for backward compatibility.  Yes, it's still used
2696   # in the wild :-(  We should find a proper way to deprecate it ...
2697   AMTAR='$${TAR-tar}'
# Line 3096 | Line 2773 | fi
2773  
2774  
2775  
2776 <
3100 < # Check whether --with-extra-fascism was given.
3101 < if test "${with_extra_fascism+set}" = set; then :
3102 <  withval=$with_extra_fascism; CFLAGS="$CFLAGS -g -O0 -W -Wall -Wfloat-equal -Wbad-function-cast -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs"
3103 < fi
3104 <
2776 > ac_config_headers="$ac_config_headers src/setup.h"
2777  
2778  
2779  
# Line 4333 | Line 4005 | esac
4005  
4006  
4007  
4008 < macro_version='2.4.4'
4009 < macro_revision='2.4.4'
4008 > macro_version='2.4.6'
4009 > macro_revision='2.4.6'
4010  
4011  
4012  
# Line 6757 | Line 6429 | $as_echo "$lt_cv_truncate_bin" >&6; }
6429  
6430  
6431  
6432 +
6433 + # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
6434 + func_cc_basename ()
6435 + {
6436 +    for cc_temp in $*""; do
6437 +      case $cc_temp in
6438 +        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6439 +        distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6440 +        \-*) ;;
6441 +        *) break;;
6442 +      esac
6443 +    done
6444 +    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
6445 + }
6446 +
6447   # Check whether --enable-libtool-lock was given.
6448   if test "${enable_libtool_lock+set}" = set; then :
6449    enableval=$enable_libtool_lock;
# Line 7764 | Line 7451 | $as_echo "$lt_cv_ld_force_load" >&6; }
7451      ;;
7452    esac
7453  
7454 + # func_munge_path_list VARIABLE PATH
7455 + # -----------------------------------
7456 + # VARIABLE is name of variable containing _space_ separated list of
7457 + # directories to be munged by the contents of PATH, which is string
7458 + # having a format:
7459 + # "DIR[:DIR]:"
7460 + #       string "DIR[ DIR]" will be prepended to VARIABLE
7461 + # ":DIR[:DIR]"
7462 + #       string "DIR[ DIR]" will be appended to VARIABLE
7463 + # "DIRP[:DIRP]::[DIRA:]DIRA"
7464 + #       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
7465 + #       "DIRA[ DIRA]" will be appended to VARIABLE
7466 + # "DIR[:DIR]"
7467 + #       VARIABLE will be replaced by "DIR[ DIR]"
7468 + func_munge_path_list ()
7469 + {
7470 +    case x$2 in
7471 +    x)
7472 +        ;;
7473 +    *:)
7474 +        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
7475 +        ;;
7476 +    x:*)
7477 +        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
7478 +        ;;
7479 +    *::*)
7480 +        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
7481 +        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
7482 +        ;;
7483 +    *)
7484 +        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
7485 +        ;;
7486 +    esac
7487 + }
7488 +
7489   ac_ext=c
7490   ac_cpp='$CPP $CPPFLAGS'
7491   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
# Line 8351 | Line 8073 | test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8073   test -z "$LD" && LD=ld
8074   test -z "$ac_objext" && ac_objext=o
8075  
8076 < for cc_temp in $compiler""; do
8077 <  case $cc_temp in
8356 <    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8357 <    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8358 <    \-*) ;;
8359 <    *) break;;
8360 <  esac
8361 < done
8362 < cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8076 > func_cc_basename $compiler
8077 > cc_basename=$func_cc_basename_result
8078  
8079  
8080   # Only perform the check for file, if the check method requires it
# Line 8559 | Line 8274 | _lt_linker_boilerplate=`cat conftest.err
8274   $RM -r conftest*
8275  
8276  
8277 + ## CAVEAT EMPTOR:
8278 + ## There is no encapsulation within the following macros, do not change
8279 + ## the running order or otherwise move them around unless you know exactly
8280 + ## what you are doing...
8281   if test -n "$compiler"; then
8282  
8283   lt_prog_compiler_no_builtin_flag=
# Line 10814 | Line 10533 | hardcode_into_libs=no
10533   # flags to be left without arguments
10534   need_version=unknown
10535  
10536 +
10537 +
10538   case $host_os in
10539   aix3*)
10540    version_type=linux # correct to gnu/linux during the next big refactor
# Line 11102 | Line 10823 | freebsd* | dragonfly*)
10823    case $version_type in
10824      freebsd-elf*)
10825        library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
10826 +      soname_spec='$libname$release$shared_ext$major'
10827        need_version=no
10828        need_lib_prefix=no
10829        ;;
# Line 11161 | Line 10883 | hpux9* | hpux10* | hpux11*)
10883      soname_spec='$libname$release$shared_ext$major'
10884      if test 32 = "$HPUX_IA64_MODE"; then
10885        sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10886 +      sys_lib_dlsearch_path_spec=/usr/lib/hpux32
10887      else
10888        sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10889 +      sys_lib_dlsearch_path_spec=/usr/lib/hpux64
10890      fi
11167    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10891      ;;
10892    hppa*64*)
10893      shrext_cmds='.sl'
# Line 11316 | Line 11039 | fi
11039    # before this can be enabled.
11040    hardcode_into_libs=yes
11041  
11042 <  # Append ld.so.conf contents to the search path
11042 >  # Ideally, we could use ldconfig to report *all* directores which are
11043 >  # searched for libraries, however this is still not possible.  Aside from not
11044 >  # being certain /sbin/ldconfig is available, command
11045 >  # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
11046 >  # even though it is searched at run-time.  Try to do the best guess by
11047 >  # appending ld.so.conf contents (and includes) to the search path.
11048    if test -f /etc/ld.so.conf; then
11049      lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[       ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
11050      sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
# Line 11541 | Line 11269 | fi
11269   if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
11270    sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
11271   fi
11272 +
11273   if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
11274    sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
11275   fi
11276  
11277 + # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
11278 + configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
11279 +
11280 + # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
11281 + func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
11282 +
11283 + # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
11284 + configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
11285 +
11286 +
11287 +
11288 +
11289 +
11290 +
11291  
11292  
11293  
# Line 12325 | Line 12068 | CC=$lt_save_CC
12068  
12069  
12070  
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
12329 $as_echo_n "checking for ANSI C header files... " >&6; }
12330 if ${ac_cv_header_stdc+:} false; then :
12331  $as_echo_n "(cached) " >&6
12332 else
12333  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12334 /* end confdefs.h.  */
12335 #include <stdlib.h>
12336 #include <stdarg.h>
12337 #include <string.h>
12338 #include <float.h>
12339
12340 int
12341 main ()
12342 {
12343
12344  ;
12345  return 0;
12346 }
12347 _ACEOF
12348 if ac_fn_c_try_compile "$LINENO"; then :
12349  ac_cv_header_stdc=yes
12350 else
12351  ac_cv_header_stdc=no
12352 fi
12353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12354
12355 if test $ac_cv_header_stdc = yes; then
12356  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
12357  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12358 /* end confdefs.h.  */
12359 #include <string.h>
12360
12361 _ACEOF
12362 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12363  $EGREP "memchr" >/dev/null 2>&1; then :
12364
12365 else
12366  ac_cv_header_stdc=no
12367 fi
12368 rm -f conftest*
12369
12370 fi
12371
12372 if test $ac_cv_header_stdc = yes; then
12373  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
12374  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12375 /* end confdefs.h.  */
12376 #include <stdlib.h>
12377
12378 _ACEOF
12379 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12380  $EGREP "free" >/dev/null 2>&1; then :
12381
12382 else
12383  ac_cv_header_stdc=no
12384 fi
12385 rm -f conftest*
12386
12387 fi
12388
12389 if test $ac_cv_header_stdc = yes; then
12390  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
12391  if test "$cross_compiling" = yes; then :
12392  :
12393 else
12394  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12395 /* end confdefs.h.  */
12396 #include <ctype.h>
12397 #include <stdlib.h>
12398 #if ((' ' & 0x0FF) == 0x020)
12399 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
12400 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
12401 #else
12402 # define ISLOWER(c) \
12403                   (('a' <= (c) && (c) <= 'i') \
12404                     || ('j' <= (c) && (c) <= 'r') \
12405                     || ('s' <= (c) && (c) <= 'z'))
12406 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
12407 #endif
12408
12409 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
12410 int
12411 main ()
12412 {
12413  int i;
12414  for (i = 0; i < 256; i++)
12415    if (XOR (islower (i), ISLOWER (i))
12416        || toupper (i) != TOUPPER (i))
12417      return 2;
12418  return 0;
12419 }
12420 _ACEOF
12421 if ac_fn_c_try_run "$LINENO"; then :
12422
12423 else
12424  ac_cv_header_stdc=no
12425 fi
12426 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12427  conftest.$ac_objext conftest.beam conftest.$ac_ext
12428 fi
12429
12430 fi
12431 fi
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
12433 $as_echo "$ac_cv_header_stdc" >&6; }
12434 if test $ac_cv_header_stdc = yes; then
12435
12436 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
12437
12438 fi
12439
12440
12441 for ac_header in sys/poll.h
12442 do :
12443  ac_fn_c_check_header_mongrel "$LINENO" "sys/poll.h" "ac_cv_header_sys_poll_h" "$ac_includes_default"
12444 if test "x$ac_cv_header_sys_poll_h" = xyes; then :
12445  cat >>confdefs.h <<_ACEOF
12446 #define HAVE_SYS_POLL_H 1
12447 _ACEOF
12448 have_poll_sys_h=yes
12449 else
12450  have_sys_poll_h=no
12451 fi
12452
12453 done
12454
12455
12456 for ac_header in fcntl.h sys/time.h unistd.h strings.h
12457 do :
12458  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12459 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12460 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12461  cat >>confdefs.h <<_ACEOF
12462 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12463 _ACEOF
12464
12465 fi
12466
12467 done
12468
12469
12470 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
12471 if test "x$ac_cv_type_size_t" = xyes; then :
12472
12473 else
12474
12475 cat >>confdefs.h <<_ACEOF
12476 #define size_t unsigned int
12477 _ACEOF
12478
12479 fi
12480
12481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
12482 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
12483 if ${ac_cv_header_time+:} false; then :
12484  $as_echo_n "(cached) " >&6
12485 else
12486  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12487 /* end confdefs.h.  */
12488 #include <sys/types.h>
12489 #include <sys/time.h>
12490 #include <time.h>
12491
12492 int
12493 main ()
12494 {
12495 if ((struct tm *) 0)
12496 return 0;
12497  ;
12498  return 0;
12499 }
12500 _ACEOF
12501 if ac_fn_c_try_compile "$LINENO"; then :
12502  ac_cv_header_time=yes
12503 else
12504  ac_cv_header_time=no
12505 fi
12506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12507 fi
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
12509 $as_echo "$ac_cv_header_time" >&6; }
12510 if test $ac_cv_header_time = yes; then
12511
12512 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
12513
12514 fi
12515
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct tm is in sys/time.h or time.h" >&5
12517 $as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; }
12518 if ${ac_cv_struct_tm+:} false; then :
12519  $as_echo_n "(cached) " >&6
12520 else
12521  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12522 /* end confdefs.h.  */
12523 #include <sys/types.h>
12524 #include <time.h>
12525
12526 int
12527 main ()
12528 {
12529 struct tm tm;
12530                                     int *p = &tm.tm_sec;
12531                                     return !p;
12532  ;
12533  return 0;
12534 }
12535 _ACEOF
12536 if ac_fn_c_try_compile "$LINENO"; then :
12537  ac_cv_struct_tm=time.h
12538 else
12539  ac_cv_struct_tm=sys/time.h
12540 fi
12541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12542 fi
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_struct_tm" >&5
12544 $as_echo "$ac_cv_struct_tm" >&6; }
12545 if test $ac_cv_struct_tm = sys/time.h; then
12546
12547 $as_echo "#define TM_IN_SYS_TIME 1" >>confdefs.h
12548
12549 fi
12550
12551
12552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
12553 $as_echo_n "checking return type of signal handlers... " >&6; }
12554 if ${ac_cv_type_signal+:} false; then :
12555  $as_echo_n "(cached) " >&6
12556 else
12557  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12558 /* end confdefs.h.  */
12559 #include <sys/types.h>
12560 #include <signal.h>
12561
12562 int
12563 main ()
12564 {
12565 return *(signal (0, 0)) (0) == 1;
12566  ;
12567  return 0;
12568 }
12569 _ACEOF
12570 if ac_fn_c_try_compile "$LINENO"; then :
12571  ac_cv_type_signal=int
12572 else
12573  ac_cv_type_signal=void
12574 fi
12575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12576 fi
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
12578 $as_echo "$ac_cv_type_signal" >&6; }
12579
12580 cat >>confdefs.h <<_ACEOF
12581 #define RETSIGTYPE $ac_cv_type_signal
12582 _ACEOF
12583
12584
12585 for ac_func in strftime
12586 do :
12587  ac_fn_c_check_func "$LINENO" "strftime" "ac_cv_func_strftime"
12588 if test "x$ac_cv_func_strftime" = xyes; then :
12589  cat >>confdefs.h <<_ACEOF
12590 #define HAVE_STRFTIME 1
12591 _ACEOF
12592
12593 else
12594  # strftime is in -lintl on SCO UNIX.
12595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for strftime in -lintl" >&5
12596 $as_echo_n "checking for strftime in -lintl... " >&6; }
12597 if ${ac_cv_lib_intl_strftime+:} false; then :
12598  $as_echo_n "(cached) " >&6
12599 else
12600  ac_check_lib_save_LIBS=$LIBS
12601 LIBS="-lintl  $LIBS"
12602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12603 /* end confdefs.h.  */
12604
12605 /* Override any GCC internal prototype to avoid an error.
12606   Use char because int might match the return type of a GCC
12607   builtin and then its argument prototype would still apply.  */
12608 #ifdef __cplusplus
12609 extern "C"
12610 #endif
12611 char strftime ();
12612 int
12613 main ()
12614 {
12615 return strftime ();
12616  ;
12617  return 0;
12618 }
12619 _ACEOF
12620 if ac_fn_c_try_link "$LINENO"; then :
12621  ac_cv_lib_intl_strftime=yes
12622 else
12623  ac_cv_lib_intl_strftime=no
12624 fi
12625 rm -f core conftest.err conftest.$ac_objext \
12626    conftest$ac_exeext conftest.$ac_ext
12627 LIBS=$ac_check_lib_save_LIBS
12628 fi
12629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_intl_strftime" >&5
12630 $as_echo "$ac_cv_lib_intl_strftime" >&6; }
12631 if test "x$ac_cv_lib_intl_strftime" = xyes; then :
12632  $as_echo "#define HAVE_STRFTIME 1" >>confdefs.h
12633
12634 LIBS="-lintl $LIBS"
12635 fi
12636
12637 fi
12638 done
12639
12640
12641
12071   for ac_prog in 'bison -y' byacc
12072   do
12073    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 13029 | Line 12458 | fi
12458   fi
12459  
12460  
12461 < for ac_func in strlcpy strlcat inet_aton inet_pton socket strdup strstr
12461 > for ac_func in strlcpy strlcat
12462   do :
12463    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12464   ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
# Line 13042 | Line 12471 | fi
12471   done
12472  
12473  
13045 for ac_func in gethostbyname
13046 do :
13047  ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
13048 if test "x$ac_cv_func_gethostbyname" = xyes; then :
13049  cat >>confdefs.h <<_ACEOF
13050 #define HAVE_GETHOSTBYNAME 1
13051 _ACEOF
13052
13053 fi
13054 done
13055
13056
12474   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12475   $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12476   if ${ac_cv_c_bigendian+:} false; then :
# Line 13279 | Line 12696 | $as_echo "#define AC_APPLE_UNIVERSAL_BUI
12696   esac
12697  
12698  
12699 < # The cast to long int works around a bug in the HP C Compiler
13283 < # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13284 < # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13285 < # This bug is HP SR number 8606223364.
13286 < { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
13287 < $as_echo_n "checking size of int... " >&6; }
13288 < if ${ac_cv_sizeof_int+:} false; then :
13289 <  $as_echo_n "(cached) " >&6
13290 < else
13291 <  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int"        "$ac_includes_default"; then :
13292 <
13293 < else
13294 <  if test "$ac_cv_type_int" = yes; then
13295 <     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13296 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13297 < as_fn_error 77 "cannot compute sizeof (int)
13298 < See \`config.log' for more details" "$LINENO" 5; }
13299 <   else
13300 <     ac_cv_sizeof_int=0
13301 <   fi
13302 < fi
13303 <
13304 < fi
13305 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
13306 < $as_echo "$ac_cv_sizeof_int" >&6; }
13307 <
13308 <
13309 <
13310 < cat >>confdefs.h <<_ACEOF
13311 < #define SIZEOF_INT $ac_cv_sizeof_int
13312 < _ACEOF
13313 <
13314 <
13315 < # The cast to long int works around a bug in the HP C Compiler
13316 < # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13317 < # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13318 < # This bug is HP SR number 8606223364.
13319 < { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
13320 < $as_echo_n "checking size of short... " >&6; }
13321 < if ${ac_cv_sizeof_short+:} false; then :
13322 <  $as_echo_n "(cached) " >&6
13323 < else
13324 <  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short"        "$ac_includes_default"; then :
13325 <
13326 < else
13327 <  if test "$ac_cv_type_short" = yes; then
13328 <     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13329 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13330 < as_fn_error 77 "cannot compute sizeof (short)
13331 < See \`config.log' for more details" "$LINENO" 5; }
13332 <   else
13333 <     ac_cv_sizeof_short=0
13334 <   fi
13335 < fi
13336 <
13337 < fi
13338 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
13339 < $as_echo "$ac_cv_sizeof_short" >&6; }
13340 <
13341 <
13342 <
13343 < cat >>confdefs.h <<_ACEOF
13344 < #define SIZEOF_SHORT $ac_cv_sizeof_short
13345 < _ACEOF
13346 <
13347 <
13348 < # The cast to long int works around a bug in the HP C Compiler
13349 < # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13350 < # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13351 < # This bug is HP SR number 8606223364.
13352 < { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13353 < $as_echo_n "checking size of long... " >&6; }
13354 < if ${ac_cv_sizeof_long+:} false; then :
13355 <  $as_echo_n "(cached) " >&6
13356 < else
13357 <  if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long"        "$ac_includes_default"; then :
13358 <
13359 < else
13360 <  if test "$ac_cv_type_long" = yes; then
13361 <     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13362 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13363 < as_fn_error 77 "cannot compute sizeof (long)
13364 < See \`config.log' for more details" "$LINENO" 5; }
13365 <   else
13366 <     ac_cv_sizeof_long=0
13367 <   fi
13368 < fi
13369 <
13370 < fi
13371 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13372 < $as_echo "$ac_cv_sizeof_long" >&6; }
13373 <
13374 <
13375 <
13376 < cat >>confdefs.h <<_ACEOF
13377 < #define SIZEOF_LONG $ac_cv_sizeof_long
13378 < _ACEOF
13379 <
13380 <
13381 <
13382 <
13383 <
13384 <
13385 <
13386 <
13387 < subdirs="$subdirs src/libopm"
13388 <
13389 <
13390 < ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile"
12699 > ac_config_files="$ac_config_files Makefile doc/Makefile src/Makefile src/libopm/Makefile src/libopm/src/Makefile"
12700  
12701   cat >confcache <<\_ACEOF
12702   # This file is a shell script that caches the results of configure
# Line 13483 | Line 12792 | DEFS=-DHAVE_CONFIG_H
12792  
12793   ac_libobjs=
12794   ac_ltlibobjs=
12795 + U=
12796   for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12797    # 1. Remove the extension, and $U if already installed.
12798    ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
# Line 13923 | Line 13233 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
13233   # report actual input values of CONFIG_FILES etc. instead of their
13234   # values after options handling.
13235   ac_log="
13236 < This file was extended by hopm $as_me 1.0.0beta1, which was
13236 > This file was extended by hopm $as_me TRUNK, which was
13237   generated by GNU Autoconf 2.69.  Invocation command line was
13238  
13239    CONFIG_FILES    = $CONFIG_FILES
# Line 13983 | Line 13293 | $config_headers
13293   Configuration commands:
13294   $config_commands
13295  
13296 < Report bugs to the package provider."
13296 > Report bugs to <bugs@ircd-hybrid.org>."
13297  
13298   _ACEOF
13299   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13300   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
13301   ac_cs_version="\\
13302 < hopm config.status 1.0.0beta1
13302 > hopm config.status TRUNK
13303   configured by $0, generated by GNU Autoconf 2.69,
13304    with options \\"\$ac_cs_config\\"
13305  
# Line 14245 | Line 13555 | finish_cmds='`$ECHO "$finish_cmds" | $SE
13555   finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13556   hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13557   sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13558 < sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13558 > configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
13559 > configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
13560   hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13561   enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13562   enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
# Line 14363 | Line 13674 | postinstall_cmds \
13674   postuninstall_cmds \
13675   finish_cmds \
13676   sys_lib_search_path_spec \
13677 < sys_lib_dlsearch_path_spec; do
13677 > configure_time_dlsearch_path \
13678 > configure_time_lt_sys_library_path; do
13679      case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13680      *[\\\\\\\`\\"\\\$]*)
13681        eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
# Line 14405 | Line 13717 | do
13717      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13718      "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
13719      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
13720 +    "src/libopm/Makefile") CONFIG_FILES="$CONFIG_FILES src/libopm/Makefile" ;;
13721 +    "src/libopm/src/Makefile") CONFIG_FILES="$CONFIG_FILES src/libopm/src/Makefile" ;;
13722  
13723    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13724    esac
# Line 15140 | Line 14454 | $as_echo X"$file" |
14454   # The names of the tagged configurations supported by this script.
14455   available_tags=''
14456  
14457 + # Configured defaults for sys_lib_dlsearch_path munging.
14458 + : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
14459 +
14460   # ### BEGIN LIBTOOL CONFIG
14461  
14462   # Which release of libtool.m4 was used?
# Line 15389 | Line 14706 | hardcode_into_libs=$hardcode_into_libs
14706   # Compile-time system search path for libraries.
14707   sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14708  
14709 < # Run-time system search path for libraries.
14710 < sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14709 > # Detected run-time system search path for libraries.
14710 > sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
14711 >
14712 > # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
14713 > configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
14714  
14715   # Whether dlopen is supported.
14716   dlopen_support=$enable_dlopen
# Line 15541 | Line 14861 | hardcode_action=$hardcode_action
14861  
14862   _LT_EOF
14863  
14864 +    cat <<'_LT_EOF' >> "$cfgfile"
14865 +
14866 + # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
14867 +
14868 + # func_munge_path_list VARIABLE PATH
14869 + # -----------------------------------
14870 + # VARIABLE is name of variable containing _space_ separated list of
14871 + # directories to be munged by the contents of PATH, which is string
14872 + # having a format:
14873 + # "DIR[:DIR]:"
14874 + #       string "DIR[ DIR]" will be prepended to VARIABLE
14875 + # ":DIR[:DIR]"
14876 + #       string "DIR[ DIR]" will be appended to VARIABLE
14877 + # "DIRP[:DIRP]::[DIRA:]DIRA"
14878 + #       string "DIRP[ DIRP]" will be prepended to VARIABLE and string
14879 + #       "DIRA[ DIRA]" will be appended to VARIABLE
14880 + # "DIR[:DIR]"
14881 + #       VARIABLE will be replaced by "DIR[ DIR]"
14882 + func_munge_path_list ()
14883 + {
14884 +    case x$2 in
14885 +    x)
14886 +        ;;
14887 +    *:)
14888 +        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
14889 +        ;;
14890 +    x:*)
14891 +        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
14892 +        ;;
14893 +    *::*)
14894 +        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
14895 +        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
14896 +        ;;
14897 +    *)
14898 +        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
14899 +        ;;
14900 +    esac
14901 + }
14902 +
14903 +
14904 + # Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
14905 + func_cc_basename ()
14906 + {
14907 +    for cc_temp in $*""; do
14908 +      case $cc_temp in
14909 +        compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
14910 +        distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
14911 +        \-*) ;;
14912 +        *) break;;
14913 +      esac
14914 +    done
14915 +    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
14916 + }
14917 +
14918 +
14919 + # ### END FUNCTIONS SHARED WITH CONFIGURE
14920 +
14921 + _LT_EOF
14922 +
14923    case $host_os in
14924    aix3*)
14925      cat <<\_LT_EOF >> "$cfgfile"
# Line 15604 | Line 14983 | if test "$no_create" != yes; then
14983    # would make configure fail if this is the last instruction.
14984    $ac_cs_success || as_fn_exit 1
14985   fi
15607
15608 #
15609 # CONFIG_SUBDIRS section.
15610 #
15611 if test "$no_recursion" != yes; then
15612
15613  # Remove --cache-file, --srcdir, and --disable-option-checking arguments
15614  # so they do not pile up.
15615  ac_sub_configure_args=
15616  ac_prev=
15617  eval "set x $ac_configure_args"
15618  shift
15619  for ac_arg
15620  do
15621    if test -n "$ac_prev"; then
15622      ac_prev=
15623      continue
15624    fi
15625    case $ac_arg in
15626    -cache-file | --cache-file | --cache-fil | --cache-fi \
15627    | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
15628      ac_prev=cache_file ;;
15629    -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
15630    | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
15631    | --c=*)
15632      ;;
15633    --config-cache | -C)
15634      ;;
15635    -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
15636      ac_prev=srcdir ;;
15637    -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
15638      ;;
15639    -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
15640      ac_prev=prefix ;;
15641    -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
15642      ;;
15643    --disable-option-checking)
15644      ;;
15645    *)
15646      case $ac_arg in
15647      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
15648      esac
15649      as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
15650    esac
15651  done
15652
15653  # Always prepend --prefix to ensure using the same prefix
15654  # in subdir configurations.
15655  ac_arg="--prefix=$prefix"
15656  case $ac_arg in
15657  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
15658  esac
15659  ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
15660
15661  # Pass --silent
15662  if test "$silent" = yes; then
15663    ac_sub_configure_args="--silent $ac_sub_configure_args"
15664  fi
15665
15666  # Always prepend --disable-option-checking to silence warnings, since
15667  # different subdirs can have different --enable and --with options.
15668  ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
15669
15670  ac_popdir=`pwd`
15671  for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
15672
15673    # Do not complain, so a configure script can configure whichever
15674    # parts of a large source tree are present.
15675    test -d "$srcdir/$ac_dir" || continue
15676
15677    ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
15678    $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
15679    $as_echo "$ac_msg" >&6
15680    as_dir="$ac_dir"; as_fn_mkdir_p
15681    ac_builddir=.
15682
15683 case "$ac_dir" in
15684 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15685 *)
15686  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15687  # A ".." for each directory in $ac_dir_suffix.
15688  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15689  case $ac_top_builddir_sub in
15690  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15691  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15692  esac ;;
15693 esac
15694 ac_abs_top_builddir=$ac_pwd
15695 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15696 # for backward compatibility:
15697 ac_top_builddir=$ac_top_build_prefix
15698
15699 case $srcdir in
15700  .)  # We are building in place.
15701    ac_srcdir=.
15702    ac_top_srcdir=$ac_top_builddir_sub
15703    ac_abs_top_srcdir=$ac_pwd ;;
15704  [\\/]* | ?:[\\/]* )  # Absolute name.
15705    ac_srcdir=$srcdir$ac_dir_suffix;
15706    ac_top_srcdir=$srcdir
15707    ac_abs_top_srcdir=$srcdir ;;
15708  *) # Relative name.
15709    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15710    ac_top_srcdir=$ac_top_build_prefix$srcdir
15711    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15712 esac
15713 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15714
15715
15716    cd "$ac_dir"
15717
15718    # Check for guested configure; otherwise get Cygnus style configure.
15719    if test -f "$ac_srcdir/configure.gnu"; then
15720      ac_sub_configure=$ac_srcdir/configure.gnu
15721    elif test -f "$ac_srcdir/configure"; then
15722      ac_sub_configure=$ac_srcdir/configure
15723    elif test -f "$ac_srcdir/configure.in"; then
15724      # This should be Cygnus configure.
15725      ac_sub_configure=$ac_aux_dir/configure
15726    else
15727      { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
15728 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
15729      ac_sub_configure=
15730    fi
15731
15732    # The recursion is here.
15733    if test -n "$ac_sub_configure"; then
15734      # Make the cache file name correct relative to the subdirectory.
15735      case $cache_file in
15736      [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
15737      *) # Relative name.
15738        ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
15739      esac
15740
15741      { $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
15742 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
15743      # The eval makes quoting arguments work.
15744      eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
15745           --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
15746        as_fn_error $? "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
15747    fi
15748
15749    cd "$ac_popdir"
15750  done
15751 fi
14986   if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14987    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14988   $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}

Comparing hopm/trunk/configure (property svn:eol-style):
Revision 5110 by michael, Wed Dec 24 13:37:32 2014 UTC vs.
Revision 6099 by michael, Thu Jun 11 12:31:29 2015 UTC

# Line 0 | Line 1
1 + native

Comparing hopm/trunk/configure (property svn:keywords):
Revision 5110 by michael, Wed Dec 24 13:37:32 2014 UTC vs.
Revision 6099 by michael, Thu Jun 11 12:31:29 2015 UTC

# Line 0 | Line 1
1 + Id

Diff Legend

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