| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1009 2009-09-13 15:02:30Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1015 2009-10-25 00:08:06Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.64 for ircd-hybrid 7.2.4. |
| 4 |
> |
# Generated by GNU Autoconf 2.65 for ircd-hybrid 7.3-rc1. |
| 5 |
> |
# |
| 6 |
> |
# Report bugs to <bugs@ircd-hybrid.org>. |
| 7 |
> |
# |
| 8 |
|
# |
| 9 |
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 10 |
< |
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software |
| 11 |
< |
# Foundation, Inc. |
| 10 |
> |
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, |
| 11 |
> |
# Inc. |
| 12 |
> |
# |
| 13 |
|
# |
| 14 |
|
# This configure script is free software; the Free Software Foundation |
| 15 |
|
# gives unlimited permission to copy, distribute and modify it. |
| 231 |
|
$as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should" |
| 232 |
|
$as_echo "$0: be upgraded to zsh 4.3.4 or later." |
| 233 |
|
else |
| 234 |
< |
$as_echo "$0: Please tell bug-autoconf@gnu.org about your system, |
| 235 |
< |
$0: including any error possibly output before this |
| 236 |
< |
$0: message. Then install a modern shell, or manually run |
| 237 |
< |
$0: the script under such a shell if you do have one." |
| 234 |
> |
$as_echo "$0: Please tell bug-autoconf@gnu.org and |
| 235 |
> |
$0: bugs@ircd-hybrid.org about your system, including any |
| 236 |
> |
$0: error possibly output before this message. Then install |
| 237 |
> |
$0: a modern shell, or manually run the script under such a |
| 238 |
> |
$0: shell if you do have one." |
| 239 |
|
fi |
| 240 |
|
exit 1 |
| 241 |
|
fi |
| 683 |
|
|
| 684 |
|
lt_dlopen_dir="$lt_ltdl_dir" |
| 685 |
|
|
| 686 |
< |
exec 7<&0 </dev/null 6>&1 |
| 686 |
> |
test -n "$DJDIR" || exec 7<&0 </dev/null |
| 687 |
> |
exec 6>&1 |
| 688 |
|
|
| 689 |
|
# Name of the host. |
| 690 |
|
# hostname on some systems (SVR3.2, Linux) returns a bogus exit status, |
| 706 |
|
# Identity of this package. |
| 707 |
|
PACKAGE_NAME='ircd-hybrid' |
| 708 |
|
PACKAGE_TARNAME='ircd-hybrid' |
| 709 |
< |
PACKAGE_VERSION='7.2.4' |
| 710 |
< |
PACKAGE_STRING='ircd-hybrid 7.2.4' |
| 711 |
< |
PACKAGE_BUGREPORT='' |
| 709 |
> |
PACKAGE_VERSION='7.3-rc1' |
| 710 |
> |
PACKAGE_STRING='ircd-hybrid 7.3-rc1' |
| 711 |
> |
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 712 |
|
PACKAGE_URL='' |
| 713 |
|
|
| 714 |
|
ac_unique_file="src/ircd.c" |
| 1489 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1490 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1491 |
|
cat <<_ACEOF |
| 1492 |
< |
\`configure' configures ircd-hybrid 7.2.4 to adapt to many kinds of systems. |
| 1492 |
> |
\`configure' configures ircd-hybrid 7.3-rc1 to adapt to many kinds of systems. |
| 1493 |
|
|
| 1494 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1495 |
|
|
| 1559 |
|
|
| 1560 |
|
if test -n "$ac_init_help"; then |
| 1561 |
|
case $ac_init_help in |
| 1562 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 7.2.4:";; |
| 1562 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 7.3-rc1:";; |
| 1563 |
|
esac |
| 1564 |
|
cat <<\_ACEOF |
| 1565 |
|
|
| 1620 |
|
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a |
| 1621 |
|
nonstandard directory <lib dir> |
| 1622 |
|
LIBS libraries to pass to the linker, e.g. -l<library> |
| 1623 |
< |
CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if |
| 1623 |
> |
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if |
| 1624 |
|
you have headers in a nonstandard directory <include dir> |
| 1625 |
|
YACC The `Yet Another C Compiler' implementation to use. Defaults to |
| 1626 |
|
the first program found out of: `bison -y', `byacc', `yacc'. |
| 1632 |
|
Use these variables to override the choices made by `configure' or to help |
| 1633 |
|
it to find libraries and programs with nonstandard names/locations. |
| 1634 |
|
|
| 1635 |
< |
Report bugs to the package provider. |
| 1635 |
> |
Report bugs to <bugs@ircd-hybrid.org>. |
| 1636 |
|
_ACEOF |
| 1637 |
|
ac_status=$? |
| 1638 |
|
fi |
| 1695 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1696 |
|
if $ac_init_version; then |
| 1697 |
|
cat <<\_ACEOF |
| 1698 |
< |
ircd-hybrid configure 7.2.4 |
| 1699 |
< |
generated by GNU Autoconf 2.64 |
| 1698 |
> |
ircd-hybrid configure 7.3-rc1 |
| 1699 |
> |
generated by GNU Autoconf 2.65 |
| 1700 |
|
|
| 1701 |
|
Copyright (C) 2009 Free Software Foundation, Inc. |
| 1702 |
|
This configure script is free software; the Free Software Foundation |
| 1743 |
|
ac_retval=1 |
| 1744 |
|
fi |
| 1745 |
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1746 |
< |
return $ac_retval |
| 1746 |
> |
as_fn_set_status $ac_retval |
| 1747 |
|
|
| 1748 |
|
} # ac_fn_c_try_compile |
| 1749 |
|
|
| 1789 |
|
# left behind by Apple's compiler. We do this before executing the actions. |
| 1790 |
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 1791 |
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1792 |
< |
return $ac_retval |
| 1792 |
> |
as_fn_set_status $ac_retval |
| 1793 |
|
|
| 1794 |
|
} # ac_fn_c_try_link |
| 1795 |
|
|
| 1857 |
|
ac_retval=1 |
| 1858 |
|
fi |
| 1859 |
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1860 |
< |
return $ac_retval |
| 1860 |
> |
as_fn_set_status $ac_retval |
| 1861 |
|
|
| 1862 |
|
} # ac_fn_c_try_cpp |
| 1863 |
|
|
| 1899 |
|
fi |
| 1900 |
|
rm -rf conftest.dSYM conftest_ipa8_conftest.oo |
| 1901 |
|
eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} |
| 1902 |
< |
return $ac_retval |
| 1902 |
> |
as_fn_set_status $ac_retval |
| 1903 |
|
|
| 1904 |
|
} # ac_fn_c_try_run |
| 1905 |
|
|
| 2190 |
|
$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;} |
| 2191 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5 |
| 2192 |
|
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;} |
| 2193 |
+ |
( cat <<\_ASBOX |
| 2194 |
+ |
## ----------------------------------- ## |
| 2195 |
+ |
## Report this to bugs@ircd-hybrid.org ## |
| 2196 |
+ |
## ----------------------------------- ## |
| 2197 |
+ |
_ASBOX |
| 2198 |
+ |
) | sed "s/^/$as_me: WARNING: /" >&2 |
| 2199 |
|
;; |
| 2200 |
|
esac |
| 2201 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 |
| 2216 |
|
This file contains any messages produced by compilers while |
| 2217 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2218 |
|
|
| 2219 |
< |
It was created by ircd-hybrid $as_me 7.2.4, which was |
| 2220 |
< |
generated by GNU Autoconf 2.64. Invocation command line was |
| 2219 |
> |
It was created by ircd-hybrid $as_me 7.3-rc1, which was |
| 2220 |
> |
generated by GNU Autoconf 2.65. Invocation command line was |
| 2221 |
|
|
| 2222 |
|
$ $0 $@ |
| 2223 |
|
|
| 2470 |
|
for ac_site_file in "$ac_site_file1" "$ac_site_file2" |
| 2471 |
|
do |
| 2472 |
|
test "x$ac_site_file" = xNONE && continue |
| 2473 |
< |
if test -r "$ac_site_file"; then |
| 2473 |
> |
if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then |
| 2474 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 |
| 2475 |
|
$as_echo "$as_me: loading site script $ac_site_file" >&6;} |
| 2476 |
|
sed 's/^/| /' "$ac_site_file" >&5 |
| 2479 |
|
done |
| 2480 |
|
|
| 2481 |
|
if test -r "$cache_file"; then |
| 2482 |
< |
# Some versions of bash will fail to source /dev/null (special |
| 2483 |
< |
# files actually), so we avoid doing that. |
| 2484 |
< |
if test -f "$cache_file"; then |
| 2482 |
> |
# Some versions of bash will fail to source /dev/null (special files |
| 2483 |
> |
# actually), so we avoid doing that. DJGPP emulates it as a regular file. |
| 2484 |
> |
if test /dev/null != "$cache_file" && test -f "$cache_file"; then |
| 2485 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 |
| 2486 |
|
$as_echo "$as_me: loading cache $cache_file" >&6;} |
| 2487 |
|
case $cache_file in |
| 2507 |
|
as_fn_append ac_header_list " sys/param.h" |
| 2508 |
|
as_fn_append ac_header_list " errno.h" |
| 2509 |
|
as_fn_append ac_header_list " sys/syslog.h" |
| 2498 |
– |
as_fn_append ac_header_list " stddef.h" |
| 2499 |
– |
as_fn_append ac_header_list " libgen.h" |
| 2510 |
|
as_fn_append ac_header_list " types.h" |
| 2511 |
|
as_fn_append ac_header_list " socket.h" |
| 2512 |
|
as_fn_append ac_header_list " sys/wait.h" |
| 2917 |
|
|
| 2918 |
|
fi |
| 2919 |
|
|
| 2920 |
+ |
test -d ./--version && rmdir ./--version |
| 2921 |
|
if test "${ac_cv_path_mkdir+set}" = set; then |
| 2922 |
|
MKDIR_P="$ac_cv_path_mkdir -p" |
| 2923 |
|
else |
| 2925 |
|
# value for MKDIR_P within a source directory, because that will |
| 2926 |
|
# break other packages using the cache if that directory is |
| 2927 |
|
# removed, or if the value is a relative name. |
| 2917 |
– |
test -d ./--version && rmdir ./--version |
| 2928 |
|
MKDIR_P="$ac_install_sh -d" |
| 2929 |
|
fi |
| 2930 |
|
fi |
| 3041 |
|
|
| 3042 |
|
# Define the identity of the package. |
| 3043 |
|
PACKAGE='ircd-hybrid' |
| 3044 |
< |
VERSION='7.2.4' |
| 3044 |
> |
VERSION='7.3-rc1' |
| 3045 |
|
|
| 3046 |
|
|
| 3047 |
|
cat >>confdefs.h <<_ACEOF |
| 3493 |
|
... rest of stderr output deleted ... |
| 3494 |
|
10q' conftest.err >conftest.er1 |
| 3495 |
|
cat conftest.er1 >&5 |
| 3486 |
– |
rm -f conftest.er1 conftest.err |
| 3496 |
|
fi |
| 3497 |
+ |
rm -f conftest.er1 conftest.err |
| 3498 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 3499 |
|
test $ac_status = 0; } |
| 3500 |
|
done |
| 3501 |
|
|
| 3502 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3503 |
|
/* end confdefs.h. */ |
| 3504 |
< |
#include <stdio.h> |
| 3504 |
> |
|
| 3505 |
|
int |
| 3506 |
|
main () |
| 3507 |
|
{ |
| 3498 |
– |
FILE *f = fopen ("conftest.out", "w"); |
| 3499 |
– |
return ferror (f) || fclose (f) != 0; |
| 3508 |
|
|
| 3509 |
|
; |
| 3510 |
|
return 0; |
| 3511 |
|
} |
| 3512 |
|
_ACEOF |
| 3513 |
|
ac_clean_files_save=$ac_clean_files |
| 3514 |
< |
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" |
| 3514 |
> |
ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" |
| 3515 |
|
# Try to create an executable without -o first, disregard a.out. |
| 3516 |
|
# It will help us diagnose broken compilers, and finding out an intuition |
| 3517 |
|
# of exeext. |
| 3518 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
| 3519 |
< |
$as_echo_n "checking for C compiler default output file name... " >&6; } |
| 3518 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
| 3519 |
> |
$as_echo_n "checking whether the C compiler works... " >&6; } |
| 3520 |
|
ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` |
| 3521 |
|
|
| 3522 |
|
# The possible output files: |
| 3578 |
|
else |
| 3579 |
|
ac_file='' |
| 3580 |
|
fi |
| 3573 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 |
| 3574 |
– |
$as_echo "$ac_file" >&6; } |
| 3581 |
|
if test -z "$ac_file"; then : |
| 3582 |
< |
$as_echo "$as_me: failed program was:" >&5 |
| 3582 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| 3583 |
> |
$as_echo "no" >&6; } |
| 3584 |
> |
$as_echo "$as_me: failed program was:" >&5 |
| 3585 |
|
sed 's/^/| /' conftest.$ac_ext >&5 |
| 3586 |
|
|
| 3587 |
|
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3589 |
|
{ as_fn_set_status 77 |
| 3590 |
|
as_fn_error "C compiler cannot create executables |
| 3591 |
|
See \`config.log' for more details." "$LINENO" 5; }; } |
| 3592 |
+ |
else |
| 3593 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 3594 |
+ |
$as_echo "yes" >&6; } |
| 3595 |
|
fi |
| 3596 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 |
| 3597 |
+ |
$as_echo_n "checking for C compiler default output file name... " >&6; } |
| 3598 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 |
| 3599 |
+ |
$as_echo "$ac_file" >&6; } |
| 3600 |
|
ac_exeext=$ac_cv_exeext |
| 3601 |
|
|
| 3602 |
< |
# Check that the compiler produces executables we can run. If not, either |
| 3588 |
< |
# the compiler is broken, or we cross compile. |
| 3589 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 |
| 3590 |
< |
$as_echo_n "checking whether the C compiler works... " >&6; } |
| 3591 |
< |
# If not cross compiling, check that we can run a simple program. |
| 3592 |
< |
if test "$cross_compiling" != yes; then |
| 3593 |
< |
if { ac_try='./$ac_file' |
| 3594 |
< |
{ { case "(($ac_try" in |
| 3595 |
< |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3596 |
< |
*) ac_try_echo=$ac_try;; |
| 3597 |
< |
esac |
| 3598 |
< |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
| 3599 |
< |
$as_echo "$ac_try_echo"; } >&5 |
| 3600 |
< |
(eval "$ac_try") 2>&5 |
| 3601 |
< |
ac_status=$? |
| 3602 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 3603 |
< |
test $ac_status = 0; }; }; then |
| 3604 |
< |
cross_compiling=no |
| 3605 |
< |
else |
| 3606 |
< |
if test "$cross_compiling" = maybe; then |
| 3607 |
< |
cross_compiling=yes |
| 3608 |
< |
else |
| 3609 |
< |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3610 |
< |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3611 |
< |
as_fn_error "cannot run C compiled programs. |
| 3612 |
< |
If you meant to cross compile, use \`--host'. |
| 3613 |
< |
See \`config.log' for more details." "$LINENO" 5; } |
| 3614 |
< |
fi |
| 3615 |
< |
fi |
| 3616 |
< |
fi |
| 3617 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 3618 |
< |
$as_echo "yes" >&6; } |
| 3619 |
< |
|
| 3620 |
< |
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out |
| 3602 |
> |
rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out |
| 3603 |
|
ac_clean_files=$ac_clean_files_save |
| 3622 |
– |
# Check that the compiler produces executables we can run. If not, either |
| 3623 |
– |
# the compiler is broken, or we cross compile. |
| 3624 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
| 3625 |
– |
$as_echo_n "checking whether we are cross compiling... " >&6; } |
| 3626 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
| 3627 |
– |
$as_echo "$cross_compiling" >&6; } |
| 3628 |
– |
|
| 3604 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 |
| 3605 |
|
$as_echo_n "checking for suffix of executables... " >&6; } |
| 3606 |
|
if { { ac_try="$ac_link" |
| 3633 |
|
as_fn_error "cannot compute suffix of executables: cannot compile and link |
| 3634 |
|
See \`config.log' for more details." "$LINENO" 5; } |
| 3635 |
|
fi |
| 3636 |
< |
rm -f conftest$ac_cv_exeext |
| 3636 |
> |
rm -f conftest conftest$ac_cv_exeext |
| 3637 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 |
| 3638 |
|
$as_echo "$ac_cv_exeext" >&6; } |
| 3639 |
|
|
| 3640 |
|
rm -f conftest.$ac_ext |
| 3641 |
|
EXEEXT=$ac_cv_exeext |
| 3642 |
|
ac_exeext=$EXEEXT |
| 3643 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 3644 |
+ |
/* end confdefs.h. */ |
| 3645 |
+ |
#include <stdio.h> |
| 3646 |
+ |
int |
| 3647 |
+ |
main () |
| 3648 |
+ |
{ |
| 3649 |
+ |
FILE *f = fopen ("conftest.out", "w"); |
| 3650 |
+ |
return ferror (f) || fclose (f) != 0; |
| 3651 |
+ |
|
| 3652 |
+ |
; |
| 3653 |
+ |
return 0; |
| 3654 |
+ |
} |
| 3655 |
+ |
_ACEOF |
| 3656 |
+ |
ac_clean_files="$ac_clean_files conftest.out" |
| 3657 |
+ |
# Check that the compiler produces executables we can run. If not, either |
| 3658 |
+ |
# the compiler is broken, or we cross compile. |
| 3659 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 |
| 3660 |
+ |
$as_echo_n "checking whether we are cross compiling... " >&6; } |
| 3661 |
+ |
if test "$cross_compiling" != yes; then |
| 3662 |
+ |
{ { ac_try="$ac_link" |
| 3663 |
+ |
case "(($ac_try" in |
| 3664 |
+ |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3665 |
+ |
*) ac_try_echo=$ac_try;; |
| 3666 |
+ |
esac |
| 3667 |
+ |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
| 3668 |
+ |
$as_echo "$ac_try_echo"; } >&5 |
| 3669 |
+ |
(eval "$ac_link") 2>&5 |
| 3670 |
+ |
ac_status=$? |
| 3671 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 3672 |
+ |
test $ac_status = 0; } |
| 3673 |
+ |
if { ac_try='./conftest$ac_cv_exeext' |
| 3674 |
+ |
{ { case "(($ac_try" in |
| 3675 |
+ |
*\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; |
| 3676 |
+ |
*) ac_try_echo=$ac_try;; |
| 3677 |
+ |
esac |
| 3678 |
+ |
eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" |
| 3679 |
+ |
$as_echo "$ac_try_echo"; } >&5 |
| 3680 |
+ |
(eval "$ac_try") 2>&5 |
| 3681 |
+ |
ac_status=$? |
| 3682 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 3683 |
+ |
test $ac_status = 0; }; }; then |
| 3684 |
+ |
cross_compiling=no |
| 3685 |
+ |
else |
| 3686 |
+ |
if test "$cross_compiling" = maybe; then |
| 3687 |
+ |
cross_compiling=yes |
| 3688 |
+ |
else |
| 3689 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 3690 |
+ |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 3691 |
+ |
as_fn_error "cannot run C compiled programs. |
| 3692 |
+ |
If you meant to cross compile, use \`--host'. |
| 3693 |
+ |
See \`config.log' for more details." "$LINENO" 5; } |
| 3694 |
+ |
fi |
| 3695 |
+ |
fi |
| 3696 |
+ |
fi |
| 3697 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 |
| 3698 |
+ |
$as_echo "$cross_compiling" >&6; } |
| 3699 |
+ |
|
| 3700 |
+ |
rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out |
| 3701 |
+ |
ac_clean_files=$ac_clean_files_save |
| 3702 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 |
| 3703 |
|
$as_echo_n "checking for suffix of object files... " >&6; } |
| 3704 |
|
if test "${ac_cv_objext+set}" = set; then : |
| 4475 |
|
fi |
| 4476 |
|
|
| 4477 |
|
|
| 4478 |
< |
#ltdl stuff |
| 4478 |
> |
# Initializing libtool. |
| 4479 |
|
case `pwd` in |
| 4480 |
|
*\ * | *\ *) |
| 4481 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5 |
| 5156 |
|
else |
| 5157 |
|
lt_cv_nm_interface="BSD nm" |
| 5158 |
|
echo "int some_variable = 0;" > conftest.$ac_ext |
| 5159 |
< |
(eval echo "\"\$as_me:5125: $ac_compile\"" >&5) |
| 5159 |
> |
(eval echo "\"\$as_me:5159: $ac_compile\"" >&5) |
| 5160 |
|
(eval "$ac_compile" 2>conftest.err) |
| 5161 |
|
cat conftest.err >&5 |
| 5162 |
< |
(eval echo "\"\$as_me:5128: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
| 5162 |
> |
(eval echo "\"\$as_me:5162: $NM \\\"conftest.$ac_objext\\\"\"" >&5) |
| 5163 |
|
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out) |
| 5164 |
|
cat conftest.err >&5 |
| 5165 |
< |
(eval echo "\"\$as_me:5131: output\"" >&5) |
| 5165 |
> |
(eval echo "\"\$as_me:5165: output\"" >&5) |
| 5166 |
|
cat conftest.out >&5 |
| 5167 |
|
if $GREP 'External.*some_variable' conftest.out > /dev/null; then |
| 5168 |
|
lt_cv_nm_interface="MS dumpbin" |
| 6367 |
|
;; |
| 6368 |
|
*-*-irix6*) |
| 6369 |
|
# Find out which ABI we are using. |
| 6370 |
< |
echo '#line 6336 "configure"' > conftest.$ac_ext |
| 6370 |
> |
echo '#line 6370 "configure"' > conftest.$ac_ext |
| 6371 |
|
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 6372 |
|
(eval $ac_compile) 2>&5 |
| 6373 |
|
ac_status=$? |
| 7891 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 7892 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 7893 |
|
-e 's:$: $lt_compiler_flag:'` |
| 7894 |
< |
(eval echo "\"\$as_me:7860: $lt_compile\"" >&5) |
| 7894 |
> |
(eval echo "\"\$as_me:7894: $lt_compile\"" >&5) |
| 7895 |
|
(eval "$lt_compile" 2>conftest.err) |
| 7896 |
|
ac_status=$? |
| 7897 |
|
cat conftest.err >&5 |
| 7898 |
< |
echo "$as_me:7864: \$? = $ac_status" >&5 |
| 7898 |
> |
echo "$as_me:7898: \$? = $ac_status" >&5 |
| 7899 |
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 7900 |
|
# The compiler can only warn and ignore the option if not recognized |
| 7901 |
|
# So say no if there are warnings other than the usual output. |
| 8230 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 8231 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 8232 |
|
-e 's:$: $lt_compiler_flag:'` |
| 8233 |
< |
(eval echo "\"\$as_me:8199: $lt_compile\"" >&5) |
| 8233 |
> |
(eval echo "\"\$as_me:8233: $lt_compile\"" >&5) |
| 8234 |
|
(eval "$lt_compile" 2>conftest.err) |
| 8235 |
|
ac_status=$? |
| 8236 |
|
cat conftest.err >&5 |
| 8237 |
< |
echo "$as_me:8203: \$? = $ac_status" >&5 |
| 8237 |
> |
echo "$as_me:8237: \$? = $ac_status" >&5 |
| 8238 |
|
if (exit $ac_status) && test -s "$ac_outfile"; then |
| 8239 |
|
# The compiler can only warn and ignore the option if not recognized |
| 8240 |
|
# So say no if there are warnings other than the usual output. |
| 8335 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 8336 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 8337 |
|
-e 's:$: $lt_compiler_flag:'` |
| 8338 |
< |
(eval echo "\"\$as_me:8304: $lt_compile\"" >&5) |
| 8338 |
> |
(eval echo "\"\$as_me:8338: $lt_compile\"" >&5) |
| 8339 |
|
(eval "$lt_compile" 2>out/conftest.err) |
| 8340 |
|
ac_status=$? |
| 8341 |
|
cat out/conftest.err >&5 |
| 8342 |
< |
echo "$as_me:8308: \$? = $ac_status" >&5 |
| 8342 |
> |
echo "$as_me:8342: \$? = $ac_status" >&5 |
| 8343 |
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 8344 |
|
then |
| 8345 |
|
# The compiler can only warn and ignore the option if not recognized |
| 8390 |
|
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ |
| 8391 |
|
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ |
| 8392 |
|
-e 's:$: $lt_compiler_flag:'` |
| 8393 |
< |
(eval echo "\"\$as_me:8359: $lt_compile\"" >&5) |
| 8393 |
> |
(eval echo "\"\$as_me:8393: $lt_compile\"" >&5) |
| 8394 |
|
(eval "$lt_compile" 2>out/conftest.err) |
| 8395 |
|
ac_status=$? |
| 8396 |
|
cat out/conftest.err >&5 |
| 8397 |
< |
echo "$as_me:8363: \$? = $ac_status" >&5 |
| 8397 |
> |
echo "$as_me:8397: \$? = $ac_status" >&5 |
| 8398 |
|
if (exit $ac_status) && test -s out/conftest2.$ac_objext |
| 8399 |
|
then |
| 8400 |
|
# The compiler can only warn and ignore the option if not recognized |
| 10127 |
|
libsuff= |
| 10128 |
|
case "$host_cpu" in |
| 10129 |
|
x86_64*|s390x*|powerpc64*) |
| 10130 |
< |
echo '#line 10096 "configure"' > conftest.$ac_ext |
| 10130 |
> |
echo '#line 10130 "configure"' > conftest.$ac_ext |
| 10131 |
|
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 10132 |
|
(eval $ac_compile) 2>&5 |
| 10133 |
|
ac_status=$? |
| 10780 |
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 10781 |
|
lt_status=$lt_dlunknown |
| 10782 |
|
cat > conftest.$ac_ext <<_LT_EOF |
| 10783 |
< |
#line 10749 "configure" |
| 10783 |
> |
#line 10783 "configure" |
| 10784 |
|
#include "confdefs.h" |
| 10785 |
|
|
| 10786 |
|
#if HAVE_DLFCN_H |
| 10876 |
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 10877 |
|
lt_status=$lt_dlunknown |
| 10878 |
|
cat > conftest.$ac_ext <<_LT_EOF |
| 10879 |
< |
#line 10845 "configure" |
| 10879 |
> |
#line 10879 "configure" |
| 10880 |
|
#include "confdefs.h" |
| 10881 |
|
|
| 10882 |
|
#if HAVE_DLFCN_H |
| 11548 |
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 |
| 11549 |
|
lt_status=$lt_dlunknown |
| 11550 |
|
cat > conftest.$ac_ext <<_LT_EOF |
| 11551 |
< |
#line 11517 "configure" |
| 11551 |
> |
#line 11551 "configure" |
| 11552 |
|
#include "confdefs.h" |
| 11553 |
|
|
| 11554 |
|
#if HAVE_DLFCN_H |
| 12161 |
|
# Only expand once: |
| 12162 |
|
|
| 12163 |
|
|
| 12130 |
– |
LIBTOOL="$LIBTOOL --silent" |
| 12164 |
|
|
| 12165 |
|
# Checks for libraries. |
| 12166 |
|
|
| 12605 |
|
|
| 12606 |
|
|
| 12607 |
|
|
| 12608 |
< |
|
| 12576 |
< |
|
| 12577 |
< |
|
| 12578 |
< |
|
| 12608 |
> |
# check for /dev/null so we can use it to hold evil fd's |
| 12609 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5 |
| 12610 |
|
$as_echo_n "checking for /dev/null... " >&6; } |
| 12611 |
|
if test -c /dev/null; then : |
| 12898 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: disabled" >&5 |
| 12899 |
|
$as_echo "disabled" >&6; } |
| 12900 |
|
fi |
| 12901 |
+ |
|
| 12902 |
+ |
if test "$cf_enable_openssl" != "no"; then : |
| 12903 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5 |
| 12904 |
+ |
$as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; } |
| 12905 |
+ |
if test "$cross_compiling" = yes; then : |
| 12906 |
+ |
cf_openssl_version_ok=no |
| 12907 |
+ |
else |
| 12908 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 12909 |
+ |
/* end confdefs.h. */ |
| 12910 |
+ |
|
| 12911 |
+ |
#include <openssl/opensslv.h> |
| 12912 |
+ |
#include <stdlib.h> |
| 12913 |
+ |
int |
| 12914 |
+ |
main () |
| 12915 |
+ |
{ |
| 12916 |
+ |
exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000)); |
| 12917 |
+ |
; |
| 12918 |
+ |
return 0; |
| 12919 |
+ |
} |
| 12920 |
+ |
_ACEOF |
| 12921 |
+ |
if ac_fn_c_try_run "$LINENO"; then : |
| 12922 |
+ |
cf_openssl_version_ok=yes |
| 12923 |
+ |
else |
| 12924 |
+ |
cf_openssl_version_ok=no |
| 12925 |
+ |
fi |
| 12926 |
+ |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
| 12927 |
+ |
conftest.$ac_objext conftest.beam conftest.$ac_ext |
| 12928 |
+ |
fi |
| 12929 |
+ |
|
| 12930 |
+ |
|
| 12931 |
+ |
if test "$cf_openssl_version_ok" = "yes"; then : |
| 12932 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 |
| 12933 |
+ |
$as_echo "found" >&6; } |
| 12934 |
+ |
|
| 12935 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5 |
| 12936 |
+ |
$as_echo_n "checking for RSA_free in -lcrypto... " >&6; } |
| 12937 |
+ |
if test "${ac_cv_lib_crypto_RSA_free+set}" = set; then : |
| 12938 |
+ |
$as_echo_n "(cached) " >&6 |
| 12939 |
+ |
else |
| 12940 |
+ |
ac_check_lib_save_LIBS=$LIBS |
| 12941 |
+ |
LIBS="-lcrypto $LIBS" |
| 12942 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 12943 |
+ |
/* end confdefs.h. */ |
| 12944 |
+ |
|
| 12945 |
+ |
/* Override any GCC internal prototype to avoid an error. |
| 12946 |
+ |
Use char because int might match the return type of a GCC |
| 12947 |
+ |
builtin and then its argument prototype would still apply. */ |
| 12948 |
+ |
#ifdef __cplusplus |
| 12949 |
+ |
extern "C" |
| 12950 |
+ |
#endif |
| 12951 |
+ |
char RSA_free (); |
| 12952 |
+ |
int |
| 12953 |
+ |
main () |
| 12954 |
+ |
{ |
| 12955 |
+ |
return RSA_free (); |
| 12956 |
+ |
; |
| 12957 |
+ |
return 0; |
| 12958 |
+ |
} |
| 12959 |
+ |
_ACEOF |
| 12960 |
+ |
if ac_fn_c_try_link "$LINENO"; then : |
| 12961 |
+ |
ac_cv_lib_crypto_RSA_free=yes |
| 12962 |
+ |
else |
| 12963 |
+ |
ac_cv_lib_crypto_RSA_free=no |
| 12964 |
+ |
fi |
| 12965 |
+ |
rm -f core conftest.err conftest.$ac_objext \ |
| 12966 |
+ |
conftest$ac_exeext conftest.$ac_ext |
| 12967 |
+ |
LIBS=$ac_check_lib_save_LIBS |
| 12968 |
+ |
fi |
| 12969 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5 |
| 12970 |
+ |
$as_echo "$ac_cv_lib_crypto_RSA_free" >&6; } |
| 12971 |
+ |
if test "x$ac_cv_lib_crypto_RSA_free" = x""yes; then : |
| 12972 |
+ |
cat >>confdefs.h <<_ACEOF |
| 12973 |
+ |
#define HAVE_LIBCRYPTO 1 |
| 12974 |
+ |
_ACEOF |
| 12975 |
+ |
|
| 12976 |
+ |
LIBS="-lcrypto $LIBS" |
| 12977 |
+ |
|
| 12978 |
+ |
fi |
| 12979 |
+ |
|
| 12980 |
+ |
if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then : |
| 12981 |
+ |
for ac_func in EVP_bf_cfb \ |
| 12982 |
+ |
EVP_cast5_cfb \ |
| 12983 |
+ |
EVP_idea_cfb \ |
| 12984 |
+ |
EVP_rc5_32_12_16_cfb \ |
| 12985 |
+ |
EVP_des_ede3_cfb \ |
| 12986 |
+ |
EVP_des_cfb |
| 12987 |
+ |
do : |
| 12988 |
+ |
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 12989 |
+ |
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 12990 |
+ |
eval as_val=\$$as_ac_var |
| 12991 |
+ |
if test "x$as_val" = x""yes; then : |
| 12992 |
+ |
cat >>confdefs.h <<_ACEOF |
| 12993 |
+ |
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 12994 |
+ |
_ACEOF |
| 12995 |
+ |
|
| 12996 |
+ |
fi |
| 12997 |
+ |
done |
| 12998 |
+ |
|
| 12999 |
+ |
fi |
| 13000 |
+ |
|
| 13001 |
+ |
else |
| 13002 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no - OpenSSL support disabled" >&5 |
| 13003 |
+ |
$as_echo "no - OpenSSL support disabled" >&6; } |
| 13004 |
+ |
cf_enable_openssl="no" |
| 13005 |
+ |
fi |
| 13006 |
+ |
fi |
| 13007 |
+ |
|
| 13008 |
|
if test "$cf_enable_openssl" = yes; then |
| 13009 |
|
ENABLE_SSL_TRUE= |
| 13010 |
|
ENABLE_SSL_FALSE='#' |
| 13038 |
|
fi |
| 13039 |
|
|
| 13040 |
|
|
| 13041 |
< |
if test "$small_net" = yes; then |
| 13041 |
> |
if test "$small_net" = "yes"; then : |
| 13042 |
> |
|
| 13043 |
|
|
| 13044 |
|
$as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h |
| 13045 |
|
|
| 13072 |
|
|
| 13073 |
|
else |
| 13074 |
|
|
| 13075 |
+ |
|
| 13076 |
+ |
|
| 13077 |
|
$as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h |
| 13078 |
|
|
| 13079 |
|
|
| 13516 |
|
|
| 13517 |
|
|
| 13518 |
|
cat >>confdefs.h <<_ACEOF |
| 13519 |
< |
#define TOPICLEN ($topiclen+1) |
| 13519 |
> |
#define TOPICLEN ($topiclen) |
| 13520 |
|
_ACEOF |
| 13521 |
|
|
| 13522 |
|
|
| 13552 |
|
$as_echo "#define TS5_ONLY 1" >>confdefs.h |
| 13553 |
|
|
| 13554 |
|
else |
| 13415 |
– |
|
| 13416 |
– |
$as_echo "#define INVARIANTS 1" >>confdefs.h |
| 13417 |
– |
|
| 13555 |
|
use_efnet="no" |
| 13556 |
|
fi |
| 13557 |
|
if test "$use_efnet" = "yes"; then |
| 13589 |
|
|
| 13590 |
|
$as_echo "#define DEBUG 1" >>confdefs.h |
| 13591 |
|
|
| 13592 |
< |
CFLAGS="$CFLAGS -Wall -Werror -g -O0" |
| 13592 |
> |
CFLAGS="-Wall -g -O0" |
| 13593 |
|
else |
| 13594 |
|
|
| 13595 |
|
$as_echo "#define NDEBUG 1" >>confdefs.h |
| 13605 |
|
fi |
| 13606 |
|
|
| 13607 |
|
if test "$warnings" = "yes" ; then |
| 13608 |
< |
CFLAGS="-Wall -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wno-unused -Wundef" |
| 13608 |
> |
CFLAGS="-Wall -Wextra -Wno-unused -Wcast-qual -Wcast-align -Wbad-function-cast -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wredundant-decls -Wshadow -Wwrite-strings -Wundef" |
| 13609 |
|
fi |
| 13610 |
|
|
| 13611 |
|
|
| 14301 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 14302 |
|
# values after options handling. |
| 14303 |
|
ac_log=" |
| 14304 |
< |
This file was extended by ircd-hybrid $as_me 7.2.4, which was |
| 14305 |
< |
generated by GNU Autoconf 2.64. Invocation command line was |
| 14304 |
> |
This file was extended by ircd-hybrid $as_me 7.3-rc1, which was |
| 14305 |
> |
generated by GNU Autoconf 2.65. Invocation command line was |
| 14306 |
|
|
| 14307 |
|
CONFIG_FILES = $CONFIG_FILES |
| 14308 |
|
CONFIG_HEADERS = $CONFIG_HEADERS |
| 14342 |
|
|
| 14343 |
|
-h, --help print this help, then exit |
| 14344 |
|
-V, --version print version number and configuration settings, then exit |
| 14345 |
+ |
--config print configuration, then exit |
| 14346 |
|
-q, --quiet, --silent |
| 14347 |
|
do not print progress messages |
| 14348 |
|
-d, --debug don't remove temporary files |
| 14361 |
|
Configuration commands: |
| 14362 |
|
$config_commands |
| 14363 |
|
|
| 14364 |
< |
Report bugs to the package provider." |
| 14364 |
> |
Report bugs to <bugs@ircd-hybrid.org>." |
| 14365 |
|
|
| 14366 |
|
_ACEOF |
| 14367 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 14368 |
+ |
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 14369 |
|
ac_cs_version="\\ |
| 14370 |
< |
ircd-hybrid config.status 7.2.4 |
| 14371 |
< |
configured by $0, generated by GNU Autoconf 2.64, |
| 14372 |
< |
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" |
| 14370 |
> |
ircd-hybrid config.status 7.3-rc1 |
| 14371 |
> |
configured by $0, generated by GNU Autoconf 2.65, |
| 14372 |
> |
with options \\"\$ac_cs_config\\" |
| 14373 |
|
|
| 14374 |
|
Copyright (C) 2009 Free Software Foundation, Inc. |
| 14375 |
|
This config.status script is free software; the Free Software Foundation |
| 14407 |
|
ac_cs_recheck=: ;; |
| 14408 |
|
--version | --versio | --versi | --vers | --ver | --ve | --v | -V ) |
| 14409 |
|
$as_echo "$ac_cs_version"; exit ;; |
| 14410 |
+ |
--config | --confi | --conf | --con | --co | --c ) |
| 14411 |
+ |
$as_echo "$ac_cs_config"; exit ;; |
| 14412 |
|
--debug | --debu | --deb | --de | --d | -d ) |
| 14413 |
|
debug=: ;; |
| 14414 |
|
--file | --fil | --fi | --f ) |
| 14868 |
|
t delim |
| 14869 |
|
:nl |
| 14870 |
|
h |
| 14871 |
< |
s/\(.\{148\}\).*/\1/ |
| 14871 |
> |
s/\(.\{148\}\)..*/\1/ |
| 14872 |
|
t more1 |
| 14873 |
|
s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ |
| 14874 |
|
p |
| 14882 |
|
t nl |
| 14883 |
|
:delim |
| 14884 |
|
h |
| 14885 |
< |
s/\(.\{148\}\).*/\1/ |
| 14885 |
> |
s/\(.\{148\}\)..*/\1/ |
| 14886 |
|
t more2 |
| 14887 |
|
s/["\\]/\\&/g; s/^/"/; s/$/"/ |
| 14888 |
|
p |