Changeset 6706
- Timestamp:
- 10/03/08 14:52:11 (2 months ago)
- Location:
- trunk/centstorage
- Files:
-
- 24 added
- 5 removed
- 29 modified
-
Makefile (modified) (15 diffs)
-
Makefile.am (modified) (2 diffs)
-
Makefile.in (modified) (9 diffs)
-
aclocal.m4 (modified) (10 diffs)
-
config.status (modified) (14 diffs)
-
configure (modified) (7 diffs)
-
configure.in (modified) (2 diffs)
-
includes/config.h (modified) (1 diff)
-
lib/libmd5/Makefile (modified) (7 diffs)
-
lib/libmd5/Makefile.in (modified) (1 diff)
-
modules/Makefile (modified) (7 diffs)
-
modules/Makefile.in (modified) (1 diff)
-
modules/purge/Makefile (modified) (11 diffs)
-
modules/purge/Makefile.in (modified) (5 diffs)
-
modules/rebuild/Makefile (modified) (11 diffs)
-
modules/rebuild/Makefile.in (modified) (5 diffs)
-
modules/recup_perf_datas/Makefile (modified) (11 diffs)
-
modules/recup_perf_datas/Makefile.in (modified) (5 diffs)
-
modules/recup_perf_datas_client/COPYING (added)
-
modules/recup_perf_datas_client/ChangeLog (added)
-
modules/recup_perf_datas_client/INSTALL (added)
-
modules/recup_perf_datas_client/Makefile (modified) (15 diffs)
-
modules/recup_perf_datas_client/Makefile.am (modified) (2 diffs)
-
modules/recup_perf_datas_client/Makefile.in (modified) (13 diffs)
-
modules/recup_perf_datas_client/NEWS (added)
-
modules/recup_perf_datas_client/README (added)
-
modules/recup_perf_datas_client/centclient (added)
-
modules/recup_perf_datas_client/client.c (deleted)
-
modules/recup_perf_datas_client/clientConf.c (deleted)
-
modules/recup_perf_datas_client/config.status (added)
-
modules/recup_perf_datas_client/configure (added)
-
modules/recup_perf_datas_client/configure.in (added)
-
modules/recup_perf_datas_client/connection.c (deleted)
-
modules/recup_perf_datas_client/includes/client.h (modified) (1 diff)
-
modules/recup_perf_datas_client/includes/clientConf.h (modified) (3 diffs)
-
modules/recup_perf_datas_client/includes/config.h (added)
-
modules/recup_perf_datas_client/includes/config.h.in (added)
-
modules/recup_perf_datas_client/includes/extvar.h (modified) (3 diffs)
-
modules/recup_perf_datas_client/includes/log.h (modified) (2 diffs)
-
modules/recup_perf_datas_client/includes/stamp-h1 (added)
-
modules/recup_perf_datas_client/log.c (deleted)
-
modules/recup_perf_datas_client/m4 (added)
-
modules/recup_perf_datas_client/parseFile.c (deleted)
-
modules/recup_perf_datas_client/reconf (added)
-
modules/recup_perf_datas_client/src (added)
-
modules/recup_perf_datas_client/src/Makefile (added)
-
modules/recup_perf_datas_client/src/Makefile.am (added)
-
modules/recup_perf_datas_client/src/Makefile.in (added)
-
modules/recup_perf_datas_client/src/client.c (added)
-
modules/recup_perf_datas_client/src/clientConf.c (added)
-
modules/recup_perf_datas_client/src/connection.c (added)
-
modules/recup_perf_datas_client/src/log.c (added)
-
modules/recup_perf_datas_client/src/parseFile.c (added)
-
modules/recup_perf_datas_client/src/x_functions.c (added)
-
modules/sync/Makefile (modified) (11 diffs)
-
modules/sync/Makefile.in (modified) (5 diffs)
-
src/Makefile (modified) (12 diffs)
-
src/Makefile.in (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centstorage/Makefile
r6694 r6706 1 # Makefile.in generated by automake 1.10 from Makefile.am.1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 2 2 # Makefile. Generated from Makefile.in by configure. 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 93 93 distuninstallcheck_listfiles = find . -type f -print 94 94 distcleancheck_listfiles = find . -type f -print 95 ACLOCAL = ${SHELL} / root/censtsorage/missing --run aclocal-1.1096 AMTAR = ${SHELL} / root/censtsorage/missing --run tar97 AUTOCONF = ${SHELL} / root/censtsorage/missing --run autoconf98 AUTOHEADER = ${SHELL} / root/censtsorage/missing --run autoheader99 AUTOMAKE = ${SHELL} / root/censtsorage/missing --run automake-1.10100 AWK = gawk95 ACLOCAL = ${SHELL} /home/rbertholon/workspace/centstorage/missing --run aclocal-1.10 96 AMTAR = ${SHELL} /home/rbertholon/workspace/centstorage/missing --run tar 97 AUTOCONF = ${SHELL} /home/rbertholon/workspace/centstorage/missing --run autoconf 98 AUTOHEADER = ${SHELL} /home/rbertholon/workspace/centstorage/missing --run autoheader 99 AUTOMAKE = ${SHELL} /home/rbertholon/workspace/centstorage/missing --run automake-1.10 100 AWK = mawk 101 101 BIN_PATH = /usr/local/centreon/bin/ 102 102 CC = gcc … … 112 112 CYGPATH_W = echo 113 113 DBLDFLAGS = -L/usr/lib/mysql 114 DBLIBS = -lmysqlclient 114 DBLIBS = -lmysqlclient -lpq 115 115 DEFS = -DHAVE_CONFIG_H 116 116 DEPDIR = .deps … … 118 118 ECHO_N = -n 119 119 ECHO_T = 120 EGREP = / usr/bin/grep -E120 EGREP = /bin/grep -E 121 121 EXEEXT = 122 GREP = / usr/bin/grep122 GREP = /bin/grep 123 123 HAVE_SSL = 124 124 INSTALL = /usr/bin/install -c … … 131 131 LIBS = -lssl -lcrypto 132 132 LTLIBOBJS = 133 MAKEINFO = ${SHELL} / root/censtsorage/missing --run makeinfo133 MAKEINFO = ${SHELL} /home/rbertholon/workspace/centstorage/missing --run makeinfo 134 134 MKDIR_P = /bin/mkdir -p 135 135 MK_USE_PUR = modules/purge/ … … 148 148 PATH_SEPARATOR = : 149 149 SET_MAKE = 150 SHELL = /bin/ sh150 SHELL = /bin/bash 151 151 STRIP = 152 152 VERSION = 0.1 153 153 XML2_CONFIG = /usr/bin/xml2-config 154 154 XML_CPPFLAGS = -I/usr/include/libxml2 155 XML_HEADER = -I/usr/include/libxml 2156 XML_LIBS = - L/usr/lib -lxml2 -lz -lm157 abs_builddir = / root/censtsorage158 abs_srcdir = / root/censtsorage159 abs_top_builddir = / root/censtsorage160 abs_top_srcdir = / root/censtsorage155 XML_HEADER = -I/usr/include/libxml 156 XML_LIBS = -lxml2 157 abs_builddir = /home/rbertholon/workspace/centstorage 158 abs_srcdir = /home/rbertholon/workspace/centstorage 159 abs_top_builddir = /home/rbertholon/workspace/centstorage 160 abs_top_srcdir = /home/rbertholon/workspace/centstorage 161 161 ac_ct_CC = gcc 162 162 am__include = include … … 185 185 includedir = ${prefix}/include 186 186 infodir = ${datarootdir}/info 187 install_sh = $(SHELL) / root/censtsorage/install-sh187 install_sh = $(SHELL) /home/rbertholon/workspace/centstorage/install-sh 188 188 libdir = ${exec_prefix}/lib 189 189 libexecdir = ${exec_prefix}/libexec … … 211 211 modules/rebuild \ 212 212 modules/purge \ 213 modules/sync \ 214 modules/recup_perf_datas_client 213 modules/sync 215 214 216 215 all: all-recursive … … 343 342 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 344 343 done | \ 345 $(AWK) ' { files[$$0]= 1; } \346 END { for (i in files) print i; }'`; \344 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 345 END { if (nonempty) { for (i in files) print i; }; }'`; \ 347 346 mkid -fID $$unique 348 347 tags: TAGS … … 369 368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 370 369 done | \ 371 $(AWK) ' { files[$$0]= 1; } \372 END { for (i in files) print i; }'`; \370 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 371 END { if (nonempty) { for (i in files) print i; }; }'`; \ 373 372 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 374 373 test -n "$$unique" || unique=$$empty_fix; \ … … 380 379 $(TAGS_FILES) $(LISP) 381 380 tags=; \ 382 here=`pwd`; \383 381 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 384 382 unique=`for i in $$list; do \ 385 383 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 386 384 done | \ 387 $(AWK) ' { files[$$0]= 1; } \388 END { for (i in files) print i; }'`; \385 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 386 END { if (nonempty) { for (i in files) print i; }; }'`; \ 389 387 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 390 388 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 457 455 $(am__remove_distdir) 458 456 457 dist-lzma: distdir 458 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 459 $(am__remove_distdir) 460 459 461 dist-tarZ: distdir 460 462 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z … … 483 485 *.tar.bz2*) \ 484 486 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 487 *.tar.lzma*) \ 488 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 485 489 *.tar.Z*) \ 486 490 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ … … 633 637 all all-am am--refresh check check-am clean clean-generic \ 634 638 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 635 dist- shar dist-tarZ dist-zip distcheck distclean \639 dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \ 636 640 distclean-generic distclean-hdr distclean-tags distcleancheck \ 637 641 distdir distuninstallcheck dvi dvi-am html html-am info \ … … 652 656 mv modules/purge/purge.so /usr/local/centreon/lib 653 657 mv modules/rebuild/rebuild.so /usr/local/centreon/lib 658 cp centstorage /etc/init.d 654 659 655 660 re: clean all -
trunk/centstorage/Makefile.am
r6694 r6706 28 28 modules/rebuild \ 29 29 modules/purge \ 30 modules/sync \ 31 modules/recup_perf_datas_client 30 modules/sync 32 31 33 32 all: all-recursive … … 37 36 @CP_PUR@ 38 37 @CP_REB@ 38 cp centstorage /etc/init.d 39 39 40 40 re: clean all -
trunk/centstorage/Makefile.in
r6694 r6706 1 # Makefile.in generated by automake 1.10 from Makefile.am.1 # Makefile.in generated by automake 1.10.1 from Makefile.am. 2 2 # @configure_input@ 3 3 4 4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5 # 2003, 2004, 2005, 2006 Free Software Foundation, Inc.5 # 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 6 6 # This Makefile.in is free software; the Free Software Foundation 7 7 # gives unlimited permission to copy and/or distribute it, … … 211 211 modules/rebuild \ 212 212 modules/purge \ 213 modules/sync \ 214 modules/recup_perf_datas_client 213 modules/sync 215 214 216 215 all: all-recursive … … 343 342 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 344 343 done | \ 345 $(AWK) ' { files[$$0]= 1; } \346 END { for (i in files) print i; }'`; \344 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \ 345 END { if (nonempty) { for (i in files) print i; }; }'`; \ 347 346 mkid -fID $$unique 348 347 tags: TAGS … … 369 368 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 370 369 done | \ 371 $(AWK) ' { files[$$0]= 1; } \372 END { for (i in files) print i; }'`; \370 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 371 END { if (nonempty) { for (i in files) print i; }; }'`; \ 373 372 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 374 373 test -n "$$unique" || unique=$$empty_fix; \ … … 380 379 $(TAGS_FILES) $(LISP) 381 380 tags=; \ 382 here=`pwd`; \383 381 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 384 382 unique=`for i in $$list; do \ 385 383 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 386 384 done | \ 387 $(AWK) ' { files[$$0]= 1; } \388 END { for (i in files) print i; }'`; \385 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 386 END { if (nonempty) { for (i in files) print i; }; }'`; \ 389 387 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 390 388 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ … … 457 455 $(am__remove_distdir) 458 456 457 dist-lzma: distdir 458 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 459 $(am__remove_distdir) 460 459 461 dist-tarZ: distdir 460 462 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z … … 483 485 *.tar.bz2*) \ 484 486 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 487 *.tar.lzma*) \ 488 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 485 489 *.tar.Z*) \ 486 490 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ … … 633 637 all all-am am--refresh check check-am clean clean-generic \ 634 638 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 635 dist- shar dist-tarZ dist-zip distcheck distclean \639 dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \ 636 640 distclean-generic distclean-hdr distclean-tags distcleancheck \ 637 641 distdir distuninstallcheck dvi dvi-am html html-am info \ … … 652 656 @CP_PUR@ 653 657 @CP_REB@ 658 cp centstorage /etc/init.d 654 659 655 660 re: clean all -
trunk/centstorage/aclocal.m4
r6655 r6706 1 # generated automatically by aclocal 1.10 -*- Autoconf -*-1 # generated automatically by aclocal 1.10.1 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 4 # 2005, 2006 Free Software Foundation, Inc.4 # 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 5 5 # This file is free software; the Free Software Foundation 6 6 # gives unlimited permission to copy and/or distribute it, … … 12 12 # PARTICULAR PURPOSE. 13 13 14 m4_if(m4_PACKAGE_VERSION, [2.61],, 15 [m4_fatal([this file was generated for autoconf 2.61. 16 You have another version of autoconf. If you want to use that, 17 you should regenerate the build system entirely.], [63])]) 14 m4_ifndef([AC_AUTOCONF_VERSION], 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 16 m4_if(AC_AUTOCONF_VERSION, [2.61],, 17 [m4_warning([this file was generated for autoconf 2.61. 18 You have another version of autoconf. It may work, but is not guaranteed to. 19 If you have problems, you may need to regenerate the build system entirely. 20 To do so, use the procedure documented by the package, typically `autoreconf'.])]) 18 21 19 22 # Configure paths for LIBXML2 … … 206 209 ]) 207 210 208 # Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.211 # Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc. 209 212 # 210 213 # This file is free software; the Free Software Foundation … … 221 224 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 222 225 dnl require some minimum version. Point them to the right macro. 223 m4_if([$1], [1.10 ], [],226 m4_if([$1], [1.10.1], [], 224 227 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 225 228 ]) … … 237 240 # This function is AC_REQUIREd by AC_INIT_AUTOMAKE. 238 241 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 239 [AM_AUTOMAKE_VERSION([1.10])dnl 240 _AM_AUTOCONF_VERSION(m4_PACKAGE_VERSION)]) 242 [AM_AUTOMAKE_VERSION([1.10.1])dnl 243 m4_ifndef([AC_AUTOCONF_VERSION], 244 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 245 _AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)]) 241 246 242 247 # AM_AUX_DIR_EXPAND -*- Autoconf -*- … … 510 515 # Grep'ing the whole file is not good either: AIX grep has a line 511 516 # limit of 2048, but all sed's we know have understand at least 4000. 512 if sed 10q "$mf" | grep '^#.*generated by automake' >/dev/null 2>&1; then517 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then 513 518 dirpart=`AS_DIRNAME("$mf")` 514 519 else … … 570 575 571 576 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 572 # 2005, 2006 Free Software Foundation, Inc.573 # 574 # This file is free software; the Free Software Foundation 575 # gives unlimited permission to copy and/or distribute it, 576 # with or without modifications, as long as this notice is preserved. 577 578 # serial 1 2577 # 2005, 2006, 2008 Free Software Foundation, Inc. 578 # 579 # This file is free software; the Free Software Foundation 580 # gives unlimited permission to copy and/or distribute it, 581 # with or without modifications, as long as this notice is preserved. 582 583 # serial 13 579 584 580 585 # This macro actually does too much. Some checks are only needed if … … 681 686 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], 682 687 [# Compute $1's index in $config_headers. 688 _am_arg=$1 683 689 _am_stamp_count=1 684 690 for _am_header in $config_headers :; do 685 691 case $_am_header in 686 $ 1 | $1:* )692 $_am_arg | $_am_arg:* ) 687 693 break ;; 688 694 * ) … … 690 696 esac 691 697 done 692 echo "timestamp for $ 1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])698 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) 693 699 694 700 # Copyright (C) 2001, 2003, 2005 Free Software Foundation, Inc. … … 962 968 # _AM_SUBST_NOTMAKE(VARIABLE) 963 969 # --------------------------- 964 # Prevent Automake from output ing VARIABLE = @VARIABLE@ in Makefile.in.970 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. 965 971 # This macro is traced by Automake. 966 972 AC_DEFUN([_AM_SUBST_NOTMAKE]) -
trunk/centstorage/config.status
r6694 r6706 1 #! /bin/ sh1 #! /bin/bash 2 2 # Generated by configure. 3 3 # Run this file to recreate the current configuration. … … 8 8 ac_cs_recheck=false 9 9 ac_cs_silent=false 10 SHELL=${CONFIG_SHELL-/bin/ sh}10 SHELL=${CONFIG_SHELL-/bin/bash} 11 11 ## --------------------- ## 12 12 ## M4sh Initialization. ## … … 302 302 303 303 # Files that config.status was made for. 304 config_files=" Makefile modules/Makefile src/Makefile lib/libmd5/Makefile modules/recup_perf_datas/Makefile modules/rebuild/Makefile modules/sync/Makefile modules/purge/Makefile modules/recup_perf_datas_client/Makefile"304 config_files=" Makefile modules/Makefile src/Makefile lib/libmd5/Makefile modules/recup_perf_datas/Makefile modules/rebuild/Makefile modules/sync/Makefile modules/purge/Makefile" 305 305 config_headers=" includes/config.h" 306 306 config_commands=" depfiles" … … 342 342 gives unlimited permission to copy, distribute and modify it." 343 343 344 ac_pwd='/ root/censtsorage'344 ac_pwd='/home/rbertholon/workspace/centstorage' 345 345 srcdir='.' 346 346 INSTALL='/usr/bin/install -c' … … 411 411 412 412 if $ac_cs_recheck; then 413 echo "running CONFIG_SHELL=/bin/ sh /bin/sh ./configure " $ac_configure_extra_args " --no-create --no-recursion" >&6414 CONFIG_SHELL=/bin/ sh413 echo "running CONFIG_SHELL=/bin/bash /bin/bash ./configure " $ac_configure_extra_args " --no-create --no-recursion" >&6 414 CONFIG_SHELL=/bin/bash 415 415 export CONFIG_SHELL 416 exec /bin/ sh "./configure" $ac_configure_extra_args --no-create --no-recursion416 exec /bin/bash "./configure" $ac_configure_extra_args --no-create --no-recursion 417 417 fi 418 418 … … 446 446 "modules/sync/Makefile") CONFIG_FILES="$CONFIG_FILES modules/sync/Makefile" ;; 447 447 "modules/purge/Makefile") CONFIG_FILES="$CONFIG_FILES modules/purge/Makefile" ;; 448 "modules/recup_perf_datas_client/Makefile") CONFIG_FILES="$CONFIG_FILES modules/recup_perf_datas_client/Makefile" ;;449 448 450 449 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 … … 504 503 cat >"$tmp/subs-1.sed" <<\CEOF 505 504 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b 506 s,@SHELL@,|#_!!_#|/bin/ sh,g505 s,@SHELL@,|#_!!_#|/bin/bash,g 507 506 s,@PATH_SEPARATOR@,|#_!!_#|:,g 508 507 s,@PACKAGE_NAME@,|#_!!_#|,g … … 548 547 s,@PACKAGE@,|#_!!_#|centstorage,g 549 548 s,@VERSION@,|#_!!_#|0.1,g 550 s,@ACLOCAL@,|#_!!_#|${SHELL} / root/censtsorage/missing --run aclocal-1.10,g551 s,@AUTOCONF@,|#_!!_#|${SHELL} / root/censtsorage/missing --run autoconf,g552 s,@AUTOMAKE@,|#_!!_#|${SHELL} / root/censtsorage/missing --run automake-1.10,g553 s,@AUTOHEADER@,|#_!!_#|${SHELL} / root/censtsorage/missing --run autoheader,g554 s,@MAKEINFO@,|#_!!_#|${SHELL} / root/censtsorage/missing --run makeinfo,g555 s,@install_sh@,|#_!!_#|$(SHELL) / root/censtsorage/install-sh,g549 s,@ACLOCAL@,|#_!!_#|${SHELL} /home/rbertholon/workspace/centstorage/missing --run aclocal-1.10,g 550 s,@AUTOCONF@,|#_!!_#|${SHELL} /home/rbertholon/workspace/centstorage/missing --run autoconf,g 551 s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/rbertholon/workspace/centstorage/missing --run automake-1.10,g 552 s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/rbertholon/workspace/centstorage/missing --run autoheader,g 553 s,@MAKEINFO@,|#_!!_#|${SHELL} /home/rbertholon/workspace/centstorage/missing --run makeinfo,g 554 s,@install_sh@,|#_!!_#|$(SHELL) /home/rbertholon/workspace/centstorage/install-sh,g 556 555 s,@STRIP@,|#_!!_#|,g 557 556 s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|$(install_sh) -c -s,g 558 557 s,@mkdir_p@,|#_!!_#|/bin/mkdir -p,g 559 s,@AWK@,|#_!!_#| gawk,g558 s,@AWK@,|#_!!_#|mawk,g 560 559 s,@SET_MAKE@,|#_!!_#|,g 561 560 s,@am__leading_dot@,|#_!!_#|.,g 562 s,@AMTAR@,|#_!!_#|${SHELL} / root/censtsorage/missing --run tar,g561 s,@AMTAR@,|#_!!_#|${SHELL} /home/rbertholon/workspace/centstorage/missing --run tar,g 563 562 s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g 564 563 s,@am__untar@,|#_!!_#|${AMTAR} xf -,g 565 564 s,@INSTALL@,|#_!!_#|/usr/bin/install -c,g 566 565 s,@XML_CPPFLAGS@,|#_!!_#|-I/usr/include/libxml2,g 567 s,@XML_LIBS@,|#_!!_#|- L/usr/lib -lxml2 -lz -lm,g566 s,@XML_LIBS@,|#_!!_#|-lxml2,g 568 567 s,@build@,|#_!!_#|i686-pc-linux-gnu,g 569 568 s,@build_cpu@,|#_!!_#|i686,g … … 591 590 s,@am__fastdepCC_FALSE@,|#_!!_#|#,g 592 591 s,@CPP@,|#_!!_#|gcc -E,g 593 s,@GREP@,|#_!!_#|/ usr/bin/grep,g594 s,@EGREP@,|#_!!_#|/ usr/bin/grep -E,g592 s,@GREP@,|#_!!_#|/bin/grep,g 593 s,@EGREP@,|#_!!_#|/bin/grep -E,g 595 594 s,@MOD_CFLAGS@,|#_!!_#|-fPIC,g 596 595 s,@MOD_LDFLAGS@,|#_!!_#|-shared,g … … 609 608 s,@MK_USE_SYNC@,|#_!!_#|modules/sync/,g 610 609 s,@XML2_CONFIG@,|#_!!_#|/usr/bin/xml2-config,g 611 s,@XML_HEADER@,|#_!!_#|-I/usr/include/libxml 2,g610 s,@XML_HEADER@,|#_!!_#|-I/usr/include/libxml,g 612 611 s,@HAVE_SSL@,|#_!!_#|,g 613 s,@DBLIBS@,|#_!!_#| -lmysqlclient ,g612 s,@DBLIBS@,|#_!!_#| -lmysqlclient -lpq,g 614 613 s,@DBLDFLAGS@,|#_!!_#| -L/usr/lib/mysql,g 615 614 s,@LIBOBJS@,|#_!!_#|,g … … 904 903 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_SELECT_H\)[ (].*,\1define\2 1 , 905 904 s,^\([ #]*\)[^ ]*\([ ]*USE_MYSQL\)[ (].*,\1define\2 1 , 905 s,^\([ #]*\)[^ ]*\([ ]*USE_PGSQL\)[ (].*,\1define\2 1 , 906 906 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SSL\)[ (].*,\1define\2 1 , 907 907 s,^\([ #]*\)[^ ]*\([ ]*HAVE_RRD\)[ (].*,\1define\2 1 , … … 927 927 rm -f "$tmp/out12" 928 928 # Compute $ac_file's index in $config_headers. 929 _am_arg=$ac_file 929 930 _am_stamp_count=1 930 931 for _am_header in $config_headers :; do 931 932 case $_am_header in 932 $ ac_file | $ac_file:* )933 $_am_arg | $_am_arg:* ) 933 934 break ;; 934 935 * ) … … 936 937 esac 937 938 done 938 echo "timestamp for $ ac_file" >`$as_dirname -- $ac_file||939 $as_expr X $ac_file: 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \940 X $ac_file: 'X\(//\)[^/]' \| \941 X $ac_file: 'X\(//\)$' \| \942 X $ac_file: 'X\(/\)' \| . 2>/dev/null ||943
