Codebase list suricata / upstream/1.3.5
Imported Upstream version 1.3.5 Pierre Chifflier 11 years ago
29 changed file(s) with 790 addition(s) and 497 deletion(s). Raw diff Collapse all Expand all
0 1.3.5 -- 2012-12-06
1
2 - Flow engine memory leak fixed by Ludovico Cavedon (#651)
3 - Unified2 would overwrite files if file rotation happened within a second of file creation, leading to loss of events/alerts (#664)
4 - Flow manager mutex used unintialized, fixed by Ludovico Cavedon (#654)
5 - Windows building in CYGWIN fixed (#630)
6
07 1.3.4 -- 2012-11-14
18
29 - fix crash in flow and host engines in cases of low memory or low memcap settings (#617)
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1414
1515 @SET_MAKE@
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
20 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
31 esac; \
32 test $$am__dry = yes; \
33 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
6077 install-pdf-recursive install-ps-recursive install-recursive \
6178 installcheck-recursive installdirs-recursive pdf-recursive \
6279 ps-recursive uninstall-recursive
80 am__can_run_installinfo = \
81 case $$AM_UPDATE_INFO_DIR in \
82 n|no|NO) false;; \
83 *) (install-info --version) >/dev/null 2>&1;; \
84 esac
6385 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
6486 distclean-recursive maintainer-clean-recursive
6587 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
497519 done
498520 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
499521 if test "$$subdir" = .; then :; else \
500 test -d "$(distdir)/$$subdir" \
501 || $(MKDIR_P) "$(distdir)/$$subdir" \
502 || exit 1; \
503 fi; \
504 done
505 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
506 if test "$$subdir" = .; then :; else \
522 $(am__make_dryrun) \
523 || test -d "$(distdir)/$$subdir" \
524 || $(MKDIR_P) "$(distdir)/$$subdir" \
525 || exit 1; \
507526 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
508527 $(am__relativize); \
509528 new_distdir=$$reldir; \
589608 *.zip*) \
590609 unzip $(distdir).zip ;;\
591610 esac
592 chmod -R a-w $(distdir); chmod a+w $(distdir)
611 chmod -R a-w $(distdir); chmod u+w $(distdir)
593612 mkdir $(distdir)/_build
594613 mkdir $(distdir)/_inst
595614 chmod a-w $(distdir)
0 # generated automatically by aclocal 1.11.3 -*- Autoconf -*-
0 # generated automatically by aclocal 1.11.6 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
33 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
1313
1414 m4_ifndef([AC_AUTOCONF_VERSION],
1515 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17 [m4_warning([this file was generated for autoconf 2.68.
16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
17 [m4_warning([this file was generated for autoconf 2.69.
1818 You have another version of autoconf. It may work, but is not guaranteed to.
1919 If you have problems, you may need to regenerate the build system entirely.
2020 To do so, use the procedure documented by the package, typically `autoreconf'.])])
197197 [am__api_version='1.11'
198198 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
199199 dnl require some minimum version. Point them to the right macro.
200 m4_if([$1], [1.11.3], [],
200 m4_if([$1], [1.11.6], [],
201201 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
202202 ])
203203
213213 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
214214 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
215215 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
216 [AM_AUTOMAKE_VERSION([1.11.3])dnl
216 [AM_AUTOMAKE_VERSION([1.11.6])dnl
217217 m4_ifndef([AC_AUTOCONF_VERSION],
218218 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
219219 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
255255
256256 /* Version number of package */
257257 #undef VERSION
258
259 /* Enable large inode numbers on Mac OS X 10.5. */
260 #ifndef _DARWIN_USE_64_BIT_INODE
261 # define _DARWIN_USE_64_BIT_INODE 1
262 #endif
258263
259264 /* Number of bits in a file offset, on hosts where this is settable. */
260265 #undef _FILE_OFFSET_BITS
33 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
44 # 2011, 2012 Free Software Foundation, Inc.
55
6 timestamp='2012-02-10'
6 timestamp='2012-04-18'
77
88 # This file is (in principle) common to ALL GNU software.
99 # The presence of a machine in this file suggests that SOME GNU software
223223 ;;
224224 -isc*)
225225 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
226 ;;
227 -lynx*178)
228 os=-lynxos178
229 ;;
230 -lynx*5)
231 os=-lynxos5
226232 ;;
227233 -lynx*)
228234 os=-lynxos
15361542 c4x-* | tic4x-*)
15371543 os=-coff
15381544 ;;
1545 hexagon-*)
1546 os=-elf
1547 ;;
15391548 tic54x-*)
15401549 os=-coff
15411550 ;;
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.68.
2 # Generated by GNU Autoconf 2.69.
33 #
44 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
7 # Foundation, Inc.
5 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
86 #
97 #
108 # This configure script is free software; the Free Software Foundation
131129 # CDPATH.
132130 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133131
132 # Use a proper internal environment variable to ensure we don't fall
133 # into an infinite loop, continuously re-executing ourselves.
134 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
135 _as_can_reexec=no; export _as_can_reexec;
136 # We cannot yet assume a decent shell, so we have to provide a
137 # neutralization value for shells without unset; and this also
138 # works around shells that cannot unset nonexistent variables.
139 # Preserve -v and -x to the replacement shell.
140 BASH_ENV=/dev/null
141 ENV=/dev/null
142 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
143 case $- in # ((((
144 *v*x* | *x*v* ) as_opts=-vx ;;
145 *v* ) as_opts=-v ;;
146 *x* ) as_opts=-x ;;
147 * ) as_opts= ;;
148 esac
149 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
150 # Admittedly, this is quite paranoid, since all the known shells bail
151 # out after a failed `exec'.
152 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
153 as_fn_exit 255
154 fi
155 # We don't want this to propagate to other subprocesses.
156 { _as_can_reexec=; unset _as_can_reexec;}
134157 if test "x$CONFIG_SHELL" = x; then
135158 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136159 emulate sh
162185 else
163186 exitcode=1; echo positional parameters were not saved.
164187 fi
165 test x\$exitcode = x0 || exit 1"
188 test x\$exitcode = x0 || exit 1
189 test -x / || exit 1"
166190 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
167191 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
168192 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
215239
216240
217241 if test "x$CONFIG_SHELL" != x; then :
218 # We cannot yet assume a decent shell, so we have to provide a
219 # neutralization value for shells without unset; and this also
220 # works around shells that cannot unset nonexistent variables.
221 # Preserve -v and -x to the replacement shell.
222 BASH_ENV=/dev/null
223 ENV=/dev/null
224 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
225 export CONFIG_SHELL
226 case $- in # ((((
227 *v*x* | *x*v* ) as_opts=-vx ;;
228 *v* ) as_opts=-v ;;
229 *x* ) as_opts=-x ;;
230 * ) as_opts= ;;
231 esac
232 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
242 export CONFIG_SHELL
243 # We cannot yet assume a decent shell, so we have to provide a
244 # neutralization value for shells without unset; and this also
245 # works around shells that cannot unset nonexistent variables.
246 # Preserve -v and -x to the replacement shell.
247 BASH_ENV=/dev/null
248 ENV=/dev/null
249 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
250 case $- in # ((((
251 *v*x* | *x*v* ) as_opts=-vx ;;
252 *v* ) as_opts=-v ;;
253 *x* ) as_opts=-x ;;
254 * ) as_opts= ;;
255 esac
256 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
257 # Admittedly, this is quite paranoid, since all the known shells bail
258 # out after a failed `exec'.
259 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
260 exit 255
233261 fi
234262
235263 if test x$as_have_required = xno; then :
331359
332360
333361 } # as_fn_mkdir_p
362
363 # as_fn_executable_p FILE
364 # -----------------------
365 # Test if FILE is an executable regular file.
366 as_fn_executable_p ()
367 {
368 test -f "$1" && test -x "$1"
369 } # as_fn_executable_p
334370 # as_fn_append VAR VALUE
335371 # ----------------------
336372 # Append the text in VALUE to the end of the definition contained in VAR. Take
452488 chmod +x "$as_me.lineno" ||
453489 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
454490
491 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
492 # already done that, so ensure we don't try to do so again and fall
493 # in an infinite loop. This has already happened in practice.
494 _as_can_reexec=no; export _as_can_reexec
455495 # Don't try to exec as it changes $[0], causing all sort of problems
456496 # (the dirname of $[0] is not the place where we might find the
457497 # original and so on. Autoconf is especially sensitive to this).
486526 # ... but there are two gotchas:
487527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
488528 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
489 # In both cases, we have to default to `cp -p'.
529 # In both cases, we have to default to `cp -pR'.
490530 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
491 as_ln_s='cp -p'
531 as_ln_s='cp -pR'
492532 elif ln conf$$.file conf$$ 2>/dev/null; then
493533 as_ln_s=ln
494534 else
495 as_ln_s='cp -p'
535 as_ln_s='cp -pR'
496536 fi
497537 else
498 as_ln_s='cp -p'
538 as_ln_s='cp -pR'
499539 fi
500540 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
501541 rmdir conf$$.dir 2>/dev/null
507547 as_mkdir_p=false
508548 fi
509549
510 if test -x / >/dev/null 2>&1; then
511 as_test_x='test -x'
512 else
513 if ls -dL / >/dev/null 2>&1; then
514 as_ls_L_option=L
515 else
516 as_ls_L_option=
517 fi
518 as_test_x='
519 eval sh -c '\''
520 if test -d "$1"; then
521 test -d "$1/.";
522 else
523 case $1 in #(
524 -*)set "./$1";;
525 esac;
526 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
527 ???[sx]*):;;*)false;;esac;fi
528 '\'' sh
529 '
530 fi
531 as_executable_p=$as_test_x
550 as_test_x='test -x'
551 as_executable_p=as_fn_executable_p
532552
533553 # Sed expression to map a string onto a valid CPP name.
534554 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12921312 if test "x$host_alias" != x; then
12931313 if test "x$build_alias" = x; then
12941314 cross_compiling=maybe
1295 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1296 If a cross compiler is detected then cross compile mode will be used" >&2
12971315 elif test "x$build_alias" != "x$host_alias"; then
12981316 cross_compiling=yes
12991317 fi
16191637 if $ac_init_version; then
16201638 cat <<\_ACEOF
16211639 configure
1622 generated by GNU Autoconf 2.68
1623
1624 Copyright (C) 2010 Free Software Foundation, Inc.
1640 generated by GNU Autoconf 2.69
1641
1642 Copyright (C) 2012 Free Software Foundation, Inc.
16251643 This configure script is free software; the Free Software Foundation
16261644 gives unlimited permission to copy, distribute and modify it.
16271645 _ACEOF
16971715 test ! -s conftest.err
16981716 } && test -s conftest$ac_exeext && {
16991717 test "$cross_compiling" = yes ||
1700 $as_test_x conftest$ac_exeext
1718 test -x conftest$ac_exeext
17011719 }; then :
17021720 ac_retval=0
17031721 else
20842102 running configure, to aid debugging if configure makes a mistake.
20852103
20862104 It was created by $as_me, which was
2087 generated by GNU Autoconf 2.68. Invocation command line was
2105 generated by GNU Autoconf 2.69. Invocation command line was
20882106
20892107 $ $0 $@
20902108
25022520 # by default.
25032521 for ac_prog in ginstall scoinst install; do
25042522 for ac_exec_ext in '' $ac_executable_extensions; do
2505 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2523 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
25062524 if test $ac_prog = install &&
25072525 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
25082526 # AIX install. It has an incompatible calling convention.
26712689 IFS=$as_save_IFS
26722690 test -z "$as_dir" && as_dir=.
26732691 for ac_exec_ext in '' $ac_executable_extensions; do
2674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26752693 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
26762694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26772695 break 2
27112729 IFS=$as_save_IFS
27122730 test -z "$as_dir" && as_dir=.
27132731 for ac_exec_ext in '' $ac_executable_extensions; do
2714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27152733 ac_cv_prog_ac_ct_STRIP="strip"
27162734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27172735 break 2
27622780 test -z "$as_dir" && as_dir=.
27632781 for ac_prog in mkdir gmkdir; do
27642782 for ac_exec_ext in '' $ac_executable_extensions; do
2765 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2783 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
27662784 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
27672785 'mkdir (GNU coreutils) '* | \
27682786 'mkdir (coreutils) '* | \
28152833 IFS=$as_save_IFS
28162834 test -z "$as_dir" && as_dir=.
28172835 for ac_exec_ext in '' $ac_executable_extensions; do
2818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2836 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28192837 ac_cv_prog_AWK="$ac_prog"
28202838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28212839 break 2
29012919
29022920 # Define the identity of the package.
29032921 PACKAGE=suricata
2904 VERSION=1.3.4
2922 VERSION=1.3.5
29052923
29062924
29072925 cat >>confdefs.h <<_ACEOF
29412959
29422960
29432961
2962 CFLAGS="${CFLAGS} -DRELEASE"
29442963
29452964 ac_ext=c
29462965 ac_cpp='$CPP $CPPFLAGS'
30333052 IFS=$as_save_IFS
30343053 test -z "$as_dir" && as_dir=.
30353054 for ac_exec_ext in '' $ac_executable_extensions; do
3036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3055 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30373056 ac_cv_prog_CC="${ac_tool_prefix}gcc"
30383057 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
30393058 break 2
30733092 IFS=$as_save_IFS
30743093 test -z "$as_dir" && as_dir=.
30753094 for ac_exec_ext in '' $ac_executable_extensions; do
3076 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3095 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
30773096 ac_cv_prog_ac_ct_CC="gcc"
30783097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
30793098 break 2
31263145 IFS=$as_save_IFS
31273146 test -z "$as_dir" && as_dir=.
31283147 for ac_exec_ext in '' $ac_executable_extensions; do
3129 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31303149 ac_cv_prog_CC="${ac_tool_prefix}cc"
31313150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
31323151 break 2
31673186 IFS=$as_save_IFS
31683187 test -z "$as_dir" && as_dir=.
31693188 for ac_exec_ext in '' $ac_executable_extensions; do
3170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3189 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
31713190 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
31723191 ac_prog_rejected=yes
31733192 continue
32253244 IFS=$as_save_IFS
32263245 test -z "$as_dir" && as_dir=.
32273246 for ac_exec_ext in '' $ac_executable_extensions; do
3228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3247 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
32293248 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
32303249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
32313250 break 2
32693288 IFS=$as_save_IFS
32703289 test -z "$as_dir" && as_dir=.
32713290 for ac_exec_ext in '' $ac_executable_extensions; do
3272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3291 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
32733292 ac_cv_prog_ac_ct_CC="$ac_prog"
32743293 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
32753294 break 2
37153734 /* end confdefs.h. */
37163735 #include <stdarg.h>
37173736 #include <stdio.h>
3718 #include <sys/types.h>
3719 #include <sys/stat.h>
3737 struct stat;
37203738 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
37213739 struct buf { int x; };
37223740 FILE * (*rcsopen) (struct buf *, struct stat *, int);
42934311 for ac_prog in sed gsed; do
42944312 for ac_exec_ext in '' $ac_executable_extensions; do
42954313 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4296 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4314 as_fn_executable_p "$ac_path_SED" || continue
42974315 # Check for GNU ac_path_SED and select it if it is found.
42984316 # Check for GNU $ac_path_SED
42994317 case `"$ac_path_SED" --version 2>&1` in
43694387 for ac_prog in grep ggrep; do
43704388 for ac_exec_ext in '' $ac_executable_extensions; do
43714389 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4372 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4390 as_fn_executable_p "$ac_path_GREP" || continue
43734391 # Check for GNU ac_path_GREP and select it if it is found.
43744392 # Check for GNU $ac_path_GREP
43754393 case `"$ac_path_GREP" --version 2>&1` in
44354453 for ac_prog in egrep; do
44364454 for ac_exec_ext in '' $ac_executable_extensions; do
44374455 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4438 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4456 as_fn_executable_p "$ac_path_EGREP" || continue
44394457 # Check for GNU ac_path_EGREP and select it if it is found.
44404458 # Check for GNU $ac_path_EGREP
44414459 case `"$ac_path_EGREP" --version 2>&1` in
45024520 for ac_prog in fgrep; do
45034521 for ac_exec_ext in '' $ac_executable_extensions; do
45044522 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4505 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4523 as_fn_executable_p "$ac_path_FGREP" || continue
45064524 # Check for GNU ac_path_FGREP and select it if it is found.
45074525 # Check for GNU $ac_path_FGREP
45084526 case `"$ac_path_FGREP" --version 2>&1` in
47584776 IFS=$as_save_IFS
47594777 test -z "$as_dir" && as_dir=.
47604778 for ac_exec_ext in '' $ac_executable_extensions; do
4761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4779 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
47624780 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
47634781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
47644782 break 2
48024820 IFS=$as_save_IFS
48034821 test -z "$as_dir" && as_dir=.
48044822 for ac_exec_ext in '' $ac_executable_extensions; do
4805 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4823 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
48064824 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
48074825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
48084826 break 2
52265244 IFS=$as_save_IFS
52275245 test -z "$as_dir" && as_dir=.
52285246 for ac_exec_ext in '' $ac_executable_extensions; do
5229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5247 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
52305248 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
52315249 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
52325250 break 2
52665284 IFS=$as_save_IFS
52675285 test -z "$as_dir" && as_dir=.
52685286 for ac_exec_ext in '' $ac_executable_extensions; do
5269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5287 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
52705288 ac_cv_prog_ac_ct_OBJDUMP="objdump"
52715289 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
52725290 break 2
55725590 IFS=$as_save_IFS
55735591 test -z "$as_dir" && as_dir=.
55745592 for ac_exec_ext in '' $ac_executable_extensions; do
5575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5593 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
55765594 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
55775595 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
55785596 break 2
56125630 IFS=$as_save_IFS
56135631 test -z "$as_dir" && as_dir=.
56145632 for ac_exec_ext in '' $ac_executable_extensions; do
5615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5633 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
56165634 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
56175635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56185636 break 2
57165734 IFS=$as_save_IFS
57175735 test -z "$as_dir" && as_dir=.
57185736 for ac_exec_ext in '' $ac_executable_extensions; do
5719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5737 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
57205738 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
57215739 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
57225740 break 2
57605778 IFS=$as_save_IFS
57615779 test -z "$as_dir" && as_dir=.
57625780 for ac_exec_ext in '' $ac_executable_extensions; do
5763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
57645782 ac_cv_prog_ac_ct_AR="$ac_prog"
57655783 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
57665784 break 2
58855903 IFS=$as_save_IFS
58865904 test -z "$as_dir" && as_dir=.
58875905 for ac_exec_ext in '' $ac_executable_extensions; do
5888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
58895907 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
58905908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
58915909 break 2
59255943 IFS=$as_save_IFS
59265944 test -z "$as_dir" && as_dir=.
59275945 for ac_exec_ext in '' $ac_executable_extensions; do
5928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5946 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
59295947 ac_cv_prog_ac_ct_STRIP="strip"
59305948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
59315949 break 2
59846002 IFS=$as_save_IFS
59856003 test -z "$as_dir" && as_dir=.
59866004 for ac_exec_ext in '' $ac_executable_extensions; do
5987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
59886006 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
59896007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
59906008 break 2
60246042 IFS=$as_save_IFS
60256043 test -z "$as_dir" && as_dir=.
60266044 for ac_exec_ext in '' $ac_executable_extensions; do
6027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6045 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
60286046 ac_cv_prog_ac_ct_RANLIB="ranlib"
60296047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
60306048 break 2
66736691 IFS=$as_save_IFS
66746692 test -z "$as_dir" && as_dir=.
66756693 for ac_exec_ext in '' $ac_executable_extensions; do
6676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6694 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
66776695 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
66786696 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66796697 break 2
67136731 IFS=$as_save_IFS
67146732 test -z "$as_dir" && as_dir=.
67156733 for ac_exec_ext in '' $ac_executable_extensions; do
6716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6734 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
67176735 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
67186736 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
67196737 break 2
67936811 IFS=$as_save_IFS
67946812 test -z "$as_dir" && as_dir=.
67956813 for ac_exec_ext in '' $ac_executable_extensions; do
6796 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6814 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
67976815 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
67986816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
67996817 break 2
68336851 IFS=$as_save_IFS
68346852 test -z "$as_dir" && as_dir=.
68356853 for ac_exec_ext in '' $ac_executable_extensions; do
6836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6854 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
68376855 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
68386856 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
68396857 break 2
68856903 IFS=$as_save_IFS
68866904 test -z "$as_dir" && as_dir=.
68876905 for ac_exec_ext in '' $ac_executable_extensions; do
6888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6906 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
68896907 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
68906908 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
68916909 break 2
69256943 IFS=$as_save_IFS
69266944 test -z "$as_dir" && as_dir=.
69276945 for ac_exec_ext in '' $ac_executable_extensions; do
6928 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6946 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
69296947 ac_cv_prog_ac_ct_NMEDIT="nmedit"
69306948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
69316949 break 2
69776995 IFS=$as_save_IFS
69786996 test -z "$as_dir" && as_dir=.
69796997 for ac_exec_ext in '' $ac_executable_extensions; do
6980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6998 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
69816999 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
69827000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
69837001 break 2
70177035 IFS=$as_save_IFS
70187036 test -z "$as_dir" && as_dir=.
70197037 for ac_exec_ext in '' $ac_executable_extensions; do
7020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7038 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
70217039 ac_cv_prog_ac_ct_LIPO="lipo"
70227040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
70237041 break 2
70697087 IFS=$as_save_IFS
70707088 test -z "$as_dir" && as_dir=.
70717089 for ac_exec_ext in '' $ac_executable_extensions; do
7072 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7090 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
70737091 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
70747092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
70757093 break 2
71097127 IFS=$as_save_IFS
71107128 test -z "$as_dir" && as_dir=.
71117129 for ac_exec_ext in '' $ac_executable_extensions; do
7112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7130 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
71137131 ac_cv_prog_ac_ct_OTOOL="otool"
71147132 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
71157133 break 2
71617179 IFS=$as_save_IFS
71627180 test -z "$as_dir" && as_dir=.
71637181 for ac_exec_ext in '' $ac_executable_extensions; do
7164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7182 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
71657183 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
71667184 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
71677185 break 2
72017219 IFS=$as_save_IFS
72027220 test -z "$as_dir" && as_dir=.
72037221 for ac_exec_ext in '' $ac_executable_extensions; do
7204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
72057223 ac_cv_prog_ac_ct_OTOOL64="otool64"
72067224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
72077225 break 2
1170411722 # Only expand once:
1170511723
1170611724
11707 CFLAGS="$CFLAGS -DRELEASE"
11725
1170811726
1170911727
1171011728
1174911767 IFS=$as_save_IFS
1175011768 test -z "$as_dir" && as_dir=.
1175111769 for ac_exec_ext in '' $ac_executable_extensions; do
11752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11770 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1175311771 ac_cv_prog_AWK="$ac_prog"
1175411772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1175511773 break 2
1179511813 IFS=$as_save_IFS
1179611814 test -z "$as_dir" && as_dir=.
1179711815 for ac_exec_ext in '' $ac_executable_extensions; do
11798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11816 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1179911817 ac_cv_prog_CC="${ac_tool_prefix}gcc"
1180011818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1180111819 break 2
1183511853 IFS=$as_save_IFS
1183611854 test -z "$as_dir" && as_dir=.
1183711855 for ac_exec_ext in '' $ac_executable_extensions; do
11838 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11856 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1183911857 ac_cv_prog_ac_ct_CC="gcc"
1184011858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1184111859 break 2
1188811906 IFS=$as_save_IFS
1188911907 test -z "$as_dir" && as_dir=.
1189011908 for ac_exec_ext in '' $ac_executable_extensions; do
11891 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11909 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1189211910 ac_cv_prog_CC="${ac_tool_prefix}cc"
1189311911 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1189411912 break 2
1192911947 IFS=$as_save_IFS
1193011948 test -z "$as_dir" && as_dir=.
1193111949 for ac_exec_ext in '' $ac_executable_extensions; do
11932 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11950 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1193311951 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1193411952 ac_prog_rejected=yes
1193511953 continue
1198712005 IFS=$as_save_IFS
1198812006 test -z "$as_dir" && as_dir=.
1198912007 for ac_exec_ext in '' $ac_executable_extensions; do
11990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1199112009 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1199212010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1199312011 break 2
1203112049 IFS=$as_save_IFS
1203212050 test -z "$as_dir" && as_dir=.
1203312051 for ac_exec_ext in '' $ac_executable_extensions; do
12034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12052 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1203512053 ac_cv_prog_ac_ct_CC="$ac_prog"
1203612054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1203712055 break 2
1222712245 /* end confdefs.h. */
1222812246 #include <stdarg.h>
1222912247 #include <stdio.h>
12230 #include <sys/types.h>
12231 #include <sys/stat.h>
12248 struct stat;
1223212249 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
1223312250 struct buf { int x; };
1223412251 FILE * (*rcsopen) (struct buf *, struct stat *, int);
1264012657 IFS=$as_save_IFS
1264112658 test -z "$as_dir" && as_dir=.
1264212659 for ac_exec_ext in '' $ac_executable_extensions; do
12643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12660 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1264412661 ac_cv_path_HAVE_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1264512662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1264612663 break 2
1269012707 IFS=$as_save_IFS
1269112708 test -z "$as_dir" && as_dir=.
1269212709 for ac_exec_ext in '' $ac_executable_extensions; do
12693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12710 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1269412711 ac_cv_path_HAVE_COCCINELLE_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1269512712 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1269612713 break 2
1284812865 main ()
1284912866 {
1285012867 static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 1))];
12851 test_array [0] = 0
12868 test_array [0] = 0;
12869 return test_array [0];
1285212870
1285312871 ;
1285412872 return 0;
1286312881 {
1286412882 static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 1)
1286512883 < ($ac_type) (((($ac_type) 1 << (32 - 2)) - 1) * 2 + 2))];
12866 test_array [0] = 0
12884 test_array [0] = 0;
12885 return test_array [0];
1286712886
1286812887 ;
1286912888 return 0;
1291212931 main ()
1291312932 {
1291412933 static int test_array [1 - 2 * !(($ac_type) -1 >> (16 - 1) == 1)];
12915 test_array [0] = 0
12934 test_array [0] = 0;
12935 return test_array [0];
1291612936
1291712937 ;
1291812938 return 0;
1295812978 main ()
1295912979 {
1296012980 static int test_array [1 - 2 * !(($ac_type) -1 >> (32 - 1) == 1)];
12961 test_array [0] = 0
12981 test_array [0] = 0;
12982 return test_array [0];
1296212983
1296312984 ;
1296412985 return 0;
1300613027 main ()
1300713028 {
1300813029 static int test_array [1 - 2 * !(($ac_type) -1 >> (64 - 1) == 1)];
13009 test_array [0] = 0
13030 test_array [0] = 0;
13031 return test_array [0];
1301013032
1301113033 ;
1301213034 return 0;
1305413076 main ()
1305513077 {
1305613078 static int test_array [1 - 2 * !(($ac_type) -1 >> (8 - 1) == 1)];
13057 test_array [0] = 0
13079 test_array [0] = 0;
13080 return test_array [0];
1305813081
1305913082 ;
1306013083 return 0;
1309413117 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1309513118 /* end confdefs.h. */
1309613119
13097 #include <stdbool.h>
13098 #ifndef bool
13099 "error: bool is not defined"
13100 #endif
13101 #ifndef false
13102 "error: false is not defined"
13103 #endif
13104 #if false
13105 "error: false is not 0"
13106 #endif
13107 #ifndef true
13108 "error: true is not defined"
13109 #endif
13110 #if true != 1
13111 "error: true is not 1"
13112 #endif
13113 #ifndef __bool_true_false_are_defined
13114 "error: __bool_true_false_are_defined is not defined"
13115 #endif
13116
13117 struct s { _Bool s: 1; _Bool t; } s;
13118
13119 char a[true == 1 ? 1 : -1];
13120 char b[false == 0 ? 1 : -1];
13121 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
13122 char d[(bool) 0.5 == true ? 1 : -1];
13123 /* See body of main program for 'e'. */
13124 char f[(_Bool) 0.0 == false ? 1 : -1];
13125 char g[true];
13126 char h[sizeof (_Bool)];
13127 char i[sizeof s.t];
13128 enum { j = false, k = true, l = false * true, m = true * 256 };
13129 /* The following fails for
13130 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
13131 _Bool n[m];
13132 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
13133 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
13134 /* Catch a bug in an HP-UX C compiler. See
13135 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
13136 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
13137 */
13138 _Bool q = true;
13139 _Bool *pq = &q;
13120 #include <stdbool.h>
13121 #ifndef bool
13122 "error: bool is not defined"
13123 #endif
13124 #ifndef false
13125 "error: false is not defined"
13126 #endif
13127 #if false
13128 "error: false is not 0"
13129 #endif
13130 #ifndef true
13131 "error: true is not defined"
13132 #endif
13133 #if true != 1
13134 "error: true is not 1"
13135 #endif
13136 #ifndef __bool_true_false_are_defined
13137 "error: __bool_true_false_are_defined is not defined"
13138 #endif
13139
13140 struct s { _Bool s: 1; _Bool t; } s;
13141
13142 char a[true == 1 ? 1 : -1];
13143 char b[false == 0 ? 1 : -1];
13144 char c[__bool_true_false_are_defined == 1 ? 1 : -1];
13145 char d[(bool) 0.5 == true ? 1 : -1];
13146 /* See body of main program for 'e'. */
13147 char f[(_Bool) 0.0 == false ? 1 : -1];
13148 char g[true];
13149 char h[sizeof (_Bool)];
13150 char i[sizeof s.t];
13151 enum { j = false, k = true, l = false * true, m = true * 256 };
13152 /* The following fails for
13153 HP aC++/ANSI C B3910B A.05.55 [Dec 04 2003]. */
13154 _Bool n[m];
13155 char o[sizeof n == m * sizeof n[0] ? 1 : -1];
13156 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
13157 /* Catch a bug in an HP-UX C compiler. See
13158 http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
13159 http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
13160 */
13161 _Bool q = true;
13162 _Bool *pq = &q;
1314013163
1314113164 int
1314213165 main ()
1314313166 {
1314413167
13145 bool e = &s;
13146 *pq |= q;
13147 *pq |= ! q;
13148 /* Refer to every declared value, to avoid compiler optimizations. */
13149 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
13150 + !m + !n + !o + !p + !q + !pq);
13168 bool e = &s;
13169 *pq |= q;
13170 *pq |= ! q;
13171 /* Refer to every declared value, to avoid compiler optimizations. */
13172 return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
13173 + !m + !n + !o + !p + !q + !pq);
1315113174
1315213175 ;
1315313176 return 0;
1316213185 fi
1316313186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdbool_h" >&5
1316413187 $as_echo "$ac_cv_header_stdbool_h" >&6; }
13165 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
13188 ac_fn_c_check_type "$LINENO" "_Bool" "ac_cv_type__Bool" "$ac_includes_default"
1316613189 if test "x$ac_cv_type__Bool" = xyes; then :
1316713190
1316813191 cat >>confdefs.h <<_ACEOF
1317113194
1317213195
1317313196 fi
13197
1317413198
1317513199 if test $ac_cv_header_stdbool_h = yes; then
1317613200
1352413548 esac
1352513549 rm -rf conftest*
1352613550 fi
13551
13552
1352713553 fi
1352813554
1352913555
1478914815 IFS=$as_save_IFS
1479014816 test -z "$as_dir" && as_dir=.
1479114817 for ac_exec_ext in '' $ac_executable_extensions; do
14792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1479314819 ac_cv_path_LIBPRELUDE_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1479414820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1479514821 break 2
1578615812 IFS=$as_save_IFS
1578715813 test -z "$as_dir" && as_dir=.
1578815814 for ac_exec_ext in '' $ac_executable_extensions; do
15789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1579015816 ac_cv_path_HAVE_PCAP_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1579115817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1579215818 break 2
1594415970 IFS=$as_save_IFS
1594515971 test -z "$as_dir" && as_dir=.
1594615972 for ac_exec_ext in '' $ac_executable_extensions; do
15947 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15973 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1594815974 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1594915975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1595015976 break 2
1598716013 IFS=$as_save_IFS
1598816014 test -z "$as_dir" && as_dir=.
1598916015 for ac_exec_ext in '' $ac_executable_extensions; do
15990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16016 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1599116017 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
1599216018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1599316019 break 2
1646316489 IFS=$as_save_IFS
1646416490 test -z "$as_dir" && as_dir=.
1646516491 for ac_exec_ext in '' $ac_executable_extensions; do
16466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16492 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1646716493 ac_cv_path_NVCC="$as_dir/$ac_word$ac_exec_ext"
1646816494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1646916495 break 2
1653416560 IFS=$as_save_IFS
1653516561 test -z "$as_dir" && as_dir=.
1653616562 for ac_exec_ext in '' $ac_executable_extensions; do
16537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16563 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1653816564 ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
1653916565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1654016566 break 2
1785217878 # ... but there are two gotchas:
1785317879 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1785417880 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17855 # In both cases, we have to default to `cp -p'.
17881 # In both cases, we have to default to `cp -pR'.
1785617882 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17857 as_ln_s='cp -p'
17883 as_ln_s='cp -pR'
1785817884 elif ln conf$$.file conf$$ 2>/dev/null; then
1785917885 as_ln_s=ln
1786017886 else
17861 as_ln_s='cp -p'
17887 as_ln_s='cp -pR'
1786217888 fi
1786317889 else
17864 as_ln_s='cp -p'
17890 as_ln_s='cp -pR'
1786517891 fi
1786617892 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1786717893 rmdir conf$$.dir 2>/dev/null
1792117947 as_mkdir_p=false
1792217948 fi
1792317949
17924 if test -x / >/dev/null 2>&1; then
17925 as_test_x='test -x'
17926 else
17927 if ls -dL / >/dev/null 2>&1; then
17928 as_ls_L_option=L
17929 else
17930 as_ls_L_option=
17931 fi
17932 as_test_x='
17933 eval sh -c '\''
17934 if test -d "$1"; then
17935 test -d "$1/.";
17936 else
17937 case $1 in #(
17938 -*)set "./$1";;
17939 esac;
17940 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
17941 ???[sx]*):;;*)false;;esac;fi
17942 '\'' sh
17943 '
17944 fi
17945 as_executable_p=$as_test_x
17950
17951 # as_fn_executable_p FILE
17952 # -----------------------
17953 # Test if FILE is an executable regular file.
17954 as_fn_executable_p ()
17955 {
17956 test -f "$1" && test -x "$1"
17957 } # as_fn_executable_p
17958 as_test_x='test -x'
17959 as_executable_p=as_fn_executable_p
1794617960
1794717961 # Sed expression to map a string onto a valid CPP name.
1794817962 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1796417978 # values after options handling.
1796517979 ac_log="
1796617980 This file was extended by $as_me, which was
17967 generated by GNU Autoconf 2.68. Invocation command line was
17981 generated by GNU Autoconf 2.69. Invocation command line was
1796817982
1796917983 CONFIG_FILES = $CONFIG_FILES
1797017984 CONFIG_HEADERS = $CONFIG_HEADERS
1803018044 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1803118045 ac_cs_version="\\
1803218046 config.status
18033 configured by $0, generated by GNU Autoconf 2.68,
18047 configured by $0, generated by GNU Autoconf 2.69,
1803418048 with options \\"\$ac_cs_config\\"
1803518049
18036 Copyright (C) 2010 Free Software Foundation, Inc.
18050 Copyright (C) 2012 Free Software Foundation, Inc.
1803718051 This config.status script is free software; the Free Software Foundation
1803818052 gives unlimited permission to copy, distribute and modify it."
1803918053
1812418138 _ACEOF
1812518139 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1812618140 if \$ac_cs_recheck; then
18127 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
18141 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1812818142 shift
1812918143 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1813018144 CONFIG_SHELL='$SHELL'
22 AC_INIT(configure.in)
33
44 AM_CONFIG_HEADER(config.h)
5 AM_INIT_AUTOMAKE(suricata, 1.3.4)
5 AM_INIT_AUTOMAKE(suricata, 1.3.5)
6 CFLAGS="${CFLAGS} -DRELEASE"
67
78 AC_LANG_C
89 AC_PROG_CC_C99
910 AC_PROG_LIBTOOL
10 CFLAGS="$CFLAGS -DRELEASE"
11
1112 AC_DEFUN([FAIL_MESSAGE],[
1213 echo
1314 echo
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2011-12-04.11; # UTC
3 scriptversion=2012-03-27.16; # UTC
44
55 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010,
6 # 2011 Free Software Foundation, Inc.
6 # 2011, 2012 Free Software Foundation, Inc.
77
88 # This program is free software; you can redistribute it and/or modify
99 # it under the terms of the GNU General Public License as published by
2727
2828 case $1 in
2929 '')
30 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
30 echo "$0: No command. Try '$0 --help' for more information." 1>&2
3131 exit 1;
3232 ;;
3333 -h | --h*)
3939
4040 Environment variables:
4141 depmode Dependency tracking mode.
42 source Source file read by `PROGRAMS ARGS'.
43 object Object file output by `PROGRAMS ARGS'.
42 source Source file read by 'PROGRAMS ARGS'.
43 object Object file output by 'PROGRAMS ARGS'.
4444 DEPDIR directory where to store dependencies.
4545 depfile Dependency file to output.
4646 tmpdepfile Temporary file to use when outputting dependencies.
5656 ;;
5757 esac
5858
59 # A tabulation character.
60 tab=' '
61 # A newline character.
62 nl='
63 '
64
5965 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
6066 echo "depcomp: Variables source, object and depmode must be set" 1>&2
6167 exit 1
99105 # slashes to satisfy depend.m4
100106 cygpath_u='sed s,\\\\,/,g'
101107 depmode=msvc7
108 fi
109
110 if test "$depmode" = xlc; then
111 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
112 gccflag=-qmakedep=gcc,-MF
113 depmode=gcc
102114 fi
103115
104116 case "$depmode" in
155167 ## The second -e expression handles DOS-style file names with drive letters.
156168 sed -e 's/^[^:]*: / /' \
157169 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
158 ## This next piece of magic avoids the `deleted header file' problem.
170 ## This next piece of magic avoids the "deleted header file" problem.
159171 ## The problem is that when a header file which appears in a .P file
160172 ## is deleted, the dependency causes make to die (because there is
161173 ## typically no way to rebuild the header). We avoid this by adding
162174 ## dummy dependencies for each header file. Too bad gcc doesn't do
163175 ## this for us directly.
164 tr ' ' '
165 ' < "$tmpdepfile" |
166 ## Some versions of gcc put a space before the `:'. On the theory
176 tr ' ' "$nl" < "$tmpdepfile" |
177 ## Some versions of gcc put a space before the ':'. On the theory
167178 ## that the space means something, we add a space to the output as
168179 ## well. hp depmode also adds that space, but also prefixes the VPATH
169180 ## to the object. Take care to not repeat it in the output.
202213 # clever and replace this with sed code, as IRIX sed won't handle
203214 # lines with more than a fixed number of characters (4096 in
204215 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
205 # the IRIX cc adds comments like `#:fec' to the end of the
216 # the IRIX cc adds comments like '#:fec' to the end of the
206217 # dependency line.
207 tr ' ' '
208 ' < "$tmpdepfile" \
218 tr ' ' "$nl" < "$tmpdepfile" \
209219 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
210 tr '
211 ' ' ' >> "$depfile"
220 tr "$nl" ' ' >> "$depfile"
212221 echo >> "$depfile"
213222
214223 # The second pass generates a dummy entry for each header file.
215 tr ' ' '
216 ' < "$tmpdepfile" \
224 tr ' ' "$nl" < "$tmpdepfile" \
217225 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
218226 >> "$depfile"
219227 else
225233 rm -f "$tmpdepfile"
226234 ;;
227235
236 xlc)
237 # This case exists only to let depend.m4 do its work. It works by
238 # looking at the text of this script. This case will never be run,
239 # since it is checked for above.
240 exit 1
241 ;;
242
228243 aix)
229244 # The C for AIX Compiler uses -M and outputs the dependencies
230245 # in a .u file. In older versions, this file always lives in the
231 # current directory. Also, the AIX compiler puts `$object:' at the
246 # current directory. Also, the AIX compiler puts '$object:' at the
232247 # start of each line; $object doesn't have directory information.
233248 # Version 6 uses the directory in both cases.
234249 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
258273 test -f "$tmpdepfile" && break
259274 done
260275 if test -f "$tmpdepfile"; then
261 # Each line is of the form `foo.o: dependent.h'.
276 # Each line is of the form 'foo.o: dependent.h'.
262277 # Do two passes, one to just change these to
263 # `$object: dependent.h' and one to simply `dependent.h:'.
278 # '$object: dependent.h' and one to simply 'dependent.h:'.
264279 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
265 # That's a tab and a space in the [].
266 sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
280 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
267281 else
268282 # The sourcefile does not contain any dependencies, so just
269283 # store a dummy comment line, to avoid errors with the Makefile
274288 ;;
275289
276290 icc)
277 # Intel's C compiler understands `-MD -MF file'. However on
278 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
291 # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'.
292 # However on
293 # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c
279294 # ICC 7.0 will fill foo.d with something like
280295 # foo.o: sub/foo.c
281296 # foo.o: sub/foo.h
282 # which is wrong. We want:
297 # which is wrong. We want
283298 # sub/foo.o: sub/foo.c
284299 # sub/foo.o: sub/foo.h
285300 # sub/foo.c:
286301 # sub/foo.h:
287302 # ICC 7.1 will output
288303 # foo.o: sub/foo.c sub/foo.h
289 # and will wrap long lines using \ :
304 # and will wrap long lines using '\':
290305 # foo.o: sub/foo.c ... \
291306 # sub/foo.h ... \
292307 # ...
293
308 # tcc 0.9.26 (FIXME still under development at the moment of writing)
309 # will emit a similar output, but also prepend the continuation lines
310 # with horizontal tabulation characters.
294311 "$@" -MD -MF "$tmpdepfile"
295312 stat=$?
296313 if test $stat -eq 0; then :
299316 exit $stat
300317 fi
301318 rm -f "$depfile"
302 # Each line is of the form `foo.o: dependent.h',
303 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
319 # Each line is of the form 'foo.o: dependent.h',
320 # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'.
304321 # Do two passes, one to just change these to
305 # `$object: dependent.h' and one to simply `dependent.h:'.
306 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
307 # Some versions of the HPUX 10.20 sed can't process this invocation
308 # correctly. Breaking it into two sed invocations is a workaround.
309 sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
310 sed -e 's/$/ :/' >> "$depfile"
322 # '$object: dependent.h' and one to simply 'dependent.h:'.
323 sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \
324 < "$tmpdepfile" > "$depfile"
325 sed '
326 s/[ '"$tab"'][ '"$tab"']*/ /g
327 s/^ *//
328 s/ *\\*$//
329 s/^[^:]*: *//
330 /^$/d
331 /:$/d
332 s/$/ :/
333 ' < "$tmpdepfile" >> "$depfile"
311334 rm -f "$tmpdepfile"
312335 ;;
313336
343366 done
344367 if test -f "$tmpdepfile"; then
345368 sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
346 # Add `dependent.h:' lines.
369 # Add 'dependent.h:' lines.
347370 sed -ne '2,${
348371 s/^ *//
349372 s/ \\*$//
358381
359382 tru64)
360383 # The Tru64 compiler uses -MD to generate dependencies as a side
361 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
384 # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
362385 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
363 # dependencies in `foo.d' instead, so we check for that too.
386 # dependencies in 'foo.d' instead, so we check for that too.
364387 # Subdirectories are respected.
365388 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
366389 test "x$dir" = "x$object" && dir=
406429 done
407430 if test -f "$tmpdepfile"; then
408431 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
409 # That's a tab and a space in the [].
410 sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
432 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
411433 else
412434 echo "#dummy" > "$depfile"
413435 fi
442464 p
443465 }' | $cygpath_u | sort -u | sed -n '
444466 s/ /\\ /g
445 s/\(.*\)/ \1 \\/p
467 s/\(.*\)/'"$tab"'\1 \\/p
446468 s/.\(.*\) \\/\1:/
447469 H
448470 $ {
449 s/.*/ /
471 s/.*/'"$tab"'/
450472 G
451473 p
452474 }' >> "$depfile"
477499 shift
478500 fi
479501
480 # Remove `-o $object'.
502 # Remove '-o $object'.
481503 IFS=" "
482504 for arg
483505 do
497519 done
498520
499521 test -z "$dashmflag" && dashmflag=-M
500 # Require at least two characters before searching for `:'
522 # Require at least two characters before searching for ':'
501523 # in the target name. This is to cope with DOS-style filenames:
502 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
524 # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
503525 "$@" $dashmflag |
504 sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
526 sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"
505527 rm -f "$depfile"
506528 cat < "$tmpdepfile" > "$depfile"
507 tr ' ' '
508 ' < "$tmpdepfile" | \
529 tr ' ' "$nl" < "$tmpdepfile" | \
509530 ## Some versions of the HPUX 10.20 sed can't process this invocation
510531 ## correctly. Breaking it into two sed invocations is a workaround.
511532 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
561582 # makedepend may prepend the VPATH from the source file name to the object.
562583 # No need to regex-escape $object, excess matching of '.' is harmless.
563584 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
564 sed '1,2d' "$tmpdepfile" | tr ' ' '
565 ' | \
585 sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \
566586 ## Some versions of the HPUX 10.20 sed can't process this invocation
567587 ## correctly. Breaking it into two sed invocations is a workaround.
568588 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
582602 shift
583603 fi
584604
585 # Remove `-o $object'.
605 # Remove '-o $object'.
586606 IFS=" "
587607 for arg
588608 do
651671 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
652672 rm -f "$depfile"
653673 echo "$object : \\" > "$depfile"
654 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
655 echo " " >> "$depfile"
674 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
675 echo "$tab" >> "$depfile"
656676 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
657677 rm -f "$tmpdepfile"
658678 ;;
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1414
1515 @SET_MAKE@
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
20 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
31 esac; \
32 test $$am__dry = yes; \
33 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
4865 CONFIG_CLEAN_VPATH_FILES =
4966 SOURCES =
5067 DIST_SOURCES =
68 am__can_run_installinfo = \
69 case $$AM_UPDATE_INFO_DIR in \
70 n|no|NO) false;; \
71 *) (install-info --version) >/dev/null 2>&1;; \
72 esac
5173 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5274 ACLOCAL = @ACLOCAL@
5375 AMTAR = @AMTAR@
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1515 @SET_MAKE@
1616
1717 VPATH = @srcdir@
18 am__make_dryrun = \
19 { \
20 am__dry=no; \
21 case $$MAKEFLAGS in \
22 *\\[\ \ ]*) \
23 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
24 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
25 *) \
26 for am__flg in $$MAKEFLAGS; do \
27 case $$am__flg in \
28 *=*|--*) ;; \
29 *n*) am__dry=yes; break;; \
30 esac; \
31 done;; \
32 esac; \
33 test $$am__dry = yes; \
34 }
1835 pkgdatadir = $(datadir)/@PACKAGE@
1936 pkgincludedir = $(includedir)/@PACKAGE@
2037 pkglibdir = $(libdir)/@PACKAGE@
5875 install-pdf-recursive install-ps-recursive install-recursive \
5976 installcheck-recursive installdirs-recursive pdf-recursive \
6077 ps-recursive uninstall-recursive
78 am__can_run_installinfo = \
79 case $$AM_UPDATE_INFO_DIR in \
80 n|no|NO) false;; \
81 *) (install-info --version) >/dev/null 2>&1;; \
82 esac
6183 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
6284 am__vpath_adj = case $$p in \
6385 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
322344 -rm -f libtool config.lt
323345 install-pkgconfigDATA: $(pkgconfig_DATA)
324346 @$(NORMAL_INSTALL)
325 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
326347 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
348 if test -n "$$list"; then \
349 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
350 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
351 fi; \
327352 for p in $$list; do \
328353 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
329354 echo "$$d$$p"; \
508533 done
509534 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
510535 if test "$$subdir" = .; then :; else \
511 test -d "$(distdir)/$$subdir" \
512 || $(MKDIR_P) "$(distdir)/$$subdir" \
513 || exit 1; \
514 fi; \
515 done
516 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
517 if test "$$subdir" = .; then :; else \
536 $(am__make_dryrun) \
537 || test -d "$(distdir)/$$subdir" \
538 || $(MKDIR_P) "$(distdir)/$$subdir" \
539 || exit 1; \
518540 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
519541 $(am__relativize); \
520542 new_distdir=$$reldir; \
600622 *.zip*) \
601623 unzip $(distdir).zip ;;\
602624 esac
603 chmod -R a-w $(distdir); chmod a+w $(distdir)
625 chmod -R a-w $(distdir); chmod u+w $(distdir)
604626 mkdir $(distdir)/_build
605627 mkdir $(distdir)/_inst
606628 chmod a-w $(distdir)
0 # generated automatically by aclocal 1.11.3 -*- Autoconf -*-
0 # generated automatically by aclocal 1.11.6 -*- Autoconf -*-
11
22 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
33 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
1313
1414 m4_ifndef([AC_AUTOCONF_VERSION],
1515 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17 [m4_warning([this file was generated for autoconf 2.68.
16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
17 [m4_warning([this file was generated for autoconf 2.69.
1818 You have another version of autoconf. It may work, but is not guaranteed to.
1919 If you have problems, you may need to regenerate the build system entirely.
2020 To do so, use the procedure documented by the package, typically `autoreconf'.])])
86438643 [am__api_version='1.11'
86448644 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
86458645 dnl require some minimum version. Point them to the right macro.
8646 m4_if([$1], [1.11.3], [],
8646 m4_if([$1], [1.11.6], [],
86478647 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
86488648 ])
86498649
86598659 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
86608660 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
86618661 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
8662 [AM_AUTOMAKE_VERSION([1.11.3])dnl
8662 [AM_AUTOMAKE_VERSION([1.11.6])dnl
86638663 m4_ifndef([AC_AUTOCONF_VERSION],
86648664 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
86658665 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
33 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
44 # 2011, 2012 Free Software Foundation, Inc.
55
6 timestamp='2012-02-10'
6 timestamp='2012-04-18'
77
88 # This file is (in principle) common to ALL GNU software.
99 # The presence of a machine in this file suggests that SOME GNU software
223223 ;;
224224 -isc*)
225225 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
226 ;;
227 -lynx*178)
228 os=-lynxos178
229 ;;
230 -lynx*5)
231 os=-lynxos5
226232 ;;
227233 -lynx*)
228234 os=-lynxos
15361542 c4x-* | tic4x-*)
15371543 os=-coff
15381544 ;;
1545 hexagon-*)
1546 os=-elf
1547 ;;
15391548 tic54x-*)
15401549 os=-coff
15411550 ;;
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.68.
2 # Generated by GNU Autoconf 2.69.
33 #
44 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
7 # Foundation, Inc.
5 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
86 #
97 #
108 # This configure script is free software; the Free Software Foundation
133131 # CDPATH.
134132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135133
134 # Use a proper internal environment variable to ensure we don't fall
135 # into an infinite loop, continuously re-executing ourselves.
136 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
137 _as_can_reexec=no; export _as_can_reexec;
138 # We cannot yet assume a decent shell, so we have to provide a
139 # neutralization value for shells without unset; and this also
140 # works around shells that cannot unset nonexistent variables.
141 # Preserve -v and -x to the replacement shell.
142 BASH_ENV=/dev/null
143 ENV=/dev/null
144 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
145 case $- in # ((((
146 *v*x* | *x*v* ) as_opts=-vx ;;
147 *v* ) as_opts=-v ;;
148 *x* ) as_opts=-x ;;
149 * ) as_opts= ;;
150 esac
151 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
152 # Admittedly, this is quite paranoid, since all the known shells bail
153 # out after a failed `exec'.
154 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
155 as_fn_exit 255
156 fi
157 # We don't want this to propagate to other subprocesses.
158 { _as_can_reexec=; unset _as_can_reexec;}
136159 if test "x$CONFIG_SHELL" = x; then
137160 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138161 emulate sh
166189 else
167190 exitcode=1; echo positional parameters were not saved.
168191 fi
169 test x\$exitcode = x0 || exit 1"
192 test x\$exitcode = x0 || exit 1
193 test -x / || exit 1"
170194 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171195 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172196 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
219243
220244
221245 if test "x$CONFIG_SHELL" != x; then :
222 # We cannot yet assume a decent shell, so we have to provide a
223 # neutralization value for shells without unset; and this also
224 # works around shells that cannot unset nonexistent variables.
225 # Preserve -v and -x to the replacement shell.
226 BASH_ENV=/dev/null
227 ENV=/dev/null
228 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
229 export CONFIG_SHELL
230 case $- in # ((((
231 *v*x* | *x*v* ) as_opts=-vx ;;
232 *v* ) as_opts=-v ;;
233 *x* ) as_opts=-x ;;
234 * ) as_opts= ;;
235 esac
236 exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
246 export CONFIG_SHELL
247 # We cannot yet assume a decent shell, so we have to provide a
248 # neutralization value for shells without unset; and this also
249 # works around shells that cannot unset nonexistent variables.
250 # Preserve -v and -x to the replacement shell.
251 BASH_ENV=/dev/null
252 ENV=/dev/null
253 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
254 case $- in # ((((
255 *v*x* | *x*v* ) as_opts=-vx ;;
256 *v* ) as_opts=-v ;;
257 *x* ) as_opts=-x ;;
258 * ) as_opts= ;;
259 esac
260 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
261 # Admittedly, this is quite paranoid, since all the known shells bail
262 # out after a failed `exec'.
263 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
264 exit 255
237265 fi
238266
239267 if test x$as_have_required = xno; then :
335363
336364
337365 } # as_fn_mkdir_p
366
367 # as_fn_executable_p FILE
368 # -----------------------
369 # Test if FILE is an executable regular file.
370 as_fn_executable_p ()
371 {
372 test -f "$1" && test -x "$1"
373 } # as_fn_executable_p
338374 # as_fn_append VAR VALUE
339375 # ----------------------
340376 # Append the text in VALUE to the end of the definition contained in VAR. Take
456492 chmod +x "$as_me.lineno" ||
457493 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
458494
495 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
496 # already done that, so ensure we don't try to do so again and fall
497 # in an infinite loop. This has already happened in practice.
498 _as_can_reexec=no; export _as_can_reexec
459499 # Don't try to exec as it changes $[0], causing all sort of problems
460500 # (the dirname of $[0] is not the place where we might find the
461501 # original and so on. Autoconf is especially sensitive to this).
490530 # ... but there are two gotchas:
491531 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
492532 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
493 # In both cases, we have to default to `cp -p'.
533 # In both cases, we have to default to `cp -pR'.
494534 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
495 as_ln_s='cp -p'
535 as_ln_s='cp -pR'
496536 elif ln conf$$.file conf$$ 2>/dev/null; then
497537 as_ln_s=ln
498538 else
499 as_ln_s='cp -p'
539 as_ln_s='cp -pR'
500540 fi
501541 else
502 as_ln_s='cp -p'
542 as_ln_s='cp -pR'
503543 fi
504544 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
505545 rmdir conf$$.dir 2>/dev/null
511551 as_mkdir_p=false
512552 fi
513553
514 if test -x / >/dev/null 2>&1; then
515 as_test_x='test -x'
516 else
517 if ls -dL / >/dev/null 2>&1; then
518 as_ls_L_option=L
519 else
520 as_ls_L_option=
521 fi
522 as_test_x='
523 eval sh -c '\''
524 if test -d "$1"; then
525 test -d "$1/.";
526 else
527 case $1 in #(
528 -*)set "./$1";;
529 esac;
530 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
531 ???[sx]*):;;*)false;;esac;fi
532 '\'' sh
533 '
534 fi
535 as_executable_p=$as_test_x
554 as_test_x='test -x'
555 as_executable_p=as_fn_executable_p
536556
537557 # Sed expression to map a string onto a valid CPP name.
538558 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12031223 if test "x$host_alias" != x; then
12041224 if test "x$build_alias" = x; then
12051225 cross_compiling=maybe
1206 $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1207 If a cross compiler is detected then cross compile mode will be used" >&2
12081226 elif test "x$build_alias" != "x$host_alias"; then
12091227 cross_compiling=yes
12101228 fi
14611479 if $ac_init_version; then
14621480 cat <<\_ACEOF
14631481 configure
1464 generated by GNU Autoconf 2.68
1465
1466 Copyright (C) 2010 Free Software Foundation, Inc.
1482 generated by GNU Autoconf 2.69
1483
1484 Copyright (C) 2012 Free Software Foundation, Inc.
14671485 This configure script is free software; the Free Software Foundation
14681486 gives unlimited permission to copy, distribute and modify it.
14691487 _ACEOF
15391557 test ! -s conftest.err
15401558 } && test -s conftest$ac_exeext && {
15411559 test "$cross_compiling" = yes ||
1542 $as_test_x conftest$ac_exeext
1560 test -x conftest$ac_exeext
15431561 }; then :
15441562 ac_retval=0
15451563 else
18261844 running configure, to aid debugging if configure makes a mistake.
18271845
18281846 It was created by $as_me, which was
1829 generated by GNU Autoconf 2.68. Invocation command line was
1847 generated by GNU Autoconf 2.69. Invocation command line was
18301848
18311849 $ $0 $@
18321850
22842302 # by default.
22852303 for ac_prog in ginstall scoinst install; do
22862304 for ac_exec_ext in '' $ac_executable_extensions; do
2287 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2305 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
22882306 if test $ac_prog = install &&
22892307 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
22902308 # AIX install. It has an incompatible calling convention.
24532471 IFS=$as_save_IFS
24542472 test -z "$as_dir" && as_dir=.
24552473 for ac_exec_ext in '' $ac_executable_extensions; do
2456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2474 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24572475 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
24582476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24592477 break 2
24932511 IFS=$as_save_IFS
24942512 test -z "$as_dir" && as_dir=.
24952513 for ac_exec_ext in '' $ac_executable_extensions; do
2496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2514 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24972515 ac_cv_prog_ac_ct_STRIP="strip"
24982516 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
24992517 break 2
25442562 test -z "$as_dir" && as_dir=.
25452563 for ac_prog in mkdir gmkdir; do
25462564 for ac_exec_ext in '' $ac_executable_extensions; do
2547 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2565 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
25482566 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
25492567 'mkdir (GNU coreutils) '* | \
25502568 'mkdir (coreutils) '* | \
25972615 IFS=$as_save_IFS
25982616 test -z "$as_dir" && as_dir=.
25992617 for ac_exec_ext in '' $ac_executable_extensions; do
2600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2618 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
26012619 ac_cv_prog_AWK="$ac_prog"
26022620 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
26032621 break 2
27502768 IFS=$as_save_IFS
27512769 test -z "$as_dir" && as_dir=.
27522770 for ac_exec_ext in '' $ac_executable_extensions; do
2753 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27542772 ac_cv_prog_CC="${ac_tool_prefix}gcc"
27552773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27562774 break 2
27902808 IFS=$as_save_IFS
27912809 test -z "$as_dir" && as_dir=.
27922810 for ac_exec_ext in '' $ac_executable_extensions; do
2793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2811 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27942812 ac_cv_prog_ac_ct_CC="gcc"
27952813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
27962814 break 2
28432861 IFS=$as_save_IFS
28442862 test -z "$as_dir" && as_dir=.
28452863 for ac_exec_ext in '' $ac_executable_extensions; do
2846 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2864 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28472865 ac_cv_prog_CC="${ac_tool_prefix}cc"
28482866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
28492867 break 2
28842902 IFS=$as_save_IFS
28852903 test -z "$as_dir" && as_dir=.
28862904 for ac_exec_ext in '' $ac_executable_extensions; do
2887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2905 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
28882906 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
28892907 ac_prog_rejected=yes
28902908 continue
29422960 IFS=$as_save_IFS
29432961 test -z "$as_dir" && as_dir=.
29442962 for ac_exec_ext in '' $ac_executable_extensions; do
2945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2963 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29462964 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
29472965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29482966 break 2
29863004 IFS=$as_save_IFS
29873005 test -z "$as_dir" && as_dir=.
29883006 for ac_exec_ext in '' $ac_executable_extensions; do
2989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3007 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
29903008 ac_cv_prog_ac_ct_CC="$ac_prog"
29913009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
29923010 break 2
34323450 /* end confdefs.h. */
34333451 #include <stdarg.h>
34343452 #include <stdio.h>
3435 #include <sys/types.h>
3436 #include <sys/stat.h>
3453 struct stat;
34373454 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
34383455 struct buf { int x; };
34393456 FILE * (*rcsopen) (struct buf *, struct stat *, int);
38963913 for ac_prog in sed gsed; do
38973914 for ac_exec_ext in '' $ac_executable_extensions; do
38983915 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3899 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3916 as_fn_executable_p "$ac_path_SED" || continue
39003917 # Check for GNU ac_path_SED and select it if it is found.
39013918 # Check for GNU $ac_path_SED
39023919 case `"$ac_path_SED" --version 2>&1` in
39723989 for ac_prog in grep ggrep; do
39733990 for ac_exec_ext in '' $ac_executable_extensions; do
39743991 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3975 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3992 as_fn_executable_p "$ac_path_GREP" || continue
39763993 # Check for GNU ac_path_GREP and select it if it is found.
39773994 # Check for GNU $ac_path_GREP
39783995 case `"$ac_path_GREP" --version 2>&1` in
40384055 for ac_prog in egrep; do
40394056 for ac_exec_ext in '' $ac_executable_extensions; do
40404057 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4041 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4058 as_fn_executable_p "$ac_path_EGREP" || continue
40424059 # Check for GNU ac_path_EGREP and select it if it is found.
40434060 # Check for GNU $ac_path_EGREP
40444061 case `"$ac_path_EGREP" --version 2>&1` in
41054122 for ac_prog in fgrep; do
41064123 for ac_exec_ext in '' $ac_executable_extensions; do
41074124 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4108 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4125 as_fn_executable_p "$ac_path_FGREP" || continue
41094126 # Check for GNU ac_path_FGREP and select it if it is found.
41104127 # Check for GNU $ac_path_FGREP
41114128 case `"$ac_path_FGREP" --version 2>&1` in
43614378 IFS=$as_save_IFS
43624379 test -z "$as_dir" && as_dir=.
43634380 for ac_exec_ext in '' $ac_executable_extensions; do
4364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4381 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
43654382 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
43664383 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
43674384 break 2
44054422 IFS=$as_save_IFS
44064423 test -z "$as_dir" && as_dir=.
44074424 for ac_exec_ext in '' $ac_executable_extensions; do
4408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4425 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
44094426 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
44104427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
44114428 break 2
48294846 IFS=$as_save_IFS
48304847 test -z "$as_dir" && as_dir=.
48314848 for ac_exec_ext in '' $ac_executable_extensions; do
4832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4849 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
48334850 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
48344851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
48354852 break 2
48694886 IFS=$as_save_IFS
48704887 test -z "$as_dir" && as_dir=.
48714888 for ac_exec_ext in '' $ac_executable_extensions; do
4872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
48734890 ac_cv_prog_ac_ct_OBJDUMP="objdump"
48744891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
48754892 break 2
51755192 IFS=$as_save_IFS
51765193 test -z "$as_dir" && as_dir=.
51775194 for ac_exec_ext in '' $ac_executable_extensions; do
5178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5195 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
51795196 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
51805197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
51815198 break 2
52155232 IFS=$as_save_IFS
52165233 test -z "$as_dir" && as_dir=.
52175234 for ac_exec_ext in '' $ac_executable_extensions; do
5218 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5235 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
52195236 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
52205237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
52215238 break 2
53195336 IFS=$as_save_IFS
53205337 test -z "$as_dir" && as_dir=.
53215338 for ac_exec_ext in '' $ac_executable_extensions; do
5322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5339 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
53235340 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
53245341 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
53255342 break 2
53635380 IFS=$as_save_IFS
53645381 test -z "$as_dir" && as_dir=.
53655382 for ac_exec_ext in '' $ac_executable_extensions; do
5366 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5383 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
53675384 ac_cv_prog_ac_ct_AR="$ac_prog"
53685385 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
53695386 break 2
54885505 IFS=$as_save_IFS
54895506 test -z "$as_dir" && as_dir=.
54905507 for ac_exec_ext in '' $ac_executable_extensions; do
5491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5508 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
54925509 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
54935510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
54945511 break 2
55285545 IFS=$as_save_IFS
55295546 test -z "$as_dir" && as_dir=.
55305547 for ac_exec_ext in '' $ac_executable_extensions; do
5531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5548 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
55325549 ac_cv_prog_ac_ct_STRIP="strip"
55335550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
55345551 break 2
55875604 IFS=$as_save_IFS
55885605 test -z "$as_dir" && as_dir=.
55895606 for ac_exec_ext in '' $ac_executable_extensions; do
5590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5607 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
55915608 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
55925609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
55935610 break 2
56275644 IFS=$as_save_IFS
56285645 test -z "$as_dir" && as_dir=.
56295646 for ac_exec_ext in '' $ac_executable_extensions; do
5630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5647 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
56315648 ac_cv_prog_ac_ct_RANLIB="ranlib"
56325649 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
56335650 break 2
62766293 IFS=$as_save_IFS
62776294 test -z "$as_dir" && as_dir=.
62786295 for ac_exec_ext in '' $ac_executable_extensions; do
6279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6296 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
62806297 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
62816298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
62826299 break 2
63166333 IFS=$as_save_IFS
63176334 test -z "$as_dir" && as_dir=.
63186335 for ac_exec_ext in '' $ac_executable_extensions; do
6319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6336 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
63206337 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
63216338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
63226339 break 2
63966413 IFS=$as_save_IFS
63976414 test -z "$as_dir" && as_dir=.
63986415 for ac_exec_ext in '' $ac_executable_extensions; do
6399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6416 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
64006417 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
64016418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
64026419 break 2
64366453 IFS=$as_save_IFS
64376454 test -z "$as_dir" && as_dir=.
64386455 for ac_exec_ext in '' $ac_executable_extensions; do
6439 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6456 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
64406457 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
64416458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
64426459 break 2
64886505 IFS=$as_save_IFS
64896506 test -z "$as_dir" && as_dir=.
64906507 for ac_exec_ext in '' $ac_executable_extensions; do
6491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6508 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
64926509 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
64936510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
64946511 break 2
65286545 IFS=$as_save_IFS
65296546 test -z "$as_dir" && as_dir=.
65306547 for ac_exec_ext in '' $ac_executable_extensions; do
6531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6548 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
65326549 ac_cv_prog_ac_ct_NMEDIT="nmedit"
65336550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
65346551 break 2
65806597 IFS=$as_save_IFS
65816598 test -z "$as_dir" && as_dir=.
65826599 for ac_exec_ext in '' $ac_executable_extensions; do
6583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
65846601 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
65856602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
65866603 break 2
66206637 IFS=$as_save_IFS
66216638 test -z "$as_dir" && as_dir=.
66226639 for ac_exec_ext in '' $ac_executable_extensions; do
6623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
66246641 ac_cv_prog_ac_ct_LIPO="lipo"
66256642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66266643 break 2
66726689 IFS=$as_save_IFS
66736690 test -z "$as_dir" && as_dir=.
66746691 for ac_exec_ext in '' $ac_executable_extensions; do
6675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
66766693 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
66776694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
66786695 break 2
67126729 IFS=$as_save_IFS
67136730 test -z "$as_dir" && as_dir=.
67146731 for ac_exec_ext in '' $ac_executable_extensions; do
6715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
67166733 ac_cv_prog_ac_ct_OTOOL="otool"
67176734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
67186735 break 2
67646781 IFS=$as_save_IFS
67656782 test -z "$as_dir" && as_dir=.
67666783 for ac_exec_ext in '' $ac_executable_extensions; do
6767 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
67686785 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
67696786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
67706787 break 2
68046821 IFS=$as_save_IFS
68056822 test -z "$as_dir" && as_dir=.
68066823 for ac_exec_ext in '' $ac_executable_extensions; do
6807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
68086825 ac_cv_prog_ac_ct_OTOOL64="otool64"
68096826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
68106827 break 2
1192211939 # ... but there are two gotchas:
1192311940 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
1192411941 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11925 # In both cases, we have to default to `cp -p'.
11942 # In both cases, we have to default to `cp -pR'.
1192611943 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11927 as_ln_s='cp -p'
11944 as_ln_s='cp -pR'
1192811945 elif ln conf$$.file conf$$ 2>/dev/null; then
1192911946 as_ln_s=ln
1193011947 else
11931 as_ln_s='cp -p'
11948 as_ln_s='cp -pR'
1193211949 fi
1193311950 else
11934 as_ln_s='cp -p'
11951 as_ln_s='cp -pR'
1193511952 fi
1193611953 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
1193711954 rmdir conf$$.dir 2>/dev/null
1199112008 as_mkdir_p=false
1199212009 fi
1199312010
11994 if test -x / >/dev/null 2>&1; then
11995 as_test_x='test -x'
11996 else
11997 if ls -dL / >/dev/null 2>&1; then
11998 as_ls_L_option=L
11999 else
12000 as_ls_L_option=
12001 fi
12002 as_test_x='
12003 eval sh -c '\''
12004 if test -d "$1"; then
12005 test -d "$1/.";
12006 else
12007 case $1 in #(
12008 -*)set "./$1";;
12009 esac;
12010 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12011 ???[sx]*):;;*)false;;esac;fi
12012 '\'' sh
12013 '
12014 fi
12015 as_executable_p=$as_test_x
12011
12012 # as_fn_executable_p FILE
12013 # -----------------------
12014 # Test if FILE is an executable regular file.
12015 as_fn_executable_p ()
12016 {
12017 test -f "$1" && test -x "$1"
12018 } # as_fn_executable_p
12019 as_test_x='test -x'
12020 as_executable_p=as_fn_executable_p
1201612021
1201712022 # Sed expression to map a string onto a valid CPP name.
1201812023 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
1203412039 # values after options handling.
1203512040 ac_log="
1203612041 This file was extended by $as_me, which was
12037 generated by GNU Autoconf 2.68. Invocation command line was
12042 generated by GNU Autoconf 2.69. Invocation command line was
1203812043
1203912044 CONFIG_FILES = $CONFIG_FILES
1204012045 CONFIG_HEADERS = $CONFIG_HEADERS
1210012105 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1210112106 ac_cs_version="\\
1210212107 config.status
12103 configured by $0, generated by GNU Autoconf 2.68,
12108 configured by $0, generated by GNU Autoconf 2.69,
1210412109 with options \\"\$ac_cs_config\\"
1210512110
12106 Copyright (C) 2010 Free Software Foundation, Inc.
12111 Copyright (C) 2012 Free Software Foundation, Inc.
1210712112 This config.status script is free software; the Free Software Foundation
1210812113 gives unlimited permission to copy, distribute and modify it."
1210912114
1219412199 _ACEOF
1219512200 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1219612201 if \$ac_cs_recheck; then
12197 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12202 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
1219812203 shift
1219912204 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
1220012205 CONFIG_SHELL='$SHELL'
00 #! /bin/sh
11 # depcomp - compile a program generating dependencies as side-effects
22
3 scriptversion=2011-12-04.11; # UTC
3 scriptversion=2012-03-27.16; # UTC
44
55 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2010,
6 # 2011 Free Software Foundation, Inc.
6 # 2011, 2012 Free Software Foundation, Inc.
77
88 # This program is free software; you can redistribute it and/or modify
99 # it under the terms of the GNU General Public License as published by
2727
2828 case $1 in
2929 '')
30 echo "$0: No command. Try \`$0 --help' for more information." 1>&2
30 echo "$0: No command. Try '$0 --help' for more information." 1>&2
3131 exit 1;
3232 ;;
3333 -h | --h*)
3939
4040 Environment variables:
4141 depmode Dependency tracking mode.
42 source Source file read by `PROGRAMS ARGS'.
43 object Object file output by `PROGRAMS ARGS'.
42 source Source file read by 'PROGRAMS ARGS'.
43 object Object file output by 'PROGRAMS ARGS'.
4444 DEPDIR directory where to store dependencies.
4545 depfile Dependency file to output.
4646 tmpdepfile Temporary file to use when outputting dependencies.
5656 ;;
5757 esac
5858
59 # A tabulation character.
60 tab=' '
61 # A newline character.
62 nl='
63 '
64
5965 if test -z "$depmode" || test -z "$source" || test -z "$object"; then
6066 echo "depcomp: Variables source, object and depmode must be set" 1>&2
6167 exit 1
99105 # slashes to satisfy depend.m4
100106 cygpath_u='sed s,\\\\,/,g'
101107 depmode=msvc7
108 fi
109
110 if test "$depmode" = xlc; then
111 # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency informations.
112 gccflag=-qmakedep=gcc,-MF
113 depmode=gcc
102114 fi
103115
104116 case "$depmode" in
155167 ## The second -e expression handles DOS-style file names with drive letters.
156168 sed -e 's/^[^:]*: / /' \
157169 -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
158 ## This next piece of magic avoids the `deleted header file' problem.
170 ## This next piece of magic avoids the "deleted header file" problem.
159171 ## The problem is that when a header file which appears in a .P file
160172 ## is deleted, the dependency causes make to die (because there is
161173 ## typically no way to rebuild the header). We avoid this by adding
162174 ## dummy dependencies for each header file. Too bad gcc doesn't do
163175 ## this for us directly.
164 tr ' ' '
165 ' < "$tmpdepfile" |
166 ## Some versions of gcc put a space before the `:'. On the theory
176 tr ' ' "$nl" < "$tmpdepfile" |
177 ## Some versions of gcc put a space before the ':'. On the theory
167178 ## that the space means something, we add a space to the output as
168179 ## well. hp depmode also adds that space, but also prefixes the VPATH
169180 ## to the object. Take care to not repeat it in the output.
202213 # clever and replace this with sed code, as IRIX sed won't handle
203214 # lines with more than a fixed number of characters (4096 in
204215 # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines;
205 # the IRIX cc adds comments like `#:fec' to the end of the
216 # the IRIX cc adds comments like '#:fec' to the end of the
206217 # dependency line.
207 tr ' ' '
208 ' < "$tmpdepfile" \
218 tr ' ' "$nl" < "$tmpdepfile" \
209219 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
210 tr '
211 ' ' ' >> "$depfile"
220 tr "$nl" ' ' >> "$depfile"
212221 echo >> "$depfile"
213222
214223 # The second pass generates a dummy entry for each header file.
215 tr ' ' '
216 ' < "$tmpdepfile" \
224 tr ' ' "$nl" < "$tmpdepfile" \
217225 | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
218226 >> "$depfile"
219227 else
225233 rm -f "$tmpdepfile"
226234 ;;
227235
236 xlc)
237 # This case exists only to let depend.m4 do its work. It works by
238 # looking at the text of this script. This case will never be run,
239 # since it is checked for above.
240 exit 1
241 ;;
242
228243 aix)
229244 # The C for AIX Compiler uses -M and outputs the dependencies
230245 # in a .u file. In older versions, this file always lives in the
231 # current directory. Also, the AIX compiler puts `$object:' at the
246 # current directory. Also, the AIX compiler puts '$object:' at the
232247 # start of each line; $object doesn't have directory information.
233248 # Version 6 uses the directory in both cases.
234249 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
258273 test -f "$tmpdepfile" && break
259274 done
260275 if test -f "$tmpdepfile"; then
261 # Each line is of the form `foo.o: dependent.h'.
276 # Each line is of the form 'foo.o: dependent.h'.
262277 # Do two passes, one to just change these to
263 # `$object: dependent.h' and one to simply `dependent.h:'.
278 # '$object: dependent.h' and one to simply 'dependent.h:'.
264279 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
265 # That's a tab and a space in the [].
266 sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
280 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
267281 else
268282 # The sourcefile does not contain any dependencies, so just
269283 # store a dummy comment line, to avoid errors with the Makefile
274288 ;;
275289
276290 icc)
277 # Intel's C compiler understands `-MD -MF file'. However on
278 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
291 # Intel's C compiler anf tcc (Tiny C Compiler) understand '-MD -MF file'.
292 # However on
293 # $CC -MD -MF foo.d -c -o sub/foo.o sub/foo.c
279294 # ICC 7.0 will fill foo.d with something like
280295 # foo.o: sub/foo.c
281296 # foo.o: sub/foo.h
282 # which is wrong. We want:
297 # which is wrong. We want
283298 # sub/foo.o: sub/foo.c
284299 # sub/foo.o: sub/foo.h
285300 # sub/foo.c:
286301 # sub/foo.h:
287302 # ICC 7.1 will output
288303 # foo.o: sub/foo.c sub/foo.h
289 # and will wrap long lines using \ :
304 # and will wrap long lines using '\':
290305 # foo.o: sub/foo.c ... \
291306 # sub/foo.h ... \
292307 # ...
293
308 # tcc 0.9.26 (FIXME still under development at the moment of writing)
309 # will emit a similar output, but also prepend the continuation lines
310 # with horizontal tabulation characters.
294311 "$@" -MD -MF "$tmpdepfile"
295312 stat=$?
296313 if test $stat -eq 0; then :
299316 exit $stat
300317 fi
301318 rm -f "$depfile"
302 # Each line is of the form `foo.o: dependent.h',
303 # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
319 # Each line is of the form 'foo.o: dependent.h',
320 # or 'foo.o: dep1.h dep2.h \', or ' dep3.h dep4.h \'.
304321 # Do two passes, one to just change these to
305 # `$object: dependent.h' and one to simply `dependent.h:'.
306 sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
307 # Some versions of the HPUX 10.20 sed can't process this invocation
308 # correctly. Breaking it into two sed invocations is a workaround.
309 sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
310 sed -e 's/$/ :/' >> "$depfile"
322 # '$object: dependent.h' and one to simply 'dependent.h:'.
323 sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \
324 < "$tmpdepfile" > "$depfile"
325 sed '
326 s/[ '"$tab"'][ '"$tab"']*/ /g
327 s/^ *//
328 s/ *\\*$//
329 s/^[^:]*: *//
330 /^$/d
331 /:$/d
332 s/$/ :/
333 ' < "$tmpdepfile" >> "$depfile"
311334 rm -f "$tmpdepfile"
312335 ;;
313336
343366 done
344367 if test -f "$tmpdepfile"; then
345368 sed -e "s,^.*\.[a-z]*:,$object:," "$tmpdepfile" > "$depfile"
346 # Add `dependent.h:' lines.
369 # Add 'dependent.h:' lines.
347370 sed -ne '2,${
348371 s/^ *//
349372 s/ \\*$//
358381
359382 tru64)
360383 # The Tru64 compiler uses -MD to generate dependencies as a side
361 # effect. `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
384 # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'.
362385 # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
363 # dependencies in `foo.d' instead, so we check for that too.
386 # dependencies in 'foo.d' instead, so we check for that too.
364387 # Subdirectories are respected.
365388 dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
366389 test "x$dir" = "x$object" && dir=
406429 done
407430 if test -f "$tmpdepfile"; then
408431 sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
409 # That's a tab and a space in the [].
410 sed -e 's,^.*\.[a-z]*:[ ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
432 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
411433 else
412434 echo "#dummy" > "$depfile"
413435 fi
442464 p
443465 }' | $cygpath_u | sort -u | sed -n '
444466 s/ /\\ /g
445 s/\(.*\)/ \1 \\/p
467 s/\(.*\)/'"$tab"'\1 \\/p
446468 s/.\(.*\) \\/\1:/
447469 H
448470 $ {
449 s/.*/ /
471 s/.*/'"$tab"'/
450472 G
451473 p
452474 }' >> "$depfile"
477499 shift
478500 fi
479501
480 # Remove `-o $object'.
502 # Remove '-o $object'.
481503 IFS=" "
482504 for arg
483505 do
497519 done
498520
499521 test -z "$dashmflag" && dashmflag=-M
500 # Require at least two characters before searching for `:'
522 # Require at least two characters before searching for ':'
501523 # in the target name. This is to cope with DOS-style filenames:
502 # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
524 # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise.
503525 "$@" $dashmflag |
504 sed 's:^[ ]*[^: ][^:][^:]*\:[ ]*:'"$object"'\: :' > "$tmpdepfile"
526 sed 's:^['"$tab"' ]*[^:'"$tab"' ][^:][^:]*\:['"$tab"' ]*:'"$object"'\: :' > "$tmpdepfile"
505527 rm -f "$depfile"
506528 cat < "$tmpdepfile" > "$depfile"
507 tr ' ' '
508 ' < "$tmpdepfile" | \
529 tr ' ' "$nl" < "$tmpdepfile" | \
509530 ## Some versions of the HPUX 10.20 sed can't process this invocation
510531 ## correctly. Breaking it into two sed invocations is a workaround.
511532 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
561582 # makedepend may prepend the VPATH from the source file name to the object.
562583 # No need to regex-escape $object, excess matching of '.' is harmless.
563584 sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile"
564 sed '1,2d' "$tmpdepfile" | tr ' ' '
565 ' | \
585 sed '1,2d' "$tmpdepfile" | tr ' ' "$nl" | \
566586 ## Some versions of the HPUX 10.20 sed can't process this invocation
567587 ## correctly. Breaking it into two sed invocations is a workaround.
568588 sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
582602 shift
583603 fi
584604
585 # Remove `-o $object'.
605 # Remove '-o $object'.
586606 IFS=" "
587607 for arg
588608 do
651671 sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile"
652672 rm -f "$depfile"
653673 echo "$object : \\" > "$depfile"
654 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s:: \1 \\:p' >> "$depfile"
655 echo " " >> "$depfile"
674 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
675 echo "$tab" >> "$depfile"
656676 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile"
657677 rm -f "$tmpdepfile"
658678 ;;
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1616
1717
1818 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
35 }
1936 pkgdatadir = $(datadir)/@PACKAGE@
2037 pkgincludedir = $(includedir)/@PACKAGE@
2138 pkglibdir = $(libdir)/@PACKAGE@
104121 $(LDFLAGS) -o $@
105122 SOURCES = $(libhtp_la_SOURCES)
106123 DIST_SOURCES = $(libhtp_la_SOURCES)
124 am__can_run_installinfo = \
125 case $$AM_UPDATE_INFO_DIR in \
126 n|no|NO) false;; \
127 *) (install-info --version) >/dev/null 2>&1;; \
128 esac
107129 HEADERS = $(library_include_HEADERS)
108130 ETAGS = etags
109131 CTAGS = ctags
271293 $(am__aclocal_m4_deps):
272294 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
273295 @$(NORMAL_INSTALL)
274 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
275296 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
276297 list2=; for p in $$list; do \
277298 if test -f $$p; then \
279300 else :; fi; \
280301 done; \
281302 test -z "$$list2" || { \
303 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
304 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
282305 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
283306 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
284307 }
356379 -rm -rf .libs _libs
357380 install-library_includeHEADERS: $(library_include_HEADERS)
358381 @$(NORMAL_INSTALL)
359 test -z "$(library_includedir)" || $(MKDIR_P) "$(DESTDIR)$(library_includedir)"
360382 @list='$(library_include_HEADERS)'; test -n "$(library_includedir)" || list=; \
383 if test -n "$$list"; then \
384 echo " $(MKDIR_P) '$(DESTDIR)$(library_includedir)'"; \
385 $(MKDIR_P) "$(DESTDIR)$(library_includedir)" || exit 1; \
386 fi; \
361387 for p in $$list; do \
362388 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
363389 echo "$$d$$p"; \
6969 # compiler: $LTCC
7070 # compiler flags: $LTCFLAGS
7171 # linker: $LD (gnu? $with_gnu_ld)
72 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
72 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu2
7373 # automake: $automake_version
7474 # autoconf: $autoconf_version
7575 #
7979
8080 PROGRAM=libtool
8181 PACKAGE=libtool
82 VERSION="2.4.2 Debian-2.4.2-1ubuntu1"
82 VERSION="2.4.2 Debian-2.4.2-1ubuntu2"
8383 TIMESTAMP=""
8484 package_revision=1.3337
8585
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1414
1515 @SET_MAKE@
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
20 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
31 esac; \
32 test $$am__dry = yes; \
33 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
6279 $(LDFLAGS) -o $@
6380 SOURCES = $(main_SOURCES)
6481 DIST_SOURCES = $(main_SOURCES)
82 am__can_run_installinfo = \
83 case $$AM_UPDATE_INFO_DIR in \
84 n|no|NO) false;; \
85 *) (install-info --version) >/dev/null 2>&1;; \
86 esac
6587 ETAGS = etags
6688 CTAGS = ctags
6789 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
6969 # compiler: $LTCC
7070 # compiler flags: $LTCFLAGS
7171 # linker: $LD (gnu? $with_gnu_ld)
72 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu1
72 # $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1ubuntu2
7373 # automake: $automake_version
7474 # autoconf: $autoconf_version
7575 #
7979
8080 PROGRAM=libtool
8181 PACKAGE=libtool
82 VERSION="2.4.2 Debian-2.4.2-1ubuntu1"
82 VERSION="2.4.2 Debian-2.4.2-1ubuntu2"
8383 TIMESTAMP=""
8484 package_revision=1.3337
8585
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1414
1515 @SET_MAKE@
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
20 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
31 esac; \
32 test $$am__dry = yes; \
33 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
5471 install-pdf-recursive install-ps-recursive install-recursive \
5572 installcheck-recursive installdirs-recursive pdf-recursive \
5673 ps-recursive uninstall-recursive
74 am__can_run_installinfo = \
75 case $$AM_UPDATE_INFO_DIR in \
76 n|no|NO) false;; \
77 *) (install-info --version) >/dev/null 2>&1;; \
78 esac
5779 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
5880 distclean-recursive maintainer-clean-recursive
5981 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
441463 done
442464 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
443465 if test "$$subdir" = .; then :; else \
444 test -d "$(distdir)/$$subdir" \
445 || $(MKDIR_P) "$(distdir)/$$subdir" \
446 || exit 1; \
447 fi; \
448 done
449 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450 if test "$$subdir" = .; then :; else \
466 $(am__make_dryrun) \
467 || test -d "$(distdir)/$$subdir" \
468 || $(MKDIR_P) "$(distdir)/$$subdir" \
469 || exit 1; \
451470 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
452471 $(am__relativize); \
453472 new_distdir=$$reldir; \
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1414
1515 @SET_MAKE@
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
20 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
31 esac; \
32 test $$am__dry = yes; \
33 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
4764 CONFIG_CLEAN_VPATH_FILES =
4865 SOURCES =
4966 DIST_SOURCES =
67 am__can_run_installinfo = \
68 case $$AM_UPDATE_INFO_DIR in \
69 n|no|NO) false;; \
70 *) (install-info --version) >/dev/null 2>&1;; \
71 esac
5072 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5173 ACLOCAL = @ACLOCAL@
5274 AMTAR = @AMTAR@
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1414
1515 @SET_MAKE@
1616 VPATH = @srcdir@
17 am__make_dryrun = \
18 { \
19 am__dry=no; \
20 case $$MAKEFLAGS in \
21 *\\[\ \ ]*) \
22 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
23 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24 *) \
25 for am__flg in $$MAKEFLAGS; do \
26 case $$am__flg in \
27 *=*|--*) ;; \
28 *n*) am__dry=yes; break;; \
29 esac; \
30 done;; \
31 esac; \
32 test $$am__dry = yes; \
33 }
1734 pkgdatadir = $(datadir)/@PACKAGE@
1835 pkgincludedir = $(includedir)/@PACKAGE@
1936 pkglibdir = $(libdir)/@PACKAGE@
4764 CONFIG_CLEAN_VPATH_FILES =
4865 SOURCES =
4966 DIST_SOURCES =
67 am__can_run_installinfo = \
68 case $$AM_UPDATE_INFO_DIR in \
69 n|no|NO) false;; \
70 *) (install-info --version) >/dev/null 2>&1;; \
71 esac
5072 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
5173 ACLOCAL = @ACLOCAL@
5274 AMTAR = @AMTAR@
0 # Makefile.in generated by automake 1.11.3 from Makefile.am.
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
11 # @configure_input@
22
33 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1616
1717
1818 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
22 case $$MAKEFLAGS in \
23 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 esac; \
34 test $$am__dry = yes; \
35 }
1936 pkgdatadir = $(datadir)/@PACKAGE@
2037 pkgincludedir = $(includedir)/@PACKAGE@
2138 pkglibdir = $(libdir)/@PACKAGE@
409426 $(LDFLAGS) -o $@
410427 SOURCES = $(suricata_SOURCES)
411428 DIST_SOURCES = $(am__suricata_SOURCES_DIST)
429 am__can_run_installinfo = \
430 case $$AM_UPDATE_INFO_DIR in \
431 n|no|NO) false;; \
432 *) (install-info --version) >/dev/null 2>&1;; \
433 esac
412434 HEADERS = $(noinst_HEADERS)
413435 ETAGS = etags
414436 CTAGS = ctags
819841 $(am__aclocal_m4_deps):
820842 install-binPROGRAMS: $(bin_PROGRAMS)
821843 @$(NORMAL_INSTALL)
822 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
823844 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
845 if test -n "$$list"; then \
846 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
847 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
848 fi; \
824849 for p in $$list; do echo "$$p $$p"; done | \
825850 sed 's/$(EXEEXT)$$//' | \
826851 while read p p1; do if test -f $$p || test -f $$p1; \
10831083
10841084 snprintf(filename, PATH_MAX, "%s/%s.%" PRIu32, log_dir, prefix, (uint32_t)ts.tv_sec);
10851085
1086 file_ctx->fp = fopen(filename, "wb");
1086 file_ctx->fp = fopen(filename, "ab");
10871087 if (file_ctx->fp == NULL) {
10881088 SCLogError(SC_ERR_FOPEN, "failed to open %s: %s", filename,
10891089 strerror(errno));
555555 fb->head->hprev = f;
556556 fb->head = f;
557557
558 /* found our flow, lock & return */
558559 FlowReference(&p->flow, f);
559
560 /* found our flow, lock & return */
561 FlowIncrUsecnt(f);
562560 FLOWLOCK_WRLOCK(f);
563561 FBLOCK_UNLOCK(fb);
564562 FlowHashCountUpdate;
557557 ThreadVars *tv_flowmgr = NULL;
558558
559559 SCCondInit(&flow_manager_cond, NULL);
560 SCMutexInit(&flow_manager_mutex, NULL);
560561
561562 tv_flowmgr = TmThreadCreateMgmtThread("FlowManagerThread",
562563 FlowManagerThread, 0);
259259 Host *h = host_hash[u].head;
260260 while (h) {
261261 Host *n = h->hnext;
262 HostClearMemory(h);
263262 HostFree(h);
264263 h = n;
265264 }
112112 #include <netdb.h>
113113 #endif
114114
115 #ifdef HAVE_PCAP_H
116 #include <pcap.h>
117 #endif
118
119 #ifdef HAVE_PCAP_PCAP_H
120 #include <pcap/pcap.h>
121 #endif
122
115123 #ifdef HAVE_WINDOWS_H
116124 #ifndef _WIN32_WINNT
117125 #define _WIN32_WINNT 0x0501
129137
130138 #include <assert.h>
131139 #define BUG_ON(x) assert(!(x))
132
133 #ifdef HAVE_PCAP_H
134 #include <pcap.h>
135 #endif
136
137 #ifdef HAVE_PCAP_PCAP_H
138 #include <pcap/pcap.h>
139 #endif
140140
141141 /* we need this to stringify the defines which are supplied at compiletime see:
142142 http://gcc.gnu.org/onlinedocs/gcc-3.4.1/cpp/Stringification.html#Stringification */
7070
7171 /* the name of our binary */
7272 #define PROG_NAME "Suricata"
73 #define PROG_VER "1.3.4"
73 #define PROG_VER "1.3.5"
7474
7575 /* workaround SPlint error (don't know __gnuc_va_list) */
7676 #ifdef S_SPLINT_S
122122
123123 #ifdef UNITTESTS
124124
125 #ifndef FREEBSD
126 #define MICROSOFT_OFFICE_DOC "Microsoft Office Document"
127 #else
128 #define MICROSOFT_OFFICE_DOC "OLE 2 Compound Document"
129 #endif
130
125131 /** \test magic lib calls -- init */
126132 int MagicInitTest01(void) {
127133 magic_t magic_ctx;
214220 return 0;
215221
216222 result = (char *)magic_buffer(magic_ctx, (void *)buffer, buffer_len);
217 if (result == NULL || strcmp(result, "Microsoft Office Document") != 0) {
223 if (result == NULL || strcmp(result, MICROSOFT_OFFICE_DOC) != 0) {
218224 printf("result %p:%s, not \"Microsoft Office Document\": ", result,result?result:"(null)");
219225 goto end;
220226 }
375381 MagicInit();
376382
377383 result = MagicLookup(buffer, buffer_len);
378 if (result == NULL || strcmp(result, "Microsoft Office Document") != 0) {
384 if (result == NULL || strcmp(result, MICROSOFT_OFFICE_DOC) != 0) {
379385 printf("result %p:%s, not \"Microsoft Office Document\": ", result,result?result:"(null)");
380386 goto end;
381387 }