Codebase list squidview / upstream/0.69
Imported Upstream version 0.69 Willi Mann 11 years ago
8 changed file(s) with 119 addition(s) and 76 deletion(s). Raw diff Collapse all Expand all
00 >> Squidview history:
1
2 v0.69: 24 October 2004:
3 - removed an emun for clean compiles on gcc 3.4 - the same patch made by a
4 few people - thanks to all - should've done it long ago (bad me).
15
26 v0.68: 18 April 2004:
37 - incorporated bug fixs by Willi Mann in CreateLinks():
0 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
1
2 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
0 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
1
2 # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 # This Makefile.in is free software; the Free Software Foundation
44 # gives unlimited permission to copy and/or distribute it,
55 # with or without modifications, as long as this notice is preserved.
120120 $(ACLOCAL_M4): configure.in
121121 cd $(srcdir) && $(ACLOCAL)
122122
123 config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
123 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
124124 $(SHELL) ./config.status --recheck
125125 $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
126126 cd $(srcdir) && $(AUTOCONF)
0 dnl aclocal.m4 generated automatically by aclocal 1.4-p4
0 dnl aclocal.m4 generated automatically by aclocal 1.4-p6
11
2 dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
2 dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
33 dnl This file is free software; the Free Software Foundation
44 dnl gives unlimited permission to copy and/or distribute it,
55 dnl with or without modifications, as long as this notice is preserved.
1111
1212 # Like AC_CONFIG_HEADER, but automatically create stamp file.
1313
14 AC_DEFUN(AM_CONFIG_HEADER,
14 AC_DEFUN([AM_CONFIG_HEADER],
1515 [AC_PREREQ([2.12])
1616 AC_CONFIG_HEADER([$1])
1717 dnl When config.status generates a header, we must update the stamp-h file.
4141 dnl Usage:
4242 dnl AM_INIT_AUTOMAKE(package,version, [no-define])
4343
44 AC_DEFUN(AM_INIT_AUTOMAKE,
45 [AC_REQUIRE([AC_PROG_INSTALL])
44 AC_DEFUN([AM_INIT_AUTOMAKE],
45 [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
46 AC_REQUIRE([AC_PROG_INSTALL])
4647 PACKAGE=[$1]
4748 AC_SUBST(PACKAGE)
4849 VERSION=[$2]
5859 AC_REQUIRE([AC_ARG_PROGRAM])
5960 dnl FIXME This is truly gross.
6061 missing_dir=`cd $ac_aux_dir && pwd`
61 AM_MISSING_PROG(ACLOCAL, aclocal, $missing_dir)
62 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
6263 AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
63 AM_MISSING_PROG(AUTOMAKE, automake, $missing_dir)
64 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
6465 AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
6566 AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
6667 AC_REQUIRE([AC_PROG_MAKE_SET])])
68
69 # Copyright 2002 Free Software Foundation, Inc.
70
71 # This program is free software; you can redistribute it and/or modify
72 # it under the terms of the GNU General Public License as published by
73 # the Free Software Foundation; either version 2, or (at your option)
74 # any later version.
75
76 # This program is distributed in the hope that it will be useful,
77 # but WITHOUT ANY WARRANTY; without even the implied warranty of
78 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
79 # GNU General Public License for more details.
80
81 # You should have received a copy of the GNU General Public License
82 # along with this program; if not, write to the Free Software
83 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
84
85 # AM_AUTOMAKE_VERSION(VERSION)
86 # ----------------------------
87 # Automake X.Y traces this macro to ensure aclocal.m4 has been
88 # generated from the m4 files accompanying Automake X.Y.
89 AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
90
91 # AM_SET_CURRENT_AUTOMAKE_VERSION
92 # -------------------------------
93 # Call AM_AUTOMAKE_VERSION so it can be traced.
94 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
95 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
96 [AM_AUTOMAKE_VERSION([1.4-p6])])
6797
6898 #
6999 # Check to make sure that the build environment is sane.
70100 #
71101
72 AC_DEFUN(AM_SANITY_CHECK,
102 AC_DEFUN([AM_SANITY_CHECK],
73103 [AC_MSG_CHECKING([whether build environment is sane])
74104 # Just in case
75105 sleep 1
110140
111141 dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
112142 dnl The program must properly implement --version.
113 AC_DEFUN(AM_MISSING_PROG,
143 AC_DEFUN([AM_MISSING_PROG],
114144 [AC_MSG_CHECKING(for working $2)
115145 # Run test in a subshell; some versions of sh will print an error if
116146 # an executable is not found, even if stderr is redirected.
0 /* config.h.in. Generated automatically from configure.in by autoheader 2.13. */
0 /* config.h.in. Generated automatically from configure.in by autoheader. */
11
22 #undef SHAREDIR
33
542542 ac_config_sub=$ac_aux_dir/config.sub
543543 ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
544544
545 am__api_version="1.4"
545546 # Find a good install program. We prefer a C program (faster),
546547 # so one script is as good as another. But avoid the broken or
547548 # incompatible versions:
554555 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
555556 # ./install, which can be erroneously created by make from ./install.sh.
556557 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
557 echo "configure:559: checking for a BSD compatible install" >&5
558 echo "configure:560: checking for a BSD compatible install" >&5
558559 if test -z "$INSTALL"; then
559560 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
560561 echo $ac_n "(cached) $ac_c" 1>&6
607608 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
608609
609610 echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6
610 echo "configure:612: checking whether build environment is sane" >&5
611 echo "configure:613: checking whether build environment is sane" >&5
611612 # Just in case
612613 sleep 1
613614 echo timestamp > conftestfile
664665 test "$program_transform_name" = "" && program_transform_name="s,x,x,"
665666
666667 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
667 echo "configure:669: checking whether ${MAKE-make} sets \${MAKE}" >&5
668 echo "configure:670: checking whether ${MAKE-make} sets \${MAKE}" >&5
668669 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
669670 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
670671 echo $ac_n "(cached) $ac_c" 1>&6
693694
694695 PACKAGE=squidview
695696
696 VERSION=0.68
697 VERSION=0.69
697698
698699 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
699700 { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
709710
710711
711712 missing_dir=`cd $ac_aux_dir && pwd`
712 echo $ac_n "checking for working aclocal""... $ac_c" 1>&6
713 echo "configure:715: checking for working aclocal" >&5
713 echo $ac_n "checking for working aclocal-${am__api_version}""... $ac_c" 1>&6
714 echo "configure:716: checking for working aclocal-${am__api_version}" >&5
714715 # Run test in a subshell; some versions of sh will print an error if
715716 # an executable is not found, even if stderr is redirected.
716717 # Redirect stdin to placate older versions of autoconf. Sigh.
717 if (aclocal --version) < /dev/null > /dev/null 2>&1; then
718 ACLOCAL=aclocal
718 if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
719 ACLOCAL=aclocal-${am__api_version}
719720 echo "$ac_t""found" 1>&6
720721 else
721 ACLOCAL="$missing_dir/missing aclocal"
722 ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
722723 echo "$ac_t""missing" 1>&6
723724 fi
724725
725726 echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
726 echo "configure:728: checking for working autoconf" >&5
727 echo "configure:729: checking for working autoconf" >&5
727728 # Run test in a subshell; some versions of sh will print an error if
728729 # an executable is not found, even if stderr is redirected.
729730 # Redirect stdin to placate older versions of autoconf. Sigh.
735736 echo "$ac_t""missing" 1>&6
736737 fi
737738
738 echo $ac_n "checking for working automake""... $ac_c" 1>&6
739 echo "configure:741: checking for working automake" >&5
739 echo $ac_n "checking for working automake-${am__api_version}""... $ac_c" 1>&6
740 echo "configure:742: checking for working automake-${am__api_version}" >&5
740741 # Run test in a subshell; some versions of sh will print an error if
741742 # an executable is not found, even if stderr is redirected.
742743 # Redirect stdin to placate older versions of autoconf. Sigh.
743 if (automake --version) < /dev/null > /dev/null 2>&1; then
744 AUTOMAKE=automake
744 if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
745 AUTOMAKE=automake-${am__api_version}
745746 echo "$ac_t""found" 1>&6
746747 else
747 AUTOMAKE="$missing_dir/missing automake"
748 AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
748749 echo "$ac_t""missing" 1>&6
749750 fi
750751
751752 echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
752 echo "configure:754: checking for working autoheader" >&5
753 echo "configure:755: checking for working autoheader" >&5
753754 # Run test in a subshell; some versions of sh will print an error if
754755 # an executable is not found, even if stderr is redirected.
755756 # Redirect stdin to placate older versions of autoconf. Sigh.
762763 fi
763764
764765 echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6
765 echo "configure:767: checking for working makeinfo" >&5
766 echo "configure:768: checking for working makeinfo" >&5
766767 # Run test in a subshell; some versions of sh will print an error if
767768 # an executable is not found, even if stderr is redirected.
768769 # Redirect stdin to placate older versions of autoconf. Sigh.
780781 # Extract the first word of "$ac_prog", so it can be a program name with args.
781782 set dummy $ac_prog; ac_word=$2
782783 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
783 echo "configure:785: checking for $ac_word" >&5
784 echo "configure:786: checking for $ac_word" >&5
784785 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
785786 echo $ac_n "(cached) $ac_c" 1>&6
786787 else
812813
813814
814815 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
815 echo "configure:817: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
816 echo "configure:818: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
816817
817818 ac_ext=C
818819 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
823824
824825 cat > conftest.$ac_ext << EOF
825826
826 #line 828 "configure"
827 #line 829 "configure"
827828 #include "confdefs.h"
828829
829830 int main(){return(0);}
830831 EOF
831 if { (eval echo configure:833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
832 if { (eval echo configure:834: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
832833 ac_cv_prog_cxx_works=yes
833834 # If we can't run a trivial program, we are probably using a cross compiler.
834835 if (./conftest; exit) 2>/dev/null; then
854855 { echo "configure: error: installation or configuration problem: C++ compiler cannot create executables." 1>&2; exit 1; }
855856 fi
856857 echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
857 echo "configure:859: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
858 echo "configure:860: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
858859 echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
859860 cross_compiling=$ac_cv_prog_cxx_cross
860861
861862 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
862 echo "configure:864: checking whether we are using GNU C++" >&5
863 echo "configure:865: checking whether we are using GNU C++" >&5
863864 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
864865 echo $ac_n "(cached) $ac_c" 1>&6
865866 else
868869 yes;
869870 #endif
870871 EOF
871 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:873: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
872 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:874: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
872873 ac_cv_prog_gxx=yes
873874 else
874875 ac_cv_prog_gxx=no
887888 ac_save_CXXFLAGS="$CXXFLAGS"
888889 CXXFLAGS=
889890 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
890 echo "configure:892: checking whether ${CXX-g++} accepts -g" >&5
891 echo "configure:893: checking whether ${CXX-g++} accepts -g" >&5
891892 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
892893 echo $ac_n "(cached) $ac_c" 1>&6
893894 else
930931 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
931932 # ./install, which can be erroneously created by make from ./install.sh.
932933 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
933 echo "configure:935: checking for a BSD compatible install" >&5
934 echo "configure:936: checking for a BSD compatible install" >&5
934935 if test -z "$INSTALL"; then
935936 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
936937 echo $ac_n "(cached) $ac_c" 1>&6
984985
985986
986987 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
987 echo "configure:989: checking how to run the C preprocessor" >&5
988 echo "configure:990: checking how to run the C preprocessor" >&5
988989 # On Suns, sometimes $CPP names a directory.
989990 if test -n "$CPP" && test -d "$CPP"; then
990991 CPP=
9991000 # On the NeXT, cc -E runs the code through the compiler's parser,
10001001 # not just through cpp.
10011002 cat > conftest.$ac_ext <<EOF
1002 #line 1004 "configure"
1003 #line 1005 "configure"
10031004 #include "confdefs.h"
10041005 #include <assert.h>
10051006 Syntax Error
10061007 EOF
10071008 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1008 { (eval echo configure:1010: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1009 { (eval echo configure:1011: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10091010 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10101011 if test -z "$ac_err"; then
10111012 :
10161017 rm -rf conftest*
10171018 CPP="${CC-cc} -E -traditional-cpp"
10181019 cat > conftest.$ac_ext <<EOF
1019 #line 1021 "configure"
1020 #line 1022 "configure"
10201021 #include "confdefs.h"
10211022 #include <assert.h>
10221023 Syntax Error
10231024 EOF
10241025 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1025 { (eval echo configure:1027: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1026 { (eval echo configure:1028: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10261027 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10271028 if test -z "$ac_err"; then
10281029 :
10331034 rm -rf conftest*
10341035 CPP="${CC-cc} -nologo -E"
10351036 cat > conftest.$ac_ext <<EOF
1036 #line 1038 "configure"
1037 #line 1039 "configure"
10371038 #include "confdefs.h"
10381039 #include <assert.h>
10391040 Syntax Error
10401041 EOF
10411042 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1042 { (eval echo configure:1044: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1043 { (eval echo configure:1045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10431044 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10441045 if test -z "$ac_err"; then
10451046 :
10681069 do
10691070 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
10701071 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
1071 echo "configure:1073: checking for $ac_hdr" >&5
1072 echo "configure:1074: checking for $ac_hdr" >&5
10721073 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
10731074 echo $ac_n "(cached) $ac_c" 1>&6
10741075 else
10751076 cat > conftest.$ac_ext <<EOF
1076 #line 1078 "configure"
1077 #line 1079 "configure"
10771078 #include "confdefs.h"
10781079 #include <$ac_hdr>
10791080 EOF
10801081 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1081 { (eval echo configure:1083: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1082 { (eval echo configure:1084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
10821083 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
10831084 if test -z "$ac_err"; then
10841085 rm -rf conftest*
11071108 done
11081109
11091110 echo $ac_n "checking for wgetch in -lncurses""... $ac_c" 1>&6
1110 echo "configure:1112: checking for wgetch in -lncurses" >&5
1111 echo "configure:1113: checking for wgetch in -lncurses" >&5
11111112 ac_lib_var=`echo ncurses'_'wgetch | sed 'y%./+-%__p_%'`
11121113 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
11131114 echo $ac_n "(cached) $ac_c" 1>&6
11151116 ac_save_LIBS="$LIBS"
11161117 LIBS="-lncurses $LIBS"
11171118 cat > conftest.$ac_ext <<EOF
1118 #line 1120 "configure"
1119 #line 1121 "configure"
11191120 #include "confdefs.h"
11201121 /* Override any gcc2 internal prototype to avoid an error. */
11211122 /* We use char because int might match the return type of a gcc2
11261127 wgetch()
11271128 ; return 0; }
11281129 EOF
1129 if { (eval echo configure:1131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
1130 if { (eval echo configure:1132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
11301131 rm -rf conftest*
11311132 eval "ac_cv_lib_$ac_lib_var=yes"
11321133 else
11631164 cross_compiling=$ac_cv_prog_cxx_cross
11641165
11651166 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
1166 echo "configure:1168: checking how to run the C++ preprocessor" >&5
1167 echo "configure:1169: checking how to run the C++ preprocessor" >&5
11671168 if test -z "$CXXCPP"; then
11681169 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
11691170 echo $ac_n "(cached) $ac_c" 1>&6
11761177 cross_compiling=$ac_cv_prog_cxx_cross
11771178 CXXCPP="${CXX-g++} -E"
11781179 cat > conftest.$ac_ext <<EOF
1179 #line 1181 "configure"
1180 #line 1182 "configure"
11801181 #include "confdefs.h"
11811182 #include <stdlib.h>
11821183 EOF
11831184 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1184 { (eval echo configure:1186: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1185 { (eval echo configure:1187: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
11851186 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
11861187 if test -z "$ac_err"; then
11871188 :
12071208
12081209 ac_safe=`echo "string" | sed 'y%./+-%__p_%'`
12091210 echo $ac_n "checking for string""... $ac_c" 1>&6
1210 echo "configure:1212: checking for string" >&5
1211 echo "configure:1213: checking for string" >&5
12111212 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12121213 echo $ac_n "(cached) $ac_c" 1>&6
12131214 else
12141215 cat > conftest.$ac_ext <<EOF
1215 #line 1217 "configure"
1216 #line 1218 "configure"
12161217 #include "confdefs.h"
12171218 #include <string>
12181219 EOF
12191220 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1220 { (eval echo configure:1222: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1221 { (eval echo configure:1223: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12211222 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12221223 if test -z "$ac_err"; then
12231224 rm -rf conftest*
12411242
12421243 ac_safe=`echo "vector" | sed 'y%./+-%__p_%'`
12431244 echo $ac_n "checking for vector""... $ac_c" 1>&6
1244 echo "configure:1246: checking for vector" >&5
1245 echo "configure:1247: checking for vector" >&5
12451246 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12461247 echo $ac_n "(cached) $ac_c" 1>&6
12471248 else
12481249 cat > conftest.$ac_ext <<EOF
1249 #line 1251 "configure"
1250 #line 1252 "configure"
12501251 #include "confdefs.h"
12511252 #include <vector>
12521253 EOF
12531254 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1254 { (eval echo configure:1256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1255 { (eval echo configure:1257: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12551256 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12561257 if test -z "$ac_err"; then
12571258 rm -rf conftest*
12751276
12761277 ac_safe=`echo "algorithm" | sed 'y%./+-%__p_%'`
12771278 echo $ac_n "checking for algorithm""... $ac_c" 1>&6
1278 echo "configure:1280: checking for algorithm" >&5
1279 echo "configure:1281: checking for algorithm" >&5
12791280 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
12801281 echo $ac_n "(cached) $ac_c" 1>&6
12811282 else
12821283 cat > conftest.$ac_ext <<EOF
1283 #line 1285 "configure"
1284 #line 1286 "configure"
12841285 #include "confdefs.h"
12851286 #include <algorithm>
12861287 EOF
12871288 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
1288 { (eval echo configure:1290: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
1289 { (eval echo configure:1291: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
12891290 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
12901291 if test -z "$ac_err"; then
12911292 rm -rf conftest*
00 AC_INIT(squidview.cpp)
11 AM_CONFIG_HEADER(config.h)
2 AM_INIT_AUTOMAKE(squidview,0.68)
2 AM_INIT_AUTOMAKE(squidview,0.69)
33 AC_PROG_CXX
44 AC_PROG_INSTALL
55
00 #! /bin/sh
11 # Common stub for a few missing GNU programs while installing.
2 # Copyright (C) 1996, 1997 Free Software Foundation, Inc.
2 # Copyright (C) 1996, 1997, 2001, 2002 Free Software Foundation, Inc.
33 # Franc,ois Pinard <pinard@iro.umontreal.ca>, 1996.
44
55 # This program is free software; you can redistribute it and/or modify
2020 if test $# -eq 0; then
2121 echo 1>&2 "Try \`$0 --help' for more information"
2222 exit 1
23 fi
24
25 # In the cases where this matters, `missing' is being run in the
26 # srcdir already.
27 if test -f configure.in; then
28 configure_ac=configure.ac
29 else
30 configure_ac=configure.in
2331 fi
2432
2533 case "$1" in
5765 exit 1
5866 ;;
5967
60 aclocal)
68 aclocal*)
6169 echo 1>&2 "\
6270 WARNING: \`$1' is missing on your system. You should only need it if
63 you modified \`acinclude.m4' or \`configure.in'. You might want
71 you modified \`acinclude.m4' or \`$configure_ac'. You might want
6472 to install the \`Automake' and \`Perl' packages. Grab them from
6573 any GNU archive site."
6674 touch aclocal.m4
6977 autoconf)
7078 echo 1>&2 "\
7179 WARNING: \`$1' is missing on your system. You should only need it if
72 you modified \`configure.in'. You might want to install the
80 you modified \`$configure_ac'. You might want to install the
7381 \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
7482 archive site."
7583 touch configure
7886 autoheader)
7987 echo 1>&2 "\
8088 WARNING: \`$1' is missing on your system. You should only need it if
81 you modified \`acconfig.h' or \`configure.in'. You might want
89 you modified \`acconfig.h' or \`$configure_ac'. You might want
8290 to install the \`Autoconf' and \`GNU m4' packages. Grab them
8391 from any GNU archive site."
84 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' configure.in`
92 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
8593 test -z "$files" && files="config.h"
8694 touch_files=
8795 for f in $files; do
94102 touch $touch_files
95103 ;;
96104
97 automake)
105 automake*)
98106 echo 1>&2 "\
99107 WARNING: \`$1' is missing on your system. You should only need it if
100 you modified \`Makefile.am', \`acinclude.m4' or \`configure.in'.
108 you modified \`Makefile.am', \`acinclude.m4' or \`$configure_ac'.
101109 You might want to install the \`Automake' and \`Perl' packages.
102110 Grab them from any GNU archive site."
103111 find . -type f -name Makefile.am -print |
12371237
12381238 GetColumn (szRequest, iUserCol, sTemp);
12391239
1240 if (bAliases && (sTemp == "-"))
1240 if (bAliases && (sTemp == "-"))
12411241 {
12421242 GetColumn (szRequest, iIPCol, sIP);
12431243 sIP = LookupIP (sIP);
52125212 {
52135213 con << "\n\nSorting...";
52145214 refresh();
5215 iSortMode = enum cUsersMode::eSort ((iKey - '1') + nSortU);
5215 iSortMode = cUsersMode::eSort ((iKey - '1') + nSortU);
52165216 SortData();
52175217 iScreenStart = iSelectedRow = 0;
52185218 }