Changeset 6711
- Timestamp:
- 10/03/08 17:27:41 (2 months ago)
- Location:
- trunk/centstorage
- Files:
-
- 1 added
- 41 modified
-
centClient/Makefile (modified) (6 diffs)
-
centClient/Makefile.am (modified) (1 diff)
-
centClient/Makefile.in (modified) (2 diffs)
-
centClient/autom4te.cache/output.0 (modified) (1 diff)
-
centClient/autom4te.cache/output.1 (modified) (1 diff)
-
centClient/client.conf (modified) (1 diff)
-
centClient/config.log (modified) (3 diffs)
-
centClient/config.status (modified) (3 diffs)
-
centClient/configure (modified) (1 diff)
-
centClient/configure.in (modified) (1 diff)
-
centClient/includes/client.h (modified) (1 diff)
-
centClient/src/Makefile (modified) (6 diffs)
-
centClient/src/Makefile.am (modified) (1 diff)
-
centClient/src/Makefile.in (modified) (2 diffs)
-
centStorage/CentStorage.conf (added)
-
centStorage/Makefile (modified) (7 diffs)
-
centStorage/Makefile.am (modified) (2 diffs)
-
centStorage/Makefile.in (modified) (3 diffs)
-
centStorage/config.log (modified) (5 diffs)
-
centStorage/config.status (modified) (3 diffs)
-
centStorage/lib/libmd5/Makefile (modified) (7 diffs)
-
centStorage/lib/libmd5/Makefile.am (modified) (1 diff)
-
centStorage/lib/libmd5/Makefile.in (modified) (3 diffs)
-
centStorage/modules/Makefile (modified) (6 diffs)
-
centStorage/modules/Makefile.am (modified) (1 diff)
-
centStorage/modules/Makefile.in (modified) (2 diffs)
-
centStorage/modules/purge/Makefile (modified) (6 diffs)
-
centStorage/modules/purge/Makefile.am (modified) (1 diff)
-
centStorage/modules/purge/Makefile.in (modified) (2 diffs)
-
centStorage/modules/rebuild/Makefile (modified) (6 diffs)
-
centStorage/modules/rebuild/Makefile.am (modified) (1 diff)
-
centStorage/modules/rebuild/Makefile.in (modified) (2 diffs)
-
centStorage/modules/recup_perf_datas/Makefile (modified) (6 diffs)
-
centStorage/modules/recup_perf_datas/Makefile.am (modified) (1 diff)
-
centStorage/modules/recup_perf_datas/Makefile.in (modified) (2 diffs)
-
centStorage/modules/recup_perf_datas/connection.c (modified) (1 diff)
-
centStorage/modules/sync/Makefile (modified) (6 diffs)
-
centStorage/modules/sync/Makefile.am (modified) (1 diff)
-
centStorage/modules/sync/Makefile.in (modified) (2 diffs)
-
centStorage/src/Makefile (modified) (6 diffs)
-
centStorage/src/Makefile.am (modified) (1 diff)
-
centStorage/src/Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centstorage/centClient/Makefile
r6708 r6711 93 93 distuninstallcheck_listfiles = find . -type f -print 94 94 distcleancheck_listfiles = find . -type f -print 95 ACLOCAL = ${SHELL} /root/cen tClient/missing --run aclocal-1.1096 AMTAR = ${SHELL} /root/cen tClient/missing --run tar97 AUTOCONF = ${SHELL} /root/cen tClient/missing --run autoconf98 AUTOHEADER = ${SHELL} /root/cen tClient/missing --run autoheader99 AUTOMAKE = ${SHELL} /root/cen tClient/missing --run automake-1.1095 ACLOCAL = ${SHELL} /root/censtsorage/centClient/missing --run aclocal-1.10 96 AMTAR = ${SHELL} /root/censtsorage/centClient/missing --run tar 97 AUTOCONF = ${SHELL} /root/censtsorage/centClient/missing --run autoconf 98 AUTOHEADER = ${SHELL} /root/censtsorage/centClient/missing --run autoheader 99 AUTOMAKE = ${SHELL} /root/censtsorage/centClient/missing --run automake-1.10 100 100 AWK = gawk 101 101 BIN_PATH = /usr/local/centclient/bin … … 125 125 LIBS = -lssl -lcrypto 126 126 LTLIBOBJS = 127 MAKEINFO = ${SHELL} /root/cen tClient/missing --run makeinfo127 MAKEINFO = ${SHELL} /root/censtsorage/centClient/missing --run makeinfo 128 128 MKDIR_P = /bin/mkdir -p 129 129 MOD_CFLAGS = … … 145 145 XML_HEADER = -I/usr/include/libxml2 146 146 XML_LIBS = -L/usr/lib -lxml2 -lz -lm 147 abs_builddir = /root/cen tClient148 abs_srcdir = /root/cen tClient149 abs_top_builddir = /root/cen tClient150 abs_top_srcdir = /root/cen tClient147 abs_builddir = /root/censtsorage/centClient 148 abs_srcdir = /root/censtsorage/centClient 149 abs_top_builddir = /root/censtsorage/centClient 150 abs_top_srcdir = /root/censtsorage/centClient 151 151 ac_ct_CC = gcc 152 152 am__include = include … … 175 175 includedir = ${prefix}/include 176 176 infodir = ${datarootdir}/info 177 install_sh = $(SHELL) /root/cen tClient/install-sh177 install_sh = $(SHELL) /root/censtsorage/centClient/install-sh 178 178 libdir = ${exec_prefix}/lib 179 179 libexecdir = ${exec_prefix}/libexec … … 528 528 installdirs: installdirs-recursive 529 529 installdirs-am: 530 install: install-recursive531 530 install-exec: install-exec-recursive 532 531 install-data: install-data-recursive … … 628 627 629 628 630 all: all-recursive 629 install: all 631 630 mkdir -p /usr/local/centclient/bin 632 631 mkdir -p /usr/local/centclient/log 633 632 mkdir -p /var/run/centclient 633 mkdir -p /etc/centclient 634 cp client.conf /etc/centclient/centclient.conf 634 635 cp centclient /etc/init.d 636 637 all: all-recursive 635 638 cp src/centclient /usr/local/centclient/bin 636 639 -
trunk/centstorage/centClient/Makefile.am
r6708 r6711 24 24 SUBDIRS = src 25 25 26 all: all-recursive 26 install: all 27 27 mkdir -p /usr/local/centclient/bin 28 28 mkdir -p /usr/local/centclient/log 29 29 mkdir -p /var/run/centclient 30 mkdir -p /etc/centclient 31 cp client.conf /etc/centclient/centclient.conf 30 32 cp centclient /etc/init.d 33 34 all: all-recursive 31 35 @CP_BIN@ 32 36 -
trunk/centstorage/centClient/Makefile.in
r6708 r6711 528 528 installdirs: installdirs-recursive 529 529 installdirs-am: 530 install: install-recursive531 530 install-exec: install-exec-recursive 532 531 install-data: install-data-recursive … … 628 627 629 628 630 all: all-recursive 629 install: all 631 630 mkdir -p /usr/local/centclient/bin 632 631 mkdir -p /usr/local/centclient/log 633 632 mkdir -p /var/run/centclient 633 mkdir -p /etc/centclient 634 cp client.conf /etc/centclient/centclient.conf 634 635 cp centclient /etc/init.d 636 637 all: all-recursive 635 638 @CP_BIN@ 636 639 -
trunk/centstorage/centClient/autom4te.cache/output.0
r6708 r6711 6355 6355 echo "Configure ended successfully. Type 'make' to compile centclient" 6356 6356 echo "" 6357 -
trunk/centstorage/centClient/autom4te.cache/output.1
r6708 r6711 6355 6355 echo "Configure ended successfully. Type 'make' to compile centclient" 6356 6356 echo "" 6357 -
trunk/centstorage/centClient/client.conf
r6708 r6711 1 1 <client content="configuration of CentStorage client"> 2 <pidFile>/var/run/centclient/centclient.pid</pidFile> 3 2 4 <perf_file>/usr/local/nagios/var/service-perfdata</perf_file> 3 5 <tmp_perf_file>/usr/local/nagios/var/service-perfdata.tmp</tmp_perf_file> 4 <save_file> ./offset.save</save_file>6 <save_file>/usr/local/nagios/var/offset.save</save_file> 5 7 6 <host> 192.168.1.83</host>7 <port> 4241</port>8 <host></host> 9 <port></port> 8 10 9 11 <log use="yes"> 10 <logFile> ./client.log</logFile>12 <logFile>/usr/local/centclient/log/CentClient.log</logFile> 11 13 </log> 12 14 13 15 <use_SSL>NO</use_SSL> 14 16 <checkSrv>YES</checkSrv> 15 17 <port_SSL>5557</port_SSL> 16 <use_SSL>NO</use_SSL>17 18 18 </client> -
trunk/centstorage/centClient/config.log
r6708 r6711 603 603 ## ----------------- ## 604 604 605 ACLOCAL='${SHELL} /root/cen tClient/missing --run aclocal-1.10'605 ACLOCAL='${SHELL} /root/censtsorage/centClient/missing --run aclocal-1.10' 606 606 AMDEPBACKSLASH='\' 607 607 AMDEP_FALSE='#' 608 608 AMDEP_TRUE='' 609 AMTAR='${SHELL} /root/cen tClient/missing --run tar'610 AUTOCONF='${SHELL} /root/cen tClient/missing --run autoconf'611 AUTOHEADER='${SHELL} /root/cen tClient/missing --run autoheader'612 AUTOMAKE='${SHELL} /root/cen tClient/missing --run automake-1.10'609 AMTAR='${SHELL} /root/censtsorage/centClient/missing --run tar' 610 AUTOCONF='${SHELL} /root/censtsorage/centClient/missing --run autoconf' 611 AUTOHEADER='${SHELL} /root/censtsorage/centClient/missing --run autoheader' 612 AUTOMAKE='${SHELL} /root/censtsorage/centClient/missing --run automake-1.10' 613 613 AWK='gawk' 614 614 BIN_PATH='/usr/local/centclient/bin' … … 638 638 LIBS=' -lssl -lcrypto' 639 639 LTLIBOBJS='' 640 MAKEINFO='${SHELL} /root/cen tClient/missing --run makeinfo'640 MAKEINFO='${SHELL} /root/censtsorage/centClient/missing --run makeinfo' 641 641 MOD_CFLAGS='' 642 642 MOD_LDFLAGS='' … … 685 685 includedir='${prefix}/include' 686 686 infodir='${datarootdir}/info' 687 install_sh='$(SHELL) /root/cen tClient/install-sh'687 install_sh='$(SHELL) /root/censtsorage/centClient/install-sh' 688 688 libdir='${exec_prefix}/lib' 689 689 libexecdir='${exec_prefix}/libexec' -
trunk/centstorage/centClient/config.status
r6708 r6711 342 342 gives unlimited permission to copy, distribute and modify it." 343 343 344 ac_pwd='/root/cen tClient'344 ac_pwd='/root/censtsorage/centClient' 345 345 srcdir='.' 346 346 INSTALL='/usr/bin/install -c' … … 541 541 s,@PACKAGE@,|#_!!_#|centclient,g 542 542 s,@VERSION@,|#_!!_#|0.1,g 543 s,@ACLOCAL@,|#_!!_#|${SHELL} /root/cen tClient/missing --run aclocal-1.10,g544 s,@AUTOCONF@,|#_!!_#|${SHELL} /root/cen tClient/missing --run autoconf,g545 s,@AUTOMAKE@,|#_!!_#|${SHELL} /root/cen tClient/missing --run automake-1.10,g546 s,@AUTOHEADER@,|#_!!_#|${SHELL} /root/cen tClient/missing --run autoheader,g547 s,@MAKEINFO@,|#_!!_#|${SHELL} /root/cen tClient/missing --run makeinfo,g548 s,@install_sh@,|#_!!_#|$(SHELL) /root/cen tClient/install-sh,g543 s,@ACLOCAL@,|#_!!_#|${SHELL} /root/censtsorage/centClient/missing --run aclocal-1.10,g 544 s,@AUTOCONF@,|#_!!_#|${SHELL} /root/censtsorage/centClient/missing --run autoconf,g 545 s,@AUTOMAKE@,|#_!!_#|${SHELL} /root/censtsorage/centClient/missing --run automake-1.10,g 546 s,@AUTOHEADER@,|#_!!_#|${SHELL} /root/censtsorage/centClient/missing --run autoheader,g 547 s,@MAKEINFO@,|#_!!_#|${SHELL} /root/censtsorage/centClient/missing --run makeinfo,g 548 s,@install_sh@,|#_!!_#|$(SHELL) /root/censtsorage/centClient/install-sh,g 549 549 s,@STRIP@,|#_!!_#|,g 550 550 s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|$(install_sh) -c -s,g … … 553 553 s,@SET_MAKE@,|#_!!_#|,g 554 554 s,@am__leading_dot@,|#_!!_#|.,g 555 s,@AMTAR@,|#_!!_#|${SHELL} /root/cen tClient/missing --run tar,g555 s,@AMTAR@,|#_!!_#|${SHELL} /root/censtsorage/centClient/missing --run tar,g 556 556 s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g 557 557 s,@am__untar@,|#_!!_#|${AMTAR} xf -,g -
trunk/centstorage/centClient/configure
r6708 r6711 6355 6355 echo "Configure ended successfully. Type 'make' to compile centclient" 6356 6356 echo "" 6357 -
trunk/centstorage/centClient/configure.in
r6708 r6711 199 199 echo "Configure ended successfully. Type 'make' to compile centclient" 200 200 echo "" 201 -
trunk/centstorage/centClient/includes/client.h
r6708 r6711 25 25 #define USAGE "client: usage: client [-f ConfFile]" 26 26 27 #define DEFAULT_CONF_FILE " client.conf"27 #define DEFAULT_CONF_FILE "/etc/centclient/centclient.conf" 28 28 29 29 /* prototypes */ -
trunk/centstorage/centClient/src/Makefile
r6708 r6711 86 86 CTAGS = ctags 87 87 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 88 ACLOCAL = ${SHELL} /root/cen tClient/missing --run aclocal-1.1089 AMTAR = ${SHELL} /root/cen tClient/missing --run tar90 AUTOCONF = ${SHELL} /root/cen tClient/missing --run autoconf91 AUTOHEADER = ${SHELL} /root/cen tClient/missing --run autoheader92 AUTOMAKE = ${SHELL} /root/cen tClient/missing --run automake-1.1088 ACLOCAL = ${SHELL} /root/censtsorage/centClient/missing --run aclocal-1.10 89 AMTAR = ${SHELL} /root/censtsorage/centClient/missing --run tar 90 AUTOCONF = ${SHELL} /root/censtsorage/centClient/missing --run autoconf 91 AUTOHEADER = ${SHELL} /root/censtsorage/centClient/missing --run autoheader 92 AUTOMAKE = ${SHELL} /root/censtsorage/centClient/missing --run automake-1.10 93 93 AWK = gawk 94 94 BIN_PATH = /usr/local/centclient/bin … … 118 118 LIBS = -lssl -lcrypto 119 119 LTLIBOBJS = 120 MAKEINFO = ${SHELL} /root/cen tClient/missing --run makeinfo120 MAKEINFO = ${SHELL} /root/censtsorage/centClient/missing --run makeinfo 121 121 MKDIR_P = /bin/mkdir -p 122 122 MOD_CFLAGS = … … 138 138 XML_HEADER = -I/usr/include/libxml2 139 139 XML_LIBS = -L/usr/lib -lxml2 -lz -lm 140 abs_builddir = /root/cen tClient/src141 abs_srcdir = /root/cen tClient/src142 abs_top_builddir = /root/cen tClient143 abs_top_srcdir = /root/cen tClient140 abs_builddir = /root/censtsorage/centClient/src 141 abs_srcdir = /root/censtsorage/centClient/src 142 abs_top_builddir = /root/censtsorage/centClient 143 abs_top_srcdir = /root/censtsorage/centClient 144 144 ac_ct_CC = gcc 145 145 am__include = include … … 168 168 includedir = ${prefix}/include 169 169 infodir = ${datarootdir}/info 170 install_sh = $(SHELL) /root/cen tClient/install-sh170 install_sh = $(SHELL) /root/censtsorage/centClient/install-sh 171 171 libdir = ${exec_prefix}/lib 172 172 libexecdir = ${exec_prefix}/libexec … … 374 374 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 375 375 done 376 install: install-am377 376 install-exec: install-exec-am 378 377 install-data: install-data-am … … 470 469 uninstall-am uninstall-binPROGRAMS 471 470 471 472 install: all 472 473 # Tell versions [3.59,3.63) of GNU make to not export all variables. 473 474 # Otherwise a system limit (for SysV at least) may be exceeded. -
trunk/centstorage/centClient/src/Makefile.am
r6708 r6711 44 44 45 45 centclient_LDFLAGS = -g3 `xml2-config --cflags` -W -Wall -ansi -pedantic 46 47 install: all -
trunk/centstorage/centClient/src/Makefile.in
r6708 r6711 374 374 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 375 375 done 376 install: install-am377 376 install-exec: install-exec-am 378 377 install-data: install-data-am … … 470 469 uninstall-am uninstall-binPROGRAMS 471 470 471 472 install: all 472 473 # Tell versions [3.59,3.63) of GNU make to not export all variables. 473 474 # Otherwise a system limit (for SysV at least) may be exceeded. -
trunk/centstorage/centStorage/Makefile
r6708 r6711 93 93 distuninstallcheck_listfiles = find . -type f -print 94 94 distcleancheck_listfiles = find . -type f -print 95 ACLOCAL = ${SHELL} /root/cen tStorage/missing --run aclocal-1.1096 AMTAR = ${SHELL} /root/cen tStorage/missing --run tar97 AUTOCONF = ${SHELL} /root/cen tStorage/missing --run autoconf98 AUTOHEADER = ${SHELL} /root/cen tStorage/missing --run autoheader99 AUTOMAKE = ${SHELL} /root/cen tStorage/missing --run automake-1.1095 ACLOCAL = ${SHELL} /root/censtsorage/centStorage/missing --run aclocal-1.10 96 AMTAR = ${SHELL} /root/censtsorage/centStorage/missing --run tar 97 AUTOCONF = ${SHELL} /root/censtsorage/centStorage/missing --run autoconf 98 AUTOHEADER = ${SHELL} /root/censtsorage/centStorage/missing --run autoheader 99 AUTOMAKE = ${SHELL} /root/censtsorage/centStorage/missing --run automake-1.10 100 100 AWK = gawk 101 101 BIN_PATH = /usr/local/centreon/bin/ … … 131 131 LIBS = -lssl -lcrypto 132 132 LTLIBOBJS = 133 MAKEINFO = ${SHELL} /root/cen tStorage/missing --run makeinfo133 MAKEINFO = ${SHELL} /root/censtsorage/centStorage/missing --run makeinfo 134 134 MKDIR_P = /bin/mkdir -p 135 135 MK_USE_PUR = modules/purge/ … … 155 155 XML_HEADER = -I/usr/include/libxml2 156 156 XML_LIBS = -L/usr/lib -lxml2 -lz -lm 157 abs_builddir = /root/cen tStorage158 abs_srcdir = /root/cen tStorage159 abs_top_builddir = /root/cen tStorage160 abs_top_srcdir = /root/cen tStorage157 abs_builddir = /root/censtsorage/centStorage 158 abs_srcdir = /root/censtsorage/centStorage 159 abs_top_builddir = /root/censtsorage/centStorage 160 abs_top_srcdir = /root/censtsorage/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/cen tStorage/install-sh187 install_sh = $(SHELL) /root/censtsorage/centStorage/install-sh 188 188 libdir = ${exec_prefix}/lib 189 189 libexecdir = ${exec_prefix}/libexec … … 545 545 installdirs: installdirs-recursive 546 546 installdirs-am: 547 install: install-recursive548 547 install-exec: install-exec-recursive 549 548 install-data: install-data-recursive … … 645 644 646 645 646 install: all 647 cp CentStorage.conf /etc/centreon 648 cp centstorage /etc/init.d 649 647 650 all: all-recursive 648 651 cp src/centstorage /usr/local/centreon/bin/ … … 651 654 mv modules/purge/purge.so /usr/local/centreon/lib 652 655 mv modules/rebuild/rebuild.so /usr/local/centreon/lib 653 cp centstorage /etc/init.d654 656 655 657 re: clean all -
trunk/centstorage/centStorage/Makefile.am
r6708 r6711 30 30 modules/sync 31 31 32 install: all 33 cp CentStorage.conf /etc/centreon 34 cp centstorage /etc/init.d 35 32 36 all: all-recursive 33 37 @CP_BIN@ … … 36 40 @CP_PUR@ 37 41 @CP_REB@ 38 cp centstorage /etc/init.d39 42 40 43 re: clean all -
trunk/centstorage/centStorage/Makefile.in
r6708 r6711 545 545 installdirs: installdirs-recursive 546 546 installdirs-am: 547 install: install-recursive548 547 install-exec: install-exec-recursive 549 548 install-data: install-data-recursive … … 645 644 646 645 646 install: all 647 cp CentStorage.conf /etc/centreon 648 cp centstorage /etc/init.d 649 647 650 all: all-recursive 648 651 @CP_BIN@ … … 651 654 @CP_PUR@ 652 655 @CP_REB@ 653 cp centstorage /etc/init.d654 656 655 657 re: clean all -
trunk/centstorage/centStorage/config.log
r6708 r6711 534 534 configure:5552: checking for mysql_connect in -lmysqlclient 535 535 configure:5587: gcc -o conftest -L/usr/lib/mysql conftest.c -lmysqlclient >&5 536 /tmp/cc KbXa8t.o: In function `main':536 /tmp/cco7Mb9I.o: In function `main': 537 537 conftest.c:(.text+0x12): undefined reference to `mysql_connect' 538 538 collect2: ld returned 1 exit status … … 986 986 config.status:673: creating modules/purge/Makefile 987 987 config.status:673: creating includes/config.h 988 config.status:916: includes/config.h is unchanged 988 989 config.status:962: executing depfiles commands 989 990 … … 1064 1065 ## ----------------- ## 1065 1066 1066 ACLOCAL='${SHELL} /root/cen tStorage/missing --run aclocal-1.10'1067 ACLOCAL='${SHELL} /root/censtsorage/centStorage/missing --run aclocal-1.10' 1067 1068 AMDEPBACKSLASH='\' 1068 1069 AMDEP_FALSE='#' 1069 1070 AMDEP_TRUE='' 1070 AMTAR='${SHELL} /root/cen tStorage/missing --run tar'1071 AUTOCONF='${SHELL} /root/cen tStorage/missing --run autoconf'1072 AUTOHEADER='${SHELL} /root/cen tStorage/missing --run autoheader'1073 AUTOMAKE='${SHELL} /root/cen tStorage/missing --run automake-1.10'1071 AMTAR='${SHELL} /root/censtsorage/centStorage/missing --run tar' 1072 AUTOCONF='${SHELL} /root/censtsorage/centStorage/missing --run autoconf' 1073 AUTOHEADER='${SHELL} /root/censtsorage/centStorage/missing --run autoheader' 1074 AUTOMAKE='${SHELL} /root/censtsorage/centStorage/missing --run automake-1.10' 1074 1075 AWK='gawk' 1075 1076 BIN_PATH='/usr/local/centreon/bin/' … … 1105 1106 LIBS=' -lssl -lcrypto' 1106 1107 LTLIBOBJS='' 1107 MAKEINFO='${SHELL} /root/cen tStorage/missing --run makeinfo'1108 MAKEINFO='${SHELL} /root/censtsorage/centStorage/missing --run makeinfo' 1108 1109 MK_USE_PUR='modules/purge/' 1109 1110 MK_USE_REB='modules/rebuild/' … … 1156 1157 includedir='${prefix}/include' 1157 1158 infodir='${datarootdir}/info' 1158 install_sh='$(SHELL) /root/cen tStorage/install-sh'1159 install_sh='$(SHELL) /root/censtsorage/centStorage/install-sh' 1159 1160 libdir='${exec_prefix}/lib' 1160 1161 libexecdir='${exec_prefix}/libexec' -
trunk/centstorage/centStorage/config.status
r6708 r6711 342 342 gives unlimited permission to copy, distribute and modify it." 343 343 344 ac_pwd='/root/cen tStorage'344 ac_pwd='/root/censtsorage/centStorage' 345 345 srcdir='.' 346 346 INSTALL='/usr/bin/install -c' … … 547 547 s,@PACKAGE@,|#_!!_#|centstorage,g 548 548 s,@VERSION@,|#_!!_#|0.1,g 549 s,@ACLOCAL@,|#_!!_#|${SHELL} /root/cen tStorage/missing --run aclocal-1.10,g550 s,@AUTOCONF@,|#_!!_#|${SHELL} /root/cen tStorage/missing --run autoconf,g551 s,@AUTOMAKE@,|#_!!_#|${SHELL} /root/cen tStorage/missing --run automake-1.10,g552 s,@AUTOHEADER@,|#_!!_#|${SHELL} /root/cen tStorage/missing --run autoheader,g553 s,@MAKEINFO@,|#_!!_#|${SHELL} /root/cen tStorage/missing --run makeinfo,g554 s,@install_sh@,|#_!!_#|$(SHELL) /root/cen tStorage/install-sh,g549 s,@ACLOCAL@,|#_!!_#|${SHELL} /root/censtsorage/centStorage/missing --run aclocal-1.10,g 550 s,@AUTOCONF@,|#_!!_#|${SHELL} /root/censtsorage/centStorage/missing --run autoconf,g 551 s,@AUTOMAKE@,|#_!!_#|${SHELL} /root/censtsorage/centStorage/missing --run automake-1.10,g 552 s,@AUTOHEADER@,|#_!!_#|${SHELL} /root/censtsorage/centStorage/missing --run autoheader,g 553 s,@MAKEINFO@,|#_!!_#|${SHELL} /root/censtsorage/centStorage/missing --run makeinfo,g 554 s,@install_sh@,|#_!!_#|$(SHELL) /root/censtsorage/centStorage/install-sh,g 555 555 s,@STRIP@,|#_!!_#|,g 556 556 s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|$(install_sh) -c -s,g … … 559 559 s,@SET_MAKE@,|#_!!_#|,g 560 560 s,@am__leading_dot@,|#_!!_#|.,g 561 s,@AMTAR@,|#_!!_#|${SHELL} /root/cen tStorage/missing --run tar,g561 s,@AMTAR@,|#_!!_#|${SHELL} /root/censtsorage/centStorage/missing --run tar,g
