=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== bacula-9.6.6/src/plugins/fd/docker/baculatar/createimage.sh-31-#D=`date +%d%b%y` bacula-9.6.6/src/plugins/fd/docker/baculatar/createimage.sh:32:D=`grep DOCKER_TAR_IMAGE ../../../../version.h | awk '{print $3}' | sed 's/"//g'` bacula-9.6.6/src/plugins/fd/docker/baculatar/createimage.sh-33-docker build -t baculatar:$D . ############################################## bacula-9.6.6/src/plugins/fd/pluglib.c-224- pm_strcpy(dir, path); bacula-9.6.6/src/plugins/fd/pluglib.c:225: p = dir.addr() + 1; bacula-9.6.6/src/plugins/fd/pluglib.c-226- while (*p && (q = strchr(p, (int)PathSeparator)) != NULL){ ############################################## bacula-9.6.6/src/cats/update_mysql_tables.in-24- mysql $ARGS -D ${db_name} -e "select VersionId from Version LIMIT 1\G" >/tmp/$$ bacula-9.6.6/src/cats/update_mysql_tables.in:25: DBVERSION=`sed -n -e 's/^VersionId: \(.*\)$/\1/p' /tmp/$$` bacula-9.6.6/src/cats/update_mysql_tables.in-26-} ############################################## bacula-9.6.6/src/cats/Makefile.in-196- for I in $(INCLUDE_FILES); do \ bacula-9.6.6/src/cats/Makefile.in:197: $(INSTALL_DATA) $$I $(DESTDIR)$(includedir)/bacula/sql/`basename $$I`; \ bacula-9.6.6/src/cats/Makefile.in-198- done ############################################## bacula-9.6.6/src/cats/Makefile.in-201- for I in $(INCLUDE_FILES); do \ bacula-9.6.6/src/cats/Makefile.in:202: $(RMF) $(DESTDIR)$(includedir)/bacula/sql/`basename $$I`; \ bacula-9.6.6/src/cats/Makefile.in-203- done ############################################## bacula-9.6.6/src/cats/Makefile.in-300- @for src in $(LIBBACSQL_SRCS); do \ bacula-9.6.6/src/cats/Makefile.in:301: $(CXX) -S -M -MT `basename $$src .c`$(DEFAULT_OBJECT_TYPE) $(CPPFLAGS) $(XINC) $(DEFS) -I$(srcdir) -I$(basedir) $$src >> Makefile; \ bacula-9.6.6/src/cats/Makefile.in-302- done bacula-9.6.6/src/cats/Makefile.in-303- @for src in $(MYSQL_SRCS); do \ bacula-9.6.6/src/cats/Makefile.in:304: $(CXX) -S -M -MT `basename $$src .c`$(DEFAULT_OBJECT_TYPE) $(CPPFLAGS) $(XINC) $(DEFS) -I$(srcdir) -I$(basedir) $(MYSQL_INCLUDE) $$src >> Makefile; \ bacula-9.6.6/src/cats/Makefile.in-305- done bacula-9.6.6/src/cats/Makefile.in-306- @for src in $(POSTGRESQL_SRCS); do \ bacula-9.6.6/src/cats/Makefile.in:307: $(CXX) -S -M -MT `basename $$src .c`$(DEFAULT_OBJECT_TYPE) $(CPPFLAGS) $(XINC) $(DEFS) -I$(srcdir) -I$(basedir) $(POSTGRESQL_INCLUDE) $$src >> Makefile; \ bacula-9.6.6/src/cats/Makefile.in-308- done bacula-9.6.6/src/cats/Makefile.in-309- @for src in $(SQLITE_SRCS); do \ bacula-9.6.6/src/cats/Makefile.in:310: $(CXX) -S -M -MT `basename $$src .c`$(DEFAULT_OBJECT_TYPE) $(CPPFLAGS) $(XINC) $(DEFS) -I$(srcdir) -I$(basedir) $(SQLITE_INCLUDE) $$src >> Makefile; \ bacula-9.6.6/src/cats/Makefile.in-311- done bacula-9.6.6/src/cats/Makefile.in-312-# @for src in $(DBI_SRCS); do \ bacula-9.6.6/src/cats/Makefile.in:313:# $(CXX) -S -M -MT `basename $$src .c`$(DEFAULT_OBJECT_TYPE) $(CPPFLAGS) $(XINC) $(DEFS) -I$(srcdir) -I$(basedir) $(DBI_INCLUDE) $$src >> Makefile; \ bacula-9.6.6/src/cats/Makefile.in-314-# done ############################################## bacula-9.6.6/src/cats/create_postgresql_database.in-15- bacula-9.6.6/src/cats/create_postgresql_database.in:16:PSQLVERSION=`psql -d template1 -c 'select version()' $* | awk '/PostgreSQL/ {print $2}' | cut -d '.' -f 1,2` bacula-9.6.6/src/cats/create_postgresql_database.in-17- ############################################## bacula-9.6.6/src/cats/update_postgresql_tables.in-23-{ bacula-9.6.6/src/cats/update_postgresql_tables.in:24: DBVERSION=`psql -d ${db_name} -t --pset format=unaligned -c "select VersionId from Version LIMIT 1" $ARGS` bacula-9.6.6/src/cats/update_postgresql_tables.in-25-} ############################################## bacula-9.6.6/src/cats/install-default-backend.in-20-# bacula-9.6.6/src/cats/install-default-backend.in:21:eval `${LIBTOOL} --config | grep shrext_cmds` bacula-9.6.6/src/cats/install-default-backend.in-22-eval SHLIB_EXT=$shrext_cmds ############################################## bacula-9.6.6/src/cats/make_catalog_backup.pl.in-36- bacula-9.6.6/src/cats/make_catalog_backup.pl.in:37: exec("echo .dump | sqlite3 '$wd/$args{db_name}.db' > '$wd/$args{db_name}.sql'"); bacula-9.6.6/src/cats/make_catalog_backup.pl.in-38- print "Error while executing sqlite dump $!\n"; ############################################## bacula-9.6.6/src/cats/make_catalog_backup.pl.in-64- $ENV{PGDATABASE}=$args{db_name}; bacula-9.6.6/src/cats/make_catalog_backup.pl.in:65: system("echo '\\q' | HOME='$wd' psql") == 0 or die "$username doesn't have access to the catalog database\n"; bacula-9.6.6/src/cats/make_catalog_backup.pl.in-66-} ############################################## bacula-9.6.6/src/cats/make_catalog_backup.pl.in-71- setup_env_pgsql(%args); bacula-9.6.6/src/cats/make_catalog_backup.pl.in:72: exec("HOME='$wd' pg_dump -c > '$wd/$args{db_name}.sql'"); bacula-9.6.6/src/cats/make_catalog_backup.pl.in-73- print "Error while executing postgres dump $!\n"; ############################################## bacula-9.6.6/src/cats/make_catalog_backup.pl.in-80- setup_env_pgsql(%args); bacula-9.6.6/src/cats/make_catalog_backup.pl.in:81: my @output =`LANG=C HOME='$wd' vacuumdb -z 2>&1`; bacula-9.6.6/src/cats/make_catalog_backup.pl.in-82- my $exitcode = $? >> 8; ############################################## bacula-9.6.6/src/cats/make_catalog_backup.pl.in-119- setup_env_mysql(%args); bacula-9.6.6/src/cats/make_catalog_backup.pl.in:120: exec("HOME='$wd' mysqldump -f --opt $args{db_name} > '$wd/$args{db_name}.sql'"); bacula-9.6.6/src/cats/make_catalog_backup.pl.in-121- print "Error while executing mysql dump $!\n"; ############################################## bacula-9.6.6/src/cats/make_catalog_backup.pl.in-131- bacula-9.6.6/src/cats/make_catalog_backup.pl.in:132: exec("HOME='$wd' mysqlcheck -a $args{db_name}"); bacula-9.6.6/src/cats/make_catalog_backup.pl.in-133- print "Error while executing mysql analyse $!\n"; ############################################## bacula-9.6.6/src/stored/match_bsr.c-58-static int match_findex(BSR *bsr, DEV_RECORD *rec, bool done); bacula-9.6.6/src/stored/match_bsr.c:59:static int match_voladdr(BSR *bsr, BSR_VOLADDR *voladdr, DEV_RECORD *rec, bool done); bacula-9.6.6/src/stored/match_bsr.c-60-static int match_stream(BSR *bsr, BSR_STREAM *stream, DEV_RECORD *rec, bool done); ############################################## bacula-9.6.6/src/stored/match_bsr.c-258- */ bacula-9.6.6/src/stored/match_bsr.c:259:static bool get_smallest_voladdr(BSR_VOLADDR *va, uint64_t *ret) bacula-9.6.6/src/stored/match_bsr.c-260-{ ############################################## bacula-9.6.6/src/stored/match_bsr.c-294- /* if we have VolAddr, use it, else try with File and Block */ bacula-9.6.6/src/stored/match_bsr.c:295: if (get_smallest_voladdr(found_bsr->voladdr, &found_bsr_saddr)) { bacula-9.6.6/src/stored/match_bsr.c:296: if (get_smallest_voladdr(bsr->voladdr, &bsr_saddr)) { bacula-9.6.6/src/stored/match_bsr.c-297- if (found_bsr_saddr > bsr_saddr) { ############################################## bacula-9.6.6/src/stored/match_bsr.c-374- bacula-9.6.6/src/stored/match_bsr.c:375: if (!match_voladdr(bsr, bsr->voladdr, rec, 1)) { bacula-9.6.6/src/stored/match_bsr.c-376- if (bsr->voladdr) { ############################################## bacula-9.6.6/src/stored/match_bsr.c-509- bacula-9.6.6/src/stored/match_bsr.c:510: if (!match_voladdr(bsr, bsr->voladdr, rec, 1)) { bacula-9.6.6/src/stored/match_bsr.c-511- if (bsr->voladdr) { ############################################## bacula-9.6.6/src/stored/match_bsr.c-696- bacula-9.6.6/src/stored/match_bsr.c:697:static int match_voladdr(BSR *bsr, BSR_VOLADDR *voladdr, DEV_RECORD *rec, bool done) bacula-9.6.6/src/stored/match_bsr.c-698-{ ############################################## bacula-9.6.6/src/stored/match_bsr.c-719- if (voladdr->next) { bacula-9.6.6/src/stored/match_bsr.c:720: return match_voladdr(bsr, voladdr->next, rec, voladdr->done && done); bacula-9.6.6/src/stored/match_bsr.c-721- } ############################################## bacula-9.6.6/src/stored/match_bsr.c-828- bacula-9.6.6/src/stored/match_bsr.c:829:uint64_t get_bsr_start_addr(BSR *bsr) bacula-9.6.6/src/stored/match_bsr.c-830-{ ############################################## bacula-9.6.6/src/stored/protos.h-201-bool is_this_bsr_done(JCR *jcr, BSR *bsr, DEV_RECORD *rec); bacula-9.6.6/src/stored/protos.h:202:uint64_t get_bsr_start_addr(BSR *bsr); bacula-9.6.6/src/stored/protos.h-203- ############################################## bacula-9.6.6/src/stored/scan.c-78- for ( ;; ) { bacula-9.6.6/src/stored/scan.c:79: if (breaddir(dp, dname.addr()) != 0) { bacula-9.6.6/src/stored/scan.c-80- dev_errno = EIO; ############################################## bacula-9.6.6/src/stored/stored.c-558- while (1) { bacula-9.6.6/src/stored/stored.c:559: if (breaddir(dp, dname.addr()) != 0) { bacula-9.6.6/src/stored/stored.c-560- break; ############################################## bacula-9.6.6/src/stored/bls.c-335- Pmsg8(-1, "Addr=%llu blk_num=%u blen=%u First rec FI=%s SessId=%u SessTim=%u Strm=%s rlen=%d\n", bacula-9.6.6/src/stored/bls.c:336: dev->get_full_addr(), bacula-9.6.6/src/stored/bls.c-337- block->BlockNumber, block->block_len, ############################################## bacula-9.6.6/src/stored/device.c-225- if (dev->is_tape()) { bacula-9.6.6/src/stored/device.c:226: dcr->StartAddr = dcr->EndAddr = dev->get_full_addr(); bacula-9.6.6/src/stored/device.c-227- } else { ############################################## bacula-9.6.6/src/stored/device.c-235- */ bacula-9.6.6/src/stored/device.c:236: dcr->StartAddr = dcr->EndAddr = dev->get_full_addr(); bacula-9.6.6/src/stored/device.c-237- } ############################################## bacula-9.6.6/src/stored/block.c-243- /* ***FIXME*** remove 2 lines debug */ bacula-9.6.6/src/stored/block.c:244: Dmsg2(100, "Wrote %d bytes at %s\n", wlen, dev->print_addr(ed1, sizeof(ed1), pos)); bacula-9.6.6/src/stored/block.c-245- dump_block(dev, block, "After write"); ############################################## bacula-9.6.6/src/stored/block.c-292- etype==M_FATAL?"[SF0208]":"[SE0201]", bacula-9.6.6/src/stored/block.c:293: dev->print_addr(ed1, sizeof(ed1)), dev->print_name(), bacula-9.6.6/src/stored/block.c-294- dev->getVolCatName(), be.bstrerror()); ############################################## bacula-9.6.6/src/stored/block.c-312- dev->getVolCatName(), bacula-9.6.6/src/stored/block.c:313: dev->print_addr(ed1, sizeof(ed1)), dev->print_name(), wlen, stat); bacula-9.6.6/src/stored/block.c-314- } else { ############################################## bacula-9.6.6/src/stored/block.c-317- dev->getVolCatName(), bacula-9.6.6/src/stored/block.c:318: dev->print_addr(ed1, sizeof(ed1)), dev->print_name(), wlen, stat); bacula-9.6.6/src/stored/block.c-319- } ############################################## bacula-9.6.6/src/stored/block.c-349- if (dev->is_tape()) { bacula-9.6.6/src/stored/block.c:350: dev->EndAddr = dev->get_full_addr(); bacula-9.6.6/src/stored/block.c-351- if (dcr->EndAddr < dev->EndAddr) { ############################################## bacula-9.6.6/src/stored/block.c-358- if (dev->is_indexed()) { bacula-9.6.6/src/stored/block.c:359: uint64_t full_addr = dev->get_full_addr(addr); bacula-9.6.6/src/stored/block.c-360- if (full_addr < dcr->EndAddr) { ############################################## bacula-9.6.6/src/stored/block.c-373- } else { bacula-9.6.6/src/stored/block.c:374: block->BlockAddr = dev->get_full_addr() + wlen; bacula-9.6.6/src/stored/block.c-375- } ############################################## bacula-9.6.6/src/stored/block.c-428- if (dev->is_tape()) { bacula-9.6.6/src/stored/block.c:429: block->BlockAddr = dev->get_full_addr(); bacula-9.6.6/src/stored/block.c-430- ############################################## bacula-9.6.6/src/stored/block.c-435- */ bacula-9.6.6/src/stored/block.c:436: block->BlockAddr = dev->get_full_addr(); bacula-9.6.6/src/stored/block.c-437- } ############################################## bacula-9.6.6/src/stored/block.c-519- Dmsg2(200, "Pos for read=%s %lld\n", bacula-9.6.6/src/stored/block.c:520: dev->print_addr(ed1, sizeof(ed1), pos), pos); bacula-9.6.6/src/stored/block.c-521- } ############################################## bacula-9.6.6/src/stored/block.c-556- Mmsg4(dev->errmsg, _("[SE0204] Read error on fd=%d at addr=%s on device %s. ERR=%s.\n"), bacula-9.6.6/src/stored/block.c:557: dev->fd(), dev->print_addr(ed1, sizeof(ed1)), dev->print_name(), be.bstrerror()); bacula-9.6.6/src/stored/block.c-558- } ############################################## bacula-9.6.6/src/stored/block.c-572- pos = dev->lseek(dcr, (boffset_t)0, SEEK_CUR); /* get curr pos */ bacula-9.6.6/src/stored/block.c:573: pos = dev->get_full_addr(pos); bacula-9.6.6/src/stored/block.c-574- if (reading_label) { /* Trying to read Volume label */ ############################################## bacula-9.6.6/src/stored/block.c-580- dev->adata?"adata ":"", dev->VolCatInfo.VolCatName, bacula-9.6.6/src/stored/block.c:581: dev->print_addr(ed1, sizeof(ed1), pos), dev->print_name()); bacula-9.6.6/src/stored/block.c-582- } ############################################## bacula-9.6.6/src/stored/block.c-594- Dmsg3(150, "==== Read zero bytes. adata=%d vol=%s at %s\n", dev->adata, bacula-9.6.6/src/stored/block.c:595: dev->VolCatInfo.VolCatName, dev->print_addr(ed1, sizeof(ed1), pos)); bacula-9.6.6/src/stored/block.c-596- return false; /* return eof */ ############################################## bacula-9.6.6/src/stored/block.c-617- Mmsg3(dev->errmsg, _("[SE0205] Volume data error at %s! Short block of %d bytes on device %s discarded.\n"), bacula-9.6.6/src/stored/block.c:618: dev->print_addr(ed1, sizeof(ed1)), block->read_len, dev->print_name()); bacula-9.6.6/src/stored/block.c-619- Jmsg(jcr, M_WARNING, 0, "%s", dev->errmsg); /* discard block, but continue */ ############################################## bacula-9.6.6/src/stored/block.c-695- if (dev->is_tape()) { bacula-9.6.6/src/stored/block.c:696: dev->EndAddr = dev->get_full_addr(); bacula-9.6.6/src/stored/block.c-697- if (dcr->EndAddr < dev->EndAddr) { ############################################## bacula-9.6.6/src/stored/block.c-705- uint32_t len = MIN(block->read_len, block->block_len); bacula-9.6.6/src/stored/block.c:706: uint64_t addr = dev->get_full_addr() + len - 1; bacula-9.6.6/src/stored/block.c-707- if (dev->is_indexed()) { ############################################## bacula-9.6.6/src/stored/label.c-674- Dmsg4(100, "OK rewrite vol label. Addr=%s adata=%d slot=%d Vol=%s\n", bacula-9.6.6/src/stored/label.c:675: print_addr(ed1, sizeof(ed1)), dcr->block->adata, VolCatInfo.Slot, dcr->VolumeName); bacula-9.6.6/src/stored/label.c-676- Leave(100); ############################################## bacula-9.6.6/src/stored/label.c-914- case EOS_LABEL: bacula-9.6.6/src/stored/label.c:915: dcr->EndAddr = dev->get_full_addr(); bacula-9.6.6/src/stored/label.c-916- break; ############################################## bacula-9.6.6/src/stored/dev.c-974- bacula-9.6.6/src/stored/dev.c:975:uint32_t DEVICE::get_hi_addr() bacula-9.6.6/src/stored/dev.c-976-{ ############################################## bacula-9.6.6/src/stored/dev.c-979- bacula-9.6.6/src/stored/dev.c:980:uint32_t DEVICE::get_hi_addr(boffset_t addr) bacula-9.6.6/src/stored/dev.c-981-{ ############################################## bacula-9.6.6/src/stored/dev.c-984- bacula-9.6.6/src/stored/dev.c:985:uint32_t DEVICE::get_low_addr() bacula-9.6.6/src/stored/dev.c-986-{ ############################################## bacula-9.6.6/src/stored/dev.c-989- bacula-9.6.6/src/stored/dev.c:990:uint32_t DEVICE::get_low_addr(boffset_t addr) bacula-9.6.6/src/stored/dev.c-991-{ ############################################## bacula-9.6.6/src/stored/dev.c-995- bacula-9.6.6/src/stored/dev.c:996:uint64_t DEVICE::get_full_addr() bacula-9.6.6/src/stored/dev.c-997-{ ############################################## bacula-9.6.6/src/stored/dev.c-1000- bacula-9.6.6/src/stored/dev.c:1001:uint64_t DEVICE::get_full_addr(boffset_t addr) bacula-9.6.6/src/stored/dev.c-1002-{ ############################################## bacula-9.6.6/src/stored/dev.c-1006- bacula-9.6.6/src/stored/dev.c:1007:uint64_t DEVICE::get_full_addr(uint32_t hi, uint32_t low) bacula-9.6.6/src/stored/dev.c-1008-{ ############################################## bacula-9.6.6/src/stored/dev.c-1012-/* Note: this subroutine is not in the class */ bacula-9.6.6/src/stored/dev.c:1013:uint64_t get_full_addr(uint32_t hi, uint32_t low) bacula-9.6.6/src/stored/dev.c-1014-{ ############################################## bacula-9.6.6/src/stored/dev.c-1018-/* Print the file address */ bacula-9.6.6/src/stored/dev.c:1019:char *DEVICE::print_addr(char *buf, int32_t buf_len) bacula-9.6.6/src/stored/dev.c-1020-{ bacula-9.6.6/src/stored/dev.c-1021- buf[0] = 0; bacula-9.6.6/src/stored/dev.c:1022: bsnprintf(buf, buf_len, "%llu", get_full_addr()); bacula-9.6.6/src/stored/dev.c-1023- return buf; ############################################## bacula-9.6.6/src/stored/dev.c-1025- bacula-9.6.6/src/stored/dev.c:1026:char *DEVICE::print_addr(char *buf, int32_t buf_len, boffset_t addr) bacula-9.6.6/src/stored/dev.c-1027-{ ############################################## bacula-9.6.6/src/stored/tape_dev.c-1078- bacula-9.6.6/src/stored/tape_dev.c:1079:uint32_t tape_dev::get_hi_addr() bacula-9.6.6/src/stored/tape_dev.c-1080-{ ############################################## bacula-9.6.6/src/stored/tape_dev.c-1083- bacula-9.6.6/src/stored/tape_dev.c:1084:uint32_t tape_dev::get_low_addr() bacula-9.6.6/src/stored/tape_dev.c-1085-{ ############################################## bacula-9.6.6/src/stored/tape_dev.c-1088- bacula-9.6.6/src/stored/tape_dev.c:1089:uint64_t tape_dev::get_full_addr() bacula-9.6.6/src/stored/tape_dev.c-1090-{ ############################################## bacula-9.6.6/src/stored/tape_dev.c-1099-/* Print the address */ bacula-9.6.6/src/stored/tape_dev.c:1100:char *tape_dev::print_addr(char *buf, int32_t buf_len) bacula-9.6.6/src/stored/tape_dev.c-1101-{ bacula-9.6.6/src/stored/tape_dev.c-1102- buf[0] = 0; bacula-9.6.6/src/stored/tape_dev.c:1103: bsnprintf(buf, buf_len, "%lu:%lu", get_hi_addr(), get_low_addr()); bacula-9.6.6/src/stored/tape_dev.c-1104- return buf; ############################################## bacula-9.6.6/src/stored/tape_dev.c-1106- bacula-9.6.6/src/stored/tape_dev.c:1107:char *tape_dev::print_addr(char *buf, int32_t buf_len, boffset_t addr) bacula-9.6.6/src/stored/tape_dev.c-1108-{ ############################################## bacula-9.6.6/src/stored/dev.h-581- virtual DEVICE *get_dev(DCR *dcr); /* in dev.c */ bacula-9.6.6/src/stored/dev.h:582: virtual uint32_t get_hi_addr(); /* in dev.c */ bacula-9.6.6/src/stored/dev.h:583: virtual uint32_t get_low_addr(); /* in dev.c */ bacula-9.6.6/src/stored/dev.h:584: virtual uint32_t get_hi_addr(boffset_t addr); /* in dev.c */ bacula-9.6.6/src/stored/dev.h:585: virtual uint32_t get_low_addr(boffset_t addr); /* in dev.c */ bacula-9.6.6/src/stored/dev.h:586: virtual uint64_t get_full_addr(); /* in dev.c */ bacula-9.6.6/src/stored/dev.h:587: virtual uint64_t get_full_addr(boffset_t addr); /* in dev.c */ bacula-9.6.6/src/stored/dev.h:588: virtual uint64_t get_full_addr(uint32_t hi, uint32_t low); /* in dev.c */ bacula-9.6.6/src/stored/dev.h:589: virtual char *print_addr(char *buf, int32_t maxlen); bacula-9.6.6/src/stored/dev.h:590: virtual char *print_addr(char *buf, int32_t maxlen, boffset_t addr); bacula-9.6.6/src/stored/dev.h-591- virtual bool do_size_checks(DCR *dcr, DEV_BLOCK *block); /* in dev.c */ ############################################## bacula-9.6.6/src/stored/cloud_dev.h-101- DEVICE *get_dev(DCR *dcr); bacula-9.6.6/src/stored/cloud_dev.h:102: uint32_t get_hi_addr(); bacula-9.6.6/src/stored/cloud_dev.h:103: uint32_t get_low_addr(); bacula-9.6.6/src/stored/cloud_dev.h:104: uint64_t get_full_addr(); bacula-9.6.6/src/stored/cloud_dev.h:105: uint64_t get_full_addr(boffset_t addr); bacula-9.6.6/src/stored/cloud_dev.h:106: char *print_addr(char *buf, int32_t buf_len); bacula-9.6.6/src/stored/cloud_dev.h:107: char *print_addr(char *buf, int32_t maxlen, boffset_t addr); bacula-9.6.6/src/stored/cloud_dev.h-108- bool do_size_checks(DCR *dcr, DEV_BLOCK *block); ############################################## bacula-9.6.6/src/stored/file_dev.c-376- while (1) { bacula-9.6.6/src/stored/file_dev.c:377: if (breaddir(dp, dname.addr()) != 0) { bacula-9.6.6/src/stored/file_dev.c-378- dev_errno = EIO; ############################################## bacula-9.6.6/src/stored/file_driver.c-342- errno = 0; bacula-9.6.6/src/stored/file_driver.c:343: status = breaddir(dp, dname.addr()); bacula-9.6.6/src/stored/file_driver.c-344- if (status != 0) { ############################################## bacula-9.6.6/src/stored/file_driver.c-448- errno = 0; bacula-9.6.6/src/stored/file_driver.c:449: status = breaddir(dp, dname.addr()); bacula-9.6.6/src/stored/file_driver.c-450- if (status != 0) { ############################################## bacula-9.6.6/src/stored/autochanger.c-198- Dmsg1(dbglvl, "Run program=%s\n", changer); bacula-9.6.6/src/stored/autochanger.c:199: status = run_program_full_output(changer, timeout, results.addr()); bacula-9.6.6/src/stored/autochanger.c-200- if (status == 0) { ############################################## bacula-9.6.6/src/stored/autochanger.c-284- Dmsg1(dbglvl, "Run program=%s\n", changer); bacula-9.6.6/src/stored/autochanger.c:285: status = run_program_full_output(changer, timeout, results.addr()); bacula-9.6.6/src/stored/autochanger.c-286- Dmsg3(dbglvl, "run_prog: %s stat=%d result=%s", changer, status, results.c_str()); ############################################## bacula-9.6.6/src/stored/autochanger.c-408- Dmsg1(dbglvl, "Run program=%s\n", changer); bacula-9.6.6/src/stored/autochanger.c:409: int stat = run_program_full_output(changer, timeout, results.addr()); bacula-9.6.6/src/stored/autochanger.c-410- dcr->VolCatInfo.Slot = slot; ############################################## bacula-9.6.6/src/stored/autochanger.c-594- Dmsg1(dbglvl, "Run program=%s\n", changer_cmd); bacula-9.6.6/src/stored/autochanger.c:595: int stat = run_program_full_output(changer_cmd, timeout, results.addr()); bacula-9.6.6/src/stored/autochanger.c-596- dcr->VolCatInfo.Slot = save_slot; ############################################## bacula-9.6.6/src/stored/read_records.c-66- trec->FileIndex = EOT_LABEL; bacula-9.6.6/src/stored/read_records.c:67: trec->Addr = dev->get_full_addr(); bacula-9.6.6/src/stored/read_records.c-68- ok = record_cb(dcr, trec); ############################################## bacula-9.6.6/src/stored/read_records.c-141- dcr->VolumeName, bacula-9.6.6/src/stored/read_records.c:142: dev->print_addr(ed1, sizeof(ed1), dev->EndAddr), bacula-9.6.6/src/stored/read_records.c-143- dev->print_name()); ############################################## bacula-9.6.6/src/stored/read_records.c-155- Dmsg3(200, "EOF at addr=%s on device %s, Volume \"%s\"\n", bacula-9.6.6/src/stored/read_records.c:156: dev->print_addr(ed1, sizeof(ed1), dev->EndAddr), bacula-9.6.6/src/stored/read_records.c-157- dev->print_name(), dcr->VolumeName); ############################################## bacula-9.6.6/src/stored/read_records.c-173- } bacula-9.6.6/src/stored/read_records.c:174: Dmsg1(dbglvl, "Read new block at pos=%s\n", dev->print_addr(ed1, sizeof(ed1))); bacula-9.6.6/src/stored/read_records.c-175- } ############################################## bacula-9.6.6/src/stored/read_records.c-304- done = true; /* all items found, stop */ bacula-9.6.6/src/stored/read_records.c:305: Dmsg1(dbglvl, "All done Addr=%s\n", dev->print_addr(ed1, sizeof(ed1))); bacula-9.6.6/src/stored/read_records.c-306- break; ############################################## bacula-9.6.6/src/stored/read_records.c-308- Dmsg3(dbglvl, "BSR no match: clear rem=%d FI=%d before set_eof pos %s\n", bacula-9.6.6/src/stored/read_records.c:309: rec->remainder, rec->FileIndex, dev->print_addr(ed1, sizeof(ed1))); bacula-9.6.6/src/stored/read_records.c-310- rec->remainder = 0; ############################################## bacula-9.6.6/src/stored/read_records.c-331- Dmsg1(dbglvl, "This bsr done, break pos %s\n", bacula-9.6.6/src/stored/read_records.c:332: dev->print_addr(ed1, sizeof(ed1))); bacula-9.6.6/src/stored/read_records.c-333- break; ############################################## bacula-9.6.6/src/stored/read_records.c-353- Dmsg3(dbglvl, "=== Have digest FI=%u before bsr check pos %s\n", rec->FileIndex, bacula-9.6.6/src/stored/read_records.c:354: dev->print_addr(ed1, sizeof(ed1)); bacula-9.6.6/src/stored/read_records.c-355- if (is_this_bsr_done(jcr, jcr->bsr, rec) && try_repositioning(jcr, rec, dcr)) { ############################################## bacula-9.6.6/src/stored/read_records.c-357- Dmsg1(dbglvl, "This bsr done, break pos=%s\n", bacula-9.6.6/src/stored/read_records.c:358: dev->print_addr(ed1, sizeof(ed1))); bacula-9.6.6/src/stored/read_records.c-359- break; bacula-9.6.6/src/stored/read_records.c-360- } bacula-9.6.6/src/stored/read_records.c:361: Dmsg2(900, "After is_bsr_done pos %s\n", dev->print_addr(ed1, sizeof(ed1)); bacula-9.6.6/src/stored/read_records.c-362- } ############################################## bacula-9.6.6/src/stored/read_records.c-364- } /* end for loop over records */ bacula-9.6.6/src/stored/read_records.c:365: Dmsg1(dbglvl, "After end recs in block. pos=%s\n", dev->print_addr(ed1, sizeof(ed1))); bacula-9.6.6/src/stored/read_records.c-366- } /* end for loop over blocks */ ############################################## bacula-9.6.6/src/stored/read_records.c-394- Dmsg1(dbglvl, "Current position Addr=%s\n", bacula-9.6.6/src/stored/read_records.c:395: dev->print_addr(ed1, sizeof(ed1))); bacula-9.6.6/src/stored/read_records.c-396- jcr->bsr->mount_next_volume = false; ############################################## bacula-9.6.6/src/stored/read_records.c-410- */ bacula-9.6.6/src/stored/read_records.c:411: uint64_t dev_addr = dev->get_full_addr(); bacula-9.6.6/src/stored/read_records.c:412: uint64_t bsr_addr = get_bsr_start_addr(bsr); bacula-9.6.6/src/stored/read_records.c-413- ############################################## bacula-9.6.6/src/stored/read_records.c-444- bacula-9.6.6/src/stored/read_records.c:445: if ((bsr_addr=get_bsr_start_addr(bsr)) > 0) { bacula-9.6.6/src/stored/read_records.c-446- Jmsg(jcr, M_INFO, 0, _("Forward spacing Volume \"%s\" to addr=%s\n"), bacula-9.6.6/src/stored/read_records.c:447: dev->VolHdr.VolumeName, dev->print_addr(ed1, sizeof(ed1), bsr_addr)); bacula-9.6.6/src/stored/read_records.c-448- dev->clear_eot(); /* TODO: See where to put this clear() exactly */ bacula-9.6.6/src/stored/read_records.c-449- Dmsg2(dbglvl, "pos_to_first_file from addr=%s to %s\n", bacula-9.6.6/src/stored/read_records.c:450: dev->print_addr(ed1, sizeof(ed1)), bacula-9.6.6/src/stored/read_records.c:451: dev->print_addr(ed2, sizeof(ed2), bsr_addr)); bacula-9.6.6/src/stored/read_records.c-452- dev->reposition(dcr, bsr_addr); ############################################## bacula-9.6.6/src/stored/cloud_dev.c-99- * However for sending back JobMedia, we need to use bacula-9.6.6/src/stored/cloud_dev.c:100: * get_full_addr() which puts the file in the top 20 bits. bacula-9.6.6/src/stored/cloud_dev.c-101- */ ############################################## bacula-9.6.6/src/stored/cloud_dev.c-108- bacula-9.6.6/src/stored/cloud_dev.c:109:static boffset_t make_addr(uint32_t my_part, boffset_t my_offset) bacula-9.6.6/src/stored/cloud_dev.c-110-{ ############################################## bacula-9.6.6/src/stored/cloud_dev.c-438- bacula-9.6.6/src/stored/cloud_dev.c:439:uint32_t cloud_dev::get_hi_addr() bacula-9.6.6/src/stored/cloud_dev.c-440-{ ############################################## bacula-9.6.6/src/stored/cloud_dev.c-443- bacula-9.6.6/src/stored/cloud_dev.c:444:uint32_t cloud_dev::get_low_addr() bacula-9.6.6/src/stored/cloud_dev.c-445-{ ############################################## bacula-9.6.6/src/stored/cloud_dev.c-448- bacula-9.6.6/src/stored/cloud_dev.c:449:uint64_t cloud_dev::get_full_addr() bacula-9.6.6/src/stored/cloud_dev.c-450-{ bacula-9.6.6/src/stored/cloud_dev.c-451- uint64_t pos; bacula-9.6.6/src/stored/cloud_dev.c:452: pos = make_addr(part, get_offset(file_addr)); bacula-9.6.6/src/stored/cloud_dev.c-453- return pos; ############################################## bacula-9.6.6/src/stored/cloud_dev.c-455- bacula-9.6.6/src/stored/cloud_dev.c:456:uint64_t cloud_dev::get_full_addr(boffset_t addr) bacula-9.6.6/src/stored/cloud_dev.c-457-{ bacula-9.6.6/src/stored/cloud_dev.c-458- uint64_t pos; bacula-9.6.6/src/stored/cloud_dev.c:459: pos = make_addr(part, get_offset(addr)); bacula-9.6.6/src/stored/cloud_dev.c-460- return pos; ############################################## bacula-9.6.6/src/stored/cloud_dev.c-539- errno = 0; bacula-9.6.6/src/stored/cloud_dev.c:540: status = breaddir(dp, dname.addr()); bacula-9.6.6/src/stored/cloud_dev.c-541- if (status == -1) { ############################################## bacula-9.6.6/src/stored/cloud_dev.c-696- /* Initialize the driver */ bacula-9.6.6/src/stored/cloud_dev.c:697: if (!driver->init(device->cloud, err.addr())) { bacula-9.6.6/src/stored/cloud_dev.c-698- Qmsg1(jcr, M_FATAL, 0, "Cloud driver initialization error %s\n", err.c_str()); ############################################## bacula-9.6.6/src/stored/cloud_dev.c-757- Dmsg6(dbglvl, "lseek(%d, %s, %s) part=%d nparts=%d off=%lld\n", bacula-9.6.6/src/stored/cloud_dev.c:758: m_fd, print_addr(ed1, sizeof(ed1), ls_offset), seek_where(whence), part, num_cache_parts, new_offset); bacula-9.6.6/src/stored/cloud_dev.c-759- if (whence != SEEK_CUR && new_part != part) { ############################################## bacula-9.6.6/src/stored/cloud_dev.c-782- Dmsg4(dbglvl, "lseek_set part=%d pos=%s fd=%d offset=%lld\n", bacula-9.6.6/src/stored/cloud_dev.c:783: part, print_addr(ed1, sizeof(ed1), pos), m_fd, new_offset); bacula-9.6.6/src/stored/cloud_dev.c:784: return get_full_addr(pos); bacula-9.6.6/src/stored/cloud_dev.c-785- ############################################## bacula-9.6.6/src/stored/cloud_dev.c-796- Dmsg4(dbglvl, "lseek %s fd=%d offset=%lld whence=%s\n", bacula-9.6.6/src/stored/cloud_dev.c:797: print_addr(ed1, sizeof(ed1)), m_fd, new_offset, seek_where(whence)); bacula-9.6.6/src/stored/cloud_dev.c:798: return get_full_addr(pos); bacula-9.6.6/src/stored/cloud_dev.c-799- ############################################## bacula-9.6.6/src/stored/cloud_dev.c-816- part, pos, m_fd, new_offset); bacula-9.6.6/src/stored/cloud_dev.c:817: return get_full_addr(pos); bacula-9.6.6/src/stored/cloud_dev.c-818- ############################################## bacula-9.6.6/src/stored/cloud_dev.c-881- file_addr = raddr; bacula-9.6.6/src/stored/cloud_dev.c:882: Dmsg1(dbglvl, "=== reposition lseeked to %s\n", print_addr(ed1, sizeof(ed1))); bacula-9.6.6/src/stored/cloud_dev.c-883- return true; ############################################## bacula-9.6.6/src/stored/cloud_dev.c-1171- part = 0; bacula-9.6.6/src/stored/cloud_dev.c:1172: EndAddr = get_full_addr(); bacula-9.6.6/src/stored/cloud_dev.c-1173- file_addr = 0; ############################################## bacula-9.6.6/src/stored/cloud_dev.c-1359- errno = 0; bacula-9.6.6/src/stored/cloud_dev.c:1360: status = breaddir(dp, dname.addr()); bacula-9.6.6/src/stored/cloud_dev.c-1361- if (status == -1) { ############################################## bacula-9.6.6/src/stored/cloud_dev.c-1580- Mmsg2(errmsg, "part=%d no more parts to read. addr=%s\n", part, bacula-9.6.6/src/stored/cloud_dev.c:1581: print_addr(ed1, sizeof(ed1), EndAddr)); bacula-9.6.6/src/stored/cloud_dev.c-1582- Dmsg1(dbglvl, "%s", errmsg); ############################################## bacula-9.6.6/src/stored/cloud_dev.c-1634- file_addr = 0; bacula-9.6.6/src/stored/cloud_dev.c:1635: file_addr = get_full_addr(); bacula-9.6.6/src/stored/cloud_dev.c-1636- if (lseek(dcr, file_addr, SEEK_SET) < 0) { ############################################## bacula-9.6.6/src/stored/cloud_dev.c-1667-/* Print the object address */ bacula-9.6.6/src/stored/cloud_dev.c:1668:char *cloud_dev::print_addr(char *buf, int32_t buf_len) bacula-9.6.6/src/stored/cloud_dev.c-1669-{ bacula-9.6.6/src/stored/cloud_dev.c:1670: uint64_t full_addr = get_full_addr(); bacula-9.6.6/src/stored/cloud_dev.c-1671- buf[0] = 0; ############################################## bacula-9.6.6/src/stored/cloud_dev.c-1675- bacula-9.6.6/src/stored/cloud_dev.c:1676:char *cloud_dev::print_addr(char *buf, int32_t buf_len, boffset_t addr) bacula-9.6.6/src/stored/cloud_dev.c-1677-{ ############################################## bacula-9.6.6/src/stored/cloud_dev.c-2100- get_cloud_upload_transfer_status(status, false); bacula-9.6.6/src/stored/cloud_dev.c:2101: Dmsg1(0, "%s\n",status.addr()); bacula-9.6.6/src/stored/cloud_dev.c-2102- get_cloud_download_transfer_status(status, false); bacula-9.6.6/src/stored/cloud_dev.c:2103: Dmsg1(0, "%s\n",status.addr()); bacula-9.6.6/src/stored/cloud_dev.c-2104- } ############################################## bacula-9.6.6/src/stored/cloud_dev.c-2199- errno = 0; bacula-9.6.6/src/stored/cloud_dev.c:2200: status = breaddir(dp, dname.addr()); bacula-9.6.6/src/stored/cloud_dev.c-2201- if (status == -1) { ############################################## bacula-9.6.6/src/stored/parse_bsr.c-51-static BSR *store_stream(LEX *lc, BSR *bsr); bacula-9.6.6/src/stored/parse_bsr.c:52:static BSR *store_voladdr(LEX *lc, BSR *bsr); bacula-9.6.6/src/stored/parse_bsr.c-53-static BSR *store_volblock(LEX *lc, BSR *bsr); ############################################## bacula-9.6.6/src/stored/parse_bsr.c-549- */ bacula-9.6.6/src/stored/parse_bsr.c:550:static BSR *store_voladdr(LEX *lc, BSR *bsr) bacula-9.6.6/src/stored/parse_bsr.c-551-{ ############################################## bacula-9.6.6/src/stored/parse_bsr.c-722- bacula-9.6.6/src/stored/parse_bsr.c:723:void dump_voladdr(DEVICE *dev, BSR_VOLADDR *voladdr) bacula-9.6.6/src/stored/parse_bsr.c-724-{ ############################################## bacula-9.6.6/src/stored/parse_bsr.c-728- Pmsg2(-1, _("VolAddr : %s-%llu\n"), bacula-9.6.6/src/stored/parse_bsr.c:729: dev->print_addr(ed1, sizeof(ed1), voladdr->saddr), bacula-9.6.6/src/stored/parse_bsr.c:730: dev->print_addr(ed2, sizeof(ed2), voladdr->eaddr)); bacula-9.6.6/src/stored/parse_bsr.c-731- } else { ############################################## bacula-9.6.6/src/stored/parse_bsr.c-733- } bacula-9.6.6/src/stored/parse_bsr.c:734: dump_voladdr(dev, voladdr->next); bacula-9.6.6/src/stored/parse_bsr.c-735- } ############################################## bacula-9.6.6/src/stored/parse_bsr.c-826- dump_volblock(bsr->volblock); bacula-9.6.6/src/stored/parse_bsr.c:827: dump_voladdr(dev, bsr->voladdr); bacula-9.6.6/src/stored/parse_bsr.c-828- dump_client(bsr->client); ############################################## bacula-9.6.6/src/stored/aligned_dev.h-32- boffset_t get_adata_size(DCR *dcr); bacula-9.6.6/src/stored/aligned_dev.h:33: boffset_t align_adata_addr(DCR *dcr, boffset_t addr); bacula-9.6.6/src/stored/aligned_dev.h:34: boffset_t get_adata_addr(DCR *dcr); bacula-9.6.6/src/stored/aligned_dev.h:35: void set_adata_addr(DCR *dcr); bacula-9.6.6/src/stored/aligned_dev.h:36: void clear_adata_addr(); bacula-9.6.6/src/stored/aligned_dev.h-37- ############################################## bacula-9.6.6/src/stored/aligned_dev.h-80- DEVICE *get_dev(DCR *dcr); bacula-9.6.6/src/stored/aligned_dev.h:81: uint32_t get_hi_addr(); bacula-9.6.6/src/stored/aligned_dev.h:82: uint32_t get_low_addr(); bacula-9.6.6/src/stored/aligned_dev.h:83: uint64_t get_full_addr(); bacula-9.6.6/src/stored/aligned_dev.h:84: uint64_t get_full_addr(boffset_t addr); bacula-9.6.6/src/stored/aligned_dev.h-85- bool do_size_checks(DCR *dcr, DEV_BLOCK *block); ############################################## bacula-9.6.6/src/stored/vtape_dev.c-402- } bacula-9.6.6/src/stored/vtape_dev.c:403: int64_t pos = DEVICE::get_full_addr(current_file, current_block); bacula-9.6.6/src/stored/vtape_dev.c-404- if ( pos < size ) { ############################################## bacula-9.6.6/src/stored/tape_dev.h-56- DEVICE *get_dev(DCR *dcr); bacula-9.6.6/src/stored/tape_dev.h:57: uint32_t get_hi_addr(); bacula-9.6.6/src/stored/tape_dev.h:58: uint32_t get_low_addr(); bacula-9.6.6/src/stored/tape_dev.h:59: uint64_t get_full_addr(); bacula-9.6.6/src/stored/tape_dev.h-60- bool end_of_volume(DCR *dcr); bacula-9.6.6/src/stored/tape_dev.h:61: char *print_addr(char *buf, int32_t buf_len); bacula-9.6.6/src/stored/tape_dev.h:62: char *print_addr(char *buf, int32_t maxlen, boffset_t addr); bacula-9.6.6/src/stored/tape_dev.h-63- bool get_tape_worm(DCR *dcr); ############################################## bacula-9.6.6/src/lib/plugins.c-118- bacula-9.6.6/src/lib/plugins.c:119: if ((breaddir(dp, dname.addr()) != 0)) { bacula-9.6.6/src/lib/plugins.c-120- if (!found) { ############################################## bacula-9.6.6/src/lib/bregex.c-402- Canychar, /* matches any character except newline */ bacula-9.6.6/src/lib/bregex.c:403: Cstart_memory, /* set register start addr (followed by reg number) */ bacula-9.6.6/src/lib/bregex.c:404: Cend_memory, /* set register end addr (followed by reg number) */ bacula-9.6.6/src/lib/bregex.c-405- Cmatch_memory, /* match a duplicate of reg contents (regnum follows) */ ############################################## bacula-9.6.6/src/lib/bregex.c-957- bacula-9.6.6/src/lib/bregex.c:958:#define PUT_ADDR(offset,addr) \ bacula-9.6.6/src/lib/bregex.c-959-{ \ ############################################## bacula-9.6.6/src/lib/bregex.c-970- pattern[p] = t; \ bacula-9.6.6/src/lib/bregex.c:971: PUT_ADDR(p+1,ad); \ bacula-9.6.6/src/lib/bregex.c-972- pattern_offset += 3; \ ############################################## bacula-9.6.6/src/lib/bregex.c-1137- future_jumps[num_jumps - 1] >= CURRENT_LEVEL_START; num_jumps--) bacula-9.6.6/src/lib/bregex.c:1138: PUT_ADDR(future_jumps[num_jumps - 1], pattern_offset); bacula-9.6.6/src/lib/bregex.c-1139- } ############################################## bacula-9.6.6/src/lib/bnet.c-208- case AF_INET: bacula-9.6.6/src/lib/bnet.c:209: ipaddr = New(IPADDR(rp->ai_addr->sa_family)); bacula-9.6.6/src/lib/bnet.c-210- ipaddr->set_type(IPADDR::R_MULTIPLE); ############################################## bacula-9.6.6/src/lib/bnet.c-215- case AF_INET6: bacula-9.6.6/src/lib/bnet.c:216: ipaddr = New(IPADDR(rp->ai_addr->sa_family)); bacula-9.6.6/src/lib/bnet.c-217- ipaddr->set_type(IPADDR::R_MULTIPLE); ############################################## bacula-9.6.6/src/lib/bnet.c-289- for (p = hp->h_addr_list; *p != 0; p++) { bacula-9.6.6/src/lib/bnet.c:290: IPADDR *addr = New(IPADDR(hp->h_addrtype)); bacula-9.6.6/src/lib/bnet.c-291- addr->set_type(IPADDR::R_MULTIPLE); ############################################## bacula-9.6.6/src/lib/bnet.c-309-{ bacula-9.6.6/src/lib/bnet.c:310: IPADDR *addr = New(IPADDR(family)); bacula-9.6.6/src/lib/bnet.c-311- addr->set_type(IPADDR::R_MULTIPLE); ############################################## bacula-9.6.6/src/lib/bnet.c-338- } else if (inet_aton(host, &inaddr)) { /* MA Bug 4 */ bacula-9.6.6/src/lib/bnet.c:339: addr = New(IPADDR(AF_INET)); bacula-9.6.6/src/lib/bnet.c-340- addr->set_type(IPADDR::R_MULTIPLE); ############################################## bacula-9.6.6/src/lib/bnet.c-344- } else if (inet_pton(AF_INET6, host, &inaddr6) == 1) { bacula-9.6.6/src/lib/bnet.c:345: addr = New(IPADDR(AF_INET6)); bacula-9.6.6/src/lib/bnet.c-346- addr->set_type(IPADDR::R_MULTIPLE); ############################################## bacula-9.6.6/src/lib/address_conf.h-30- } i_type; bacula-9.6.6/src/lib/address_conf.h:31: IPADDR(int af); bacula-9.6.6/src/lib/address_conf.h:32: IPADDR(const IPADDR & src); bacula-9.6.6/src/lib/address_conf.h-33- private: bacula-9.6.6/src/lib/address_conf.h:34: IPADDR() { /* block this construction */ } bacula-9.6.6/src/lib/address_conf.h-35- i_type type; ############################################## bacula-9.6.6/src/lib/address_conf.h-57- int get_family() const; bacula-9.6.6/src/lib/address_conf.h:58: struct sockaddr *get_sockaddr(); bacula-9.6.6/src/lib/address_conf.h-59- int get_sockaddr_len(); bacula-9.6.6/src/lib/address_conf.h:60: void copy_addr(IPADDR * src); bacula-9.6.6/src/lib/address_conf.h-61- void set_addr_any(); ############################################## bacula-9.6.6/src/lib/Makefile.in-313- for I in $(INCLUDE_FILES); do \ bacula-9.6.6/src/lib/Makefile.in:314: $(INSTALL_DATA) $$I $(DESTDIR)$(includedir)/bacula/`basename $$I`; \ bacula-9.6.6/src/lib/Makefile.in-315- done ############################################## bacula-9.6.6/src/lib/Makefile.in-318- for I in $(INCLUDE_FILES); do \ bacula-9.6.6/src/lib/Makefile.in:319: $(RMF) $(DESTDIR)$(includedir)/bacula/`basename $$I`; \ bacula-9.6.6/src/lib/Makefile.in-320- done ############################################## bacula-9.6.6/src/lib/Makefile.in-364- @for src in $(LIBBAC_SRCS) $(LIBBACCFG_SRCS); do \ bacula-9.6.6/src/lib/Makefile.in:365: $(CXX) -S -M -MT `basename $$src .c`$(DEFAULT_OBJECT_TYPE) $(CPPFLAGS) $(XINC) -I$(srcdir) -I$(basedir) $$src >> Makefile; \ bacula-9.6.6/src/lib/Makefile.in-366- done ############################################## bacula-9.6.6/src/lib/bsock.c-887- if (osock->src_addr) { bacula-9.6.6/src/lib/bsock.c:888: bsock->src_addr = New( IPADDR( *(osock->src_addr)) ); bacula-9.6.6/src/lib/bsock.c-889- } ############################################## bacula-9.6.6/src/lib/tree.c-516- } bacula-9.6.6/src/lib/tree.c:517: while (readdir(dp, dname.addr()) != 0) { bacula-9.6.6/src/lib/tree.c-518- if (strcmp(dname.c_str(), ".") == 0 || strcmp(dname.c_str(), "..") == 0) { ############################################## bacula-9.6.6/src/lib/mem_pool.h-87- char *c_str() const { return mem; } bacula-9.6.6/src/lib/mem_pool.h:88: POOLMEM *&addr() { return mem; } bacula-9.6.6/src/lib/mem_pool.h-89- int size() const { return sizeof_pool_memory(mem); } ############################################## bacula-9.6.6/src/lib/address_conf.c-38- bacula-9.6.6/src/lib/address_conf.c:39:IPADDR::IPADDR(const IPADDR &src) : type(src.type) bacula-9.6.6/src/lib/address_conf.c-40-{ ############################################## bacula-9.6.6/src/lib/address_conf.c-48- bacula-9.6.6/src/lib/address_conf.c:49:IPADDR::IPADDR(int af) : type(R_EMPTY) bacula-9.6.6/src/lib/address_conf.c-50-{ ############################################## bacula-9.6.6/src/lib/address_conf.c-131- */ bacula-9.6.6/src/lib/address_conf.c:132:struct sockaddr *IPADDR::get_sockaddr() bacula-9.6.6/src/lib/address_conf.c-133-{ ############################################## bacula-9.6.6/src/lib/address_conf.c-144-} bacula-9.6.6/src/lib/address_conf.c:145:void IPADDR::copy_addr(IPADDR *src) bacula-9.6.6/src/lib/address_conf.c-146-{ ############################################## bacula-9.6.6/src/lib/address_conf.c-345- } else { bacula-9.6.6/src/lib/address_conf.c:346: addr = New(IPADDR(family)); bacula-9.6.6/src/lib/address_conf.c-347- addr->set_type(type); ############################################## bacula-9.6.6/src/lib/address_conf.c-355- if (intype == IPADDR::R_SINGLE_ADDR) { bacula-9.6.6/src/lib/address_conf.c:356: addr->copy_addr((IPADDR *)(hostaddrs->first())); bacula-9.6.6/src/lib/address_conf.c-357- } ############################################## bacula-9.6.6/src/lib/address_conf.c-363- if (iaddr->get_sockaddr_len() == jaddr->get_sockaddr_len() && bacula-9.6.6/src/lib/address_conf.c:364: !memcmp(iaddr->get_sockaddr(), jaddr->get_sockaddr(), bacula-9.6.6/src/lib/address_conf.c-365- iaddr->get_sockaddr_len())) ############################################## bacula-9.6.6/src/lib/address_conf.c-369- } bacula-9.6.6/src/lib/address_conf.c:370: clone = New(IPADDR(*iaddr)); bacula-9.6.6/src/lib/address_conf.c-371- clone->set_type(type); ############################################## bacula-9.6.6/src/lib/address_conf.c-670- if (ipaddr->get_sockaddr_len() == next->get_sockaddr_len() && bacula-9.6.6/src/lib/address_conf.c:671: memcmp(ipaddr->get_sockaddr(), next->get_sockaddr(), bacula-9.6.6/src/lib/address_conf.c-672- ipaddr->get_sockaddr_len()) == 0) { ############################################## bacula-9.6.6/src/lib/address_conf.c-688- bacula-9.6.6/src/lib/address_conf.c:689: if((inaddr.s_addr = inet_addr(cp)) != INADDR_NONE) { bacula-9.6.6/src/lib/address_conf.c-690- inp->s_addr = inaddr.s_addr; ############################################## bacula-9.6.6/src/lib/tcpd.h-16- char name[STRING_LENGTH]; /* access via eval_hostname(host) */ bacula-9.6.6/src/lib/tcpd.h:17: char addr[STRING_LENGTH]; /* access via eval_hostaddr(host) */ bacula-9.6.6/src/lib/tcpd.h-18- struct sockaddr_in *sin; /* socket address or 0 */ ############################################## bacula-9.6.6/src/lib/tcpd.h-62- bacula-9.6.6/src/lib/tcpd.h:63:#define NOT_INADDR(s) (s[strspn(s,"01234567890./")] != 0) bacula-9.6.6/src/lib/tcpd.h-64- ############################################## bacula-9.6.6/src/lib/tcpd.h-80-extern char *split_at(); /* strchr() and split */ bacula-9.6.6/src/lib/tcpd.h:81:extern unsigned long dot_quad_addr(); /* restricted inet_addr() */ bacula-9.6.6/src/lib/tcpd.h-82- ############################################## bacula-9.6.6/src/lib/tcpd.h-125-extern char *eval_hostname(); /* printable hostname */ bacula-9.6.6/src/lib/tcpd.h:126:extern char *eval_hostaddr(); /* printable host address */ bacula-9.6.6/src/lib/tcpd.h-127-extern char *eval_hostinfo(); /* host name or address */ ############################################## bacula-9.6.6/src/lib/tcpd.h-136-extern void sock_hostname(); /* translate address to hostname */ bacula-9.6.6/src/lib/tcpd.h:137:extern void sock_hostaddr(); /* address to printable address */ bacula-9.6.6/src/lib/tcpd.h-138-#define sock_methods(r) \ ############################################## bacula-9.6.6/src/lib/tcpd.h-189- bacula-9.6.6/src/lib/tcpd.h:190:#ifdef INET_ADDR_BUG /* inet_addr() returns struct */ bacula-9.6.6/src/lib/tcpd.h-191-#define inet_addr fix_inet_addr bacula-9.6.6/src/lib/tcpd.h:192:extern long fix_inet_addr(); bacula-9.6.6/src/lib/tcpd.h-193-#endif ############################################## bacula-9.6.6/src/lib/bsockcore.c-97- tls(NULL), bacula-9.6.6/src/lib/bsockcore.c:98: src_addr(NULL), bacula-9.6.6/src/lib/bsockcore.c-99- read_seqno(0), ############################################## bacula-9.6.6/src/lib/bsockcore.c-258- addr = (IPADDR*) src_addr_list->first(); bacula-9.6.6/src/lib/bsockcore.c:259: src_addr = New( IPADDR(*addr)); bacula-9.6.6/src/lib/bsockcore.c-260- } ############################################## bacula-9.6.6/src/lib/bsockcore.c-335- if (src_addr) { bacula-9.6.6/src/lib/bsockcore.c:336: if (bind(sockfd, src_addr->get_sockaddr(), src_addr->get_sockaddr_len()) < 0) { bacula-9.6.6/src/lib/bsockcore.c-337- berrno be; ############################################## bacula-9.6.6/src/lib/bsockcore.c-368- /* connect to server */ bacula-9.6.6/src/lib/bsockcore.c:369: if (::connect(sockfd, ipaddr->get_sockaddr(), ipaddr->get_sockaddr_len()) < 0) { bacula-9.6.6/src/lib/bsockcore.c-370- save_errno = errno; ############################################## bacula-9.6.6/src/lib/bsockcore.c-395- } bacula-9.6.6/src/lib/bsockcore.c:396: fin_init(jcr, sockfd, name, host, port, ipaddr->get_sockaddr()); bacula-9.6.6/src/lib/bsockcore.c-397- free_addresses(addr_list); ############################################## bacula-9.6.6/src/lib/bnet_server.c-118- int tmax = 1 * (60 / 5); /* wait 1 minute max */ bacula-9.6.6/src/lib/bnet_server.c:119: for (tlog = 0; bind(fd_ptr->fd, addr->get_sockaddr(), addr->get_sockaddr_len()) == SOCKET_ERROR; tlog -= 5) { bacula-9.6.6/src/lib/bnet_server.c-120- berrno be; ############################################## bacula-9.6.6/src/dird/ua_status.c-177- ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/ua_status.c:178: client->name(), client->address(buf.addr()), client->FDport); bacula-9.6.6/src/dird/ua_status.c-179- } ############################################## bacula-9.6.6/src/dird/ua_status.c-411- for (j=0; j<i; j++) { bacula-9.6.6/src/dird/ua_status.c:412: if (strcmp(unique_client[j]->address(buf1.addr()), client->address(buf2.addr())) == 0 && bacula-9.6.6/src/dird/ua_status.c-413- unique_client[j]->FDport == client->FDport) { ############################################## bacula-9.6.6/src/dird/ua_status.c-419- unique_client[i++] = client; bacula-9.6.6/src/dird/ua_status.c:420: Dmsg2(40, "Stuffing: %s:%d\n", client->address(buf1.addr()), client->FDport); bacula-9.6.6/src/dird/ua_status.c-421- } ############################################## bacula-9.6.6/src/dird/ua_status.c-632- if (!ua->api) ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/ua_status.c:633: client->name(), client->address(buf.addr()), client->FDport); bacula-9.6.6/src/dird/ua_status.c-634- if (!connect_to_file_daemon(ua->jcr, 1, 15, 0)) { ############################################## bacula-9.6.6/src/dird/ua_dotcmds.c-247- ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/ua_dotcmds.c:248: jcr->client->name(), jcr->client->address(buf.addr()), jcr->client->FDport); bacula-9.6.6/src/dird/ua_dotcmds.c-249- ############################################## bacula-9.6.6/src/dird/ua_dotcmds.c-1318- ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/ua_dotcmds.c:1319: client->name(), client->address(buf.addr()), client->FDport); bacula-9.6.6/src/dird/ua_dotcmds.c-1320- if (!connect_to_file_daemon(ua->jcr, 1, 15, 0)) { ############################################## bacula-9.6.6/src/dird/ua_dotcmds.c-1719- if (ip) { bacula-9.6.6/src/dird/ua_dotcmds.c:1720: elt = new TmpClient(client->name(), client->address(buf.addr())); bacula-9.6.6/src/dird/ua_dotcmds.c-1721- clientlist->append(elt); ############################################## bacula-9.6.6/src/dird/ua_dotcmds.c-2169- ua->send_msg("client=%s", client->name()); bacula-9.6.6/src/dird/ua_dotcmds.c:2170: ua->send_msg("address=%s", client->address(buf.addr())); bacula-9.6.6/src/dird/ua_dotcmds.c-2171- ua->send_msg("fdport=%d", client->FDport); ############################################## bacula-9.6.6/src/dird/ua_collect.c-373- if (!ua->api) ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/ua_collect.c:374: client->name(), client->address(buf.addr()), client->FDport); bacula-9.6.6/src/dird/ua_collect.c-375- if (!connect_to_file_daemon(ua->jcr, 1, 15, 0)) { ############################################## bacula-9.6.6/src/dird/fd_cmds.c-107- heart_beat, name, bacula-9.6.6/src/dird/fd_cmds.c:108: jcr->client->address(buf.addr()), bacula-9.6.6/src/dird/fd_cmds.c-109- NULL, ############################################## bacula-9.6.6/src/dird/ua_cmds.c-718- ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/ua_cmds.c:719: client->name(), client->address(buf.addr()), client->FDport); bacula-9.6.6/src/dird/ua_cmds.c-720- if (!connect_to_file_daemon(ua->jcr, 1, 15, 0)) { ############################################## bacula-9.6.6/src/dird/ua_cmds.c-1008- ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/ua_cmds.c:1009: client->name(), client->address(buf.addr()), client->FDport); bacula-9.6.6/src/dird/ua_cmds.c-1010- ############################################## bacula-9.6.6/src/dird/ua_cmds.c-1099- for (j=0; j<i; j++) { bacula-9.6.6/src/dird/ua_cmds.c:1100: if (strcmp(unique_client[j]->address(buf1.addr()), client->address(buf2.addr())) == 0 && bacula-9.6.6/src/dird/ua_cmds.c-1101- unique_client[j]->FDport == client->FDport) { ############################################## bacula-9.6.6/src/dird/ua_cmds.c-1107- unique_client[i++] = client; bacula-9.6.6/src/dird/ua_cmds.c:1108: Dmsg2(140, "Stuffing: %s:%d\n", client->address(buf1.addr()), client->FDport); bacula-9.6.6/src/dird/ua_cmds.c-1109- } ############################################## bacula-9.6.6/src/dird/ua_cmds.c-1461- ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/ua_cmds.c:1462: jcr->client->name(), jcr->client->address(buf.addr()), jcr->client->FDport); bacula-9.6.6/src/dird/ua_cmds.c-1463- if (!connect_to_file_daemon(jcr, 1, 15, 0)) { ############################################## bacula-9.6.6/src/dird/backup.c-372- */ bacula-9.6.6/src/dird/backup.c:373: sd->fsend(clientaddr, jcr->client->address(buf.addr()), jcr->client->FDport, tls_need); bacula-9.6.6/src/dird/backup.c-374- if (!response(jcr, sd, OKclient, "Client", DISPLAY_ERROR)) { ############################################## bacula-9.6.6/src/dird/dird_conf.c-2570- POOL_MEM tmp; bacula-9.6.6/src/dird/dird_conf.c:2571: jcr->client->address(tmp.addr()); bacula-9.6.6/src/dird/dird_conf.c-2572- bstrncpy(buf, tmp.c_str(), buflen); ############################################## bacula-9.6.6/src/dird/dird.c-1539- while (1) { bacula-9.6.6/src/dird/dird.c:1540: if (breaddir(dp, dname.addr()) != 0) { bacula-9.6.6/src/dird/dird.c-1541- break; ############################################## bacula-9.6.6/src/dird/snapshot.c-181- ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/snapshot.c:182: client->name(), client->address(buf.addr()), client->FDport); bacula-9.6.6/src/dird/snapshot.c-183- if (!connect_to_file_daemon(ua->jcr, 1, 15, 0)) { ############################################## bacula-9.6.6/src/dird/snapshot.c-229- ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/snapshot.c:230: client->name(), client->address(tmp.addr()), client->FDport); bacula-9.6.6/src/dird/snapshot.c-231- ############################################## bacula-9.6.6/src/dird/snapshot.c-324- ua->send_msg(_("Connecting to Client %s at %s:%d\n"), bacula-9.6.6/src/dird/snapshot.c:325: client->name(), client->address(tmp.addr()), client->FDport); bacula-9.6.6/src/dird/snapshot.c-326- if (!connect_to_file_daemon(ua->jcr, 1, 15, 0)) { ############################################## bacula-9.6.6/src/findlib/Makefile.in-71- for I in $(INCLUDE_FILES); do \ bacula-9.6.6/src/findlib/Makefile.in:72: $(INSTALL_DATA) $$I $(DESTDIR)$(includedir)/bacula/findlib/`basename $$I`; \ bacula-9.6.6/src/findlib/Makefile.in-73- done ############################################## bacula-9.6.6/src/findlib/Makefile.in-76- for I in $(INCLUDE_FILES); do \ bacula-9.6.6/src/findlib/Makefile.in:77: $(RMF) $(DESTDIR)$(includedir)/bacula/findlib/`basename $$I`; \ bacula-9.6.6/src/findlib/Makefile.in-78- done ############################################## bacula-9.6.6/src/findlib/Makefile.in-120- @for src in $(LIBBACFIND_SRCS); do \ bacula-9.6.6/src/findlib/Makefile.in:121: $(CXX) -S -M -MT `basename $$src .c`$(DEFAULT_OBJECT_TYPE) $(CPPFLAGS) $(XINC) -I$(srcdir) -I$(basedir) $$src >> Makefile; \ bacula-9.6.6/src/findlib/Makefile.in-122- done ############################################## bacula-9.6.6/src/findlib/find_one.c-744- bacula-9.6.6/src/findlib/find_one.c:745: status = breaddir(directory, dname.addr()); bacula-9.6.6/src/findlib/find_one.c-746- if (status != 0) { ############################################## bacula-9.6.6/src/filed/bacl.c-291- pm_memcpy(tmp, content, content_len); bacula-9.6.6/src/filed/bacl.c:292: Dmsg2(400, "Backing up ACL: (%i) <%s>\n", strlen(tmp.addr()), tmp.c_str()); bacula-9.6.6/src/filed/bacl.c-293-#endif ############################################## bacula-9.6.6/src/filed/bxattr.c-301- pm_memcpy(tmp, content, content_len); bacula-9.6.6/src/filed/bxattr.c:302: Dmsg2(400, "Backing up XATTR: (%i) <%s>\n", strlen(tmp.addr()), tmp.c_str()); bacula-9.6.6/src/filed/bxattr.c-303-#endif ############################################## bacula-9.6.6/src/win32/patches/sqlite_msc.patch-766-+for /f %%i in ( ..\VERSION ) do set VERSION=%%i bacula-9.6.6/src/win32/patches/sqlite_msc.patch:767:+for /f "usebackq" %%i in ( `cmd /c sed "s/[^0-9]/ /g" ^< ..\VERSION ^| nawk "{printf \"%%d%%03d%%03d\",$1,$2,$3}"` ) do set VERS_NUM=%%i bacula-9.6.6/src/win32/patches/sqlite_msc.patch-768-+sed -e s/--VERS--/%VERSION%/ -e s/--VERSION-NUMBER--/%VERS_NUM%/ %1 ############################################## bacula-9.6.6/src/win32/patches/openssl.patch-208-+ if [ "$(PLATFORM)" = "Cygwin" ]; then \ bacula-9.6.6/src/win32/patches/openssl.patch:209:+ c=`echo $$i | sed 's/^lib\(.*\)\.dll\.a/cyg\1-$(SHLIB_VERSION_NUMBER).dll/'`; \ bacula-9.6.6/src/win32/patches/openssl.patch-210-+ cp $$c $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$c.new; \ ############################################## bacula-9.6.6/src/win32/patches/openssl.patch-217-- else \ bacula-9.6.6/src/win32/patches/openssl.patch:218:- c=`echo $$i | sed 's/^lib\(.*\)\.dll\.a/cyg\1-$(SHLIB_VERSION_NUMBER).dll/'`; \ bacula-9.6.6/src/win32/patches/openssl.patch-219-+ elif [ "$(PLATFORM)" = "mingw32" ]; then \ bacula-9.6.6/src/win32/patches/openssl.patch:220:+ c=`echo $$i | sed 's/^lib\(.*\)\.dll\.a/\1eay32.dll/'`; \ bacula-9.6.6/src/win32/patches/openssl.patch-221-+ [ "$$i" = "libcrypto.dll.a" ] && c=libeay32.dll; \ ############################################## bacula-9.6.6/src/win32/patches/openssl.patch-251-+ ${NM} -Pg $$SHOBJECTS | grep ' [BDT] ' | cut -f1 -d' ' > lib$(LIBNAME).exp; \ bacula-9.6.6/src/win32/patches/openssl.patch:252: LIBPATH=`for x in $$LIBDEPS; do if echo $$x | grep '^ *-L' > /dev/null 2>&1; then echo $$x | sed -e 's/^ *-L//'; fi; done | uniq`; \ bacula-9.6.6/src/win32/patches/openssl.patch:253: LIBPATH=`echo $$LIBPATH | sed -e 's/ /:/g'`; \ bacula-9.6.6/src/win32/patches/openssl.patch-254- LD_LIBRARY_PATH=$$LIBPATH:$$LD_LIBRARY_PATH \ ############################################## bacula-9.6.6/src/win32/patches/zlib.patch-16-+# bacula-9.6.6/src/win32/patches/zlib.patch:17:+# To use the asm code, type: bacula-9.6.6/src/win32/patches/zlib.patch-18-+# cp contrib/asm?86/match.S ./match.S ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-77-@@ -1488,7 +1493,6 @@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:78: program_transform_name=`echo $program_transform_name | sed -f conftest.sed` bacula-9.6.6/src/win32/patches/mingw-utils.patch-79- rm conftest.sed ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-82- # expand $ac_aux_dir to an absolute path bacula-9.6.6/src/win32/patches/mingw-utils.patch:83: am_aux_dir=`cd $ac_aux_dir && pwd` bacula-9.6.6/src/win32/patches/mingw-utils.patch-84- ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-130-+# test to see if srcdir already configured bacula-9.6.6/src/win32/patches/mingw-utils.patch:131: if test "`cd $srcdir && pwd`" != "`pwd`" && bacula-9.6.6/src/win32/patches/mingw-utils.patch-132- test -f $srcdir/config.status; then ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-516-+do bacula-9.6.6/src/win32/patches/mingw-utils.patch:517:+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` bacula-9.6.6/src/win32/patches/mingw-utils.patch-518-+if eval "test \"\${$as_ac_Header+set}\" = set"; then ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-523-+fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:524:+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 bacula-9.6.6/src/win32/patches/mingw-utils.patch:525:+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 bacula-9.6.6/src/win32/patches/mingw-utils.patch-526-+else ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-650-+fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:651:+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5 bacula-9.6.6/src/win32/patches/mingw-utils.patch:652:+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 bacula-9.6.6/src/win32/patches/mingw-utils.patch-653-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch-654-+fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:655:+if test `eval echo '${'$as_ac_Header'}'` = yes; then bacula-9.6.6/src/win32/patches/mingw-utils.patch-656-+ cat >>confdefs.h <<_ACEOF bacula-9.6.6/src/win32/patches/mingw-utils.patch:657:+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 bacula-9.6.6/src/win32/patches/mingw-utils.patch-658-+_ACEOF ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-883-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:884:+ac_lo=`expr $ac_mid + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-885-+ if test $ac_lo -le $ac_mid; then ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-888-+ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:889:+ ac_mid=`expr 2 '*' $ac_mid + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-890-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-981-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:982:+ac_hi=`expr '(' $ac_mid ')' - 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-983-+ if test $ac_mid -le $ac_hi; then ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-986-+ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:987:+ ac_mid=`expr 2 '*' $ac_mid` bacula-9.6.6/src/win32/patches/mingw-utils.patch-988-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1001-+while test "x$ac_lo" != "x$ac_hi"; do bacula-9.6.6/src/win32/patches/mingw-utils.patch:1002:+ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1003-+ cat >conftest.$ac_ext <<_ACEOF ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1046-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:1047:+ac_lo=`expr '(' $ac_mid ')' + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1048-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1297-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:1298:+ac_lo=`expr $ac_mid + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1299-+ if test $ac_lo -le $ac_mid; then ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1302-+ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:1303:+ ac_mid=`expr 2 '*' $ac_mid + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1304-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1395-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:1396:+ac_hi=`expr '(' $ac_mid ')' - 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1397-+ if test $ac_mid -le $ac_hi; then ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1400-+ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:1401:+ ac_mid=`expr 2 '*' $ac_mid` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1402-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1415-+while test "x$ac_lo" != "x$ac_hi"; do bacula-9.6.6/src/win32/patches/mingw-utils.patch:1416:+ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1417-+ cat >conftest.$ac_ext <<_ACEOF ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1460-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:1461:+ac_lo=`expr '(' $ac_mid ')' + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1462-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1711-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:1712:+ac_lo=`expr $ac_mid + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1713-+ if test $ac_lo -le $ac_mid; then ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1716-+ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:1717:+ ac_mid=`expr 2 '*' $ac_mid + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1718-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1809-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:1810:+ac_hi=`expr '(' $ac_mid ')' - 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1811-+ if test $ac_mid -le $ac_hi; then ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1814-+ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:1815:+ ac_mid=`expr 2 '*' $ac_mid` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1816-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1829-+while test "x$ac_lo" != "x$ac_hi"; do bacula-9.6.6/src/win32/patches/mingw-utils.patch:1830:+ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1831-+ cat >conftest.$ac_ext <<_ACEOF ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-1874-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:1875:+ac_lo=`expr '(' $ac_mid ')' + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-1876-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2125-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2126:+ac_lo=`expr $ac_mid + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2127-+ if test $ac_lo -le $ac_mid; then ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2130-+ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:2131:+ ac_mid=`expr 2 '*' $ac_mid + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2132-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2223-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2224:+ac_hi=`expr '(' $ac_mid ')' - 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2225-+ if test $ac_mid -le $ac_hi; then ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2228-+ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:2229:+ ac_mid=`expr 2 '*' $ac_mid` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2230-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2243-+while test "x$ac_lo" != "x$ac_hi"; do bacula-9.6.6/src/win32/patches/mingw-utils.patch:2244:+ ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2245-+ cat >conftest.$ac_ext <<_ACEOF ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2288-+ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2289:+ac_lo=`expr '(' $ac_mid ')' + 1` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2290-+fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2464-+configured by $0, generated by GNU Autoconf 2.59, bacula-9.6.6/src/win32/patches/mingw-utils.patch:2465: with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" bacula-9.6.6/src/win32/patches/mingw-utils.patch-2466- ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2502-- # running `make'. bacula-9.6.6/src/win32/patches/mingw-utils.patch:2503:- DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2504-+ # Extract the definition of DEPDIR, am__include, and am__quote bacula-9.6.6/src/win32/patches/mingw-utils.patch-2505-+ # from the Makefile without running `make'. bacula-9.6.6/src/win32/patches/mingw-utils.patch:2506:+ DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2507- test -z "$DEPDIR" && continue bacula-9.6.6/src/win32/patches/mingw-utils.patch:2508:+ am__include=`sed -n 's/^am__include = //p' < "$mf"` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2509-+ test -z "am__include" && continue bacula-9.6.6/src/win32/patches/mingw-utils.patch:2510:+ am__quote=`sed -n 's/^am__quote = //p' < "$mf"` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2511- # When using ansi2knr, U may be empty or an underscore; expand it bacula-9.6.6/src/win32/patches/mingw-utils.patch:2512:- U=`sed -n -e '/^U = / s///p' < "$mf"` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2513-- test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR" ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2526-- /^DEP_FILES = / s/^DEP_FILES = //p' < "$mf" | \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2527:+ U=`sed -n 's/^U = //p' < "$mf"` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2528-+ # Find all dependency output files, they are included files with ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2701-+DIST_SOURCES = $(dos2unix_SOURCES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:2702:+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-2703-+am__vpath_adj = case $$p in \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2704:+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2705-+ *) f=$$p;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2706-+ esac; bacula-9.6.6/src/win32/patches/mingw-utils.patch:2707:+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-2708-+docDATA_INSTALL = $(INSTALL_DATA) ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2830- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2831: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2832- if test -f $$p \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2833- ; then \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2834: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2835-- echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2844- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2845: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2846-- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2866--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2867:-@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2868--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2875--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2876:-@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< bacula-9.6.6/src/win32/patches/mingw-utils.patch-2877-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2881--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2882:-@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2883--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2885--@am__fastdepCC_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:2886:+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2887-+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2890--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2891:-@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2892-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2893:+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bacula-9.6.6/src/win32/patches/mingw-utils.patch-2894- uninstall-info-am: ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2901- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2902:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2903-- echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2912- @list='$(doc_DATA)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2913:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2914-- echo " rm -f $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-2965- distdir: $(DISTFILES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:2966: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2967-@@ -313,7 +331,7 @@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:2968: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-2969- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3128-+ $(testcpp_SOURCES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:3129:+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-3130-+am__vpath_adj = case $$p in \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3131:+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3132-+ *) f=$$p;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3133-+ esac; bacula-9.6.6/src/win32/patches/mingw-utils.patch:3134:+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-3135-+dist_docDATA_INSTALL = $(INSTALL_DATA) ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3337- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3338: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3339- if test -f $$p \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3340- ; then \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3341: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3342-- echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3351- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3352: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3353-- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3366- @list='$(samples_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3367: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3368- if test -f $$p \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3369- ; then \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3370: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3371-- echo " $(INSTALL_PROGRAM_ENV) $(samplesPROGRAMS_INSTALL) $$p $(DESTDIR)$(samplesdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3380- @list='$(samples_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3381: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3382-- echo " rm -f $(DESTDIR)$(samplesdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3402--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3403:-@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3404--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3411--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3412:-@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< bacula-9.6.6/src/win32/patches/mingw-utils.patch-3413-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3417--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3418:-@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3419--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3421--@am__fastdepCC_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:3422:+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3423-+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3426--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3427:-@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-3428-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3429:+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bacula-9.6.6/src/win32/patches/mingw-utils.patch-3430- ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3432--@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-test.o -MD -MP -MF "$(DEPDIR)/test-test.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3433:-@am__fastdepCC_TRUE@ -c -o test-test.o `test -f 'samples/test.c' || echo '$(srcdir)/'`samples/test.c; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3434--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test-test.Tpo" "$(DEPDIR)/test-test.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3436--@am__fastdepCC_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:3437:+@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-test.o -MD -MP -MF "$(DEPDIR)/test-test.Tpo" -c -o test-test.o `test -f 'samples/test.c' || echo '$(srcdir)/'`samples/test.c; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3438-+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test-test.Tpo" "$(DEPDIR)/test-test.Po"; else rm -f "$(DEPDIR)/test-test.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3442-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3443: @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -c -o test-test.o `test -f 'samples/test.c' || echo '$(srcdir)/'`samples/test.c bacula-9.6.6/src/win32/patches/mingw-utils.patch-3444- ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3446--@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-test.obj -MD -MP -MF "$(DEPDIR)/test-test.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3447:-@am__fastdepCC_TRUE@ -c -o test-test.obj `if test -f 'samples/test.c'; then $(CYGPATH_W) 'samples/test.c'; else $(CYGPATH_W) '$(srcdir)/samples/test.c'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3448--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test-test.Tpo" "$(DEPDIR)/test-test.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3450--@am__fastdepCC_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:3451:+@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -MT test-test.obj -MD -MP -MF "$(DEPDIR)/test-test.Tpo" -c -o test-test.obj `if test -f 'samples/test.c'; then $(CYGPATH_W) 'samples/test.c'; else $(CYGPATH_W) '$(srcdir)/samples/test.c'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3452-+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/test-test.Tpo" "$(DEPDIR)/test-test.Po"; else rm -f "$(DEPDIR)/test-test.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3456-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3457: @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_CFLAGS) $(CFLAGS) -c -o test-test.obj `if test -f 'samples/test.c'; then $(CYGPATH_W) 'samples/test.c'; else $(CYGPATH_W) '$(srcdir)/samples/test.c'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-3458- ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3460--@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3461:-@am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3462--@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3469--@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3470:-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$< bacula-9.6.6/src/win32/patches/mingw-utils.patch-3471-+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3475--@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3476:-@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3477--@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3479--@am__fastdepCXX_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:3480:+@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3481-+@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3484--@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3485:-@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-3486-+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3487:+@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` bacula-9.6.6/src/win32/patches/mingw-utils.patch-3488- ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3490--@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT exchndl2.o -MD -MP -MF "$(DEPDIR)/exchndl2.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3491:-@am__fastdepCXX_TRUE@ -c -o exchndl2.o `test -f 'samples/exchndl2.cxx' || echo '$(srcdir)/'`samples/exchndl2.cxx; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3492--@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/exchndl2.Tpo" "$(DEPDIR)/exchndl2.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3494--@am__fastdepCXX_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:3495:+@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT exchndl2.o -MD -MP -MF "$(DEPDIR)/exchndl2.Tpo" -c -o exchndl2.o `test -f 'samples/exchndl2.cxx' || echo '$(srcdir)/'`samples/exchndl2.cxx; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3496-+@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/exchndl2.Tpo" "$(DEPDIR)/exchndl2.Po"; else rm -f "$(DEPDIR)/exchndl2.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3500-+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3501: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o exchndl2.o `test -f 'samples/exchndl2.cxx' || echo '$(srcdir)/'`samples/exchndl2.cxx bacula-9.6.6/src/win32/patches/mingw-utils.patch-3502- ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3504--@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT exchndl2.obj -MD -MP -MF "$(DEPDIR)/exchndl2.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3505:-@am__fastdepCXX_TRUE@ -c -o exchndl2.obj `if test -f 'samples/exchndl2.cxx'; then $(CYGPATH_W) 'samples/exchndl2.cxx'; else $(CYGPATH_W) '$(srcdir)/samples/exchndl2.cxx'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3506--@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/exchndl2.Tpo" "$(DEPDIR)/exchndl2.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3508--@am__fastdepCXX_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:3509:+@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT exchndl2.obj -MD -MP -MF "$(DEPDIR)/exchndl2.Tpo" -c -o exchndl2.obj `if test -f 'samples/exchndl2.cxx'; then $(CYGPATH_W) 'samples/exchndl2.cxx'; else $(CYGPATH_W) '$(srcdir)/samples/exchndl2.cxx'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3510-+@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/exchndl2.Tpo" "$(DEPDIR)/exchndl2.Po"; else rm -f "$(DEPDIR)/exchndl2.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3514-+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3515: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o exchndl2.obj `if test -f 'samples/exchndl2.cxx'; then $(CYGPATH_W) 'samples/exchndl2.cxx'; else $(CYGPATH_W) '$(srcdir)/samples/exchndl2.cxx'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-3516- ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3518--@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testcpp_CXXFLAGS) $(CXXFLAGS) -MT testcpp-testcpp.o -MD -MP -MF "$(DEPDIR)/testcpp-testcpp.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3519:-@am__fastdepCXX_TRUE@ -c -o testcpp-testcpp.o `test -f 'samples/testcpp.cxx' || echo '$(srcdir)/'`samples/testcpp.cxx; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3520--@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/testcpp-testcpp.Tpo" "$(DEPDIR)/testcpp-testcpp.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3522--@am__fastdepCXX_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:3523:+@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testcpp_CXXFLAGS) $(CXXFLAGS) -MT testcpp-testcpp.o -MD -MP -MF "$(DEPDIR)/testcpp-testcpp.Tpo" -c -o testcpp-testcpp.o `test -f 'samples/testcpp.cxx' || echo '$(srcdir)/'`samples/testcpp.cxx; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3524-+@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/testcpp-testcpp.Tpo" "$(DEPDIR)/testcpp-testcpp.Po"; else rm -f "$(DEPDIR)/testcpp-testcpp.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3528-+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3529: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testcpp_CXXFLAGS) $(CXXFLAGS) -c -o testcpp-testcpp.o `test -f 'samples/testcpp.cxx' || echo '$(srcdir)/'`samples/testcpp.cxx bacula-9.6.6/src/win32/patches/mingw-utils.patch-3530- ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3532--@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testcpp_CXXFLAGS) $(CXXFLAGS) -MT testcpp-testcpp.obj -MD -MP -MF "$(DEPDIR)/testcpp-testcpp.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3533:-@am__fastdepCXX_TRUE@ -c -o testcpp-testcpp.obj `if test -f 'samples/testcpp.cxx'; then $(CYGPATH_W) 'samples/testcpp.cxx'; else $(CYGPATH_W) '$(srcdir)/samples/testcpp.cxx'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3534--@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/testcpp-testcpp.Tpo" "$(DEPDIR)/testcpp-testcpp.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3536--@am__fastdepCXX_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:3537:+@am__fastdepCXX_TRUE@ if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testcpp_CXXFLAGS) $(CXXFLAGS) -MT testcpp-testcpp.obj -MD -MP -MF "$(DEPDIR)/testcpp-testcpp.Tpo" -c -o testcpp-testcpp.obj `if test -f 'samples/testcpp.cxx'; then $(CYGPATH_W) 'samples/testcpp.cxx'; else $(CYGPATH_W) '$(srcdir)/samples/testcpp.cxx'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3538-+@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/testcpp-testcpp.Tpo" "$(DEPDIR)/testcpp-testcpp.Po"; else rm -f "$(DEPDIR)/testcpp-testcpp.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3542-+@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3543: @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testcpp_CXXFLAGS) $(CXXFLAGS) -c -o testcpp-testcpp.obj `if test -f 'samples/testcpp.cxx'; then $(CYGPATH_W) 'samples/testcpp.cxx'; else $(CYGPATH_W) '$(srcdir)/samples/testcpp.cxx'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-3544- uninstall-info-am: ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3551- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3552:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3553-- echo " $(dist_docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3562- @list='$(dist_doc_DATA)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3563:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3564-- echo " rm -f $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3576- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3577:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3578-- echo " $(samplesDATA_INSTALL) $$d$$p $(DESTDIR)$(samplesdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3587- @list='$(samples_DATA)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3588:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3589-- echo " rm -f $(DESTDIR)$(samplesdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3642-+ $(mkdir_p) $(distdir)/doc bacula-9.6.6/src/win32/patches/mingw-utils.patch:3643: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3644: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3645- list='$(DISTFILES)'; for file in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3646-@@ -575,7 +541,7 @@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3647: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3648- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-3942- dot_seen=no; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:3943: target=`echo $@ | sed s/-recursive//`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-3944- list='$(SUBDIRS)'; for subdir in $$list; do \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4056-+ $(mkdir_p) $(distdir)/dos2unix $(distdir)/scripts $(distdir)/unix2dos bacula-9.6.6/src/win32/patches/mingw-utils.patch:4057: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4058: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4059- list='$(DISTFILES)'; for file in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4060-@@ -331,7 +373,7 @@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4061: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4062- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4080- || exit 1; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4081:+ distdir=`$(am__cd) $(distdir) && pwd`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4082:+ top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4083- (cd $$subdir && \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4167- @cd $(distuninstallcheck_dir) \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4168: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4169-@@ -433,7 +505,6 @@ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4295-+DIST_SOURCES = $(pexports_SOURCES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:4296:+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-4297-+am__vpath_adj = case $$p in \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4298:+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4299-+ *) f=$$p;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4300-+ esac; bacula-9.6.6/src/win32/patches/mingw-utils.patch:4301:+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-4302-+docDATA_INSTALL = $(INSTALL_DATA) ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4425- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4426: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4427- if test -f $$p \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4428- ; then \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4429: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4430-- echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4439- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4440: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4441-- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4461--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4462:-@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4463--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4470--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4471:-@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< bacula-9.6.6/src/win32/patches/mingw-utils.patch-4472-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4476--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4477:-@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4478--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4480--@am__fastdepCC_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:4481:+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4482-+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4485--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4486:-@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-4487-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4488:+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bacula-9.6.6/src/win32/patches/mingw-utils.patch-4489- bacula-9.6.6/src/win32/patches/mingw-utils.patch-4490- .l.c: bacula-9.6.6/src/win32/patches/mingw-utils.patch:4491:- $(LEXCOMPILE) `test -f $< || echo '$(srcdir)/'`$< bacula-9.6.6/src/win32/patches/mingw-utils.patch-4492-+ $(LEXCOMPILE) $< ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4496- .y.c: bacula-9.6.6/src/win32/patches/mingw-utils.patch:4497:- $(YACCCOMPILE) `test -f '$<' || echo '$(srcdir)/'`$< bacula-9.6.6/src/win32/patches/mingw-utils.patch-4498-+ $(YACCCOMPILE) $< ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4519- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4520:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4521-- echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4530- @list='$(doc_DATA)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4531:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4532-- echo " rm -f $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4583- distdir: $(DISTFILES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:4584: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4585-@@ -344,7 +361,7 @@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4586: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4587- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4829-+DIST_SOURCES = $(redir_SOURCES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:4830:+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-4831-+am__vpath_adj = case $$p in \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4832:+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4833-+ *) f=$$p;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4834-+ esac; bacula-9.6.6/src/win32/patches/mingw-utils.patch:4835:+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-4836-+docDATA_INSTALL = $(INSTALL_DATA) ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4954- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4955: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4956- if test -f $$p \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4957- ; then \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4958: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4959-- echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4968- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4969: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4970-- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4990--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:4991:-@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-4992--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-4999--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5000:-@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< bacula-9.6.6/src/win32/patches/mingw-utils.patch-5001-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5005--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5006:-@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5007--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5009--@am__fastdepCC_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:5010:+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5011-+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5014--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5015:-@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-5016-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5017:+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bacula-9.6.6/src/win32/patches/mingw-utils.patch-5018- uninstall-info-am: ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5025- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5026:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5027-- echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5036- @list='$(doc_DATA)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5037:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5038-- echo " rm -f $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5089- distdir: $(DISTFILES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:5090: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5091-@@ -311,7 +328,7 @@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5092: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5093- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5232-+DIST_SOURCES = $(reimp_SOURCES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:5233:+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-5234-+am__vpath_adj = case $$p in \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5235:+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5236-+ *) f=$$p;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5237-+ esac; bacula-9.6.6/src/win32/patches/mingw-utils.patch:5238:+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-5239-+docDATA_INSTALL = $(INSTALL_DATA) ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5358- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5359: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5360- if test -f $$p \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5361- ; then \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5362: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5363-- echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5372- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5373: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5374-- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5394--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5395:-@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5396--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5403--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5404:-@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< bacula-9.6.6/src/win32/patches/mingw-utils.patch-5405-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5409--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5410:-@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5411--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5413--@am__fastdepCC_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:5414:+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5415-+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5418--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5419:-@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-5420-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5421:+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bacula-9.6.6/src/win32/patches/mingw-utils.patch-5422- uninstall-info-am: ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5429- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5430:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5431-- echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5440- @list='$(doc_DATA)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5441:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5442-- echo " rm -f $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5493- distdir: $(DISTFILES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:5494: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5495-@@ -314,7 +330,7 @@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5496: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5497- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5638-+DIST_SOURCES = $(res2coff_SOURCES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:5639:+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-5640-+am__vpath_adj = case $$p in \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5641:+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5642-+ *) f=$$p;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5643-+ esac; bacula-9.6.6/src/win32/patches/mingw-utils.patch:5644:+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-5645-+docDATA_INSTALL = $(INSTALL_DATA) ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5765- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5766: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5767- if test -f $$p \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5768- ; then \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5769: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5770-- echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5779- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5780: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5781-- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5801--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5802:-@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5803--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5810--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5811:-@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< bacula-9.6.6/src/win32/patches/mingw-utils.patch-5812-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5816--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5817:-@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5818--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5820--@am__fastdepCC_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:5821:+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5822-+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5825--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5826:-@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-5827-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5828:+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bacula-9.6.6/src/win32/patches/mingw-utils.patch-5829- uninstall-info-am: ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5836- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5837:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5838-- echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5847- @list='$(doc_DATA)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5848:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5849-- echo " rm -f $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5900- distdir: $(DISTFILES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:5901: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5902-@@ -315,7 +331,7 @@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:5903: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-5904- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-5983-+cwd=`pwd` bacula-9.6.6/src/win32/patches/mingw-utils.patch:5984:+cd `dirname $0` bacula-9.6.6/src/win32/patches/mingw-utils.patch-5985-+SCRIPTDIR=`pwd` ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6005- cd .. bacula-9.6.6/src/win32/patches/mingw-utils.patch:6006: if [ `wc ld.err|awk ' {print $1}' ` -gt 2 ] bacula-9.6.6/src/win32/patches/mingw-utils.patch-6007-@@ -72,17 +79,17 @@ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6168- if test -f $$d$$p; then \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6169: f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6170-- echo " $(binSCRIPT_INSTALL) $$d$$p $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6179- @list='$(bin_SCRIPTS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6180: f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6181-- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6197- distdir: $(DISTFILES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:6198: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6199-@@ -189,7 +221,7 @@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6200: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6201- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6334-+DIST_SOURCES = $(unix2dos_SOURCES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:6335:+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-6336-+am__vpath_adj = case $$p in \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6337:+ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6338-+ *) f=$$p;; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6339-+ esac; bacula-9.6.6/src/win32/patches/mingw-utils.patch:6340:+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; bacula-9.6.6/src/win32/patches/mingw-utils.patch-6341-+docDATA_INSTALL = $(INSTALL_DATA) ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6463- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6464: p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6465- if test -f $$p \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6466- ; then \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6467: f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6468-- echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6477- @list='$(bin_PROGRAMS)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6478: f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6479-- echo " rm -f $(DESTDIR)$(bindir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6499--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6500:-@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6501--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6508--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6509:-@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$< bacula-9.6.6/src/win32/patches/mingw-utils.patch-6510-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6514--@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6515:-@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6516--@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6518--@am__fastdepCC_TRUE@ fi bacula-9.6.6/src/win32/patches/mingw-utils.patch:6519:+@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6520-+@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6523--@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6524:-@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi` bacula-9.6.6/src/win32/patches/mingw-utils.patch-6525-+@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6526:+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` bacula-9.6.6/src/win32/patches/mingw-utils.patch-6527- uninstall-info-am: ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6534- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6535:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6536-- echo " $(docDATA_INSTALL) $$d$$p $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6545- @list='$(doc_DATA)'; for p in $$list; do \ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6546:- f="`echo $$p | sed -e 's|^.*/||'`"; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6547-- echo " rm -f $(DESTDIR)$(docdir)/$$f"; \ ############################################## bacula-9.6.6/src/win32/patches/mingw-utils.patch-6598- distdir: $(DISTFILES) bacula-9.6.6/src/win32/patches/mingw-utils.patch:6599: @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6600-@@ -313,7 +331,7 @@ bacula-9.6.6/src/win32/patches/mingw-utils.patch:6601: dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ bacula-9.6.6/src/win32/patches/mingw-utils.patch-6602- if test "$$dir" != "$$file" && test "$$dir" != "."; then \ ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-84-+# [no-]shared [don't] try to create shared libraries when supported. bacula-9.6.6/src/win32/patches/openssl-w64.patch:85:+# no-asm do not use assembler bacula-9.6.6/src/win32/patches/openssl-w64.patch-86-+# no-dso do not compile in any native shared-library methods. This ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-91-+# library and will be loaded in run-time by the OpenSSL library. bacula-9.6.6/src/win32/patches/openssl-w64.patch:92:+# enable-montasm 0.9.8 branch only: enable Montgomery x86 assembler backport bacula-9.6.6/src/win32/patches/openssl-w64.patch-93-+# from 0.9.9 ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-129-+# bacula-9.6.6/src/win32/patches/openssl-w64.patch:130:+# MD5_ASM use some extra md5 assember, bacula-9.6.6/src/win32/patches/openssl-w64.patch:131:+# SHA1_ASM use some extra sha1 assember, must define L_ENDIAN for x86 bacula-9.6.6/src/win32/patches/openssl-w64.patch:132:+# RMD160_ASM use some extra ripemd160 assember, bacula-9.6.6/src/win32/patches/openssl-w64.patch:133:+# SHA256_ASM sha256_block is implemented in assembler bacula-9.6.6/src/win32/patches/openssl-w64.patch:134:+# SHA512_ASM sha512_block is implemented in assembler bacula-9.6.6/src/win32/patches/openssl-w64.patch:135:+# AES_ASM ASE_[en|de]crypt is implemented in assembler bacula-9.6.6/src/win32/patches/openssl-w64.patch-136-+ ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-185-+"purify", "purify gcc:-g -DPURIFY -Wall::(unknown)::-lsocket -lnsl::::", bacula-9.6.6/src/win32/patches/openssl-w64.patch:186:+"debug", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror::(unknown)::-lefence::::", bacula-9.6.6/src/win32/patches/openssl-w64.patch-187-+"debug-ben", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown):::::bn86-elf.o co86-elf.o", bacula-9.6.6/src/win32/patches/openssl-w64.patch:188:+"debug-ben-openbsd","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown)::::", bacula-9.6.6/src/win32/patches/openssl-w64.patch:189:+"debug-ben-openbsd-debug","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown)::::", bacula-9.6.6/src/win32/patches/openssl-w64.patch-190-+"debug-ben-debug", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown)::::::", ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-193-+"debug-bodo", "gcc:-DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBIO_PAIR_DEBUG -DPEDANTIC -g -march=i486 -pedantic -Wshadow -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}", bacula-9.6.6/src/win32/patches/openssl-w64.patch:194:+"debug-ulf", "gcc:-DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DBN_DEBUG_RAND -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations:::CYGWIN32:::${no_asm}:win32:cygwin-shared:::.dll", bacula-9.6.6/src/win32/patches/openssl-w64.patch-195-+"debug-steve64", "gcc:-m64 -DL_ENDIAN -DTERMIO -DREF_CHECK -DCONF_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -DOPENSSL_NO_DEPRECATED -g -pedantic -Wall -Werror -Wno-long-long -Wsign-compare -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-198-+"debug-steve-opt", "gcc:-DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -m32 -O3 -g -pedantic -Wno-long-long -Wall -Werror -Wshadow -pipe::-D_REENTRANT::-rdynamic -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared", bacula-9.6.6/src/win32/patches/openssl-w64.patch:199:+"debug-steve-linux-pseudo64", "gcc:-DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DOPENSSL_NO_ASM -g -mcpu=i486 -Wall -Werror -Wshadow -pipe::-D_REENTRANT::-rdynamic -ldl:SIXTY_FOUR_BIT:${no_asm}:dlfcn:linux-shared", bacula-9.6.6/src/win32/patches/openssl-w64.patch-200-+"debug-levitte-linux-elf","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", bacula-9.6.6/src/win32/patches/openssl-w64.patch:201:+"debug-levitte-linux-noasm","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", bacula-9.6.6/src/win32/patches/openssl-w64.patch-202-+"debug-levitte-linux-elf-extreme","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", bacula-9.6.6/src/win32/patches/openssl-w64.patch:203:+"debug-levitte-linux-noasm-extreme","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", bacula-9.6.6/src/win32/patches/openssl-w64.patch:204:+"debug-geoff","gcc:-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", bacula-9.6.6/src/win32/patches/openssl-w64.patch-205-+"debug-linux-pentium","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentium -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn", ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-219-+#### Solaris x86 with GNU C setups bacula-9.6.6/src/win32/patches/openssl-w64.patch:220:+# -DOPENSSL_NO_INLINE_ASM switches off inline assembler. We have to do it bacula-9.6.6/src/win32/patches/openssl-w64.patch-221-+# here because whenever GNU C instantiates an assembler template it ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-518-+"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_coff_asm}:dlfcn:cygwin-shared:-D_WINDLL:-shared:.dll.a", bacula-9.6.6/src/win32/patches/openssl-w64.patch:519:+"debug-Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror:::CYGWIN32:::${no_asm}:dlfcn:cygwin-shared:-D_WINDLL:-shared:.dll.a", bacula-9.6.6/src/win32/patches/openssl-w64.patch-520-+ ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-640-+my $bf ="crypto/bf/bf_locl.h"; bacula-9.6.6/src/win32/patches/openssl-w64.patch:641:+my $bn_asm ="bn_asm.o"; bacula-9.6.6/src/win32/patches/openssl-w64.patch-642-+my $des_enc="des_enc.o fcrypt_b.o"; ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-1041-+ elsif (/^montasm$/) bacula-9.6.6/src/win32/patches/openssl-w64.patch:1042:+ { $montasm = 0; } bacula-9.6.6/src/win32/patches/openssl-w64.patch-1043-+ elsif (/^static-engine$/) ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-1061-+ if (/^err$/) { $flags .= "-DOPENSSL_NO_ERR "; } bacula-9.6.6/src/win32/patches/openssl-w64.patch:1062:+ elsif (/^asm$/) { $no_asm = 1; } bacula-9.6.6/src/win32/patches/openssl-w64.patch-1063-+ } ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-1372-+#$bn1 = "" unless defined $bn1; bacula-9.6.6/src/win32/patches/openssl-w64.patch:1373:+#$bn1=$bn_asm unless ($bn1 =~ /\.o$/); bacula-9.6.6/src/win32/patches/openssl-w64.patch-1374-+#$bn_obj="$bn1"; ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-1377-+ bacula-9.6.6/src/win32/patches/openssl-w64.patch:1378:+$bn_obj = $bn_asm unless $bn_obj ne ""; bacula-9.6.6/src/win32/patches/openssl-w64.patch-1379-+# bn86* is the only one implementing bn_*_part_words ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-1566-+print "CPUID_OBJ =$cpuid_obj\n"; bacula-9.6.6/src/win32/patches/openssl-w64.patch:1567:+print "BN_ASM =$bn_obj\n"; bacula-9.6.6/src/win32/patches/openssl-w64.patch-1568-+print "DES_ENC =$des_obj\n"; ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-1573-+print "RC5_ENC =$rc5_obj\n"; bacula-9.6.6/src/win32/patches/openssl-w64.patch:1574:+print "MD5_OBJ_ASM =$md5_obj\n"; bacula-9.6.6/src/win32/patches/openssl-w64.patch:1575:+print "SHA1_OBJ_ASM =$sha1_obj\n"; bacula-9.6.6/src/win32/patches/openssl-w64.patch-1576-+print "RMD160_OBJ_ASM=$rmd160_obj\n"; ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-1954-+ return "$path/$name$exe_ext" unless ($name eq "perl" and bacula-9.6.6/src/win32/patches/openssl-w64.patch:1955:+ system("$path/$name$exe_ext -e " . '\'exit($]<5.0);\'')); bacula-9.6.6/src/win32/patches/openssl-w64.patch-1956-+ } ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-2083-+# define ROTR(a,n) ({ SHA_LONG64 ret; \ bacula-9.6.6/src/win32/patches/openssl-w64.patch:2084: asm ("rorq %1,%0" \ bacula-9.6.6/src/win32/patches/openssl-w64.patch-2085- : "=r"(ret) \ ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-2407-+# define ROTR(a,n) ({ unsigned long ret; \ bacula-9.6.6/src/win32/patches/openssl-w64.patch:2408:+ asm ("rorq %1,%0" \ bacula-9.6.6/src/win32/patches/openssl-w64.patch-2409-+ : "=r"(ret) \ ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-2413-+# define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ bacula-9.6.6/src/win32/patches/openssl-w64.patch:2414:+ asm ("bswapq %0" \ bacula-9.6.6/src/win32/patches/openssl-w64.patch-2415-+ : "=r"(ret) \ ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-2430-+ unsigned int hi=p[0],lo=p[1]; \ bacula-9.6.6/src/win32/patches/openssl-w64.patch:2431:+ asm ("bswapl %0; bswapl %1;" \ bacula-9.6.6/src/win32/patches/openssl-w64.patch-2432-+ : "=r"(lo),"=r"(hi) \ ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-2437-+# define ROTR(a,n) ({ unsigned long ret; \ bacula-9.6.6/src/win32/patches/openssl-w64.patch:2438:+ asm ("rotrdi %0,%1,%2" \ bacula-9.6.6/src/win32/patches/openssl-w64.patch-2439-+ : "=r"(ret) \ ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-2448-+ static SHA_LONG64 __fastcall __pull64be(const void *x) bacula-9.6.6/src/win32/patches/openssl-w64.patch:2449:+ { _asm mov edx, [ecx + 0] bacula-9.6.6/src/win32/patches/openssl-w64.patch:2450:+ _asm mov eax, [ecx + 4] bacula-9.6.6/src/win32/patches/openssl-w64.patch:2451:+ _asm xchg dh,dl bacula-9.6.6/src/win32/patches/openssl-w64.patch:2452:+ _asm xchg ah,al bacula-9.6.6/src/win32/patches/openssl-w64.patch:2453:+ _asm rol edx,16 bacula-9.6.6/src/win32/patches/openssl-w64.patch:2454:+ _asm rol eax,16 bacula-9.6.6/src/win32/patches/openssl-w64.patch:2455:+ _asm xchg dh,dl bacula-9.6.6/src/win32/patches/openssl-w64.patch:2456:+ _asm xchg ah,al bacula-9.6.6/src/win32/patches/openssl-w64.patch-2457-+ } ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-2459-+ static SHA_LONG64 __fastcall __pull64be(const void *x) bacula-9.6.6/src/win32/patches/openssl-w64.patch:2460:+ { _asm mov edx, [ecx + 0] bacula-9.6.6/src/win32/patches/openssl-w64.patch:2461:+ _asm mov eax, [ecx + 4] bacula-9.6.6/src/win32/patches/openssl-w64.patch:2462:+ _asm bswap edx bacula-9.6.6/src/win32/patches/openssl-w64.patch:2463:+ _asm bswap eax bacula-9.6.6/src/win32/patches/openssl-w64.patch-2464-+ } ############################################## bacula-9.6.6/src/win32/patches/openssl-w64.patch-2634-+ bacula-9.6.6/src/win32/patches/openssl-w64.patch:2635:+#endif /* SHA512_ASM */ bacula-9.6.6/src/win32/patches/openssl-w64.patch-2636-+ ############################################## bacula-9.6.6/src/win32/build-depkgs-mingw-w64-39- bacula-9.6.6/src/win32/build-depkgs-mingw-w64:40:[ ${OPTIND} -gt 1 ] && shift `expr ${OPTIND} - 1` bacula-9.6.6/src/win32/build-depkgs-mingw-w64-41- bacula-9.6.6/src/win32/build-depkgs-mingw-w64-42-cwd=`pwd` bacula-9.6.6/src/win32/build-depkgs-mingw-w64:43:cd `dirname $0` bacula-9.6.6/src/win32/build-depkgs-mingw-w64-44-SCRIPT_DIR=`pwd` ############################################## bacula-9.6.6/src/win32/build-depkgs-mingw-w64-91- echo "Processing ${URL}" bacula-9.6.6/src/win32/build-depkgs-mingw-w64:92: ARCHIVE=`basename ${URL}` bacula-9.6.6/src/win32/build-depkgs-mingw-w64-93- bacula-9.6.6/src/win32/build-depkgs-mingw-w64-94- case ${ARCHIVE} in bacula-9.6.6/src/win32/build-depkgs-mingw-w64:95: *.tar.gz) ARCHIVER="tar xzf"; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.tar\.gz'`;; bacula-9.6.6/src/win32/build-depkgs-mingw-w64:96: *.tar.bz2) ARCHIVER="tar xjf"; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.tar\.bz2'`;; bacula-9.6.6/src/win32/build-depkgs-mingw-w64:97: *.zip) ARCHIVER="unzip -d ."; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.zip'`;; bacula-9.6.6/src/win32/build-depkgs-mingw-w64:98: *.exe) ARCHIVER=""; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.zip'`;; bacula-9.6.6/src/win32/build-depkgs-mingw-w64-99- *) echo Unsupported archive type - $ARCHIVE; exit 1;; ############################################## bacula-9.6.6/src/win32/build-depkgs-mingw-w64-312- cd "${qt_source_dir}" bacula-9.6.6/src/win32/build-depkgs-mingw-w64:313: local zlib_dir=`basename "${URL_ZLIB}" | sed 's/.tar.gz//'` bacula-9.6.6/src/win32/build-depkgs-mingw-w64-314- cp "../${zlib_dir}/libz.dll.a" ./lib/ ############################################## bacula-9.6.6/src/win32/build-depkgs-mingw32-37- bacula-9.6.6/src/win32/build-depkgs-mingw32:38:[ ${OPTIND} -gt 1 ] && shift `expr ${OPTIND} - 1` bacula-9.6.6/src/win32/build-depkgs-mingw32-39- bacula-9.6.6/src/win32/build-depkgs-mingw32-40-cwd=`pwd` bacula-9.6.6/src/win32/build-depkgs-mingw32:41:cd `dirname $0` bacula-9.6.6/src/win32/build-depkgs-mingw32-42-SCRIPT_DIR=`pwd` ############################################## bacula-9.6.6/src/win32/build-depkgs-mingw32-100- echo "Processing ${URL}" bacula-9.6.6/src/win32/build-depkgs-mingw32:101: ARCHIVE=`basename ${URL}` bacula-9.6.6/src/win32/build-depkgs-mingw32-102- bacula-9.6.6/src/win32/build-depkgs-mingw32-103- case ${ARCHIVE} in bacula-9.6.6/src/win32/build-depkgs-mingw32:104: *.tar.gz) ARCHIVER="tar xzf"; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.tar\.gz'`;; bacula-9.6.6/src/win32/build-depkgs-mingw32:105: *.tar.bz2) ARCHIVER="tar xjf"; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.tar\.bz2'`;; bacula-9.6.6/src/win32/build-depkgs-mingw32:106: *.zip) ARCHIVER="unzip -q"; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.zip'`;; bacula-9.6.6/src/win32/build-depkgs-mingw32:107: *.exe) ARCHIVER=""; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.zip'`;; bacula-9.6.6/src/win32/build-depkgs-mingw32-108- *) echo Unsupported archive type - $ARCHIVE; exit 1;; ############################################## bacula-9.6.6/src/win32/build-depkgs-mingw32-372- do_patch wxWidgets.patch bacula-9.6.6/src/win32/build-depkgs-mingw32:373: find . -name makefile.gcc -exec sh -c "sed -f ${SCRIPT_DIR}/patches/wx.sed {} > \`echo {} | sed -e 's/\.gcc$/\.mingw32/'\`" \; bacula-9.6.6/src/win32/build-depkgs-mingw32-374- fi ############################################## bacula-9.6.6/src/win32/build-depkgs-mingw32-533- echo Installing mkisofs bacula-9.6.6/src/win32/build-depkgs-mingw32:534: cp `basename ${URL_MKISOFS}` ${DEPPKG_DIR}/bin bacula-9.6.6/src/win32/build-depkgs-mingw32-535-} ############################################## bacula-9.6.6/src/win32/build-depkgs-mingw32-580- cd "${qt_source_dir}" bacula-9.6.6/src/win32/build-depkgs-mingw32:581: local zlib_dir=`basename "${URL_ZLIB}" | sed 's/.tar.gz//'` bacula-9.6.6/src/win32/build-depkgs-mingw32-582- cp "../${zlib_dir}/libz.dll.a" ./lib/ ############################################## bacula-9.6.6/src/win32/win32_installer/x64.nsh-32- Pop $_LOGICLIB_TEMP bacula-9.6.6/src/win32/win32_installer/x64.nsh:33: !insertmacro _!= $_LOGICLIB_TEMP 0 `${_t}` `${_f}` bacula-9.6.6/src/win32/win32_installer/x64.nsh-34-!macroend ############################################## bacula-9.6.6/src/win32/README.vc8-95- bacula-9.6.6/src/win32/README.vc8:96: NASM (nasmw.exe) bacula-9.6.6/src/win32/README.vc8-97- http://prdownloads.sourceforge.net/nasm/nasm-0.98.39-win32.zip?download ############################################## bacula-9.6.6/src/qt-console/tray-monitor/install_conf_file.in-8-INSTALL_CONFIG="@INSTALL@ -m 640" bacula-9.6.6/src/qt-console/tray-monitor/install_conf_file.in:9:DESTDIR=`echo ${DESTDIR}` bacula-9.6.6/src/qt-console/tray-monitor/install_conf_file.in-10- ############################################## bacula-9.6.6/src/qt-console/tray-monitor/runjob.cpp-473- for ( ;; ) { bacula-9.6.6/src/qt-console/tray-monitor/runjob.cpp:474: if (breaddir(dp, dir_entry.addr()) != 0) { bacula-9.6.6/src/qt-console/tray-monitor/runjob.cpp-475- if (!found) { ############################################## bacula-9.6.6/src/qt-console/install_conf_file.in-5-INSTALL_CONFIG="@INSTALL@ -m 640" bacula-9.6.6/src/qt-console/install_conf_file.in:6:DESTDIR=`echo ${DESTDIR}` bacula-9.6.6/src/qt-console/install_conf_file.in-7- ############################################## bacula-9.6.6/src/qt-console/build-depkgs-qt-console-30- bacula-9.6.6/src/qt-console/build-depkgs-qt-console:31:[ ${OPTIND} -gt 1 ] && shift `expr ${OPTIND} - 1` bacula-9.6.6/src/qt-console/build-depkgs-qt-console-32- bacula-9.6.6/src/qt-console/build-depkgs-qt-console-33-cwd=`pwd` bacula-9.6.6/src/qt-console/build-depkgs-qt-console:34:cd `dirname $0` bacula-9.6.6/src/qt-console/build-depkgs-qt-console-35-SCRIPT_DIR=`pwd` ############################################## bacula-9.6.6/src/qt-console/build-depkgs-qt-console-56- MAKE_DIR=$3 bacula-9.6.6/src/qt-console/build-depkgs-qt-console:57: ARCHIVE=`basename ${URL}` bacula-9.6.6/src/qt-console/build-depkgs-qt-console-58-echo "in get_source URL is $URL SRC_DIR is $SRC_DIR MAKE_DIR is $MAKE_DIR ARCHIVE is $ARCHIVE" ############################################## bacula-9.6.6/src/qt-console/build-depkgs-qt-console-60- case ${ARCHIVE} in bacula-9.6.6/src/qt-console/build-depkgs-qt-console:61: *.tar.gz) ARCHIVER="tar xzf"; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.tar\.gz'`;; bacula-9.6.6/src/qt-console/build-depkgs-qt-console:62: *.tar.bz2) ARCHIVER="tar xjf"; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.tar\.bz2'`;; bacula-9.6.6/src/qt-console/build-depkgs-qt-console:63: *.zip) ARCHIVER="unzip -q"; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.zip'`;; bacula-9.6.6/src/qt-console/build-depkgs-qt-console:64: *.exe) ARCHIVER=""; [ -z "${SRC_DIR}" ] && SRC_DIR=`expr "${ARCHIVE}" : '\(.*\)\.zip'`;; bacula-9.6.6/src/qt-console/build-depkgs-qt-console-65- *) echo "Unsupported archive type - $ARCHIVE"; exit 1;; ############################################## bacula-9.6.6/src/tools/bsmtp.c-82- */ bacula-9.6.6/src/tools/bsmtp.c:83:static char *cleanup_addr(char *addr, char *buf, int buf_len) bacula-9.6.6/src/tools/bsmtp.c-84-{ ############################################## bacula-9.6.6/src/tools/bsmtp.c-569- chat("HELO %s\r\n", my_hostname); bacula-9.6.6/src/tools/bsmtp.c:570: chat("MAIL FROM:%s\r\n", cleanup_addr(from_addr, buf, sizeof(buf))); bacula-9.6.6/src/tools/bsmtp.c-571- ############################################## bacula-9.6.6/src/tools/bsmtp.c-573- Dmsg1(20, "rcpt to: %s\n", argv[i]); bacula-9.6.6/src/tools/bsmtp.c:574: chat("RCPT TO:%s\r\n", cleanup_addr(argv[i], buf, sizeof(buf))); bacula-9.6.6/src/tools/bsmtp.c-575- } ############################################## bacula-9.6.6/src/tools/bsmtp.c-577- if (cc_addr) { bacula-9.6.6/src/tools/bsmtp.c:578: chat("RCPT TO:%s\r\n", cleanup_addr(cc_addr, buf, sizeof(buf))); bacula-9.6.6/src/tools/bsmtp.c-579- } ############################################## bacula-9.6.6/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \ bacula-9.6.6/configure:44: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then bacula-9.6.6/configure-45- as_echo='print -r --' bacula-9.6.6/configure-46- as_echo_n='print -rn --' bacula-9.6.6/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then bacula-9.6.6/configure-48- as_echo='printf %s\n' ############################################## bacula-9.6.6/configure-50-else bacula-9.6.6/configure:51: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then bacula-9.6.6/configure-52- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## bacula-9.6.6/configure-60- expr "X$arg" : "X\\(.*\\)$as_nl"; bacula-9.6.6/configure:61: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; bacula-9.6.6/configure-62- esac; ############################################## bacula-9.6.6/configure-197- eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && bacula-9.6.6/configure:198: test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1 bacula-9.6.6/configure-199-test \$(( 1 + 1 )) = 2 || exit 1 ############################################## bacula-9.6.6/configure-205- PATH=/empty FPATH=/empty; export PATH FPATH bacula-9.6.6/configure:206: test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\ bacula-9.6.6/configure:207: || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1" bacula-9.6.6/configure-208- if (eval "$as_required") 2>/dev/null; then : ############################################## bacula-9.6.6/configure-332- case $as_dir in #( bacula-9.6.6/configure:333: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( bacula-9.6.6/configure-334- *) as_qdir=$as_dir;; ############################################## bacula-9.6.6/configure-405- { bacula-9.6.6/configure:406: as_val=`expr "$@" || test $? -eq 1` bacula-9.6.6/configure-407- } ############################################## bacula-9.6.6/configure-412-# ---------------------------------------- bacula-9.6.6/configure:413:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are bacula-9.6.6/configure-414-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## bacula-9.6.6/configure-475- eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && bacula-9.6.6/configure:476: test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { bacula-9.6.6/configure-477- # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) ############################################## bacula-9.6.6/configure-1111- case $ac_option in bacula-9.6.6/configure:1112: *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; bacula-9.6.6/configure-1113- *=) ac_optarg= ;; ############################################## bacula-9.6.6/configure-1155- -disable-* | --disable-*) bacula-9.6.6/configure:1156: ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` bacula-9.6.6/configure-1157- # Reject names that are not valid shell variable names. ############################################## bacula-9.6.6/configure-1160- ac_useropt_orig=$ac_useropt bacula-9.6.6/configure:1161: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bacula-9.6.6/configure-1162- case $ac_user_opts in ############################################## bacula-9.6.6/configure-1181- -enable-* | --enable-*) bacula-9.6.6/configure:1182: ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` bacula-9.6.6/configure-1183- # Reject names that are not valid shell variable names. ############################################## bacula-9.6.6/configure-1186- ac_useropt_orig=$ac_useropt bacula-9.6.6/configure:1187: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bacula-9.6.6/configure-1188- case $ac_user_opts in ############################################## bacula-9.6.6/configure-1394- -with-* | --with-*) bacula-9.6.6/configure:1395: ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` bacula-9.6.6/configure-1396- # Reject names that are not valid shell variable names. ############################################## bacula-9.6.6/configure-1399- ac_useropt_orig=$ac_useropt bacula-9.6.6/configure:1400: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bacula-9.6.6/configure-1401- case $ac_user_opts in ############################################## bacula-9.6.6/configure-1410- -without-* | --without-*) bacula-9.6.6/configure:1411: ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` bacula-9.6.6/configure-1412- # Reject names that are not valid shell variable names. ############################################## bacula-9.6.6/configure-1415- ac_useropt_orig=$ac_useropt bacula-9.6.6/configure:1416: ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` bacula-9.6.6/configure-1417- case $ac_user_opts in ############################################## bacula-9.6.6/configure-1448- *=*) bacula-9.6.6/configure:1449: ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` bacula-9.6.6/configure-1450- # Reject names that are not valid shell variable names. ############################################## bacula-9.6.6/configure-1469-if test -n "$ac_prev"; then bacula-9.6.6/configure:1470: ac_option=--`echo $ac_prev | sed 's/_/-/g'` bacula-9.6.6/configure-1471- as_fn_error $? "missing argument to $ac_option" ############################################## bacula-9.6.6/configure-1491- */ ) bacula-9.6.6/configure:1492: ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` bacula-9.6.6/configure-1493- eval $ac_var=\$ac_val;; ############################################## bacula-9.6.6/configure-1526-ac_ls_di=`ls -di .` && bacula-9.6.6/configure:1527:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || bacula-9.6.6/configure-1528- as_fn_error $? "working directory cannot be determined" ############################################## bacula-9.6.6/configure-1582-case $srcdir in bacula-9.6.6/configure:1583:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; bacula-9.6.6/configure-1584-esac ############################################## bacula-9.6.6/configure-1625-By default, \`make install' will install all the files in bacula-9.6.6/configure:1626:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify bacula-9.6.6/configure:1627:an installation prefix other than \`$ac_default_prefix' using \`--prefix', bacula-9.6.6/configure-1628-for instance \`--prefix=\$HOME'. ############################################## bacula-9.6.6/configure-1823-*) bacula-9.6.6/configure:1824: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` bacula-9.6.6/configure-1825- # A ".." for each directory in $ac_dir_suffix. bacula-9.6.6/configure:1826: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` bacula-9.6.6/configure-1827- case $ac_top_builddir_sub in ############################################## bacula-9.6.6/configure-2273- as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack bacula-9.6.6/configure:2274: as_decl_name=`echo $2|sed 's/ *(.*//'` bacula-9.6.6/configure:2275: as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'` bacula-9.6.6/configure-2276- { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5 ############################################## bacula-9.6.6/configure-2877- *\'*) bacula-9.6.6/configure:2878: ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; bacula-9.6.6/configure-2879- esac ############################################## bacula-9.6.6/configure-2960- case $ac_val in bacula-9.6.6/configure:2961: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; bacula-9.6.6/configure-2962- esac ############################################## bacula-9.6.6/configure-2975- case $ac_val in bacula-9.6.6/configure:2976: *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; bacula-9.6.6/configure-2977- esac ############################################## bacula-9.6.6/configure-3098- set,) bacula-9.6.6/configure:3099: { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 bacula-9.6.6/configure:3100:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} bacula-9.6.6/configure-3101- ac_cache_corrupted=: ;; ############################################## bacula-9.6.6/configure-3109- # differences in whitespace do not lead to failure. bacula-9.6.6/configure:3110: ac_old_val_w=`echo x $ac_old_val` bacula-9.6.6/configure:3111: ac_new_val_w=`echo x $ac_new_val` bacula-9.6.6/configure-3112- if test "$ac_old_val_w" != "$ac_new_val_w"; then ############################################## bacula-9.6.6/configure-3129- case $ac_new_val in bacula-9.6.6/configure:3130: *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; bacula-9.6.6/configure-3131- *) ac_arg=$ac_var=$ac_new_val ;; ############################################## bacula-9.6.6/configure-3299-if test "x$BACULA" != x; then bacula-9.6.6/configure:3300: post_host=`echo -${BACULA} | tr 'A-Z ' 'a-z-'` bacula-9.6.6/configure-3301-fi bacula-9.6.6/configure-3302-BACULA=${BACULA:-Bacula} bacula-9.6.6/configure:3303:VERSION=`sed -n -e 's/^#define VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3304:RELEASE=`sed -n -e 's/^#define RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3305:DATE=`sed -n -e 's/^#define BDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3306:LSMDATE=`sed -n -e 's/^#define LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3307:BDB_VERSION=`sed -n -e 's/^#define BDB_VERSION \(.*\)$/\1/p' ${srcdir}/src/cats/cats.h` bacula-9.6.6/configure:3308:DEPKGS_VERSION=`sed -n -e 's/^#define DEPKGS_VERSION \(.*\)$/\1/p' ${srcdir}/src/cats/cats.h` bacula-9.6.6/configure:3309:DEPKGS_QT_VERSION=`sed -n -e 's/^#define DEPKGS_QT_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3310:BQT_VERSION=`sed -n -e 's/^#define BQT_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3311:VIX_VERSION=`sed -n -e 's/^#define VIX_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3312:JAVA_VERSION=`sed -n -e 's/^#define JAVA_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3313:NDMP_VERSION=`sed -n -e 's/^#define NDMP_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3314:LIBRSYNC_VERSION=`sed -n -e 's/^#define LIBRSYNC_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure-3315- bacula-9.6.6/configure-3316- bacula-9.6.6/configure:3317:LIBBAC_LT_RELEASE=`sed -n -e 's/^#.*LIBBAC_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3318:LIBBACCFG_LT_RELEASE=`sed -n -e 's/^#.*LIBBACCFG_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3319:LIBBACPY_LT_RELEASE=`sed -n -e 's/^#.*LIBBACPY_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure-3320- ############################################## bacula-9.6.6/configure-3324- bacula-9.6.6/configure:3325:LIBBACSQL_LT_RELEASE=`sed -n -e 's/^#.*LIBBACSQL_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure:3326:LIBBACCATS_LT_RELEASE=`sed -n -e 's/^#.*LIBBACCATS_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure-3327- ############################################## bacula-9.6.6/configure-3331- bacula-9.6.6/configure:3332:LIBBACFIND_LT_RELEASE=`sed -n -e 's/^#.*LIBBACFIND_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/configure-3333- ############################################## bacula-9.6.6/configure-3688-$as_echo_n "checking whether the C compiler works... " >&6; } bacula-9.6.6/configure:3689:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` bacula-9.6.6/configure-3690- ############################################## bacula-9.6.6/configure-3732- then :; else bacula-9.6.6/configure:3733: ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` bacula-9.6.6/configure-3734- fi ############################################## bacula-9.6.6/configure-3792- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; bacula-9.6.6/configure:3793: *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` bacula-9.6.6/configure-3794- break;; ############################################## bacula-9.6.6/configure-3901- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; bacula-9.6.6/configure:3902: *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` bacula-9.6.6/configure-3903- break;; ############################################## bacula-9.6.6/configure-4655- # Check for GNU $ac_path_GREP bacula-9.6.6/configure:4656:case `"$ac_path_GREP" --version 2>&1` in bacula-9.6.6/configure-4657-*GNU*) ############################################## bacula-9.6.6/configure-4721- # Check for GNU $ac_path_EGREP bacula-9.6.6/configure:4722:case `"$ac_path_EGREP" --version 2>&1` in bacula-9.6.6/configure-4723-*GNU*) ############################################## bacula-9.6.6/configure-4808- bacula-9.6.6/configure:4809:BASECC=`basename $CC` bacula-9.6.6/configure-4810-have_gcc=no ############################################## bacula-9.6.6/configure-4862-$as_echo_n "checking for multiarch system... " >&6; } bacula-9.6.6/configure:4863:multiarch=`$CC $CFLAGS -print-multiarch 2>/dev/null` bacula-9.6.6/configure-4864-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $multiarch" >&5 ############################################## bacula-9.6.6/configure-5934-test "x$ac_build_alias" = x && bacula-9.6.6/configure:5935: ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` bacula-9.6.6/configure-5936-test "x$ac_build_alias" = x && bacula-9.6.6/configure-5937- as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 bacula-9.6.6/configure:5938:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || bacula-9.6.6/configure-5939- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5 ############################################## bacula-9.6.6/configure-5958-IFS=$ac_save_IFS bacula-9.6.6/configure:5959:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac bacula-9.6.6/configure-5960- ############################################## bacula-9.6.6/configure-5969-else bacula-9.6.6/configure:5970: ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || bacula-9.6.6/configure-5971- as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5 ############################################## bacula-9.6.6/configure-5991-IFS=$ac_save_IFS bacula-9.6.6/configure:5992:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac bacula-9.6.6/configure-5993- ############################################## bacula-9.6.6/configure-6019-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ bacula-9.6.6/configure:6020: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then bacula-9.6.6/configure-6021- ECHO='print -r --' bacula-9.6.6/configure:6022:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then bacula-9.6.6/configure-6023- ECHO='printf %s\n' ############################################## bacula-9.6.6/configure-6088- # Check for GNU $ac_path_SED bacula-9.6.6/configure:6089:case `"$ac_path_SED" --version 2>&1` in bacula-9.6.6/configure-6090-*GNU*) ############################################## bacula-9.6.6/configure-6167- # Check for GNU $ac_path_FGREP bacula-9.6.6/configure:6168:case `"$ac_path_FGREP" --version 2>&1` in bacula-9.6.6/configure-6169-*GNU*) ############################################## bacula-9.6.6/configure-6247- # gcc leaves a trailing carriage return which upsets mingw bacula-9.6.6/configure:6248: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; bacula-9.6.6/configure-6249- *) bacula-9.6.6/configure:6250: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; bacula-9.6.6/configure-6251- esac ############################################## bacula-9.6.6/configure-6256- # Canonicalize the pathname of ld bacula-9.6.6/configure:6257: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` bacula-9.6.6/configure-6258- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do bacula-9.6.6/configure:6259: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` bacula-9.6.6/configure-6260- done ############################################## bacula-9.6.6/configure-6291- # Break only if it was the GNU/non-GNU ld that we prefer. bacula-9.6.6/configure:6292: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in bacula-9.6.6/configure-6293- *GNU* | *'with BFD'*) ############################################## bacula-9.6.6/configure-6322- # I'd rather use --version here, but apparently some GNU lds only accept -v. bacula-9.6.6/configure:6323:case `$LD -v 2>&1 </dev/null` in bacula-9.6.6/configure-6324-*GNU* | *'with BFD'*) ############################################## bacula-9.6.6/configure-6367- # Tru64's nm complains that /dev/null is an invalid object file bacula-9.6.6/configure:6368: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in bacula-9.6.6/configure-6369- */dev/null* | *'Invalid file or object type'*) ############################################## bacula-9.6.6/configure-6373- *) bacula-9.6.6/configure:6374: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in bacula-9.6.6/configure-6375- */dev/null*) ############################################## bacula-9.6.6/configure-6501- bacula-9.6.6/configure:6502: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in bacula-9.6.6/configure-6503- *COFF*) ############################################## bacula-9.6.6/configure-6613- # And add a safety zone bacula-9.6.6/configure:6614: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bacula-9.6.6/configure:6615: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bacula-9.6.6/configure-6616- ;; ############################################## bacula-9.6.6/configure-6646- if test -n "$kargmax"; then bacula-9.6.6/configure:6647: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'` bacula-9.6.6/configure-6648- else ############################################## bacula-9.6.6/configure-6655- test undefined != "$lt_cv_sys_max_cmd_len"; then bacula-9.6.6/configure:6656: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bacula-9.6.6/configure:6657: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bacula-9.6.6/configure-6658- else ############################################## bacula-9.6.6/configure-6667- # we can't tell. bacula-9.6.6/configure:6668: while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ bacula-9.6.6/configure-6669- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## bacula-9.6.6/configure-6671- do bacula-9.6.6/configure:6672: i=`expr $i + 1` bacula-9.6.6/configure-6673- teststring=$teststring$teststring ############################################## bacula-9.6.6/configure-6675- # Only check the string length outside the loop. bacula-9.6.6/configure:6676: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` bacula-9.6.6/configure-6677- teststring= ############################################## bacula-9.6.6/configure-6680- # linker. It appears as though 1/2 is a usable value. bacula-9.6.6/configure:6681: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` bacula-9.6.6/configure-6682- fi ############################################## bacula-9.6.6/configure-7116-openbsd*) bacula-9.6.6/configure:7117: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bacula-9.6.6/configure-7118- lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$' ############################################## bacula-9.6.6/configure-7183- else bacula-9.6.6/configure:7184: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"` bacula-9.6.6/configure-7185- fi ############################################## bacula-9.6.6/configure-7328- # decide which to use based on capabilities of $DLLTOOL bacula-9.6.6/configure:7329: case `$DLLTOOL --help 2>&1` in bacula-9.6.6/configure-7330- *--identify-strict*) ############################################## bacula-9.6.6/configure-7849-# If we're using GNU nm, then use its standard symbol codes. bacula-9.6.6/configure:7850:case `$NM -V 2>&1` in bacula-9.6.6/configure-7851-*GNU* | *'with BFD'*) ############################################## bacula-9.6.6/configure-7867-mingw*) bacula-9.6.6/configure:7868: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp bacula-9.6.6/configure-7869- ;; ############################################## bacula-9.6.6/configure-8086- if test "$GCC" = yes; then bacula-9.6.6/configure:8087: lt_sysroot=`$CC --print-sysroot 2>/dev/null` bacula-9.6.6/configure-8088- fi ############################################## bacula-9.6.6/configure-8090- /*) bacula-9.6.6/configure:8091: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` bacula-9.6.6/configure-8092- ;; #( ############################################## bacula-9.6.6/configure-8126- test $ac_status = 0; }; then bacula-9.6.6/configure:8127: case `/usr/bin/file conftest.$ac_objext` in bacula-9.6.6/configure-8128- *ELF-32*) ############################################## bacula-9.6.6/configure-8146- if test "$lt_cv_prog_gnu_ld" = yes; then bacula-9.6.6/configure:8147: case `/usr/bin/file conftest.$ac_objext` in bacula-9.6.6/configure-8148- *32-bit*) ############################################## bacula-9.6.6/configure-8158- else bacula-9.6.6/configure:8159: case `/usr/bin/file conftest.$ac_objext` in bacula-9.6.6/configure-8160- *32-bit*) ############################################## bacula-9.6.6/configure-9187-do : bacula-9.6.6/configure:9188: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bacula-9.6.6/configure-9189-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## bacula-9.6.6/configure-9192- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:9193:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bacula-9.6.6/configure-9194-_ACEOF ############################################## bacula-9.6.6/configure-9219- case ${2} in bacula-9.6.6/configure:9220: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; bacula-9.6.6/configure:9221: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; bacula-9.6.6/configure-9222- esac ############################################## bacula-9.6.6/configure-9487-done bacula-9.6.6/configure:9488:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` bacula-9.6.6/configure-9489- ############################################## bacula-9.6.6/configure-9516- "file_magic "*) bacula-9.6.6/configure:9517: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` bacula-9.6.6/configure-9518- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## bacula-9.6.6/configure-9582- "file_magic "*) bacula-9.6.6/configure:9583: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` bacula-9.6.6/configure-9584- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## bacula-9.6.6/configure-9949- *) bacula-9.6.6/configure:9950: case `$CC -V 2>&1 | sed 5q` in bacula-9.6.6/configure-9951- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) ############################################## bacula-9.6.6/configure-10309- if test "$hard_links" = no; then bacula-9.6.6/configure:10310: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 bacula-9.6.6/configure:10311:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} bacula-9.6.6/configure-10312- need_locks=warn ############################################## bacula-9.6.6/configure-10398- # shared libraries, regardless of the interface used. bacula-9.6.6/configure:10399: case `$LD -v 2>&1` in bacula-9.6.6/configure-10400- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## bacula-9.6.6/configure-10430- supports_anon_versioning=no bacula-9.6.6/configure:10431: case `$LD -v 2>&1` in bacula-9.6.6/configure-10432- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## bacula-9.6.6/configure-10499- # is EXPORTS), use it as is; otherwise, prepend... bacula-9.6.6/configure:10500: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bacula-9.6.6/configure-10501- cp $export_symbols $output_objdir/$soname.def; ############################################## bacula-9.6.6/configure-10527- # time. Moving up from 0x10000000 also allows more sbrk(2) space. bacula-9.6.6/configure:10528: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bacula-9.6.6/configure:10529: archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bacula-9.6.6/configure-10530- ;; ############################################## bacula-9.6.6/configure-10545- pgcc*) # Portland Group C compiler bacula-9.6.6/configure:10546: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/configure-10547- tmp_addflag=' $pic_flag' ############################################## bacula-9.6.6/configure-10550- # Portland Group f77 and f90 compilers bacula-9.6.6/configure:10551: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/configure-10552- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## bacula-9.6.6/configure-10565- nvcc*) # Cuda Compiler Driver 2.2 bacula-9.6.6/configure:10566: whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/configure-10567- compiler_needs_object=yes ############################################## bacula-9.6.6/configure-10569- esac bacula-9.6.6/configure:10570: case `$CC -V 2>&1 | sed 5q` in bacula-9.6.6/configure-10571- *Sun\ C*) # Sun C 5.9 bacula-9.6.6/configure:10572: whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/configure-10573- compiler_needs_object=yes ############################################## bacula-9.6.6/configure-10637- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) bacula-9.6.6/configure:10638: case `$LD -v 2>&1` in bacula-9.6.6/configure-10639- *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*) ############################################## bacula-9.6.6/configure-10760- # below for broken collect2 doesn't work under 4.3+ bacula-9.6.6/configure:10761: collect2name=`${CC} -print-prog-name=collect2` bacula-9.6.6/configure-10762- if test -f "$collect2name" && ############################################## bacula-9.6.6/configure-10834- }' bacula-9.6.6/configure:10835: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bacula-9.6.6/configure-10836- # Check for a 64-bit object if we didn't find anything. bacula-9.6.6/configure-10837- if test -z "$lt_cv_aix_libpath_"; then bacula-9.6.6/configure:10838: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bacula-9.6.6/configure-10839- fi ############################################## bacula-9.6.6/configure-10852- hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath" bacula-9.6.6/configure:10853: archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" bacula-9.6.6/configure-10854- else ############################################## bacula-9.6.6/configure-10887- }' bacula-9.6.6/configure:10888: lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bacula-9.6.6/configure-10889- # Check for a 64-bit object if we didn't find anything. bacula-9.6.6/configure-10890- if test -z "$lt_cv_aix_libpath_"; then bacula-9.6.6/configure:10891: lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bacula-9.6.6/configure-10892- fi ############################################## bacula-9.6.6/configure-10960- archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' bacula-9.6.6/configure:10961: archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bacula-9.6.6/configure-10962- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## bacula-9.6.6/configure-10997- # FIXME: Setting linknames here is a bad hack. bacula-9.6.6/configure:10998: archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' bacula-9.6.6/configure-10999- # The linker will automatically build a .lib file if we build a DLL. ############################################## bacula-9.6.6/configure-11015- if test "$lt_cv_ld_force_load" = "yes"; then bacula-9.6.6/configure:11016: whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' bacula-9.6.6/configure-11017- ############################################## bacula-9.6.6/configure-11195- if test "$GCC" = yes; then bacula-9.6.6/configure:11196: archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure-11197- # Try to use the -exported_symbol ld option, if it does not ############################################## bacula-9.6.6/configure-11223- if test "$lt_cv_irix_exported_symbol" = yes; then bacula-9.6.6/configure:11224: archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' bacula-9.6.6/configure-11225- fi bacula-9.6.6/configure-11226- else bacula-9.6.6/configure:11227: archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure:11228: archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' bacula-9.6.6/configure-11229- fi ############################################## bacula-9.6.6/configure-11263- hardcode_direct_absolute=yes bacula-9.6.6/configure:11264: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bacula-9.6.6/configure-11265- archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## bacula-9.6.6/configure-11296- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' bacula-9.6.6/configure:11297: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure-11298- else bacula-9.6.6/configure-11299- allow_undefined_flag=' -expect_unresolved \*' bacula-9.6.6/configure:11300: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure-11301- fi ############################################## bacula-9.6.6/configure-11309- allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*' bacula-9.6.6/configure:11310: archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure-11311- hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' ############################################## bacula-9.6.6/configure-11313- allow_undefined_flag=' -expect_unresolved \*' bacula-9.6.6/configure:11314: archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure:11315: archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ bacula-9.6.6/configure:11316: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' bacula-9.6.6/configure-11317- ############################################## bacula-9.6.6/configure-11332- else bacula-9.6.6/configure:11333: case `$CC -V 2>&1` in bacula-9.6.6/configure-11334- *"Compilers 5.0"*) ############################################## bacula-9.6.6/configure-11731- esac bacula-9.6.6/configure:11732: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` bacula-9.6.6/configure-11733- case $lt_search_path_spec in ############################################## bacula-9.6.6/configure-11738- # okay in the real world where ";" in dirpaths is itself problematic. bacula-9.6.6/configure:11739: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` bacula-9.6.6/configure-11740- ;; bacula-9.6.6/configure-11741- *) bacula-9.6.6/configure:11742: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` bacula-9.6.6/configure-11743- ;; ############################################## bacula-9.6.6/configure-11747- lt_tmp_lt_search_path_spec= bacula-9.6.6/configure:11748: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` bacula-9.6.6/configure-11749- for lt_sys_path in $lt_search_path_spec; do ############################################## bacula-9.6.6/configure-11782- esac bacula-9.6.6/configure:11783: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` bacula-9.6.6/configure-11784-else ############################################## bacula-9.6.6/configure-11870- # Create ${libname}_ixlibrary.a entries in /sys/libs. bacula-9.6.6/configure:11871: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' bacula-9.6.6/configure-11872- ;; ############################################## bacula-9.6.6/configure-11906- # DLL is installed to $(libdir)/../bin by postinstall_cmds bacula-9.6.6/configure:11907: postinstall_cmds='base_file=`basename \${file}`~ bacula-9.6.6/configure:11908: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ bacula-9.6.6/configure:11909: dldir=$destdir/`dirname \$dlpath`~ bacula-9.6.6/configure-11910- test -d \$dldir || mkdir -p \$dldir~ ############################################## bacula-9.6.6/configure-11915- fi' bacula-9.6.6/configure:11916: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bacula-9.6.6/configure-11917- dlpath=$dir/\$dldll~ ############################################## bacula-9.6.6/configure-11923- # Cygwin DLLs use 'cyg' prefix rather than 'lib' bacula-9.6.6/configure:11924: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/configure-11925- ############################################## bacula-9.6.6/configure-11929- # MinGW DLLs use traditional 'lib' prefix bacula-9.6.6/configure:11930: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/configure-11931- ;; ############################################## bacula-9.6.6/configure-11933- # pw32 DLLs use 'pw' prefix rather than 'lib' bacula-9.6.6/configure:11934: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/configure-11935- ;; ############################################## bacula-9.6.6/configure-11942- libname_spec='$name' bacula-9.6.6/configure:11943: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/configure-11944- library_names_spec='${libname}.dll.lib' ############################################## bacula-9.6.6/configure-11954- # Let DOS variable expansion print the short 8.3 style file name. bacula-9.6.6/configure:11955: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` bacula-9.6.6/configure-11956- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## bacula-9.6.6/configure-11959- # Convert to MSYS style. bacula-9.6.6/configure:11960: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` bacula-9.6.6/configure-11961- ;; ############################################## bacula-9.6.6/configure-11965- # like /cygdrive/c/PROGRA~1:/cygdr... bacula-9.6.6/configure:11966: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` bacula-9.6.6/configure:11967: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` bacula-9.6.6/configure:11968: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bacula-9.6.6/configure-11969- ;; ############################################## bacula-9.6.6/configure-11973- # It is most probably a Windows format PATH. bacula-9.6.6/configure:11974: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` bacula-9.6.6/configure-11975- else bacula-9.6.6/configure:11976: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bacula-9.6.6/configure-11977- fi ############################################## bacula-9.6.6/configure-11983- # DLL is installed to $(libdir)/../bin by postinstall_cmds bacula-9.6.6/configure:11984: postinstall_cmds='base_file=`basename \${file}`~ bacula-9.6.6/configure:11985: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ bacula-9.6.6/configure:11986: dldir=$destdir/`dirname \$dlpath`~ bacula-9.6.6/configure-11987- test -d \$dldir || mkdir -p \$dldir~ bacula-9.6.6/configure-11988- $install_prog $dir/$dlname \$dldir/$dlname' bacula-9.6.6/configure:11989: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bacula-9.6.6/configure-11990- dlpath=$dir/\$dldll~ ############################################## bacula-9.6.6/configure-11997- # Assume MSVC wrapper bacula-9.6.6/configure:11998: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' bacula-9.6.6/configure-11999- dynamic_linker='Win32 ld.exe' ############################################## bacula-9.6.6/configure-12014- shlibpath_var=DYLD_LIBRARY_PATH bacula-9.6.6/configure:12015: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' bacula-9.6.6/configure-12016- ############################################## bacula-9.6.6/configure-12240- if test -f /etc/ld.so.conf; then bacula-9.6.6/configure:12241: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` bacula-9.6.6/configure-12242- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## bacula-9.6.6/configure-12314- shlibpath_var=LD_LIBRARY_PATH bacula-9.6.6/configure:12315: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bacula-9.6.6/configure-12316- case $host_os in ############################################## bacula-9.6.6/configure-13463-done bacula-9.6.6/configure:13464:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` bacula-9.6.6/configure-13465- ############################################## bacula-9.6.6/configure-13495- # gcc leaves a trailing carriage return which upsets mingw bacula-9.6.6/configure:13496: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; bacula-9.6.6/configure-13497- *) bacula-9.6.6/configure:13498: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; bacula-9.6.6/configure-13499- esac ############################################## bacula-9.6.6/configure-13504- # Canonicalize the pathname of ld bacula-9.6.6/configure:13505: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` bacula-9.6.6/configure-13506- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do bacula-9.6.6/configure:13507: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` bacula-9.6.6/configure-13508- done ############################################## bacula-9.6.6/configure-13539- # Break only if it was the GNU/non-GNU ld that we prefer. bacula-9.6.6/configure:13540: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in bacula-9.6.6/configure-13541- *GNU* | *'with BFD'*) ############################################## bacula-9.6.6/configure-13570- # I'd rather use --version here, but apparently some GNU lds only accept -v. bacula-9.6.6/configure:13571:case `$LD -v 2>&1 </dev/null` in bacula-9.6.6/configure-13572-*GNU* | *'with BFD'*) ############################################## bacula-9.6.6/configure-13604- # ancient GNU ld didn't support --whole-archive et. al. bacula-9.6.6/configure:13605: if eval "`$CC -print-prog-name=ld` --help 2>&1" | bacula-9.6.6/configure-13606- $GREP 'no-whole-archive' > /dev/null; then ############################################## bacula-9.6.6/configure-13688- # below for broken collect2 doesn't work under 4.3+ bacula-9.6.6/configure:13689: collect2name=`${CC} -print-prog-name=collect2` bacula-9.6.6/configure-13690- if test -f "$collect2name" && ############################################## bacula-9.6.6/configure-13761- }' bacula-9.6.6/configure:13762: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bacula-9.6.6/configure-13763- # Check for a 64-bit object if we didn't find anything. bacula-9.6.6/configure-13764- if test -z "$lt_cv_aix_libpath__CXX"; then bacula-9.6.6/configure:13765: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bacula-9.6.6/configure-13766- fi ############################################## bacula-9.6.6/configure-13780- bacula-9.6.6/configure:13781: archive_expsym_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" bacula-9.6.6/configure-13782- else ############################################## bacula-9.6.6/configure-13815- }' bacula-9.6.6/configure:13816: lt_cv_aix_libpath__CXX=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bacula-9.6.6/configure-13817- # Check for a 64-bit object if we didn't find anything. bacula-9.6.6/configure-13818- if test -z "$lt_cv_aix_libpath__CXX"; then bacula-9.6.6/configure:13819: lt_cv_aix_libpath__CXX=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bacula-9.6.6/configure-13820- fi ############################################## bacula-9.6.6/configure-13888- archive_cmds_CXX='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' bacula-9.6.6/configure:13889: archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bacula-9.6.6/configure-13890- $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## bacula-9.6.6/configure-13929- # is EXPORTS), use it as is; otherwise, prepend... bacula-9.6.6/configure:13930: archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bacula-9.6.6/configure-13931- cp $export_symbols $output_objdir/$soname.def; ############################################## bacula-9.6.6/configure-13950- if test "$lt_cv_ld_force_load" = "yes"; then bacula-9.6.6/configure:13951: whole_archive_flag_spec_CXX='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' bacula-9.6.6/configure-13952- ############################################## bacula-9.6.6/configure-14041- # dependencies. bacula-9.6.6/configure:14042: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bacula-9.6.6/configure-14043- ;; ############################################## bacula-9.6.6/configure-14106- # dependencies. bacula-9.6.6/configure:14107: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bacula-9.6.6/configure-14108- ;; ############################################## bacula-9.6.6/configure-14142- # time. Moving up from 0x10000000 also allows more sbrk(2) space. bacula-9.6.6/configure:14143: archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bacula-9.6.6/configure:14144: archive_expsym_cmds_CXX='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bacula-9.6.6/configure-14145- ;; ############################################## bacula-9.6.6/configure-14149- # SGI C++ bacula-9.6.6/configure:14150: archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure-14151- ############################################## bacula-9.6.6/configure-14160- if test "$with_gnu_ld" = no; then bacula-9.6.6/configure:14161: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure-14162- else bacula-9.6.6/configure:14163: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' bacula-9.6.6/configure-14164- fi ############################################## bacula-9.6.6/configure-14181- # to its proper name (with version) after linking. bacula-9.6.6/configure:14182: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' bacula-9.6.6/configure:14183: archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' bacula-9.6.6/configure-14184- # Commands to make compiler produce verbose output that lists ############################################## bacula-9.6.6/configure-14191- # dependencies. bacula-9.6.6/configure:14192: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bacula-9.6.6/configure-14193- ############################################## bacula-9.6.6/configure-14206- # earlier do not add the objects themselves. bacula-9.6.6/configure:14207: case `$CC -V 2>&1` in bacula-9.6.6/configure-14208- *"Version 7."*) ############################################## bacula-9.6.6/configure-14227- # Portland Group C++ compiler bacula-9.6.6/configure:14228: case `$CC -V` in bacula-9.6.6/configure-14229- *pgCC\ [1-5].* | *pgcpp\ [1-5].*) ############################################## bacula-9.6.6/configure-14232- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ bacula-9.6.6/configure:14233: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' bacula-9.6.6/configure-14234- old_archive_cmds_CXX='tpldir=Template.dir~ ############################################## bacula-9.6.6/configure-14236- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ bacula-9.6.6/configure:14237: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ bacula-9.6.6/configure-14238- $RANLIB $oldlib' ############################################## bacula-9.6.6/configure-14241- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ bacula-9.6.6/configure:14242: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' bacula-9.6.6/configure-14243- archive_expsym_cmds_CXX='tpldir=Template.dir~ ############################################## bacula-9.6.6/configure-14245- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ bacula-9.6.6/configure:14246: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' bacula-9.6.6/configure-14247- ;; ############################################## bacula-9.6.6/configure-14255- export_dynamic_flag_spec_CXX='${wl}--export-dynamic' bacula-9.6.6/configure:14256: whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/configure-14257- ;; ############################################## bacula-9.6.6/configure-14274- # dependencies. bacula-9.6.6/configure:14275: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' bacula-9.6.6/configure-14276- ;; ############################################## bacula-9.6.6/configure-14289- *) bacula-9.6.6/configure:14290: case `$CC -V 2>&1 | sed 5q` in bacula-9.6.6/configure-14291- *Sun\ C*) ############################################## bacula-9.6.6/configure-14296- hardcode_libdir_flag_spec_CXX='-R$libdir' bacula-9.6.6/configure:14297: whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/configure-14298- compiler_needs_object_CXX=yes ############################################## bacula-9.6.6/configure-14366- hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir' bacula-9.6.6/configure:14367: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bacula-9.6.6/configure-14368- archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## bacula-9.6.6/configure-14385- # to its proper name (with version) after linking. bacula-9.6.6/configure:14386: archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' bacula-9.6.6/configure-14387- ############################################## bacula-9.6.6/configure-14406- allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*' bacula-9.6.6/configure:14407: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure-14408- hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir' ############################################## bacula-9.6.6/configure-14411- allow_undefined_flag_CXX=' -expect_unresolved \*' bacula-9.6.6/configure:14412: archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure:14413: archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ bacula-9.6.6/configure-14414- echo "-hidden">> $lib.exp~ bacula-9.6.6/configure:14415: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ bacula-9.6.6/configure-14416- $RM $lib.exp' ############################################## bacula-9.6.6/configure-14430- # dependencies. bacula-9.6.6/configure:14431: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bacula-9.6.6/configure-14432- ;; ############################################## bacula-9.6.6/configure-14437- osf3*) bacula-9.6.6/configure:14438: archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure-14439- ;; bacula-9.6.6/configure-14440- *) bacula-9.6.6/configure:14441: archive_cmds_CXX='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/configure-14442- ;; ############################################## bacula-9.6.6/configure-14684- bacula-9.6.6/configure:14685: for p in `eval "$output_verbose_link_cmd"`; do bacula-9.6.6/configure-14686- case ${prev}${p} in ############################################## bacula-9.6.6/configure-14781-linux*) bacula-9.6.6/configure:14782: case `$CC -V 2>&1 | sed 5q` in bacula-9.6.6/configure-14783- *Sun\ C*) ############################################## bacula-9.6.6/configure-14832-if test -n "${compiler_lib_search_path_CXX}"; then bacula-9.6.6/configure:14833: compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` bacula-9.6.6/configure-14834-fi ############################################## bacula-9.6.6/configure-15073- *) bacula-9.6.6/configure:15074: case `$CC -V 2>&1 | sed 5q` in bacula-9.6.6/configure-15075- *Sun\ C*) ############################################## bacula-9.6.6/configure-15427- if test "$hard_links" = no; then bacula-9.6.6/configure:15428: { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 bacula-9.6.6/configure:15429:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} bacula-9.6.6/configure-15430- need_locks=warn ############################################## bacula-9.6.6/configure-15704- # Create ${libname}_ixlibrary.a entries in /sys/libs. bacula-9.6.6/configure:15705: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' bacula-9.6.6/configure-15706- ;; ############################################## bacula-9.6.6/configure-15740- # DLL is installed to $(libdir)/../bin by postinstall_cmds bacula-9.6.6/configure:15741: postinstall_cmds='base_file=`basename \${file}`~ bacula-9.6.6/configure:15742: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ bacula-9.6.6/configure:15743: dldir=$destdir/`dirname \$dlpath`~ bacula-9.6.6/configure-15744- test -d \$dldir || mkdir -p \$dldir~ ############################################## bacula-9.6.6/configure-15749- fi' bacula-9.6.6/configure:15750: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bacula-9.6.6/configure-15751- dlpath=$dir/\$dldll~ ############################################## bacula-9.6.6/configure-15757- # Cygwin DLLs use 'cyg' prefix rather than 'lib' bacula-9.6.6/configure:15758: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/configure-15759- ############################################## bacula-9.6.6/configure-15762- # MinGW DLLs use traditional 'lib' prefix bacula-9.6.6/configure:15763: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/configure-15764- ;; ############################################## bacula-9.6.6/configure-15766- # pw32 DLLs use 'pw' prefix rather than 'lib' bacula-9.6.6/configure:15767: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/configure-15768- ;; ############################################## bacula-9.6.6/configure-15775- libname_spec='$name' bacula-9.6.6/configure:15776: soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/configure-15777- library_names_spec='${libname}.dll.lib' ############################################## bacula-9.6.6/configure-15787- # Let DOS variable expansion print the short 8.3 style file name. bacula-9.6.6/configure:15788: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` bacula-9.6.6/configure-15789- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## bacula-9.6.6/configure-15792- # Convert to MSYS style. bacula-9.6.6/configure:15793: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'` bacula-9.6.6/configure-15794- ;; ############################################## bacula-9.6.6/configure-15798- # like /cygdrive/c/PROGRA~1:/cygdr... bacula-9.6.6/configure:15799: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` bacula-9.6.6/configure:15800: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` bacula-9.6.6/configure:15801: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bacula-9.6.6/configure-15802- ;; ############################################## bacula-9.6.6/configure-15806- # It is most probably a Windows format PATH. bacula-9.6.6/configure:15807: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` bacula-9.6.6/configure-15808- else bacula-9.6.6/configure:15809: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bacula-9.6.6/configure-15810- fi ############################################## bacula-9.6.6/configure-15816- # DLL is installed to $(libdir)/../bin by postinstall_cmds bacula-9.6.6/configure:15817: postinstall_cmds='base_file=`basename \${file}`~ bacula-9.6.6/configure:15818: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ bacula-9.6.6/configure:15819: dldir=$destdir/`dirname \$dlpath`~ bacula-9.6.6/configure-15820- test -d \$dldir || mkdir -p \$dldir~ bacula-9.6.6/configure-15821- $install_prog $dir/$dlname \$dldir/$dlname' bacula-9.6.6/configure:15822: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bacula-9.6.6/configure-15823- dlpath=$dir/\$dldll~ ############################################## bacula-9.6.6/configure-15830- # Assume MSVC wrapper bacula-9.6.6/configure:15831: library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib' bacula-9.6.6/configure-15832- dynamic_linker='Win32 ld.exe' ############################################## bacula-9.6.6/configure-15847- shlibpath_var=DYLD_LIBRARY_PATH bacula-9.6.6/configure:15848: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' bacula-9.6.6/configure-15849- ############################################## bacula-9.6.6/configure-16072- if test -f /etc/ld.so.conf; then bacula-9.6.6/configure:16073: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` bacula-9.6.6/configure-16074- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## bacula-9.6.6/configure-16146- shlibpath_var=LD_LIBRARY_PATH bacula-9.6.6/configure:16147: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bacula-9.6.6/configure-16148- case $host_os in ############################################## bacula-9.6.6/configure-17244-set x ${MAKE-make} bacula-9.6.6/configure:17245:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` bacula-9.6.6/configure-17246-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then : ############################################## bacula-9.6.6/configure-17254-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. bacula-9.6.6/configure:17255:case `${MAKE-make} -f conftest.make 2>/dev/null` in bacula-9.6.6/configure-17256- *@@@%%%=?*=@@@%%%*) ############################################## bacula-9.6.6/configure-17562- else bacula-9.6.6/configure:17563: GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` bacula-9.6.6/configure-17564- { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 ############################################## bacula-9.6.6/configure-17629- # gcc leaves a trailing carriage return which upsets mingw bacula-9.6.6/configure:17630: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; bacula-9.6.6/configure-17631- *) bacula-9.6.6/configure:17632: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; bacula-9.6.6/configure-17633- esac ############################################## bacula-9.6.6/configure-17638- # Canonicalize the path of ld bacula-9.6.6/configure:17639: ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` bacula-9.6.6/configure-17640- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do bacula-9.6.6/configure:17641: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` bacula-9.6.6/configure-17642- done ############################################## bacula-9.6.6/configure-17672- # Break only if it was the GNU/non-GNU ld that we prefer. bacula-9.6.6/configure:17673: case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in bacula-9.6.6/configure-17674- *GNU* | *'with BFD'*) ############################################## bacula-9.6.6/configure-17701- # I'd rather use --version here, but apparently some GNU ld's only accept -v. bacula-9.6.6/configure:17702:case `$LD -v 2>&1 </dev/null` in bacula-9.6.6/configure-17703-*GNU* | *'with BFD'*) ############################################## bacula-9.6.6/configure-17812- names_already_handled="$names_already_handled $name" bacula-9.6.6/configure:17813: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` bacula-9.6.6/configure-17814- eval value=\"\$HAVE_LIB$uppername\" ############################################## bacula-9.6.6/configure-17858- -L*) bacula-9.6.6/configure:17859: dir=`echo "X$x" | sed -e 's/^X-L//'` bacula-9.6.6/configure-17860- if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then ############################################## bacula-9.6.6/configure-17950- */lib | */lib/) bacula-9.6.6/configure:17951: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` bacula-9.6.6/configure-17952- additional_includedir="$basedir/include" ############################################## bacula-9.6.6/configure-17998- -L*) bacula-9.6.6/configure:17999: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` bacula-9.6.6/configure-18000- if test "X$additional_libdir" != "X/usr/lib"; then ############################################## bacula-9.6.6/configure-18055- -R*) bacula-9.6.6/configure:18056: dir=`echo "X$dep" | sed -e 's/^X-R//'` bacula-9.6.6/configure-18057- if test "$enable_rpath" != no; then ############################################## bacula-9.6.6/configure-18080- -l*) bacula-9.6.6/configure:18081: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` bacula-9.6.6/configure-18082- ;; bacula-9.6.6/configure-18083- *.la) bacula-9.6.6/configure:18084: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` bacula-9.6.6/configure-18085- ;; ############################################## bacula-9.6.6/configure-18452- names_already_handled="$names_already_handled $name" bacula-9.6.6/configure:18453: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` bacula-9.6.6/configure-18454- eval value=\"\$HAVE_LIB$uppername\" ############################################## bacula-9.6.6/configure-18498- -L*) bacula-9.6.6/configure:18499: dir=`echo "X$x" | sed -e 's/^X-L//'` bacula-9.6.6/configure-18500- if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then ############################################## bacula-9.6.6/configure-18590- */lib | */lib/) bacula-9.6.6/configure:18591: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` bacula-9.6.6/configure-18592- additional_includedir="$basedir/include" ############################################## bacula-9.6.6/configure-18638- -L*) bacula-9.6.6/configure:18639: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` bacula-9.6.6/configure-18640- if test "X$additional_libdir" != "X/usr/lib"; then ############################################## bacula-9.6.6/configure-18695- -R*) bacula-9.6.6/configure:18696: dir=`echo "X$dep" | sed -e 's/^X-R//'` bacula-9.6.6/configure-18697- if test "$enable_rpath" != no; then ############################################## bacula-9.6.6/configure-18720- -l*) bacula-9.6.6/configure:18721: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` bacula-9.6.6/configure-18722- ;; bacula-9.6.6/configure-18723- *.la) bacula-9.6.6/configure:18724: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` bacula-9.6.6/configure-18725- ;; ############################################## bacula-9.6.6/configure-18944-if test x${prefix} = xNONE ; then bacula-9.6.6/configure:18945: if test `eval echo ${sysconfdir}` = NONE/etc ; then bacula-9.6.6/configure-18946- sysconfdir=/etc/bacula ############################################## bacula-9.6.6/configure-18948- bacula-9.6.6/configure:18949: if test `eval echo ${libdir}` = NONE/lib ; then bacula-9.6.6/configure-18950- case ${os_name} in ############################################## bacula-9.6.6/configure-18967- bacula-9.6.6/configure:18968: if test `eval echo ${includedir}` = NONE/include ; then bacula-9.6.6/configure-18969- includedir=/usr/include ############################################## bacula-9.6.6/configure-18971- bacula-9.6.6/configure:18972: if test `eval echo ${datarootdir}` = NONE/share ; then bacula-9.6.6/configure-18973- datarootdir=/usr/share ############################################## bacula-9.6.6/configure-18981- bacula-9.6.6/configure:18982:sysconfdir=`eval echo ${sysconfdir}` bacula-9.6.6/configure:18983:datarootdir=`eval echo ${datarootdir}` bacula-9.6.6/configure:18984:docdir=`eval echo ${docdir}` bacula-9.6.6/configure:18985:htmldir=`eval echo ${htmldir}` bacula-9.6.6/configure:18986:libdir=`eval echo ${libdir}` bacula-9.6.6/configure:18987:includedir=`eval echo ${includedir}` bacula-9.6.6/configure:18988:localedir=`eval echo ${datarootdir}/locale` bacula-9.6.6/configure-18989-cat >>confdefs.h <<_ACEOF ############################################## bacula-9.6.6/configure-19000-fi bacula-9.6.6/configure:19001:sbindir=`eval echo ${sbindir}` bacula-9.6.6/configure-19002- ############################################## bacula-9.6.6/configure-19007-if test x$htmldir = x'/usr/share/doc/bacula/' ; then bacula-9.6.6/configure:19008: htmldir=`eval echo ${docdir}html` bacula-9.6.6/configure-19009-fi ############################################## bacula-9.6.6/configure-19011-if test x$docdir = x'/usr/share/doc/' ; then bacula-9.6.6/configure:19012: docdir=`eval echo ${docdir}bacula` bacula-9.6.6/configure-19013-fi ############################################## bacula-9.6.6/configure-19856- for ac_func in _getb67 GETB67 getb67; do bacula-9.6.6/configure:19857: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-19858-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-19922-do : bacula-9.6.6/configure:19923: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bacula-9.6.6/configure-19924-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default ############################################## bacula-9.6.6/configure-19927- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:19928:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bacula-9.6.6/configure-19929-_ACEOF ############################################## bacula-9.6.6/configure-20500-do : bacula-9.6.6/configure:20501: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bacula-9.6.6/configure-20502-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## bacula-9.6.6/configure-20504- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:20505:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bacula-9.6.6/configure-20506-_ACEOF ############################################## bacula-9.6.6/configure-20516-do : bacula-9.6.6/configure:20517: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-20518-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-20520- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:20521:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-20522-_ACEOF ############################################## bacula-9.6.6/configure-20901- bacula-9.6.6/configure:20902: am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` bacula-9.6.6/configure-20903- { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:- ############################################## bacula-9.6.6/configure-21034-$as_echo_n "checking version of bison... " >&6; } bacula-9.6.6/configure:21035: ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` bacula-9.6.6/configure-21036- case $ac_prog_version in ############################################## bacula-9.6.6/configure-21286- names_already_handled="$names_already_handled $name" bacula-9.6.6/configure:21287: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` bacula-9.6.6/configure-21288- eval value=\"\$HAVE_LIB$uppername\" ############################################## bacula-9.6.6/configure-21332- -L*) bacula-9.6.6/configure:21333: dir=`echo "X$x" | sed -e 's/^X-L//'` bacula-9.6.6/configure-21334- if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then ############################################## bacula-9.6.6/configure-21424- */lib | */lib/) bacula-9.6.6/configure:21425: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` bacula-9.6.6/configure-21426- additional_includedir="$basedir/include" ############################################## bacula-9.6.6/configure-21472- -L*) bacula-9.6.6/configure:21473: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` bacula-9.6.6/configure-21474- if test "X$additional_libdir" != "X/usr/lib"; then ############################################## bacula-9.6.6/configure-21529- -R*) bacula-9.6.6/configure:21530: dir=`echo "X$dep" | sed -e 's/^X-R//'` bacula-9.6.6/configure-21531- if test "$enable_rpath" != no; then ############################################## bacula-9.6.6/configure-21554- -l*) bacula-9.6.6/configure:21555: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` bacula-9.6.6/configure-21556- ;; bacula-9.6.6/configure-21557- *.la) bacula-9.6.6/configure:21558: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` bacula-9.6.6/configure-21559- ;; ############################################## bacula-9.6.6/configure-21693- LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV" bacula-9.6.6/configure:21694: LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` bacula-9.6.6/configure-21695- fi ############################################## bacula-9.6.6/configure-21862-if test x$support_bat = xyes; then bacula-9.6.6/configure:21863: abc=`$PKGCONFIG QtGui` bacula-9.6.6/configure-21864- pkg=$? ############################################## bacula-9.6.6/configure-21867- else bacula-9.6.6/configure:21868: abc=`$PKGCONFIG Qt5Gui` bacula-9.6.6/configure-21869- pkg=$? ############################################## bacula-9.6.6/configure-22412- bacula-9.6.6/configure:22413: as_ac_Header=`$as_echo "ac_cv_header_${with_readline}/readline.h" | $as_tr_sh` bacula-9.6.6/configure-22414-ac_fn_c_check_header_mongrel "$LINENO" "${with_readline}/readline.h" "$as_ac_Header" "$ac_includes_default" ############################################## bacula-9.6.6/configure-22449- bacula-9.6.6/configure:22450: as_ac_Header=`$as_echo "ac_cv_header_${TOP_DIR}/depkgs/readline/readline.h" | $as_tr_sh` bacula-9.6.6/configure-22451-ac_fn_c_check_header_mongrel "$LINENO" "${TOP_DIR}/depkgs/readline/readline.h" "$as_ac_Header" "$ac_includes_default" ############################################## bacula-9.6.6/configure-22536-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do bacula-9.6.6/configure:22537: as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` bacula-9.6.6/configure-22538-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 ############################################## bacula-9.6.6/configure-22568- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:22569:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 bacula-9.6.6/configure-22570-_ACEOF ############################################## bacula-9.6.6/configure-22694-do : bacula-9.6.6/configure:22695: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-22696-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-22698- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:22699:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-22700-_ACEOF ############################################## bacula-9.6.6/configure-22706-do : bacula-9.6.6/configure:22707: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-22708-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-22710- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:22711:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-22712-_ACEOF ############################################## bacula-9.6.6/configure-22718-do : bacula-9.6.6/configure:22719: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-22720-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-22722- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:22723:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-22724-_ACEOF ############################################## bacula-9.6.6/configure-22730-do : bacula-9.6.6/configure:22731: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-22732-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-22734- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:22735:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-22736-_ACEOF ############################################## bacula-9.6.6/configure-23389- bacula-9.6.6/configure:23390:scriptdir=`eval echo ${sysconfdir}` bacula-9.6.6/configure-23391- ############################################## bacula-9.6.6/configure-23439-# ------------------------------------------ bacula-9.6.6/configure:23440:plugindir=`eval echo ${libdir}` bacula-9.6.6/configure-23441- ############################################## bacula-9.6.6/configure-23555- bacula-9.6.6/configure:23556:dir_port=`expr $baseport` bacula-9.6.6/configure:23557:fd_port=`expr $baseport + 1` bacula-9.6.6/configure:23558:sd_port=`expr $fd_port + 1` bacula-9.6.6/configure-23559- ############################################## bacula-9.6.6/configure-23899- fi bacula-9.6.6/configure:23900: CYTHON_LIBS=`${PYTHON}-config --libs 2>/dev/null` bacula-9.6.6/configure:23901: CYTHON_INC=`${PYTHON}-config --includes 2>/dev/null` bacula-9.6.6/configure-23902-else ############################################## bacula-9.6.6/configure-23941- if test -n "$PG_CONFIG"; then bacula-9.6.6/configure:23942: POSTGRESQL_INCDIR=`"$PG_CONFIG" --includedir` bacula-9.6.6/configure:23943: POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir` bacula-9.6.6/configure:23944: POSTGRESQL_BINDIR=`"$PG_CONFIG" --bindir` bacula-9.6.6/configure-23945- elif test -f /usr/local/include/libpq-fe.h; then ############################################## bacula-9.6.6/configure-24218- if test $? = 0; then bacula-9.6.6/configure:24219: MYSQL_LIBDIR=`${MYSQL_CONFIG} --libs_r` bacula-9.6.6/configure:24220: MYSQL_INCDIR=`${MYSQL_CONFIG} --include` bacula-9.6.6/configure-24221- HAVE_LIBSR="yes" ############################################## bacula-9.6.6/configure-24224- if test $? = 0 ; then bacula-9.6.6/configure:24225: MYSQL_LIBDIR=`${MYSQL_CONFIG} --variable=pkglibdir` bacula-9.6.6/configure:24226: MYSQL_INCDIR=`${MYSQL_CONFIG} --variable=pkgincludedir` bacula-9.6.6/configure-24227- fi ############################################## bacula-9.6.6/configure-24833- bacula-9.6.6/configure:24834:case `echo $DB_BACKENDS | wc -w | sed -e 's/^ *//'` in bacula-9.6.6/configure-24835- 1) ############################################## bacula-9.6.6/configure-24843- *) bacula-9.6.6/configure:24844: DEFAULT_DB_TYPE=`echo ${DB_BACKENDS} | cut -d' ' -f1` bacula-9.6.6/configure-24845- ############################################## bacula-9.6.6/configure-24997-else bacula-9.6.6/configure:24998: ac_cv_sys_largefile_CFLAGS=`($GETCONF LFS_CFLAGS) 2>/dev/null` || { bacula-9.6.6/configure-24999- ac_cv_sys_largefile_CFLAGS=no ############################################## bacula-9.6.6/configure-25036-else bacula-9.6.6/configure:25037: ac_cv_sys_largefile_LDFLAGS=`($GETCONF LFS_LDFLAGS) 2>/dev/null` || { bacula-9.6.6/configure-25038- ac_cv_sys_largefile_LDFLAGS=no ############################################## bacula-9.6.6/configure-25048-else bacula-9.6.6/configure:25049: ac_cv_sys_largefile_LIBS=`($GETCONF LFS_LIBS) 2>/dev/null` || { bacula-9.6.6/configure-25050- ac_cv_sys_largefile_LIBS=no ############################################## bacula-9.6.6/configure-25110- -D_FILE_OFFSET_BITS=*) bacula-9.6.6/configure:25111: ac_cv_sys_file_offset_bits=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;; bacula-9.6.6/configure-25112- esac ############################################## bacula-9.6.6/configure-25136- -D_LARGEFILE_SOURCE=*) bacula-9.6.6/configure:25137: ac_cv_sys_largefile_source=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;; bacula-9.6.6/configure-25138- esac ############################################## bacula-9.6.6/configure-25162- -D_LARGE_FILES=*) bacula-9.6.6/configure:25163: ac_cv_sys_large_files=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;; bacula-9.6.6/configure-25164- esac ############################################## bacula-9.6.6/configure-25214- for ac_var in incroot usrlibdir libdir; do bacula-9.6.6/configure:25215: eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" bacula-9.6.6/configure-25216- done ############################################## bacula-9.6.6/configure-25324- LIBS=$ac_save_LIBS bacula-9.6.6/configure:25325:for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` bacula-9.6.6/configure-25326-do ############################################## bacula-9.6.6/configure-25898-do : bacula-9.6.6/configure:25899: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bacula-9.6.6/configure-25900-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## bacula-9.6.6/configure-25902- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:25903:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bacula-9.6.6/configure-25904-_ACEOF ############################################## bacula-9.6.6/configure-26073-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do bacula-9.6.6/configure:26074: as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` bacula-9.6.6/configure-26075-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 ############################################## bacula-9.6.6/configure-26105- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:26106:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 bacula-9.6.6/configure-26107-_ACEOF ############################################## bacula-9.6.6/configure-27229- bacula-9.6.6/configure:27230: as_ac_Header=`$as_echo "ac_cv_header_${with_s3}/libs3.h" | $as_tr_sh` bacula-9.6.6/configure-27231-ac_fn_c_check_header_mongrel "$LINENO" "${with_s3}/libs3.h" "$as_ac_Header" "$ac_includes_default" ############################################## bacula-9.6.6/configure-28608-do : bacula-9.6.6/configure:28609: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-28610-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-28612- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:28613:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-28614-_ACEOF ############################################## bacula-9.6.6/configure-28793-do : bacula-9.6.6/configure:28794: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-28795-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-28797- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:28798:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-28799-_ACEOF ############################################## bacula-9.6.6/configure-28850-do : bacula-9.6.6/configure:28851: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-28852-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-28854- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:28855:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-28856-_ACEOF ############################################## bacula-9.6.6/configure-29326- for ac_func in _getb67 GETB67 getb67; do bacula-9.6.6/configure:29327: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-29328-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-29786- do bacula-9.6.6/configure:29787: A=`test -f ${dir}/libsys${arch_type} && nm ${dir}/libsys${arch_type} 2>/dev/null | grep pioctl` bacula-9.6.6/configure-29788- pkg=$? ############################################## bacula-9.6.6/configure-29856- bacula-9.6.6/configure:29857: as_ac_Header=`$as_echo "ac_cv_header_${with_lzo}/lzo/lzoconf.h" | $as_tr_sh` bacula-9.6.6/configure-29858-ac_fn_c_check_header_mongrel "$LINENO" "${with_lzo}/lzo/lzoconf.h" "$as_ac_Header" "$ac_includes_default" ############################################## bacula-9.6.6/configure-30312-do : bacula-9.6.6/configure:30313: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-30314-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-30316- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30317:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-30318-_ACEOF ############################################## bacula-9.6.6/configure-30338-do : bacula-9.6.6/configure:30339: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-30340-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-30342- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30343:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-30344-_ACEOF ############################################## bacula-9.6.6/configure-30366-do : bacula-9.6.6/configure:30367: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-30368-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-30370- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30371:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-30372-_ACEOF ############################################## bacula-9.6.6/configure-30452-do : bacula-9.6.6/configure:30453: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-30454-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-30456- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30457:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-30458-_ACEOF ############################################## bacula-9.6.6/configure-30478-do : bacula-9.6.6/configure:30479: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-30480-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-30482- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30483:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-30484-_ACEOF ############################################## bacula-9.6.6/configure-30515-do : bacula-9.6.6/configure:30516: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-30517-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-30519- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30520:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-30521-_ACEOF ############################################## bacula-9.6.6/configure-30574-do : bacula-9.6.6/configure:30575: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-30576-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-30578- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30579:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-30580-_ACEOF ############################################## bacula-9.6.6/configure-30667-do : bacula-9.6.6/configure:30668: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-30669-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-30671- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30672:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-30673-_ACEOF ############################################## bacula-9.6.6/configure-30693-do : bacula-9.6.6/configure:30694: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-30695-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-30697- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30698:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-30699-_ACEOF ############################################## bacula-9.6.6/configure-30957-do : bacula-9.6.6/configure:30958: as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` bacula-9.6.6/configure-30959-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" ############################################## bacula-9.6.6/configure-30961- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30962:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 bacula-9.6.6/configure-30963-_ACEOF ############################################## bacula-9.6.6/configure-30970-do : bacula-9.6.6/configure:30971: as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` bacula-9.6.6/configure-30972-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" ############################################## bacula-9.6.6/configure-30974- cat >>confdefs.h <<_ACEOF bacula-9.6.6/configure:30975:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 bacula-9.6.6/configure-30976-_ACEOF ############################################## bacula-9.6.6/configure-31091-bsdi) bacula-9.6.6/configure:31092: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/configure-31093- TAPEDRIVE="/dev/nrmt0" ############################################## bacula-9.6.6/configure-31106-cygwin) bacula-9.6.6/configure:31107: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/configure-31108- TAPEDRIVE="/dev/nrst0" ############################################## bacula-9.6.6/configure-31162-freebsd) bacula-9.6.6/configure:31163: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/configure:31164: VER=`echo $DISTVER | cut -c 1` bacula-9.6.6/configure-31165- if test x$VER = x4 ; then ############################################## bacula-9.6.6/configure-31209-netbsd) bacula-9.6.6/configure:31210: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/configure-31211- lld="qd" ############################################## bacula-9.6.6/configure-31218-openbsd) bacula-9.6.6/configure:31219: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/configure-31220- lld="qd" ############################################## bacula-9.6.6/configure-31267-gentoo) bacula-9.6.6/configure:31268: DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release` bacula-9.6.6/configure-31269- TAPEDRIVE="/dev/nst0" ############################################## bacula-9.6.6/configure-31529- ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' bacula-9.6.6/configure:31530: ac_i=`$as_echo "$ac_i" | sed "$ac_script"` bacula-9.6.6/configure-31531- # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR ############################################## bacula-9.6.6/configure-31597-if test -z "$BASH_VERSION$ZSH_VERSION" \ bacula-9.6.6/configure:31598: && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then bacula-9.6.6/configure-31599- as_echo='print -r --' bacula-9.6.6/configure-31600- as_echo_n='print -rn --' bacula-9.6.6/configure:31601:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then bacula-9.6.6/configure-31602- as_echo='printf %s\n' ############################################## bacula-9.6.6/configure-31604-else bacula-9.6.6/configure:31605: if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then bacula-9.6.6/configure-31606- as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' ############################################## bacula-9.6.6/configure-31614- expr "X$arg" : "X\\(.*\\)$as_nl"; bacula-9.6.6/configure:31615: arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; bacula-9.6.6/configure-31616- esac; ############################################## bacula-9.6.6/configure-31691-# ---------------------------------------- bacula-9.6.6/configure:31692:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are bacula-9.6.6/configure-31693-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the ############################################## bacula-9.6.6/configure-31763- { bacula-9.6.6/configure:31764: as_val=`expr "$@" || test $? -eq 1` bacula-9.6.6/configure-31765- } ############################################## bacula-9.6.6/configure-31867- case $as_dir in #( bacula-9.6.6/configure:31868: *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( bacula-9.6.6/configure-31869- *) as_qdir=$as_dir;; ############################################## bacula-9.6.6/configure-32002-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 bacula-9.6.6/configure:32003:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" bacula-9.6.6/configure-32004-ac_cs_version="\\ ############################################## bacula-9.6.6/configure-32026- --*=?*) bacula-9.6.6/configure:32027: ac_option=`expr "X$1" : 'X\([^=]*\)='` bacula-9.6.6/configure:32028: ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` bacula-9.6.6/configure-32029- ac_shift=: ############################################## bacula-9.6.6/configure-32031- --*=) bacula-9.6.6/configure:32032: ac_option=`expr "X$1" : 'X\([^=]*\)='` bacula-9.6.6/configure-32033- ac_optarg= ############################################## bacula-9.6.6/configure-32055- case $ac_optarg in bacula-9.6.6/configure:32056: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; bacula-9.6.6/configure-32057- '') as_fn_error $? "missing file argument" ;; ############################################## bacula-9.6.6/configure-32063- case $ac_optarg in bacula-9.6.6/configure:32064: *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; bacula-9.6.6/configure-32065- esac ############################################## bacula-9.6.6/configure-32131-delay_variable_subst='$delay_variable_subst' bacula-9.6.6/configure:32132:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32133:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32134:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32135:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32136:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32137:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32138:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32139:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32140:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32141:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32142:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32143:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32144:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32145:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32146:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32147:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32148:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32149:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32150:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32151:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32152:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32153:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32154:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32155:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32156:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32157:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32158:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32159:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32160:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32161:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32162:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32163:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32164:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32165:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32166:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32167:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32168:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32169:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32170:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32171:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32172:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32173:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32174:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32175:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32176:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32177:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32178:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32179:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32180:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32181:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32182:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32183:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32184:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32185:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32186:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32187:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32188:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32189:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32190:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32191:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32192:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32193:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32194:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32195:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32196:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32197:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32198:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32199:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32200:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32201:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32202:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32203:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32204:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32205:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32206:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32207:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32208:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32209:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32210:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32211:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32212:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32213:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32214:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32215:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32216:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32217:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32218:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32219:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32220:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32221:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32222:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32223:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32224:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32225:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32226:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32227:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32228:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32229:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32230:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32231:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32232:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32233:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32234:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32235:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32236:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32237:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32238:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32239:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32240:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32241:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32242:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32243:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32244:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32245:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32246:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32247:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32248:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32249:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32250:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32251:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32252:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32253:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32254:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32255:sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32256:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32257:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32258:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32259:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32260:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32261:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32262:compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32263:predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32264:postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32265:predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32266:postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32267:compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32268:LD_CXX='`$ECHO "$LD_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32269:reload_flag_CXX='`$ECHO "$reload_flag_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32270:reload_cmds_CXX='`$ECHO "$reload_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32271:old_archive_cmds_CXX='`$ECHO "$old_archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32272:compiler_CXX='`$ECHO "$compiler_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32273:GCC_CXX='`$ECHO "$GCC_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32274:lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "$lt_prog_compiler_no_builtin_flag_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32275:lt_prog_compiler_pic_CXX='`$ECHO "$lt_prog_compiler_pic_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32276:lt_prog_compiler_wl_CXX='`$ECHO "$lt_prog_compiler_wl_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32277:lt_prog_compiler_static_CXX='`$ECHO "$lt_prog_compiler_static_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32278:lt_cv_prog_compiler_c_o_CXX='`$ECHO "$lt_cv_prog_compiler_c_o_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32279:archive_cmds_need_lc_CXX='`$ECHO "$archive_cmds_need_lc_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32280:enable_shared_with_static_runtimes_CXX='`$ECHO "$enable_shared_with_static_runtimes_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32281:export_dynamic_flag_spec_CXX='`$ECHO "$export_dynamic_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32282:whole_archive_flag_spec_CXX='`$ECHO "$whole_archive_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32283:compiler_needs_object_CXX='`$ECHO "$compiler_needs_object_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32284:old_archive_from_new_cmds_CXX='`$ECHO "$old_archive_from_new_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32285:old_archive_from_expsyms_cmds_CXX='`$ECHO "$old_archive_from_expsyms_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32286:archive_cmds_CXX='`$ECHO "$archive_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32287:archive_expsym_cmds_CXX='`$ECHO "$archive_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32288:module_cmds_CXX='`$ECHO "$module_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32289:module_expsym_cmds_CXX='`$ECHO "$module_expsym_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32290:with_gnu_ld_CXX='`$ECHO "$with_gnu_ld_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32291:allow_undefined_flag_CXX='`$ECHO "$allow_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32292:no_undefined_flag_CXX='`$ECHO "$no_undefined_flag_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32293:hardcode_libdir_flag_spec_CXX='`$ECHO "$hardcode_libdir_flag_spec_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32294:hardcode_libdir_separator_CXX='`$ECHO "$hardcode_libdir_separator_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32295:hardcode_direct_CXX='`$ECHO "$hardcode_direct_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32296:hardcode_direct_absolute_CXX='`$ECHO "$hardcode_direct_absolute_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32297:hardcode_minus_L_CXX='`$ECHO "$hardcode_minus_L_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32298:hardcode_shlibpath_var_CXX='`$ECHO "$hardcode_shlibpath_var_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32299:hardcode_automatic_CXX='`$ECHO "$hardcode_automatic_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32300:inherit_rpath_CXX='`$ECHO "$inherit_rpath_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32301:link_all_deplibs_CXX='`$ECHO "$link_all_deplibs_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32302:always_export_symbols_CXX='`$ECHO "$always_export_symbols_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32303:export_symbols_cmds_CXX='`$ECHO "$export_symbols_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32304:exclude_expsyms_CXX='`$ECHO "$exclude_expsyms_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32305:include_expsyms_CXX='`$ECHO "$include_expsyms_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32306:prelink_cmds_CXX='`$ECHO "$prelink_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32307:postlink_cmds_CXX='`$ECHO "$postlink_cmds_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32308:file_list_spec_CXX='`$ECHO "$file_list_spec_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32309:hardcode_action_CXX='`$ECHO "$hardcode_action_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32310:compiler_lib_search_dirs_CXX='`$ECHO "$compiler_lib_search_dirs_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32311:predep_objects_CXX='`$ECHO "$predep_objects_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32312:postdep_objects_CXX='`$ECHO "$postdep_objects_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32313:predeps_CXX='`$ECHO "$predeps_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32314:postdeps_CXX='`$ECHO "$postdeps_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure:32315:compiler_lib_search_path_CXX='`$ECHO "$compiler_lib_search_path_CXX" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/configure-32316- ############################################## bacula-9.6.6/configure-32425-compiler_lib_search_path_CXX; do bacula-9.6.6/configure:32426: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bacula-9.6.6/configure-32427- *[\\\\\\\`\\"\\\$]*) bacula-9.6.6/configure:32428: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" bacula-9.6.6/configure-32429- ;; ############################################## bacula-9.6.6/configure-32466-postlink_cmds_CXX; do bacula-9.6.6/configure:32467: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bacula-9.6.6/configure-32468- *[\\\\\\\`\\"\\\$]*) bacula-9.6.6/configure:32469: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" bacula-9.6.6/configure-32470- ;; ############################################## bacula-9.6.6/configure-32693-fi bacula-9.6.6/configure:32694:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` bacula-9.6.6/configure-32695-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then ############################################## bacula-9.6.6/configure-32721- as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 bacula-9.6.6/configure:32722:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` bacula-9.6.6/configure-32723-ac_delim='%!_!# ' ############################################## bacula-9.6.6/configure-32727- bacula-9.6.6/configure:32728: ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` bacula-9.6.6/configure-32729- if test $ac_delim_n = $ac_delim_num; then ############################################## bacula-9.6.6/configure-32871-for ac_last_try in false false :; do bacula-9.6.6/configure:32872: ac_tt=`sed -n "/$ac_delim/p" confdefs.h` bacula-9.6.6/configure-32873- if test -z "$ac_tt"; then ############################################## bacula-9.6.6/configure-33003- esac bacula-9.6.6/configure:33004: case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac bacula-9.6.6/configure-33005- as_fn_append ac_file_inputs " '$ac_f'" ############################################## bacula-9.6.6/configure-33062-*) bacula-9.6.6/configure:33063: ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` bacula-9.6.6/configure-33064- # A ".." for each directory in $ac_dir_suffix. bacula-9.6.6/configure:33065: ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` bacula-9.6.6/configure-33066- case $ac_top_builddir_sub in ############################################## bacula-9.6.6/configure-33118-/@mandir@/p' bacula-9.6.6/configure:33119:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in bacula-9.6.6/configure-33120-*datarootdir*) ac_datarootdir_seen=yes;; ############################################## bacula-9.6.6/configure-33135- bacula-9.6.6/configure:33136:# Neutralize VPATH when `$srcdir' = `.'. bacula-9.6.6/configure-33137-# Shell code in configure.ac might set extrasub. ############################################## bacula-9.6.6/configure-33167-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && bacula-9.6.6/configure:33168: { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && bacula-9.6.6/configure-33169- { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ ############################################## bacula-9.6.6/configure-33229- bacula-9.6.6/configure:33230:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. bacula-9.6.6/configure-33231-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## bacula-9.6.6/configure-34015- case "$ac_file" in bacula-9.6.6/configure:34016: *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; bacula-9.6.6/configure-34017- esac ############################################## bacula-9.6.6/configure-34020- # Adjust a relative srcdir. bacula-9.6.6/configure:34021: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` bacula-9.6.6/configure:34022: ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" bacula-9.6.6/configure:34023: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` bacula-9.6.6/configure-34024- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## bacula-9.6.6/configure-34027- case "$ac_given_srcdir" in bacula-9.6.6/configure:34028: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; bacula-9.6.6/configure-34029- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## bacula-9.6.6/configure-34047- fi bacula-9.6.6/configure:34048: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` bacula-9.6.6/configure-34049- # Hide the ALL_LINGUAS assigment from automake. ############################################## bacula-9.6.6/configure-34237-if test X"$GCC" = "Xyes" ; then bacula-9.6.6/configure:34238: CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 3 -d ' '` bacula-9.6.6/configure-34239- if test "x${CCVERSION}" = "x" ; then bacula-9.6.6/configure:34240: CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 1 -d ' '` bacula-9.6.6/configure-34241- fi bacula-9.6.6/configure:34242: CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 3 -d ' '` bacula-9.6.6/configure-34243- if test x"${CXXVERSION}" = x ; then bacula-9.6.6/configure:34244: CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 1 -d ' '` bacula-9.6.6/configure-34245- fi ############################################## bacula-9.6.6/updatedb/update_mysql_tables.in-24- mysql $ARGS -D ${db_name} -e "select VersionId from Version LIMIT 1\G" >/tmp/$$ bacula-9.6.6/updatedb/update_mysql_tables.in:25: DBVERSION=`sed -n -e 's/^VersionId: \(.*\)$/\1/p' /tmp/$$` bacula-9.6.6/updatedb/update_mysql_tables.in-26-} ############################################## bacula-9.6.6/updatedb/update_mysql_tables_4_to_5-13- bacula-9.6.6/updatedb/update_mysql_tables_4_to_5:14:DB_VER=`$bindir/mysql bacula -e 'select * from Version;'|tail -n 1 2>/dev/null` bacula-9.6.6/updatedb/update_mysql_tables_4_to_5-15-if [ -z "$DB_VER" ]; then ############################################## bacula-9.6.6/updatedb/update_postgresql_tables_11_to_12.in-16- bacula-9.6.6/updatedb/update_postgresql_tables_11_to_12.in:17:DBVERSION=`psql -d ${db_name} -t --pset format=unaligned -c "select VersionId from Version" $*` bacula-9.6.6/updatedb/update_postgresql_tables_11_to_12.in-18-if [ $DBVERSION != 11 ] ; then ############################################## bacula-9.6.6/updatedb/update_postgresql_tables_7_to_8-11- bacula-9.6.6/updatedb/update_postgresql_tables_7_to_8:12:DB_VER="`echo -e '\\c bacula\nselect * from Version;' | $bindir/psql $* bacula -f - | tail -n 1 2>/dev/null`" bacula-9.6.6/updatedb/update_postgresql_tables_7_to_8-13-if [ -z "$DB_VER" ]; then ############################################## bacula-9.6.6/updatedb/update_sqlite_tables_4_to_5-16-if [ -s bacula.db ];then bacula-9.6.6/updatedb/update_sqlite_tables_4_to_5:17: DB_VER=`echo "select * from Version;" | $bindir/sqlite bacula.db | tail -n 1 2>/dev/null` bacula-9.6.6/updatedb/update_sqlite_tables_4_to_5-18- if [ -n "$DB_VER" ] && [ "$DB_VER" -ne "4" ]; then ############################################## bacula-9.6.6/updatedb/update_mysql_tables_7_to_8-11- bacula-9.6.6/updatedb/update_mysql_tables_7_to_8:12:DB_VER=`$bindir/mysql $* bacula -e 'select * from Version;'|tail -n 1 2>/dev/null` bacula-9.6.6/updatedb/update_mysql_tables_7_to_8-13-if [ -z "$DB_VER" ]; then ############################################## bacula-9.6.6/updatedb/update_mysql_tables_11_to_12.in-16-mysql $* -D ${db_name} -e "select VersionId from Version\G" >/tmp/$$ bacula-9.6.6/updatedb/update_mysql_tables_11_to_12.in:17:DBVERSION=`sed -n -e 's/^VersionId: \(.*\)$/\1/p' /tmp/$$` bacula-9.6.6/updatedb/update_mysql_tables_11_to_12.in-18-if [ $DBVERSION != 11 ] ; then ############################################## bacula-9.6.6/updatedb/update_mysql_tables_5_to_6-13- bacula-9.6.6/updatedb/update_mysql_tables_5_to_6:14:DB_VER=`$bindir/mysql bacula -e 'select * from Version;'|tail -n 1 2>/dev/null` bacula-9.6.6/updatedb/update_mysql_tables_5_to_6-15-if [ -z "$DB_VER" ]; then ############################################## bacula-9.6.6/updatedb/update_sqlite_tables_7_to_8-23- bacula-9.6.6/updatedb/update_sqlite_tables_7_to_8:24:DB_VER="`echo "select * from Version;" | $bindir/sqlite bacula.db | tail -1 2>/dev/null`" bacula-9.6.6/updatedb/update_sqlite_tables_7_to_8-25-if [ -n "$DB_VER" ]; then ############################################## bacula-9.6.6/updatedb/update_postgresql_tables.in-23-{ bacula-9.6.6/updatedb/update_postgresql_tables.in:24: DBVERSION=`psql -d ${db_name} -t --pset format=unaligned -c "select VersionId from Version LIMIT 1" $ARGS` bacula-9.6.6/updatedb/update_postgresql_tables.in-25-} ############################################## bacula-9.6.6/updatedb/update_sqlite_tables_6_to_7-16-if [ -s bacula.db ];then bacula-9.6.6/updatedb/update_sqlite_tables_6_to_7:17: DB_VER=`echo "select * from Version;" | $bindir/sqlite bacula.db | tail -n 1 2>/dev/null` bacula-9.6.6/updatedb/update_sqlite_tables_6_to_7-18- if [ -n "$DB_VER" ] && [ "$DB_VER" -ne "6" ]; then ############################################## bacula-9.6.6/updatedb/update_mysql_tables_6_to_7-13- bacula-9.6.6/updatedb/update_mysql_tables_6_to_7:14:DB_VER=`$bindir/mysql bacula -e 'select * from Version;'|tail -n 1 2>/dev/null` bacula-9.6.6/updatedb/update_mysql_tables_6_to_7-15-if [ -z "$DB_VER" ]; then ############################################## bacula-9.6.6/updatedb/update_sqlite_tables_5_to_6-16-if [ -s bacula.db ];then bacula-9.6.6/updatedb/update_sqlite_tables_5_to_6:17: DB_VER=`echo "select * from Version;" | $bindir/sqlite bacula.db | tail -n 1 2>/dev/null` bacula-9.6.6/updatedb/update_sqlite_tables_5_to_6-18- if [ -n "$DB_VER" ] && [ "$DB_VER" -ne "5" ]; then ############################################## bacula-9.6.6/scripts/baculabackupreport.in-133- FROM Job \ bacula-9.6.6/scripts/baculabackupreport.in:134: WHERE (RealEndTime >= DATE_ADD(NOW(), INTERVAL -${hist} HOUR) OR JobStatus='R') \ bacula-9.6.6/scripts/baculabackupreport.in-135- ORDER BY ${sortfield} ${sortorder};" \ ############################################## bacula-9.6.6/scripts/baculabackupreport.in-143- FROM Job \ bacula-9.6.6/scripts/baculabackupreport.in:144: WHERE (RealEndTime >= CURRENT_TIMESTAMP(2) - cast('${hist} HOUR' as INTERVAL) OR JobStatus='R') \ bacula-9.6.6/scripts/baculabackupreport.in-145- ORDER BY ${sortfield} ${sortorder};" \ ############################################## bacula-9.6.6/scripts/baculabackupreport.in-153- FROM Job \ bacula-9.6.6/scripts/baculabackupreport.in:154: WHERE (RealEndTime >= DATE_ADD(NOW(), INTERVAL -${hist} HOUR) OR JobStatus='R') \ bacula-9.6.6/scripts/baculabackupreport.in-155- ORDER BY ${sortfield} ${sortorder};" \ ############################################## bacula-9.6.6/scripts/isworm-48-# bacula-9.6.6/scripts/isworm:49:worm=`$sdparm --page=0x1D -f $1 |grep " *WORMM"|cut -b12-16|sed "s:^ *::"` bacula-9.6.6/scripts/isworm-50-if [ $? = 0 ] ; then ############################################## bacula-9.6.6/scripts/isworm-64-# bacula-9.6.6/scripts/isworm:65:vendor=`$tapeinfo -f $1|grep "^Vendor ID:"|cut -b13-15` bacula-9.6.6/scripts/isworm-66-if [ x$vendor = xHP ] ; then bacula-9.6.6/scripts/isworm:67: worm=`$tapeinfo -f $1|grep "^Medium Type: 0x"|cut -b16-16` bacula-9.6.6/scripts/isworm-68- echo $worm ############################################## bacula-9.6.6/scripts/isworm-72-if [ x$vendor = xIBM ] ; then bacula-9.6.6/scripts/isworm:73: worm=`$tapeinfo -f $1|grep "^Medium Type: 0x"|cut -b17-17` bacula-9.6.6/scripts/isworm-74- if [ x$worm = xc ]; then ############################################## bacula-9.6.6/scripts/btraceback.in-29-# bacula-9.6.6/scripts/btraceback.in:30:PNAME=`basename $1` bacula-9.6.6/scripts/btraceback.in-31-WD="$3" ############################################## bacula-9.6.6/scripts/bacula-ctl-dir.in-75- # Get base program name bacula-9.6.6/scripts/bacula-ctl-dir.in:76: base=`basename $1` bacula-9.6.6/scripts/bacula-ctl-dir.in-77- bacula-9.6.6/scripts/bacula-ctl-dir.in-78- # Find pid. bacula-9.6.6/scripts/bacula-ctl-dir.in:79: pid=`pidofproc $base $2` bacula-9.6.6/scripts/bacula-ctl-dir.in-80- ############################################## bacula-9.6.6/scripts/bacula-ctl-dir.in-129- # Get base program name bacula-9.6.6/scripts/bacula-ctl-dir.in:130: base=`basename $1` bacula-9.6.6/scripts/bacula-ctl-dir.in-131- ############################################## bacula-9.6.6/scripts/bacula-ctl-dir.in-133- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/scripts/bacula-ctl-dir.in:134: pid=`head -n 1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/scripts/bacula-ctl-dir.in-135- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/scripts/bacula-ctl-dir.in-142- if [ -x ${PIDOF} ] ; then bacula-9.6.6/scripts/bacula-ctl-dir.in:143: pid=`${PIDOF} $1` bacula-9.6.6/scripts/bacula-ctl-dir.in-144- fi ############################################## bacula-9.6.6/scripts/bacula-ctl-dir.in-150- # Finally try to extract it from ps bacula-9.6.6/scripts/bacula-ctl-dir.in:151: pid=`${PSCMD} | grep $1 | ${AWK} '{ print $1 }' | tr '\n' ' '` bacula-9.6.6/scripts/bacula-ctl-dir.in-152- echo $pid ############################################## bacula-9.6.6/scripts/bacula-ctl-dir.in-164- # Get base program name bacula-9.6.6/scripts/bacula-ctl-dir.in:165: base=`basename $1` bacula-9.6.6/scripts/bacula-ctl-dir.in-166- ############################################## bacula-9.6.6/scripts/bacula-ctl-dir.in-168- if [ -x ${PIDOF} ] ; then bacula-9.6.6/scripts/bacula-ctl-dir.in:169: pid=`${PIDOF} $1` bacula-9.6.6/scripts/bacula-ctl-dir.in-170- fi ############################################## bacula-9.6.6/scripts/bacula-ctl-dir.in-186- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/scripts/bacula-ctl-dir.in:187: pid=`head -n 1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/scripts/bacula-ctl-dir.in-188- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/scripts/manual_prune.pl-226- if ($? != 0) { bacula-9.6.6/scripts/manual_prune.pl:227: system("echo list volumes | $bconsole"); bacula-9.6.6/scripts/manual_prune.pl-228- die "bconsole returns a non zero status, please check that you can execute it"; ############################################## bacula-9.6.6/scripts/bacula-ctl-fd.in-72- # Get base program name bacula-9.6.6/scripts/bacula-ctl-fd.in:73: base=`basename $1` bacula-9.6.6/scripts/bacula-ctl-fd.in-74- bacula-9.6.6/scripts/bacula-ctl-fd.in-75- # Find pid. bacula-9.6.6/scripts/bacula-ctl-fd.in:76: pid=`pidofproc $base $2` bacula-9.6.6/scripts/bacula-ctl-fd.in-77- ############################################## bacula-9.6.6/scripts/bacula-ctl-fd.in-126- # Get base program name bacula-9.6.6/scripts/bacula-ctl-fd.in:127: base=`basename $1` bacula-9.6.6/scripts/bacula-ctl-fd.in-128- ############################################## bacula-9.6.6/scripts/bacula-ctl-fd.in-130- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/scripts/bacula-ctl-fd.in:131: pid=`head -n 1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/scripts/bacula-ctl-fd.in-132- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/scripts/bacula-ctl-fd.in-139- if [ -x ${PIDOF} ] ; then bacula-9.6.6/scripts/bacula-ctl-fd.in:140: pid=`${PIDOF} $1` bacula-9.6.6/scripts/bacula-ctl-fd.in-141- fi ############################################## bacula-9.6.6/scripts/bacula-ctl-fd.in-147- # Finally try to extract it from ps bacula-9.6.6/scripts/bacula-ctl-fd.in:148: pid=`${PSCMD} | grep $1 | ${AWK} '{ print $1 }' | tr '\n' ' '` bacula-9.6.6/scripts/bacula-ctl-fd.in-149- echo $pid ############################################## bacula-9.6.6/scripts/bacula-ctl-fd.in-161- # Get base program name bacula-9.6.6/scripts/bacula-ctl-fd.in:162: base=`basename $1` bacula-9.6.6/scripts/bacula-ctl-fd.in-163- ############################################## bacula-9.6.6/scripts/bacula-ctl-fd.in-165- if [ -x ${PIDOF} ] ; then bacula-9.6.6/scripts/bacula-ctl-fd.in:166: pid=`${PIDOF} $1` bacula-9.6.6/scripts/bacula-ctl-fd.in-167- fi ############################################## bacula-9.6.6/scripts/bacula-ctl-fd.in-183- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/scripts/bacula-ctl-fd.in:184: pid=`head -n 1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/scripts/bacula-ctl-fd.in-185- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/scripts/disk-changer.in-128-get_dir() { bacula-9.6.6/scripts/disk-changer.in:129: bn=`basename $device` bacula-9.6.6/scripts/disk-changer.in:130: dir=`echo "$device" | sed -e s%/$bn%%g` bacula-9.6.6/scripts/disk-changer.in-131- if [ ! -d $dir ]; then ############################################## bacula-9.6.6/scripts/disk-changer.in-150- elif [ -f $dir/volslot${slot} ]; then bacula-9.6.6/scripts/disk-changer.in:151: volume=`cat $dir/volslot${slot}` bacula-9.6.6/scripts/disk-changer.in-152- havevol=1 ############################################## bacula-9.6.6/scripts/disk-changer.in-215- if [ -f $dir/loaded${drive} ]; then bacula-9.6.6/scripts/disk-changer.in:216: ld=`cat $dir/loaded${drive}` bacula-9.6.6/scripts/disk-changer.in-217- else ############################################## bacula-9.6.6/scripts/disk-changer.in-240- if [ -f $dir/loaded${i} ]; then bacula-9.6.6/scripts/disk-changer.in:241: ld=`cat $dir/loaded${i}` bacula-9.6.6/scripts/disk-changer.in-242- else ############################################## bacula-9.6.6/scripts/disk-changer.in-249- fi bacula-9.6.6/scripts/disk-changer.in:250: i=`expr $i + 1` bacula-9.6.6/scripts/disk-changer.in-251- done ############################################## bacula-9.6.6/scripts/disk-changer.in-262- if [ -f $dir/loaded${drive} ]; then bacula-9.6.6/scripts/disk-changer.in:263: ld=`cat $dir/loaded${drive}` bacula-9.6.6/scripts/disk-changer.in-264- else ############################################## bacula-9.6.6/scripts/disk-changer.in-306- fi bacula-9.6.6/scripts/disk-changer.in:307: i=`expr $i + 1` bacula-9.6.6/scripts/disk-changer.in-308- done ############################################## bacula-9.6.6/scripts/disk-changer.in-326- if [ -f $dir/loaded${i} ]; then bacula-9.6.6/scripts/disk-changer.in:327: ld=`cat $dir/loaded${i}` bacula-9.6.6/scripts/disk-changer.in:328: v=`awk -F: "/^$ld:/"' { print $2 }' $dir/barcodes` bacula-9.6.6/scripts/disk-changer.in-329- echo "D:$i:F:$ld:$v" ############################################## bacula-9.6.6/scripts/disk-changer.in-331- fi bacula-9.6.6/scripts/disk-changer.in:332: i=`expr $i + 1` bacula-9.6.6/scripts/disk-changer.in-333- done ############################################## bacula-9.6.6/scripts/disk-changer.in-383- if [ -f $dir/loaded${drive} ]; then bacula-9.6.6/scripts/disk-changer.in:384: a=`cat $dir/loaded${drive}` bacula-9.6.6/scripts/disk-changer.in-385- else ############################################## bacula-9.6.6/scripts/bacula-ctl-sd.in-72- # Get base program name bacula-9.6.6/scripts/bacula-ctl-sd.in:73: base=`basename $1` bacula-9.6.6/scripts/bacula-ctl-sd.in-74- bacula-9.6.6/scripts/bacula-ctl-sd.in-75- # Find pid. bacula-9.6.6/scripts/bacula-ctl-sd.in:76: pid=`pidofproc $base $2` bacula-9.6.6/scripts/bacula-ctl-sd.in-77- ############################################## bacula-9.6.6/scripts/bacula-ctl-sd.in-126- # Get base program name bacula-9.6.6/scripts/bacula-ctl-sd.in:127: base=`basename $1` bacula-9.6.6/scripts/bacula-ctl-sd.in-128- ############################################## bacula-9.6.6/scripts/bacula-ctl-sd.in-130- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/scripts/bacula-ctl-sd.in:131: pid=`head -n 1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/scripts/bacula-ctl-sd.in-132- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/scripts/bacula-ctl-sd.in-139- if [ -x ${PIDOF} ] ; then bacula-9.6.6/scripts/bacula-ctl-sd.in:140: pid=`${PIDOF} $1` bacula-9.6.6/scripts/bacula-ctl-sd.in-141- fi ############################################## bacula-9.6.6/scripts/bacula-ctl-sd.in-147- # Finally try to extract it from ps bacula-9.6.6/scripts/bacula-ctl-sd.in:148: pid=`${PSCMD} | grep $1 | ${AWK} '{ print $1 }' | tr '\n' ' '` bacula-9.6.6/scripts/bacula-ctl-sd.in-149- echo $pid ############################################## bacula-9.6.6/scripts/bacula-ctl-sd.in-161- # Get base program name bacula-9.6.6/scripts/bacula-ctl-sd.in:162: base=`basename $1` bacula-9.6.6/scripts/bacula-ctl-sd.in-163- ############################################## bacula-9.6.6/scripts/bacula-ctl-sd.in-165- if [ -x ${PIDOF} ] ; then bacula-9.6.6/scripts/bacula-ctl-sd.in:166: pid=`${PIDOF} $1` bacula-9.6.6/scripts/bacula-ctl-sd.in-167- fi ############################################## bacula-9.6.6/scripts/bacula-ctl-sd.in-183- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/scripts/bacula-ctl-sd.in:184: pid=`head -n 1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/scripts/bacula-ctl-sd.in-185- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/scripts/bconsole.in-22-if [ $? = 0 ] ; then bacula-9.6.6/scripts/bconsole.in:23: cwd=`dirname $0` bacula-9.6.6/scripts/bconsole.in-24- if [ x$cwd = x. ]; then ############################################## bacula-9.6.6/scripts/devel_bacula.in-60- # Get base program name bacula-9.6.6/scripts/devel_bacula.in:61: base=`basename $1` bacula-9.6.6/scripts/devel_bacula.in-62- bacula-9.6.6/scripts/devel_bacula.in-63- # Find pid. bacula-9.6.6/scripts/devel_bacula.in:64: pid=`pidofproc $base $2` bacula-9.6.6/scripts/devel_bacula.in-65- ############################################## bacula-9.6.6/scripts/devel_bacula.in-114- # Get base program name bacula-9.6.6/scripts/devel_bacula.in:115: base=`basename $1` bacula-9.6.6/scripts/devel_bacula.in-116- ############################################## bacula-9.6.6/scripts/devel_bacula.in-118- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/scripts/devel_bacula.in:119: pid=`head -1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/scripts/devel_bacula.in-120- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/scripts/devel_bacula.in-127- if [ -x /sbin/pidof ] ; then bacula-9.6.6/scripts/devel_bacula.in:128: pid=`/sbin/pidof $1` bacula-9.6.6/scripts/devel_bacula.in-129- fi ############################################## bacula-9.6.6/scripts/devel_bacula.in-147- # Get base program name bacula-9.6.6/scripts/devel_bacula.in:148: base=`basename $1` bacula-9.6.6/scripts/devel_bacula.in-149- ############################################## bacula-9.6.6/scripts/devel_bacula.in-151- if [ -x /sbin/pidof ] ; then bacula-9.6.6/scripts/devel_bacula.in:152: pid=`/sbin/pidof $1` bacula-9.6.6/scripts/devel_bacula.in-153- fi ############################################## bacula-9.6.6/scripts/devel_bacula.in-169- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/scripts/devel_bacula.in:170: pid=`head -1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/scripts/devel_bacula.in-171- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/scripts/mtx-changer.in-151- sleep 1 bacula-9.6.6/scripts/mtx-changer.in:152: i=`expr $i + 1` bacula-9.6.6/scripts/mtx-changer.in-153- done ############################################## bacula-9.6.6/platforms/gentoo/1.36.2-cdrecord-configure.patch-8--if test ! x$CDRECORD = x ; then bacula-9.6.6/platforms/gentoo/1.36.2-cdrecord-configure.patch:9:- CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD-RW | ${AWK} '{print $1}'` bacula-9.6.6/platforms/gentoo/1.36.2-cdrecord-configure.patch-10-- if test x${CDSTL} = x ; then bacula-9.6.6/platforms/gentoo/1.36.2-cdrecord-configure.patch:11:- CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD+RW | ${AWK} '{print $1}'` bacula-9.6.6/platforms/gentoo/1.36.2-cdrecord-configure.patch-12-- fi ############################################## bacula-9.6.6/platforms/gentoo/1.36.1-cdrecord-configure.patch-7--if test ! x$CDRECORD = x ; then bacula-9.6.6/platforms/gentoo/1.36.1-cdrecord-configure.patch:8:- CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD-RW | ${AWK} '{print $1}'` bacula-9.6.6/platforms/gentoo/1.36.1-cdrecord-configure.patch-9-- if test x${CDSTL} = x ; then bacula-9.6.6/platforms/gentoo/1.36.1-cdrecord-configure.patch:10:- CDSTL=`${CDRECORD} -scanbus 2>/dev/null | grep CD+RW | ${AWK} '{print $1}'` bacula-9.6.6/platforms/gentoo/1.36.1-cdrecord-configure.patch-11-- fi ############################################## bacula-9.6.6/platforms/debian/bacula-fd.in-36- bacula-9.6.6/platforms/debian/bacula-fd.in:37:if [ -n "`getent services ${NAME}`" ]; then bacula-9.6.6/platforms/debian/bacula-fd.in:38: BPORT=`getent services ${NAME} | awk '{ gsub("/tcp","",$2); print $2; }'` bacula-9.6.6/platforms/debian/bacula-fd.in-39-fi ############################################## bacula-9.6.6/platforms/debian/bacula-dir.in-36- bacula-9.6.6/platforms/debian/bacula-dir.in:37:if [ -n "`getent services ${NAME}`" ]; then bacula-9.6.6/platforms/debian/bacula-dir.in:38: BPORT=`getent services ${NAME} | awk '{ gsub("/tcp","",$2); print $2; }'` bacula-9.6.6/platforms/debian/bacula-dir.in-39-fi ############################################## bacula-9.6.6/platforms/debian/bacula-sd.in-36- bacula-9.6.6/platforms/debian/bacula-sd.in:37:if [ -n "`getent services ${NAME}`" ]; then bacula-9.6.6/platforms/debian/bacula-sd.in:38: BPORT=`getent services ${NAME} | awk '{ gsub("/tcp","",$2); print $2; }'` bacula-9.6.6/platforms/debian/bacula-sd.in-39-fi ############################################## bacula-9.6.6/platforms/hurd/bacula-fd.in-35- bacula-9.6.6/platforms/hurd/bacula-fd.in:36:if [ -n "`getent services ${NAME}`" ]; then bacula-9.6.6/platforms/hurd/bacula-fd.in:37: BPORT=`getent services ${NAME} | awk '{ gsub("/tcp","",$2); print $2; }'` bacula-9.6.6/platforms/hurd/bacula-fd.in-38-fi ############################################## bacula-9.6.6/platforms/hurd/bacula-dir.in-35- bacula-9.6.6/platforms/hurd/bacula-dir.in:36:if [ -n "`getent services ${NAME}`" ]; then bacula-9.6.6/platforms/hurd/bacula-dir.in:37: BPORT=`getent services ${NAME} | awk '{ gsub("/tcp","",$2); print $2; }'` bacula-9.6.6/platforms/hurd/bacula-dir.in-38-fi ############################################## bacula-9.6.6/platforms/hurd/bacula-sd.in-35- bacula-9.6.6/platforms/hurd/bacula-sd.in:36:if [ -n "`getent services ${NAME}`" ]; then bacula-9.6.6/platforms/hurd/bacula-sd.in:37: BPORT=`getent services ${NAME} | awk '{ gsub("/tcp","",$2); print $2; }'` bacula-9.6.6/platforms/hurd/bacula-sd.in-38-fi ############################################## bacula-9.6.6/platforms/suse/bacula.in-48- # Get base program name bacula-9.6.6/platforms/suse/bacula.in:49: base=`basename $1` bacula-9.6.6/platforms/suse/bacula.in-50- bacula-9.6.6/platforms/suse/bacula.in-51- # Find pid. bacula-9.6.6/platforms/suse/bacula.in:52: pid=`pidofproc $base $2` bacula-9.6.6/platforms/suse/bacula.in-53- ############################################## bacula-9.6.6/platforms/suse/bacula.in-102- # Get base program name bacula-9.6.6/platforms/suse/bacula.in:103: base=`basename $1` bacula-9.6.6/platforms/suse/bacula.in-104- ############################################## bacula-9.6.6/platforms/suse/bacula.in-106- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/platforms/suse/bacula.in:107: pid=`head -1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/platforms/suse/bacula.in-108- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/platforms/suse/bacula.in-115- if [ -x /sbin/pidof ] ; then bacula-9.6.6/platforms/suse/bacula.in:116: pid=`/sbin/pidof $1` bacula-9.6.6/platforms/suse/bacula.in-117- fi ############################################## bacula-9.6.6/platforms/suse/bacula.in-135- # Get base program name bacula-9.6.6/platforms/suse/bacula.in:136: base=`basename $1` bacula-9.6.6/platforms/suse/bacula.in-137- ############################################## bacula-9.6.6/platforms/suse/bacula.in-139- if [ -x /sbin/pidof ] ; then bacula-9.6.6/platforms/suse/bacula.in:140: pid=`/sbin/pidof $1` bacula-9.6.6/platforms/suse/bacula.in-141- fi ############################################## bacula-9.6.6/platforms/suse/bacula.in-157- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/platforms/suse/bacula.in:158: pid=`head -1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/platforms/suse/bacula.in-159- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/platforms/solaris/makepkg.sh-20-# Try to guess the distribution base bacula-9.6.6/platforms/solaris/makepkg.sh:21:DISTR_BASE=`dirname \`pwd\` | sed -e 's@/platforms$@@'` bacula-9.6.6/platforms/solaris/makepkg.sh-22-echo "Distribution base: $DISTR_BASE" bacula-9.6.6/platforms/solaris/makepkg.sh-23- bacula-9.6.6/platforms/solaris/makepkg.sh:24:TMPINSTALLDIR=/tmp/`basename $DISTR_BASE`-build bacula-9.6.6/platforms/solaris/makepkg.sh-25-echo "Temp install dir: $TMPINSTALLDIR" ############################################## bacula-9.6.6/platforms/ubuntu/bacula-fd.in-43- bacula-9.6.6/platforms/ubuntu/bacula-fd.in:44:if [ -n "`getent services ${NAME}`" ]; then bacula-9.6.6/platforms/ubuntu/bacula-fd.in:45: BPORT=`getent services ${NAME} | awk '{ gsub("/tcp","",$2); print $2; }'` bacula-9.6.6/platforms/ubuntu/bacula-fd.in-46-fi ############################################## bacula-9.6.6/platforms/ubuntu/bacula-dir.in-43- bacula-9.6.6/platforms/ubuntu/bacula-dir.in:44:if [ -n "`getent services ${NAME}`" ]; then bacula-9.6.6/platforms/ubuntu/bacula-dir.in:45: BPORT=`getent services ${NAME} | awk '{ gsub("/tcp","",$2); print $2; }'` bacula-9.6.6/platforms/ubuntu/bacula-dir.in-46-fi ############################################## bacula-9.6.6/platforms/ubuntu/bacula-sd.in-43- bacula-9.6.6/platforms/ubuntu/bacula-sd.in:44:if [ -n "`getent services ${NAME}`" ]; then bacula-9.6.6/platforms/ubuntu/bacula-sd.in:45: BPORT=`getent services ${NAME} | awk '{ gsub("/tcp","",$2); print $2; }'` bacula-9.6.6/platforms/ubuntu/bacula-sd.in-46-fi ############################################## bacula-9.6.6/platforms/alpha/bacula-fd.in-26-# killproc @sbindir@/bacula-fd bacula-9.6.6/platforms/alpha/bacula-fd.in:27: ID=`ps -ef | grep -F bacula-fd | grep -Fv grep | awk '{print $2}'` bacula-9.6.6/platforms/alpha/bacula-fd.in-28- [ -n "$ID" ] && kill $ID ############################################## bacula-9.6.6/platforms/slackware/local-install.sh-27- echo Installing Bacula autostart into $TARG: bacula-9.6.6/platforms/slackware/local-install.sh:28: COUNT=`grep -c "Bacula section @@@@" $TARG` bacula-9.6.6/platforms/slackware/local-install.sh-29- if [ ! "$COUNT" == "0" ] ; then ############################################## bacula-9.6.6/platforms/slackware/local-install.sh-32- if [ -w $TARG ] ; then bacula-9.6.6/platforms/slackware/local-install.sh:33: if [ -w `dirname $TARG` ] ; then bacula-9.6.6/platforms/slackware/local-install.sh-34- cp -p $TARG $TARG.bak ############################################## bacula-9.6.6/platforms/slackware/local-install.sh-62- echo Removing Bacula autostart from $TARG: bacula-9.6.6/platforms/slackware/local-install.sh:63: COUNT=`grep -c "Bacula section @@@@" $TARG` bacula-9.6.6/platforms/slackware/local-install.sh-64- if [ ! "$COUNT" == "2" ] ; then ############################################## bacula-9.6.6/platforms/slackware/local-install.sh-68- if [ -w $TARG ] ; then bacula-9.6.6/platforms/slackware/local-install.sh:69: if [ -w `dirname $TARG` ] ; then bacula-9.6.6/platforms/slackware/local-install.sh-70- cp -p $TARG $TARG.bak ############################################## bacula-9.6.6/platforms/slackware/local-install.sh-74- fi bacula-9.6.6/platforms/slackware/local-install.sh:75: FIRST=`grep -n "@@@@ Start Bacula section @@@@" $TARG | cut -d: -f1` bacula-9.6.6/platforms/slackware/local-install.sh:76: LAST=`grep -n "@@@@ End Bacula section @@@@" $TARG | cut -d: -f1` bacula-9.6.6/platforms/slackware/local-install.sh:77: FIRST=`expr $FIRST - 1` bacula-9.6.6/platforms/slackware/local-install.sh:78: LAST=`expr $LAST + 1` bacula-9.6.6/platforms/slackware/local-install.sh-79- head -$FIRST $TARG > ./installtmp ############################################## bacula-9.6.6/platforms/slackware/functions.bacula.in-59- # Get base program name bacula-9.6.6/platforms/slackware/functions.bacula.in:60: base=`basename $1` bacula-9.6.6/platforms/slackware/functions.bacula.in-61- bacula-9.6.6/platforms/slackware/functions.bacula.in-62- # Find pid. bacula-9.6.6/platforms/slackware/functions.bacula.in:63: pid=`pidofproc $base $2` bacula-9.6.6/platforms/slackware/functions.bacula.in-64- ############################################## bacula-9.6.6/platforms/slackware/functions.bacula.in-113- # Get base program name bacula-9.6.6/platforms/slackware/functions.bacula.in:114: base=`basename $1` bacula-9.6.6/platforms/slackware/functions.bacula.in-115- ############################################## bacula-9.6.6/platforms/slackware/functions.bacula.in-117- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/platforms/slackware/functions.bacula.in:118: pid=`head -1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/platforms/slackware/functions.bacula.in-119- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/platforms/slackware/functions.bacula.in-126- if [ -x /sbin/pidof ] ; then bacula-9.6.6/platforms/slackware/functions.bacula.in:127: pid=`/sbin/pidof $1` bacula-9.6.6/platforms/slackware/functions.bacula.in-128- fi ############################################## bacula-9.6.6/platforms/slackware/functions.bacula.in-146- # Get base program name bacula-9.6.6/platforms/slackware/functions.bacula.in:147: base=`basename $1` bacula-9.6.6/platforms/slackware/functions.bacula.in-148- ############################################## bacula-9.6.6/platforms/slackware/functions.bacula.in-150- if [ -x /sbin/pidof ] ; then bacula-9.6.6/platforms/slackware/functions.bacula.in:151: pid=`/sbin/pidof $1` bacula-9.6.6/platforms/slackware/functions.bacula.in-152- fi ############################################## bacula-9.6.6/platforms/slackware/functions.bacula.in-168- if [ -f ${PIDDIR}/$base.$2.pid ] ; then bacula-9.6.6/platforms/slackware/functions.bacula.in:169: pid=`head -1 ${PIDDIR}/$base.$2.pid` bacula-9.6.6/platforms/slackware/functions.bacula.in-170- if [ "$pid" != "" ] ; then ############################################## bacula-9.6.6/platforms/contrib-rpm/rpm_wizard.sh-67- bacula-9.6.6/platforms/contrib-rpm/rpm_wizard.sh:68:OPTION1=`echo $OPTIONS|cut --delimiter=\| -f1` bacula-9.6.6/platforms/contrib-rpm/rpm_wizard.sh:69:OPTION2=`echo $OPTIONS|cut --delimiter=\| -f2` bacula-9.6.6/platforms/contrib-rpm/rpm_wizard.sh:70:OPTION3=`echo $OPTIONS|cut --delimiter=\| -f3` bacula-9.6.6/platforms/contrib-rpm/rpm_wizard.sh:71:OPTION4=`echo $OPTIONS|cut --delimiter=\| -f4` bacula-9.6.6/platforms/contrib-rpm/rpm_wizard.sh:72:OPTION5=`echo $OPTIONS|cut --delimiter=\| -f5` bacula-9.6.6/platforms/contrib-rpm/rpm_wizard.sh-73- ############################################## bacula-9.6.6/release/makedocsrel-39-fi bacula-9.6.6/release/makedocsrel:40:bcurrent=`git branch | awk '/*/ { print $2 }'` bacula-9.6.6/release/makedocsrel-41-git checkout ${branch} ############################################## bacula-9.6.6/release/makedocsrel-58-fi bacula-9.6.6/release/makedocsrel:59:current=`git branch | awk '/*/ { print $2 }'` bacula-9.6.6/release/makedocsrel-60-src=`pwd` ############################################## bacula-9.6.6/release/config-41-fi bacula-9.6.6/release/config:42:current=`git branch | awk '/*/ { print $2 }'` bacula-9.6.6/release/config-43-git checkout ${branch} >/dev/null 2>&1 ############################################## bacula-9.6.6/release/config-48-fi bacula-9.6.6/release/config:49:ver=`sed -n -e 's/^#define VERSION.*"\(.*\)"$/\1/p' src/version.h` bacula-9.6.6/release/config:50:lsmdate=`sed -n -e 's/^#define LSMDATE.*"\(.*\)"$/\1/p' src/version.h` bacula-9.6.6/release/config-51- ############################################## bacula-9.6.6/release/makebacularel-38-src=`pwd` bacula-9.6.6/release/makebacularel:39:current=`git branch | awk '/*/ { print $2 }'` bacula-9.6.6/release/makebacularel-40-cd $base_dir ############################################## bacula-9.6.6/release/check_packages-14-err=0 bacula-9.6.6/release/check_packages:15:for i in `cat /tmp/a$$`; do bacula-9.6.6/release/check_packages-16- if test ! -e $i ; then ############################################## bacula-9.6.6/release/pushtags-14- cd $i bacula-9.6.6/release/pushtags:15: current=`git branch | awk '/*/ { print $2 }'` bacula-9.6.6/release/pushtags-16- git checkout ${branch} ############################################## bacula-9.6.6/examples/database/postgresql-dump.txt-18- mkdir $dump_pg || exit 3 bacula-9.6.6/examples/database/postgresql-dump.txt:19: psql -Atc 'select datname from pg_database where datistemplate=false' template1 postgres > $dump_pg/databases || exit 4 bacula-9.6.6/examples/database/postgresql-dump.txt-20- bacula-9.6.6/examples/database/postgresql-dump.txt-21- touch $dump_pg/dump.log bacula-9.6.6/examples/database/postgresql-dump.txt:22: for d in `cat $dump_pg/databases` ; do bacula-9.6.6/examples/database/postgresql-dump.txt-23- pg_dump -U postgres -Ft "$d" > $dump_pg/"$d.tar" >> $dump_pg/dump.log 2>&1 ############################################## bacula-9.6.6/examples/database/bacula-sqlite_2_mysqldump.sh-10-if [ $1 = '-h' ] || [ $1 = '--help' ] ; then bacula-9.6.6/examples/database/bacula-sqlite_2_mysqldump.sh:11: echo `basename "$0"`" Usage:" bacula-9.6.6/examples/database/bacula-sqlite_2_mysqldump.sh:12: echo " "`basename $0`" takes a ASCII bacula sqlite database dump as an argument," bacula-9.6.6/examples/database/bacula-sqlite_2_mysqldump.sh-13- echo " and writes an SQL dump suitable for use with MySQL to STDOUT." bacula-9.6.6/examples/database/bacula-sqlite_2_mysqldump.sh-14- echo bacula-9.6.6/examples/database/bacula-sqlite_2_mysqldump.sh:15: echo " Example Use: "`basename $0`" bacula.sqlite.sql > bacula.mysql.sql" bacula-9.6.6/examples/database/bacula-sqlite_2_mysqldump.sh:16: echo " Example Use: "cat bacula.sqlite.sql | `basename $0`" - | mysql -p -u <user> baculadb" bacula-9.6.6/examples/database/bacula-sqlite_2_mysqldump.sh-17- exit ############################################## bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-44-else bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:45: slot=`expr $3` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-46-fi ############################################## bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-93- echo "mtx-changer: Checking if drive is loaded before we load. I Request loaded" >>$logfile bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:94: LOADEDVOL=`echo "status Storage"|$console|$grep $TAPEDRIVE0|grep ^Device|grep -v "not open."|grep -v "ERR="|grep -v "no Bacula volume is mounted"|sed -e s/^.*Volume\ //|cut -d\" -f2` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-95-# if [ -z "$LOADEDVOL" ] ; then # this is wrong, becaus Bacula would try to use the tape if we mount it! bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:96:# LOADEDVOL=`echo "mount"|$console|$grep $TAPEDRIVE0|grep Device|grep -v "not open."|grep -v "ERR="|sed -e s/^.*Volume\ //|cut -d\" -f2` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-97-# if [ -z "$LOADEDVOL" ] ; then ############################################## bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-129- if [ $slot -eq $count ] ; then volume=$label ; fi bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:130: count=`expr $count + 1` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-131- done ############################################## bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-156- echo "mtx-changer: Requested list" >>$logfile bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:157: LOADEDVOL=`echo "status Storage"|$console|$grep $TAPEDRIVE0|grep ^Device|grep -v "not open."|grep -v "ERR="|grep -v "no Bacula volume is mounted"|sed -e s/^.*Volume\ //|cut -d\" -f2` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-158- if [ -z $LOADEDVOL ] ; then # try mounting bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:159: LOADEDVOL=`echo "mount"|$console|$grep $TAPEDRIVE0|grep Device|grep -v "not open."|grep -v "ERR="|sed -e s/^.*Volume\ //|cut -d\" -f2` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-160- if [ -z $LOADEDVOL ] ; then # no luck ############################################## bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-170- fi bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:171: count=`expr $count + 1` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-172- done ############################################## bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-177- echo "mtx-changer: Request loaded, dev $TAPEDRIVE0" >>$logfile bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:178: LOADEDVOL=`echo "status Storage"|$console|$grep $TAPEDRIVE0|grep ^Device|grep -v "not open."|grep -v "ERR="|grep -v "no Bacula volume is mounted"|sed -e s/^.*Volume\ //|cut -d\" -f2` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-179- if [ -z $LOADEDVOL ] ; then bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:180: LOADEDVOL=`echo "mount"|$console|$grep $TAPEDRIVE0|grep Device|grep -v "not open."|grep -v "ERR="|grep -v "no Bacula volume is mounted"|sed -e s/^.*Volume\ //|cut -d\" -f2` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-181- if [ -z "$LOADEDVOL" ] ; then # no luck ############################################## bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-193- if [ $LOADEDVOL = $label ] ; then echo $count ; fi bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:194: count=`expr $count + 1` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-195- done ############################################## bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-203- for label in $labels ; do bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:204: count=`expr $count + 1` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-205- done ############################################## bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-213- printf "$count:$label " bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt:214: count=`expr $count + 1` bacula-9.6.6/examples/autochangers/ak-mtx-changer.txt-215- done ############################################## bacula-9.6.6/examples/autochangers/chio-changer-freebsd-22- bacula-9.6.6/examples/autochangers/chio-changer-freebsd:23:PROGNAME=`basename $0` bacula-9.6.6/examples/autochangers/chio-changer-freebsd-24- ############################################## bacula-9.6.6/examples/autochangers/solaris-mtx-changer-40-{ bacula-9.6.6/examples/autochangers/solaris-mtx-changer:41: TMPFILE=`mktemp ${TMPDIR}/mtx$1.XXXXXXXXXX 2> /dev/null` bacula-9.6.6/examples/autochangers/solaris-mtx-changer-42- if test $? -ne 0 || test x${TMPFILE} = x; then ############################################## bacula-9.6.6/examples/autochangers/locking-mtx-changer-41-{ bacula-9.6.6/examples/autochangers/locking-mtx-changer:42: TMPFILE=`mktemp ${TMPDIR}/mtx$1.XXXXXXXXXX 2> /dev/null` bacula-9.6.6/examples/autochangers/locking-mtx-changer-43- if test $? -ne 0 || test x${TMPFILE} = x; then ############################################## bacula-9.6.6/examples/autochangers/locking-mtx-changer-78- bacula-9.6.6/examples/autochangers/locking-mtx-changer:79:LOCKFILE="${LOCKDIR}/mtx-changer:`echo $ctl | tr / _`" bacula-9.6.6/examples/autochangers/locking-mtx-changer-80- ############################################## bacula-9.6.6/examples/autochangers/locking-mtx-changer-93-changer_unlock() { bacula-9.6.6/examples/autochangers/locking-mtx-changer:94: LOCKPID="`cat $LOCKFILE 2>/dev/null`" bacula-9.6.6/examples/autochangers/locking-mtx-changer-95- if [ "$LOCKPID" != $$ ]; then ############################################## bacula-9.6.6/examples/autochangers/mtx-changer.StorageTek-HPA4853-17-{ bacula-9.6.6/examples/autochangers/mtx-changer.StorageTek-HPA4853:18: TMPFILE=`mktemp ${TMPDIR}/mtx$1.XXXXXXXXXX 2> /dev/null` bacula-9.6.6/examples/autochangers/mtx-changer.StorageTek-HPA4853-19- if test $? -ne 0 || test x${TMPFILE} = x; then ############################################## bacula-9.6.6/examples/autochangers/chio-changer-69-# mt -f $DRIVE offline bacula-9.6.6/examples/autochangers/chio-changer:70: SOURCE=`${MTX} status -S | grep drive | grep FULL | cut -d: -f 3 | tr -d '<>a-z '` bacula-9.6.6/examples/autochangers/chio-changer-71- if [ ! -z "$SOURCE" ]; then ############################################## bacula-9.6.6/examples/autochangers/chio-changer-90- fi bacula-9.6.6/examples/autochangers/chio-changer:91: TARGET=`expr $TARGET - 1` bacula-9.6.6/examples/autochangers/chio-changer-92- bacula-9.6.6/examples/autochangers/chio-changer:93: SOURCE=`${MTX} status -S | grep drive | grep FULL | cut -d: -f 3 | tr -d '<>a-z '` bacula-9.6.6/examples/autochangers/chio-changer-94- if [ ! -z "$SOURCE" ]; then ############################################## bacula-9.6.6/examples/autochangers/chio-changer-112- loaded) bacula-9.6.6/examples/autochangers/chio-changer:113: SOURCE=`${MTX} status -S | grep drive | grep FULL | cut -d: -f 3 | tr -d '<>a-z '` bacula-9.6.6/examples/autochangers/chio-changer-114- rtn=$? ############################################## bacula-9.6.6/examples/autochangers/chio-changer-117- fi bacula-9.6.6/examples/autochangers/chio-changer:118: echo `expr 1 + ${SOURCE}` bacula-9.6.6/examples/autochangers/chio-changer-119- exit $rtn ############################################## bacula-9.6.6/examples/autochangers/chio-bacula-35-{ bacula-9.6.6/examples/autochangers/chio-bacula:36: TMPFILE=`mktemp ${TMPDIR}/mtx$1.XXXXXXXXXX 2> /dev/null` bacula-9.6.6/examples/autochangers/chio-bacula-37- if test $? -ne 0 || test x${TMPFILE} = x; then ############################################## bacula-9.6.6/examples/autochangers/mtx-changer.Sony-TSL-SA300C-15-# echo "Doing mtx -f $1 $2" bacula-9.6.6/examples/autochangers/mtx-changer.Sony-TSL-SA300C:16: NR_KASETY=`$MTX -f $1 status | grep "Empty" | tr " " "~" | tr ":" "~" | cut -d "~" -f 9` bacula-9.6.6/examples/autochangers/mtx-changer.Sony-TSL-SA300C-17- $MTX -f $1 $2 $NR_KASETY ############################################## bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-24-35-{ bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-24:36: TMPFILE=`mktemp ${TMPDIR}/mtx$1.XXXXXXXXXX 2> /dev/null` bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-24-37- if test $? -ne 0 || test x${TMPFILE} = x; then ############################################## bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-100-116-{ bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-100:117: TMPFILE=`mktemp ${TMPDIR}/mtx$1.XXXXXXXXXX 2> /dev/null` bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-100-118- if test $? -ne 0 || test x${TMPFILE} = x; then ############################################## bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-100-147-# for that barcode number bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-100:148: found=`grep "$1" /etc/bacula/.tapeSlotMap | wc -l | awk '{print $1}'` bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-100-149- ############################################## bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-100-158- bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-100:159: slotNum=`grep "$1" /etc/bacula/.tapeSlotMap | awk '{print $1}'` bacula-9.6.6/examples/autochangers/mtx-changer.Adic-Scalar-100-160- return $slotNum ############################################## bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C-40-{ bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C:41: TMPFILE=`mktemp ${TMPDIR}/mtx$1.XXXXXXXXXX 2> /dev/null` bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C-42- if test $? -ne 0 || test x${TMPFILE} = x; then ############################################## bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C-115- # If the changer is power cycled with a tape loaded in a drive bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C:116: if [ `${fullpath_me} ${CHANGER} loaded` -gt 0 ]; then bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C:117: free_slot=`${fullpath_me} ${CHANGER} loaded` bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C:118: free_slot=`expr $free_slot - 1` bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C-119- ${MTX} -f ${CHANGER} move drive ${DRIVE} slot $free_slot ############################################## bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C-150- cat ${TMPFILE} | grep "^slot .: <ACCESS>" | awk '{print $2+1}' | tr -d ":" bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C:151: drive=`cat ${TMPFILE}| grep "^drive .: <ACCESS>"` bacula-9.6.6/examples/autochangers/chio-changer.Sony-TSL-SA300C-152- if [ -n "$drive" ]; then ############################################## bacula-9.6.6/examples/reports/report.pl-50-while(($jobstatus,$name,$level,$jobbytes,$jobfiles,$start,$time,$poolid) = $sth->fetchrow_array()) { bacula-9.6.6/examples/reports/report.pl:51: my $sth2 = $dbh->prepare("SELECT Name FROM Pool WHERE PoolId = $poolid"); $sth2->execute() or die "Can't execute SQL statement : $dbh->errstr"; bacula-9.6.6/examples/reports/report.pl-52- ($poolname) = $sth2->fetchrow_array(); ############################################## bacula-9.6.6/examples/reports/report.pl-69-($count_total) = $sth->fetchrow_array(); bacula-9.6.6/examples/reports/report.pl:70:my $sth = $dbh->prepare("SELECT count(*) FROM Job WHERE $where AND JobStatus = 'T'"); $sth->execute() or die "Can't execute SQL statement : $dbh->errstr"; bacula-9.6.6/examples/reports/report.pl-71-($count_ok) = $sth->fetchrow_array(); ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-10- bacula-9.6.6/examples/reports/check_bacula_pools.sh:11:PROGNAME=`basename $0` bacula-9.6.6/examples/reports/check_bacula_pools.sh:12:PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` bacula-9.6.6/examples/reports/check_bacula_pools.sh-13-STATUS="" ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-70- bacula-9.6.6/examples/reports/check_bacula_pools.sh:71:LAST_CHECK=`ps -ef | grep check_ba[Cc]ula_pools.sh | awk {'print $5'} | uniq | wc -l` bacula-9.6.6/examples/reports/check_bacula_pools.sh-72-if [ "$LAST_CHECK" -gt 1 ]; then ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-78-USE bacula bacula-9.6.6/examples/reports/check_bacula_pools.sh:79:SELECT COUNT(MediaId) from Media, Pool where Media.PoolId=Pool.PoolId and Pool.Name="$POOL" AND Inchanger = "1"; bacula-9.6.6/examples/reports/check_bacula_pools.sh-80-EOF` bacula-9.6.6/examples/reports/check_bacula_pools.sh-81- bacula-9.6.6/examples/reports/check_bacula_pools.sh:82:NB_VOLUMES=`echo $NB_VOLUMES | cut -f 2 -d ' '` bacula-9.6.6/examples/reports/check_bacula_pools.sh-83- ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-88-CAPA_REQUIRED=0 bacula-9.6.6/examples/reports/check_bacula_pools.sh:89:for LINE in `cat ${TMP}/Scheduled.txt` bacula-9.6.6/examples/reports/check_bacula_pools.sh-90-do bacula-9.6.6/examples/reports/check_bacula_pools.sh:91: SCHEDULED_JOB=`echo $LINE | awk -F@ '{print $6}'` bacula-9.6.6/examples/reports/check_bacula_pools.sh:92: LEVEL=`echo $LINE | awk -F@ '{print $1}' | cut -c 1` bacula-9.6.6/examples/reports/check_bacula_pools.sh-93- ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-95-USE bacula bacula-9.6.6/examples/reports/check_bacula_pools.sh:96:SELECT MAX(JobBytes) from Job, Pool where Level="$LEVEL" AND Job.Name="$SCHEDULED_JOB" AND Job.PoolId=Pool.PoolId AND Pool.Name="$POOL"; bacula-9.6.6/examples/reports/check_bacula_pools.sh-97-EOF bacula-9.6.6/examples/reports/check_bacula_pools.sh-98-` bacula-9.6.6/examples/reports/check_bacula_pools.sh:99:MAX_VOLUME_JOB_FOR_LEVEL=`echo $MAX_VOLUME_JOB_FOR_LEVEL | cut -f 2 -d ' ' ` bacula-9.6.6/examples/reports/check_bacula_pools.sh-100- ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-111-USE bacula bacula-9.6.6/examples/reports/check_bacula_pools.sh:112:SELECT COUNT(MediaId) from Media, Pool where Media.PoolId=Pool.PoolId and Pool.Name="$POOL" AND LastWritten <> "0000-00-00 00:00:00" AND UNIX_TIMESTAMP()-UNIX_TIMESTAMP(LastWritten)>Media.VolRetention AND Inchanger = "1"; bacula-9.6.6/examples/reports/check_bacula_pools.sh-113-EOF bacula-9.6.6/examples/reports/check_bacula_pools.sh-114-` bacula-9.6.6/examples/reports/check_bacula_pools.sh:115: NB_VOLUMES_OUT_OF_RETENTION=`echo $NB_VOLUMES_OUT_OF_RETENTION | cut -f 2 -d ' '` bacula-9.6.6/examples/reports/check_bacula_pools.sh-116- ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-118-USE bacula bacula-9.6.6/examples/reports/check_bacula_pools.sh:119:SELECT COUNT(MediaId) from Media, Pool where Media.PoolId=Pool.PoolId and Pool.Name="$POOL" AND VolStatus="Error" AND Inchanger = "1"; bacula-9.6.6/examples/reports/check_bacula_pools.sh-120-EOF bacula-9.6.6/examples/reports/check_bacula_pools.sh-121-` bacula-9.6.6/examples/reports/check_bacula_pools.sh:122:NB_VOLUMES_ERROR=`echo $NB_VOLUMES_ERROR | cut -f 2 -d ' '` bacula-9.6.6/examples/reports/check_bacula_pools.sh-123- ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-125-USE bacula bacula-9.6.6/examples/reports/check_bacula_pools.sh:126:SELECT SUM(VolBytes)/COUNT(MediaId) FROM Media where VolStatus="Full" AND MediaType="$MEDIA_TYPE"; bacula-9.6.6/examples/reports/check_bacula_pools.sh-127-EOF bacula-9.6.6/examples/reports/check_bacula_pools.sh-128-` bacula-9.6.6/examples/reports/check_bacula_pools.sh:129:AVERAGE_CAPA_VOLUME=`echo $AVERAGE_CAPA_VOLUME | cut -f 2 -d ' ' | cut -f 1 -d '.'` bacula-9.6.6/examples/reports/check_bacula_pools.sh-130- ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-132-USE bacula bacula-9.6.6/examples/reports/check_bacula_pools.sh:133:SELECT SUM("$AVERAGE_CAPA_VOLUME"-VolBytes) from Media, Pool where Media.PoolId=Pool.PoolId and Pool.Name="$POOL" AND (VolStatus = "Append" OR VolStatus = "Recycle" OR VolStatus = "Purge") AND Inchanger = "1" AND MediaType="$MEDIA_TYPE"; bacula-9.6.6/examples/reports/check_bacula_pools.sh-134-EOF bacula-9.6.6/examples/reports/check_bacula_pools.sh-135-` bacula-9.6.6/examples/reports/check_bacula_pools.sh:136:CAPA_VOLUMES_APPEND=`echo $CAPA_VOLUMES_APPEND | cut -f 2 -d ' '` bacula-9.6.6/examples/reports/check_bacula_pools.sh-137- ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-141-USE bacula bacula-9.6.6/examples/reports/check_bacula_pools.sh:142:SELECT SUM("$AVERAGE_CAPA_VOLUME"-VolBytes) from Media, Pool where Media.PoolId=Pool.PoolId and Pool.Name="Scratch" AND VolStatus = "Append" AND Inchanger = "1" AND MediaType="$MEDIA_TYPE"; bacula-9.6.6/examples/reports/check_bacula_pools.sh-143-EOF bacula-9.6.6/examples/reports/check_bacula_pools.sh-144-` bacula-9.6.6/examples/reports/check_bacula_pools.sh:145:CAPA_VOLUMES_SCRATCH=`echo $CAPA_VOLUMES_SCRATCH | cut -f 2 -d ' '` bacula-9.6.6/examples/reports/check_bacula_pools.sh-146-else ############################################## bacula-9.6.6/examples/reports/check_bacula_pools.sh-149- bacula-9.6.6/examples/reports/check_bacula_pools.sh:150:CAPA_WARNING=`echo $[(WARNING+100)*CAPA_REQUIRED]/100 | bc | cut -f 1 -d '.'` bacula-9.6.6/examples/reports/check_bacula_pools.sh:151:CAPA_CRITICAL=`echo $[(CRITICAL+100)*CAPA_REQUIRED]/100 | bc | cut -f 1 -d '.'` bacula-9.6.6/examples/reports/check_bacula_pools.sh-152-CAPA_DISP=$[NB_VOLUMES_OUT_OF_RETENTION*AVERAGE_CAPA_VOLUME+CAPA_VOLUMES_APPEND] ############################################## bacula-9.6.6/examples/reports/next_tape.sh-37-# /root/NEXT-TAPE-$TODAY will be /root/NEXT-TAPE-$YESTERDAY tomorrow ;) bacula-9.6.6/examples/reports/next_tape.sh:38:TAPE_TODAY=`director_output|awk '/^Scheduled Jobs/ { getline; getline; getline; print $6;exit }'` bacula-9.6.6/examples/reports/next_tape.sh-39- ############################################## bacula-9.6.6/examples/reports/next_tape.sh-41-if test -f $TEMP_DIR/NEXT-TAPE-$YESTERDAY ; then bacula-9.6.6/examples/reports/next_tape.sh:42: TAPE_YESTERDAY=`cat $TEMP_DIR/NEXT-TAPE-"$YESTERDAY"` bacula-9.6.6/examples/reports/next_tape.sh-43-else ############################################## bacula-9.6.6/examples/reports/next_tape.sh-66-if [ $TAPE_TODAY != $TAPE_YESTERDAY ] ; then bacula-9.6.6/examples/reports/next_tape.sh:67: echo -e $MAIL_BODY | mail -a "X-Bacula: Tape-Notifier on $HOST" -s "`echo $MAIL_SUBJECT`" -b $BCC_ADDR $MAILTO_ADDR bacula-9.6.6/examples/reports/next_tape.sh-68-fi ############################################## bacula-9.6.6/examples/reports/baculareport.pl-563- "STD(VolBytes) AS Std,AVG(VolBytes) AS Avg " . bacula-9.6.6/examples/reports/baculareport.pl:564: "FROM Media WHERE (PoolId=$pool{Id}) AND " . bacula-9.6.6/examples/reports/baculareport.pl-565- "(MediaType=" . $h_db->quote($mt->{MediaType}) . ############################################## bacula-9.6.6/examples/reports/baculareport.pl-621- $h_db->prepare("SELECT COUNT(*) AS Nr " . bacula-9.6.6/examples/reports/baculareport.pl:622: "FROM Media WHERE (PoolId=$pool{Id}) AND " . bacula-9.6.6/examples/reports/baculareport.pl-623- "(MediaType=" . $h_db->quote($mt->{MediaType}) . ############################################## bacula-9.6.6/examples/reports/baculareport.pl-662- $h_db->prepare("SELECT COUNT(*) AS Nr,SUM(VolBytes) AS Bytes " . bacula-9.6.6/examples/reports/baculareport.pl:663: "FROM Media WHERE (PoolId=$pool{Id}) AND " . bacula-9.6.6/examples/reports/baculareport.pl-664- "(MediaType=" . $h_db->quote($mt->{MediaType}) . ############################################## bacula-9.6.6/examples/reports/baculareport.pl-704- $h_db->prepare("SELECT COUNT(*) AS Nr,SUM(VolBytes) AS Bytes " . bacula-9.6.6/examples/reports/baculareport.pl:705: "FROM Media WHERE (PoolId=$pool{Id}) AND " . bacula-9.6.6/examples/reports/baculareport.pl-706- "(MediaType=" . $h_db->quote($mt->{MediaType}) . ############################################## bacula-9.6.6/examples/reports/baculareport.pl-740- $h_db->prepare("SELECT COUNT(*) AS Nr,SUM(VolBytes) AS Bytes " . bacula-9.6.6/examples/reports/baculareport.pl:741: "FROM Media WHERE (PoolId=$pool{Id}) AND " . bacula-9.6.6/examples/reports/baculareport.pl-742- "(MediaType=" . $h_db->quote($mt->{MediaType}) . ############################################## bacula-9.6.6/examples/reports/baculareport.pl-776- $h_db->prepare("SELECT COUNT(*) AS Nr,SUM(VolBytes) AS Bytes " . bacula-9.6.6/examples/reports/baculareport.pl:777: "FROM Media WHERE (PoolId=$pool{Id}) AND " . bacula-9.6.6/examples/reports/baculareport.pl-778- "(MediaType=" . $h_db->quote($mt->{MediaType}) . ############################################## bacula-9.6.6/examples/nagios/check_bacula_pools.sh-10- bacula-9.6.6/examples/nagios/check_bacula_pools.sh:11:PROGNAME=`basename $0` bacula-9.6.6/examples/nagios/check_bacula_pools.sh:12:PROGPATH=`echo $0 | sed -e 's,[\\/][^\\/][^\\/]*$,,'` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-13-STATUS="" ############################################## bacula-9.6.6/examples/nagios/check_bacula_pools.sh-70- bacula-9.6.6/examples/nagios/check_bacula_pools.sh:71:LAST_CHECK=`ps -ef | grep check_ba[Cc]ula_pools.sh | awk {'print $5'} | uniq | wc -l` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-72-if [ "$LAST_CHECK" -gt 1 ]; then ############################################## bacula-9.6.6/examples/nagios/check_bacula_pools.sh-78-USE bacula bacula-9.6.6/examples/nagios/check_bacula_pools.sh:79:SELECT COUNT(MediaId) from Media, Pool where Media.PoolId=Pool.PoolId and Pool.Name="$POOL" AND LastWritten <> "0000-00-00 00:00:00" AND UNIX_TIMESTAMP()-UNIX_TIMESTAMP(LastWritten)>Media.VolRetention AND Inchanger = "1"; bacula-9.6.6/examples/nagios/check_bacula_pools.sh-80-EOF bacula-9.6.6/examples/nagios/check_bacula_pools.sh-81-` bacula-9.6.6/examples/nagios/check_bacula_pools.sh:82: NB_VOLUMES_OUT_OF_RETENTION=`echo $NB_VOLUMES_OUT_OF_RETENTION | cut -f 2 -d ' '` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-83- ############################################## bacula-9.6.6/examples/nagios/check_bacula_pools.sh-85-USE bacula bacula-9.6.6/examples/nagios/check_bacula_pools.sh:86:SELECT COUNT(MediaId) from Media, Pool where Media.PoolId=Pool.PoolId and Pool.Name="$POOL" AND VolStatus="Error" AND Inchanger = "1"; bacula-9.6.6/examples/nagios/check_bacula_pools.sh-87-EOF bacula-9.6.6/examples/nagios/check_bacula_pools.sh-88-` bacula-9.6.6/examples/nagios/check_bacula_pools.sh:89:NB_VOLUMES_ERROR=`echo $NB_VOLUMES_ERROR | cut -f 2 -d ' '` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-90- ############################################## bacula-9.6.6/examples/nagios/check_bacula_pools.sh-92-USE bacula bacula-9.6.6/examples/nagios/check_bacula_pools.sh:93:SELECT SUM(VolBytes)/COUNT(MediaId) FROM Media where VolStatus="Full" AND MediaType="$MEDIA_TYPE"; bacula-9.6.6/examples/nagios/check_bacula_pools.sh-94-EOF bacula-9.6.6/examples/nagios/check_bacula_pools.sh-95-` bacula-9.6.6/examples/nagios/check_bacula_pools.sh:96:AVERAGE_CAPA_VOLUME=`echo $AVERAGE_CAPA_VOLUME | cut -f 2 -d ' ' | cut -f 1 -d '.'` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-97- ############################################## bacula-9.6.6/examples/nagios/check_bacula_pools.sh-99-USE bacula bacula-9.6.6/examples/nagios/check_bacula_pools.sh:100:SELECT SUM("$AVERAGE_CAPA_VOLUME"-VolBytes) from Media, Pool where Media.PoolId=Pool.PoolId and Pool.Name="$POOL" AND (VolStatus = "Append" OR VolStatus = "Recycle" OR VolStatus = "Purge") AND Inchanger = "1" AND MediaType="$MEDIA_TYPE"; bacula-9.6.6/examples/nagios/check_bacula_pools.sh-101-EOF bacula-9.6.6/examples/nagios/check_bacula_pools.sh-102-` bacula-9.6.6/examples/nagios/check_bacula_pools.sh:103:CAPA_VOLUMES_APPEND=`echo $CAPA_VOLUMES_APPEND | cut -f 2 -d ' '` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-104- ############################################## bacula-9.6.6/examples/nagios/check_bacula_pools.sh-108-USE bacula bacula-9.6.6/examples/nagios/check_bacula_pools.sh:109:SELECT SUM("$AVERAGE_CAPA_VOLUME"-VolBytes) from Media, Pool where Media.PoolId=Pool.PoolId and Pool.Name="Scratch" AND VolStatus = "Append" AND Inchanger = "1" AND MediaType="$MEDIA_TYPE"; bacula-9.6.6/examples/nagios/check_bacula_pools.sh-110-EOF bacula-9.6.6/examples/nagios/check_bacula_pools.sh-111-` bacula-9.6.6/examples/nagios/check_bacula_pools.sh:112:CAPA_VOLUMES_SCRATCH=`echo $CAPA_VOLUMES_SCRATCH | cut -f 2 -d ' '` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-113-else ############################################## bacula-9.6.6/examples/nagios/check_bacula_pools.sh-121-CAPA_REQUIRED=0 bacula-9.6.6/examples/nagios/check_bacula_pools.sh:122:for LINE in `cat ${TMP}/Scheduled.txt` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-123-do bacula-9.6.6/examples/nagios/check_bacula_pools.sh:124: SCHEDULED_JOB=`echo $LINE | awk -F@ '{print $6}'` bacula-9.6.6/examples/nagios/check_bacula_pools.sh:125: LEVEL=`echo $LINE | awk -F@ '{print $1}' | cut -c 1` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-126- ############################################## bacula-9.6.6/examples/nagios/check_bacula_pools.sh-128-USE bacula bacula-9.6.6/examples/nagios/check_bacula_pools.sh:129:SELECT MAX(JobBytes) from Job, Pool where Level="$LEVEL" AND Job.Name="$SCHEDULED_JOB" AND Job.PoolId=Pool.PoolId AND Pool.Name="$POOL"; bacula-9.6.6/examples/nagios/check_bacula_pools.sh-130-EOF bacula-9.6.6/examples/nagios/check_bacula_pools.sh-131-` bacula-9.6.6/examples/nagios/check_bacula_pools.sh:132:MAX_VOLUME_JOB_FOR_LEVEL=`echo $MAX_VOLUME_JOB_FOR_LEVEL | cut -f 2 -d ' ' ` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-133- ############################################## bacula-9.6.6/examples/nagios/check_bacula_pools.sh-138- bacula-9.6.6/examples/nagios/check_bacula_pools.sh:139:CAPA_WARNING=`echo $[(WARNING+100)*CAPA_REQUIRED]/100 | bc | cut -f 1 -d '.'` bacula-9.6.6/examples/nagios/check_bacula_pools.sh:140:CAPA_CRITICAL=`echo $[(CRITICAL+100)*CAPA_REQUIRED]/100 | bc | cut -f 1 -d '.'` bacula-9.6.6/examples/nagios/check_bacula_pools.sh-141-CAPA_DISP=$[NB_VOLUMES_OUT_OF_RETENTION*AVERAGE_CAPA_VOLUME+CAPA_VOLUMES_APPEND] ############################################## bacula-9.6.6/examples/nagios/nagios.txt-173- bacula-9.6.6/examples/nagios/nagios.txt:174: $sql = "SELECT count(*) as 'count' from Job where (Name='$opt_job') and (JobStatus='T') and (EndTime <> '') and ((EndTime <= '$date_start') and (EndTime >= '$date_stop'));"; bacula-9.6.6/examples/nagios/nagios.txt-175- ############################################## bacula-9.6.6/examples/backup-to-usb.txt-578-FreeSpace () { bacula-9.6.6/examples/backup-to-usb.txt:579: freespace=`df | grep $path | awk '{print $4}'` bacula-9.6.6/examples/backup-to-usb.txt:580: if [ 0 -ne `expr index "$freespace" %` ] ; then bacula-9.6.6/examples/backup-to-usb.txt:581: freespace=`df | grep $path | awk '{print $3}'` bacula-9.6.6/examples/backup-to-usb.txt-582- fi ############################################## bacula-9.6.6/examples/backup-to-usb.txt-619- # and awk gets the 9th column of this line, i.e. the file name we were looking for bacula-9.6.6/examples/backup-to-usb.txt:620: oldestfile=`ls -ralt $path/DVD* | head -n 1 | awk '{print $9}'` bacula-9.6.6/examples/backup-to-usb.txt-621- ############################################## bacula-9.6.6/examples/backup-to-usb.txt-678- bacula-9.6.6/examples/backup-to-usb.txt:679:lines=`awk '{print $1}' /var/bacula/volumes` bacula-9.6.6/examples/backup-to-usb.txt-680- ############################################## bacula-9.6.6/examples/recover.pl-494-if ($vars->{'h'}) { bacula-9.6.6/examples/recover.pl:495: system("perldoc $0"); bacula-9.6.6/examples/recover.pl-496- exit; ############################################## bacula-9.6.6/examples/recover.pl-1316- $neg = 1; bacula-9.6.6/examples/recover.pl:1317: $where = substr($where, 1); bacula-9.6.6/examples/recover.pl-1318- } ############################################## bacula-9.6.6/examples/recover.pl-1324- $val += $base64_map[ord(substr($where, 0, 1))]; bacula-9.6.6/examples/recover.pl:1325: $where = substr($where, 1); bacula-9.6.6/examples/recover.pl-1326- } ############################################## bacula-9.6.6/examples/recover.pl-2554- bacula-9.6.6/examples/recover.pl:2555: $query = "select name from Client where clientid = $client"; bacula-9.6.6/examples/recover.pl-2556- my $sth = $dbh->prepare($query) || die "Can't prepare $query\n"; ############################################## bacula-9.6.6/examples/recover.pl-2584- elsif ($what eq 'client') { bacula-9.6.6/examples/recover.pl:2585: my $query = "select name from Client where clientid = $client"; bacula-9.6.6/examples/recover.pl-2586- my $sth = $dbh->prepare($query) || die "Can't prepare $query\n"; ############################################## bacula-9.6.6/examples/ssh-tunnel.sh-25- # find PID killem bacula-9.6.6/examples/ssh-tunnel.sh:26: PID=`ps ax | grep "ssh -fnCN2 -o PreferredAuthentications=publickey -i /usr/local/bacula/ssh/id_dsa" | grep "$CLIENT" | awk '{ print $1 }'` bacula-9.6.6/examples/ssh-tunnel.sh-27- kill $PID ############################################## bacula-9.6.6/examples/backup-every-other-week.txt-46-my $start_date = shift; bacula-9.6.6/examples/backup-every-other-week.txt:47:$start_date = `/bin/date -d '$start_date' +'%s'`; bacula-9.6.6/examples/backup-every-other-week.txt-48-chomp $start_date; ############################################## bacula-9.6.6/examples/afs-bacula-116- # See if it's already running. Look *only* at the pid file. bacula-9.6.6/examples/afs-bacula:117: pidlist=`pidfileofproc $base` bacula-9.6.6/examples/afs-bacula-118- ############################################## bacula-9.6.6/examples/afs-bacula-278- bacula-9.6.6/examples/afs-bacula:279:CMD=`basename ${0}` bacula-9.6.6/examples/afs-bacula-280-PRINCIPAL='bacula' ############################################## bacula-9.6.6/examples/afs-bacula-283-command_line="$*" bacula-9.6.6/examples/afs-bacula:284:command=`echo ${command_line} | awk '{print $1}'` bacula-9.6.6/examples/afs-bacula-285-# Check if we can run the command. ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v. bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4-16-*GNU* | *'with BFD'*) ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4-50- # gcc leaves a trailing carriage return which upsets mingw bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4:51: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4-52- *) bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4:53: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4-54- esac ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4-59- # Canonicalize the path of ld bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4:60: ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'` bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4-61- while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4:62: ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4-63- done ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4-89- # Break only if it was the GNU/non-GNU ld that we prefer. bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4:90: case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in bacula-9.6.6/autoconf/gettext-macros/lib-ld.m4-91- *GNU* | *'with BFD'*) ############################################## bacula-9.6.6/autoconf/gettext-macros/gettext.m4-238- LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV" bacula-9.6.6/autoconf/gettext-macros/gettext.m4:239: LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` bacula-9.6.6/autoconf/gettext-macros/gettext.m4-240- fi ############################################## bacula-9.6.6/autoconf/gettext-macros/gettext.m4-467-changequote(<<,>>)dnl bacula-9.6.6/autoconf/gettext-macros/gettext.m4:468: ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` bacula-9.6.6/autoconf/gettext-macros/gettext.m4-469- case $ac_prog_version in ############################################## bacula-9.6.6/autoconf/gettext-macros/iconv.m4-94- am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) bacula-9.6.6/autoconf/gettext-macros/iconv.m4:95: am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` bacula-9.6.6/autoconf/gettext-macros/iconv.m4-96- AC_MSG_RESULT([$]{ac_t:- ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-178- dnl or AC_LIB_HAVE_LINKFLAGS call. bacula-9.6.6/autoconf/gettext-macros/lib-link.m4:179: uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'` bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-180- eval value=\"\$HAVE_LIB$uppername\" ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-220- -L*) bacula-9.6.6/autoconf/gettext-macros/lib-link.m4:221: dir=`echo "X$x" | sed -e 's/^X-L//'` bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-222- if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-337- */lib | */lib/) bacula-9.6.6/autoconf/gettext-macros/lib-link.m4:338: basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'` bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-339- additional_includedir="$basedir/include" ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-390- -L*) bacula-9.6.6/autoconf/gettext-macros/lib-link.m4:391: additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-392- dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME. ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-440- -R*) bacula-9.6.6/autoconf/gettext-macros/lib-link.m4:441: dir=`echo "X$dep" | sed -e 's/^X-R//'` bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-442- if test "$enable_rpath" != no; then ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-470- dnl Handle this in the next round. bacula-9.6.6/autoconf/gettext-macros/lib-link.m4:471: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-472- ;; ############################################## bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-476- dnl option. bacula-9.6.6/autoconf/gettext-macros/lib-link.m4:477: names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'` bacula-9.6.6/autoconf/gettext-macros/lib-link.m4-478- ;; ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-64- else bacula-9.6.6/autoconf/gettext-macros/po.m4:65: GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` bacula-9.6.6/autoconf/gettext-macros/po.m4-66- AC_MSG_RESULT( ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-92- case "$ac_file" in bacula-9.6.6/autoconf/gettext-macros/po.m4:93: *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;; bacula-9.6.6/autoconf/gettext-macros/po.m4-94- esac ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-97- # Adjust a relative srcdir. bacula-9.6.6/autoconf/gettext-macros/po.m4:98: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` bacula-9.6.6/autoconf/gettext-macros/po.m4:99: ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" bacula-9.6.6/autoconf/gettext-macros/po.m4:100: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` bacula-9.6.6/autoconf/gettext-macros/po.m4-101- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-104- case "$ac_given_srcdir" in bacula-9.6.6/autoconf/gettext-macros/po.m4:105: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; bacula-9.6.6/autoconf/gettext-macros/po.m4-106- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-124- fi bacula-9.6.6/autoconf/gettext-macros/po.m4:125: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` bacula-9.6.6/autoconf/gettext-macros/po.m4-126- # Hide the ALL_LINGUAS assigment from automake. ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-220- # Adjust a relative srcdir. bacula-9.6.6/autoconf/gettext-macros/po.m4:221: ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'` bacula-9.6.6/autoconf/gettext-macros/po.m4:222: ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`" bacula-9.6.6/autoconf/gettext-macros/po.m4:223: ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'` bacula-9.6.6/autoconf/gettext-macros/po.m4-224- # In autoconf-2.13 it is called $ac_given_srcdir. ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-227- case "$ac_given_srcdir" in bacula-9.6.6/autoconf/gettext-macros/po.m4:228: .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;; bacula-9.6.6/autoconf/gettext-macros/po.m4-229- /*) top_srcdir="$ac_given_srcdir" ;; ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-288- # Set POTFILES to the value of the Makefile variable POTFILES. bacula-9.6.6/autoconf/gettext-macros/po.m4:289: sed_x_POTFILES="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`" bacula-9.6.6/autoconf/gettext-macros/po.m4:290: POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"` bacula-9.6.6/autoconf/gettext-macros/po.m4-291- # Compute POTFILES_DEPS as ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-303- # The LINGUAS file contains the set of available languages. bacula-9.6.6/autoconf/gettext-macros/po.m4:304: ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"` bacula-9.6.6/autoconf/gettext-macros/po.m4-305- POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS" ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-307- # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS. bacula-9.6.6/autoconf/gettext-macros/po.m4:308: sed_x_LINGUAS="`$gt_echo \"$sed_x_variable\" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`" bacula-9.6.6/autoconf/gettext-macros/po.m4:309: ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"` bacula-9.6.6/autoconf/gettext-macros/po.m4-310- fi ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-351- QMFILES="$QMFILES $srcdirpre$lang.qm" bacula-9.6.6/autoconf/gettext-macros/po.m4:352: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` bacula-9.6.6/autoconf/gettext-macros/po.m4-353- MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg" bacula-9.6.6/autoconf/gettext-macros/po.m4:354: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` bacula-9.6.6/autoconf/gettext-macros/po.m4-355- RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll" ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-392- QTCATALOGS="$QTCATALOGS $lang.qm" bacula-9.6.6/autoconf/gettext-macros/po.m4:393: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` bacula-9.6.6/autoconf/gettext-macros/po.m4-394- TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg" bacula-9.6.6/autoconf/gettext-macros/po.m4:395: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` bacula-9.6.6/autoconf/gettext-macros/po.m4-396- CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll" ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-403- for lang in $ALL_LINGUAS; do bacula-9.6.6/autoconf/gettext-macros/po.m4:404: frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'` bacula-9.6.6/autoconf/gettext-macros/po.m4-405- cat >> "$ac_file.tmp" <<EOF ############################################## bacula-9.6.6/autoconf/gettext-macros/po.m4-414- for lang in $ALL_LINGUAS; do bacula-9.6.6/autoconf/gettext-macros/po.m4:415: frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'` bacula-9.6.6/autoconf/gettext-macros/po.m4-416- cat >> "$ac_file.tmp" <<EOF ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-125-done bacula-9.6.6/autoconf/libtool/libtool.m4:126:cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"` bacula-9.6.6/autoconf/libtool/libtool.m4-127-]) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-427-m4_define([_LT_CONFIG_STATUS_DECLARE], bacula-9.6.6/autoconf/libtool/libtool.m4:428:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`']) bacula-9.6.6/autoconf/libtool/libtool.m4-429- ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-437-# bacula-9.6.6/autoconf/libtool/libtool.m4:438:# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`' bacula-9.6.6/autoconf/libtool/libtool.m4-439-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS], ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-547-]], lt_decl_quote_varnames); do bacula-9.6.6/autoconf/libtool/libtool.m4:548: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bacula-9.6.6/autoconf/libtool/libtool.m4-549- *[[\\\\\\\`\\"\\\$]]*) bacula-9.6.6/autoconf/libtool/libtool.m4:550: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" bacula-9.6.6/autoconf/libtool/libtool.m4-551- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-560-]], lt_decl_dquote_varnames); do bacula-9.6.6/autoconf/libtool/libtool.m4:561: case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in bacula-9.6.6/autoconf/libtool/libtool.m4-562- *[[\\\\\\\`\\"\\\$]]*) bacula-9.6.6/autoconf/libtool/libtool.m4:563: eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" bacula-9.6.6/autoconf/libtool/libtool.m4-564- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-720- bacula-9.6.6/autoconf/libtool/libtool.m4:721:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services. bacula-9.6.6/autoconf/libtool/libtool.m4-722-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1090- if test "$lt_cv_ld_force_load" = "yes"; then bacula-9.6.6/autoconf/libtool/libtool.m4:1091: _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' bacula-9.6.6/autoconf/libtool/libtool.m4-1092- m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes], ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1143- }]' bacula-9.6.6/autoconf/libtool/libtool.m4:1144: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bacula-9.6.6/autoconf/libtool/libtool.m4-1145- # Check for a 64-bit object if we didn't find anything. bacula-9.6.6/autoconf/libtool/libtool.m4-1146- if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then bacula-9.6.6/autoconf/libtool/libtool.m4:1147: _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` bacula-9.6.6/autoconf/libtool/libtool.m4-1148- fi],[]) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1179-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ bacula-9.6.6/autoconf/libtool/libtool.m4:1180: test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then bacula-9.6.6/autoconf/libtool/libtool.m4-1181- ECHO='print -r --' bacula-9.6.6/autoconf/libtool/libtool.m4:1182:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then bacula-9.6.6/autoconf/libtool/libtool.m4-1183- ECHO='printf %s\n' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1214- PATH=/empty FPATH=/empty; export PATH FPATH bacula-9.6.6/autoconf/libtool/libtool.m4:1215: test "X`printf %s $ECHO`" = "X$ECHO" \ bacula-9.6.6/autoconf/libtool/libtool.m4:1216: || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) bacula-9.6.6/autoconf/libtool/libtool.m4-1217- ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1237- if test "$GCC" = yes; then bacula-9.6.6/autoconf/libtool/libtool.m4:1238: lt_sysroot=`$CC --print-sysroot 2>/dev/null` bacula-9.6.6/autoconf/libtool/libtool.m4-1239- fi ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1241- /*) bacula-9.6.6/autoconf/libtool/libtool.m4:1242: lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"` bacula-9.6.6/autoconf/libtool/libtool.m4-1243- ;; #( ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1270- if AC_TRY_EVAL(ac_compile); then bacula-9.6.6/autoconf/libtool/libtool.m4:1271: case `/usr/bin/file conftest.$ac_objext` in bacula-9.6.6/autoconf/libtool/libtool.m4-1272- *ELF-32*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1286- if test "$lt_cv_prog_gnu_ld" = yes; then bacula-9.6.6/autoconf/libtool/libtool.m4:1287: case `/usr/bin/file conftest.$ac_objext` in bacula-9.6.6/autoconf/libtool/libtool.m4-1288- *32-bit*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1298- else bacula-9.6.6/autoconf/libtool/libtool.m4:1299: case `/usr/bin/file conftest.$ac_objext` in bacula-9.6.6/autoconf/libtool/libtool.m4-1300- *32-bit*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1663- # And add a safety zone bacula-9.6.6/autoconf/libtool/libtool.m4:1664: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bacula-9.6.6/autoconf/libtool/libtool.m4:1665: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bacula-9.6.6/autoconf/libtool/libtool.m4-1666- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1696- if test -n "$kargmax"; then bacula-9.6.6/autoconf/libtool/libtool.m4:1697: lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'` bacula-9.6.6/autoconf/libtool/libtool.m4-1698- else ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1705- test undefined != "$lt_cv_sys_max_cmd_len"; then bacula-9.6.6/autoconf/libtool/libtool.m4:1706: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4` bacula-9.6.6/autoconf/libtool/libtool.m4:1707: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3` bacula-9.6.6/autoconf/libtool/libtool.m4-1708- else ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1717- # we can't tell. bacula-9.6.6/autoconf/libtool/libtool.m4:1718: while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ bacula-9.6.6/autoconf/libtool/libtool.m4-1719- = "X$teststring$teststring"; } >/dev/null 2>&1 && ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1721- do bacula-9.6.6/autoconf/libtool/libtool.m4:1722: i=`expr $i + 1` bacula-9.6.6/autoconf/libtool/libtool.m4-1723- teststring=$teststring$teststring ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1725- # Only check the string length outside the loop. bacula-9.6.6/autoconf/libtool/libtool.m4:1726: lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1` bacula-9.6.6/autoconf/libtool/libtool.m4-1727- teststring= ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-1730- # linker. It appears as though 1/2 is a usable value. bacula-9.6.6/autoconf/libtool/libtool.m4:1731: lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2` bacula-9.6.6/autoconf/libtool/libtool.m4-1732- fi ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2055- if test "$hard_links" = no; then bacula-9.6.6/autoconf/libtool/libtool.m4:2056: AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe]) bacula-9.6.6/autoconf/libtool/libtool.m4-2057- need_locks=warn ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2186- esac bacula-9.6.6/autoconf/libtool/libtool.m4:2187: lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq` bacula-9.6.6/autoconf/libtool/libtool.m4-2188- case $lt_search_path_spec in ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2193- # okay in the real world where ";" in dirpaths is itself problematic. bacula-9.6.6/autoconf/libtool/libtool.m4:2194: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'` bacula-9.6.6/autoconf/libtool/libtool.m4-2195- ;; bacula-9.6.6/autoconf/libtool/libtool.m4-2196- *) bacula-9.6.6/autoconf/libtool/libtool.m4:2197: lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"` bacula-9.6.6/autoconf/libtool/libtool.m4-2198- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2202- lt_tmp_lt_search_path_spec= bacula-9.6.6/autoconf/libtool/libtool.m4:2203: lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null` bacula-9.6.6/autoconf/libtool/libtool.m4-2204- for lt_sys_path in $lt_search_path_spec; do ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2237- esac bacula-9.6.6/autoconf/libtool/libtool.m4:2238: sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP` bacula-9.6.6/autoconf/libtool/libtool.m4-2239-else ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2325- # Create ${libname}_ixlibrary.a entries in /sys/libs. bacula-9.6.6/autoconf/libtool/libtool.m4:2326: finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done' bacula-9.6.6/autoconf/libtool/libtool.m4-2327- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2361- # DLL is installed to $(libdir)/../bin by postinstall_cmds bacula-9.6.6/autoconf/libtool/libtool.m4:2362: postinstall_cmds='base_file=`basename \${file}`~ bacula-9.6.6/autoconf/libtool/libtool.m4:2363: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ bacula-9.6.6/autoconf/libtool/libtool.m4:2364: dldir=$destdir/`dirname \$dlpath`~ bacula-9.6.6/autoconf/libtool/libtool.m4-2365- test -d \$dldir || mkdir -p \$dldir~ ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2370- fi' bacula-9.6.6/autoconf/libtool/libtool.m4:2371: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bacula-9.6.6/autoconf/libtool/libtool.m4-2372- dlpath=$dir/\$dldll~ ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2378- # Cygwin DLLs use 'cyg' prefix rather than 'lib' bacula-9.6.6/autoconf/libtool/libtool.m4:2379: soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/autoconf/libtool/libtool.m4-2380-m4_if([$1], [],[ ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2384- # MinGW DLLs use traditional 'lib' prefix bacula-9.6.6/autoconf/libtool/libtool.m4:2385: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/autoconf/libtool/libtool.m4-2386- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2388- # pw32 DLLs use 'pw' prefix rather than 'lib' bacula-9.6.6/autoconf/libtool/libtool.m4:2389: library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/autoconf/libtool/libtool.m4-2390- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2397- libname_spec='$name' bacula-9.6.6/autoconf/libtool/libtool.m4:2398: soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}' bacula-9.6.6/autoconf/libtool/libtool.m4-2399- library_names_spec='${libname}.dll.lib' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2409- # Let DOS variable expansion print the short 8.3 style file name. bacula-9.6.6/autoconf/libtool/libtool.m4:2410: lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"` bacula-9.6.6/autoconf/libtool/libtool.m4-2411- sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path" ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2414- # Convert to MSYS style. bacula-9.6.6/autoconf/libtool/libtool.m4:2415: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'` bacula-9.6.6/autoconf/libtool/libtool.m4-2416- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2420- # like /cygdrive/c/PROGRA~1:/cygdr... bacula-9.6.6/autoconf/libtool/libtool.m4:2421: sys_lib_search_path_spec=`cygpath --path --unix "$LIB"` bacula-9.6.6/autoconf/libtool/libtool.m4:2422: sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null` bacula-9.6.6/autoconf/libtool/libtool.m4:2423: sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bacula-9.6.6/autoconf/libtool/libtool.m4-2424- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2428- # It is most probably a Windows format PATH. bacula-9.6.6/autoconf/libtool/libtool.m4:2429: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'` bacula-9.6.6/autoconf/libtool/libtool.m4-2430- else bacula-9.6.6/autoconf/libtool/libtool.m4:2431: sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"` bacula-9.6.6/autoconf/libtool/libtool.m4-2432- fi ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2438- # DLL is installed to $(libdir)/../bin by postinstall_cmds bacula-9.6.6/autoconf/libtool/libtool.m4:2439: postinstall_cmds='base_file=`basename \${file}`~ bacula-9.6.6/autoconf/libtool/libtool.m4:2440: dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~ bacula-9.6.6/autoconf/libtool/libtool.m4:2441: dldir=$destdir/`dirname \$dlpath`~ bacula-9.6.6/autoconf/libtool/libtool.m4-2442- test -d \$dldir || mkdir -p \$dldir~ bacula-9.6.6/autoconf/libtool/libtool.m4-2443- $install_prog $dir/$dlname \$dldir/$dlname' bacula-9.6.6/autoconf/libtool/libtool.m4:2444: postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~ bacula-9.6.6/autoconf/libtool/libtool.m4-2445- dlpath=$dir/\$dldll~ ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2452- # Assume MSVC wrapper bacula-9.6.6/autoconf/libtool/libtool.m4:2453: library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib' bacula-9.6.6/autoconf/libtool/libtool.m4-2454- dynamic_linker='Win32 ld.exe' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2469- shlibpath_var=DYLD_LIBRARY_PATH bacula-9.6.6/autoconf/libtool/libtool.m4:2470: shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' bacula-9.6.6/autoconf/libtool/libtool.m4-2471-m4_if([$1], [],[ ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2676- if test -f /etc/ld.so.conf; then bacula-9.6.6/autoconf/libtool/libtool.m4:2677: lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '` bacula-9.6.6/autoconf/libtool/libtool.m4-2678- sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra" ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2750- shlibpath_var=LD_LIBRARY_PATH bacula-9.6.6/autoconf/libtool/libtool.m4:2751: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bacula-9.6.6/autoconf/libtool/libtool.m4-2752- case $host_os in ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-2967- "file_magic "*) bacula-9.6.6/autoconf/libtool/libtool.m4:2968: file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"` bacula-9.6.6/autoconf/libtool/libtool.m4-2969- MAGIC_CMD="$lt_cv_path_MAGIC_CMD" ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3050- # gcc leaves a trailing carriage return which upsets mingw bacula-9.6.6/autoconf/libtool/libtool.m4:3051: ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;; bacula-9.6.6/autoconf/libtool/libtool.m4-3052- *) bacula-9.6.6/autoconf/libtool/libtool.m4:3053: ac_prog=`($CC -print-prog-name=ld) 2>&5` ;; bacula-9.6.6/autoconf/libtool/libtool.m4-3054- esac ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3059- # Canonicalize the pathname of ld bacula-9.6.6/autoconf/libtool/libtool.m4:3060: ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'` bacula-9.6.6/autoconf/libtool/libtool.m4-3061- while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do bacula-9.6.6/autoconf/libtool/libtool.m4:3062: ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"` bacula-9.6.6/autoconf/libtool/libtool.m4-3063- done ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3090- # Break only if it was the GNU/non-GNU ld that we prefer. bacula-9.6.6/autoconf/libtool/libtool.m4:3091: case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in bacula-9.6.6/autoconf/libtool/libtool.m4-3092- *GNU* | *'with BFD'*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3130-[# I'd rather use --version here, but apparently some GNU lds only accept -v. bacula-9.6.6/autoconf/libtool/libtool.m4:3131:case `$LD -v 2>&1 </dev/null` in bacula-9.6.6/autoconf/libtool/libtool.m4-3132-*GNU* | *'with BFD'*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3321-openbsd*) bacula-9.6.6/autoconf/libtool/libtool.m4:3322: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bacula-9.6.6/autoconf/libtool/libtool.m4-3323- lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3385- else bacula-9.6.6/autoconf/libtool/libtool.m4:3386: file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` bacula-9.6.6/autoconf/libtool/libtool.m4-3387- fi ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3431- # Tru64's nm complains that /dev/null is an invalid object file bacula-9.6.6/autoconf/libtool/libtool.m4:3432: case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in bacula-9.6.6/autoconf/libtool/libtool.m4-3433- */dev/null* | *'Invalid file or object type'*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3437- *) bacula-9.6.6/autoconf/libtool/libtool.m4:3438: case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in bacula-9.6.6/autoconf/libtool/libtool.m4-3439- */dev/null*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3463- AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :) bacula-9.6.6/autoconf/libtool/libtool.m4:3464: case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in bacula-9.6.6/autoconf/libtool/libtool.m4-3465- *COFF*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3522- # decide which to use based on capabilities of $DLLTOOL bacula-9.6.6/autoconf/libtool/libtool.m4:3523: case `$DLLTOOL --help 2>&1` in bacula-9.6.6/autoconf/libtool/libtool.m4-3524- *--identify-strict*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3681-# If we're using GNU nm, then use its standard symbol codes. bacula-9.6.6/autoconf/libtool/libtool.m4:3682:case `$NM -V 2>&1` in bacula-9.6.6/autoconf/libtool/libtool.m4-3683-*GNU* | *'with BFD'*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3699-mingw*) bacula-9.6.6/autoconf/libtool/libtool.m4:3700: opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp bacula-9.6.6/autoconf/libtool/libtool.m4-3701- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-3752- nlist=conftest.nm bacula-9.6.6/autoconf/libtool/libtool.m4:3753: if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then bacula-9.6.6/autoconf/libtool/libtool.m4-3754- # Try sorting and uniquifying the output. ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4090- *) bacula-9.6.6/autoconf/libtool/libtool.m4:4091: case `$CC -V 2>&1 | sed 5q` in bacula-9.6.6/autoconf/libtool/libtool.m4-4092- *Sun\ C*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4395- *) bacula-9.6.6/autoconf/libtool/libtool.m4:4396: case `$CC -V 2>&1 | sed 5q` in bacula-9.6.6/autoconf/libtool/libtool.m4-4397- *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4673- # shared libraries, regardless of the interface used. bacula-9.6.6/autoconf/libtool/libtool.m4:4674: case `$LD -v 2>&1` in bacula-9.6.6/autoconf/libtool/libtool.m4-4675- *\ \(GNU\ Binutils\)\ 2.19.5*) ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4705- supports_anon_versioning=no bacula-9.6.6/autoconf/libtool/libtool.m4:4706: case `$LD -v 2>&1` in bacula-9.6.6/autoconf/libtool/libtool.m4-4707- *GNU\ gold*) supports_anon_versioning=yes ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4774- # is EXPORTS), use it as is; otherwise, prepend... bacula-9.6.6/autoconf/libtool/libtool.m4:4775: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bacula-9.6.6/autoconf/libtool/libtool.m4-4776- cp $export_symbols $output_objdir/$soname.def; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4802- # time. Moving up from 0x10000000 also allows more sbrk(2) space. bacula-9.6.6/autoconf/libtool/libtool.m4:4803: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4:4804: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-4805- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4820- pgcc*) # Portland Group C compiler bacula-9.6.6/autoconf/libtool/libtool.m4:4821: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/autoconf/libtool/libtool.m4-4822- tmp_addflag=' $pic_flag' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4825- # Portland Group f77 and f90 compilers bacula-9.6.6/autoconf/libtool/libtool.m4:4826: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/autoconf/libtool/libtool.m4-4827- tmp_addflag=' $pic_flag -Mnomain' ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4840- nvcc*) # Cuda Compiler Driver 2.2 bacula-9.6.6/autoconf/libtool/libtool.m4:4841: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/autoconf/libtool/libtool.m4-4842- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4844- esac bacula-9.6.6/autoconf/libtool/libtool.m4:4845: case `$CC -V 2>&1 | sed 5q` in bacula-9.6.6/autoconf/libtool/libtool.m4-4846- *Sun\ C*) # Sun C 5.9 bacula-9.6.6/autoconf/libtool/libtool.m4:4847: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/autoconf/libtool/libtool.m4-4848- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-4912- sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*) bacula-9.6.6/autoconf/libtool/libtool.m4:4913: case `$LD -v 2>&1` in bacula-9.6.6/autoconf/libtool/libtool.m4-4914- *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5035- # below for broken collect2 doesn't work under 4.3+ bacula-9.6.6/autoconf/libtool/libtool.m4:5036: collect2name=`${CC} -print-prog-name=collect2` bacula-9.6.6/autoconf/libtool/libtool.m4-5037- if test -f "$collect2name" && ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5085- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath" bacula-9.6.6/autoconf/libtool/libtool.m4:5086: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" bacula-9.6.6/autoconf/libtool/libtool.m4-5087- else ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5151- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' bacula-9.6.6/autoconf/libtool/libtool.m4:5152: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bacula-9.6.6/autoconf/libtool/libtool.m4-5153- sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5188- # FIXME: Setting linknames here is a bad hack. bacula-9.6.6/autoconf/libtool/libtool.m4:5189: _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames=' bacula-9.6.6/autoconf/libtool/libtool.m4-5190- # The linker will automatically build a .lib file if we build a DLL. ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5326- if test "$GCC" = yes; then bacula-9.6.6/autoconf/libtool/libtool.m4:5327: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-5328- # Try to use the -exported_symbol ld option, if it does not ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5349- if test "$lt_cv_irix_exported_symbol" = yes; then bacula-9.6.6/autoconf/libtool/libtool.m4:5350: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-5351- fi bacula-9.6.6/autoconf/libtool/libtool.m4-5352- else bacula-9.6.6/autoconf/libtool/libtool.m4:5353: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4:5354: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-5355- fi ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5389- _LT_TAGVAR(hardcode_direct_absolute, $1)=yes bacula-9.6.6/autoconf/libtool/libtool.m4:5390: if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bacula-9.6.6/autoconf/libtool/libtool.m4-5391- _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5422- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' bacula-9.6.6/autoconf/libtool/libtool.m4:5423: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-5424- else bacula-9.6.6/autoconf/libtool/libtool.m4-5425- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' bacula-9.6.6/autoconf/libtool/libtool.m4:5426: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-5427- fi ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5435- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' bacula-9.6.6/autoconf/libtool/libtool.m4:5436: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-5437- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5439- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' bacula-9.6.6/autoconf/libtool/libtool.m4:5440: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4:5441: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~ bacula-9.6.6/autoconf/libtool/libtool.m4:5442: $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp' bacula-9.6.6/autoconf/libtool/libtool.m4-5443- ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5458- else bacula-9.6.6/autoconf/libtool/libtool.m4:5459: case `$CC -V 2>&1` in bacula-9.6.6/autoconf/libtool/libtool.m4-5460- *"Compilers 5.0"*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5651- _LT_TAGVAR(allow_undefined_flag, $1)= bacula-9.6.6/autoconf/libtool/libtool.m4:5652: if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) bacula-9.6.6/autoconf/libtool/libtool.m4-5653- then ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-5951- # ancient GNU ld didn't support --whole-archive et. al. bacula-9.6.6/autoconf/libtool/libtool.m4:5952: if eval "`$CC -print-prog-name=ld` --help 2>&1" | bacula-9.6.6/autoconf/libtool/libtool.m4-5953- $GREP 'no-whole-archive' > /dev/null; then ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6034- # below for broken collect2 doesn't work under 4.3+ bacula-9.6.6/autoconf/libtool/libtool.m4:6035: collect2name=`${CC} -print-prog-name=collect2` bacula-9.6.6/autoconf/libtool/libtool.m4-6036- if test -f "$collect2name" && ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6084- bacula-9.6.6/autoconf/libtool/libtool.m4:6085: _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag" bacula-9.6.6/autoconf/libtool/libtool.m4-6086- else ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6150- _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames=' bacula-9.6.6/autoconf/libtool/libtool.m4:6151: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bacula-9.6.6/autoconf/libtool/libtool.m4-6152- $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6191- # is EXPORTS), use it as is; otherwise, prepend... bacula-9.6.6/autoconf/libtool/libtool.m4:6192: _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then bacula-9.6.6/autoconf/libtool/libtool.m4-6193- cp $export_symbols $output_objdir/$soname.def; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6271- # dependencies. bacula-9.6.6/autoconf/libtool/libtool.m4:6272: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bacula-9.6.6/autoconf/libtool/libtool.m4-6273- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6336- # dependencies. bacula-9.6.6/autoconf/libtool/libtool.m4:6337: output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bacula-9.6.6/autoconf/libtool/libtool.m4-6338- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6372- # time. Moving up from 0x10000000 also allows more sbrk(2) space. bacula-9.6.6/autoconf/libtool/libtool.m4:6373: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4:6374: _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6375- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6379- # SGI C++ bacula-9.6.6/autoconf/libtool/libtool.m4:6380: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6381- ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6390- if test "$with_gnu_ld" = no; then bacula-9.6.6/autoconf/libtool/libtool.m4:6391: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6392- else bacula-9.6.6/autoconf/libtool/libtool.m4:6393: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6394- fi ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6411- # to its proper name (with version) after linking. bacula-9.6.6/autoconf/libtool/libtool.m4:6412: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' bacula-9.6.6/autoconf/libtool/libtool.m4:6413: _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6414- # Commands to make compiler produce verbose output that lists ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6421- # dependencies. bacula-9.6.6/autoconf/libtool/libtool.m4:6422: output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bacula-9.6.6/autoconf/libtool/libtool.m4-6423- ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6436- # earlier do not add the objects themselves. bacula-9.6.6/autoconf/libtool/libtool.m4:6437: case `$CC -V 2>&1` in bacula-9.6.6/autoconf/libtool/libtool.m4-6438- *"Version 7."*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6457- # Portland Group C++ compiler bacula-9.6.6/autoconf/libtool/libtool.m4:6458: case `$CC -V` in bacula-9.6.6/autoconf/libtool/libtool.m4-6459- *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6462- $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~ bacula-9.6.6/autoconf/libtool/libtool.m4:6463: compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"' bacula-9.6.6/autoconf/libtool/libtool.m4-6464- _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~ ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6466- $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~ bacula-9.6.6/autoconf/libtool/libtool.m4:6467: $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~ bacula-9.6.6/autoconf/libtool/libtool.m4-6468- $RANLIB $oldlib' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6471- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ bacula-9.6.6/autoconf/libtool/libtool.m4:6472: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6473- _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~ ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6475- $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~ bacula-9.6.6/autoconf/libtool/libtool.m4:6476: $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6477- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6485- _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic' bacula-9.6.6/autoconf/libtool/libtool.m4:6486: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/autoconf/libtool/libtool.m4-6487- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6504- # dependencies. bacula-9.6.6/autoconf/libtool/libtool.m4:6505: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed' bacula-9.6.6/autoconf/libtool/libtool.m4-6506- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6519- *) bacula-9.6.6/autoconf/libtool/libtool.m4:6520: case `$CC -V 2>&1 | sed 5q` in bacula-9.6.6/autoconf/libtool/libtool.m4-6521- *Sun\ C*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6526- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir' bacula-9.6.6/autoconf/libtool/libtool.m4:6527: _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive' bacula-9.6.6/autoconf/libtool/libtool.m4-6528- _LT_TAGVAR(compiler_needs_object, $1)=yes ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6596- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir' bacula-9.6.6/autoconf/libtool/libtool.m4:6597: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bacula-9.6.6/autoconf/libtool/libtool.m4-6598- _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6615- # to its proper name (with version) after linking. bacula-9.6.6/autoconf/libtool/libtool.m4:6616: _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6617- ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6636- _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*' bacula-9.6.6/autoconf/libtool/libtool.m4:6637: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6638- _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6641- _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*' bacula-9.6.6/autoconf/libtool/libtool.m4:6642: _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4:6643: _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~ bacula-9.6.6/autoconf/libtool/libtool.m4-6644- echo "-hidden">> $lib.exp~ bacula-9.6.6/autoconf/libtool/libtool.m4:6645: $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~ bacula-9.6.6/autoconf/libtool/libtool.m4-6646- $RM $lib.exp' ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6660- # dependencies. bacula-9.6.6/autoconf/libtool/libtool.m4:6661: output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"' bacula-9.6.6/autoconf/libtool/libtool.m4-6662- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6667- osf3*) bacula-9.6.6/autoconf/libtool/libtool.m4:6668: _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6669- ;; bacula-9.6.6/autoconf/libtool/libtool.m4-6670- *) bacula-9.6.6/autoconf/libtool/libtool.m4:6671: _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib' bacula-9.6.6/autoconf/libtool/libtool.m4-6672- ;; ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-6920- case ${2} in bacula-9.6.6/autoconf/libtool/libtool.m4:6921: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; bacula-9.6.6/autoconf/libtool/libtool.m4:6922: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; bacula-9.6.6/autoconf/libtool/libtool.m4-6923- esac ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-7008- bacula-9.6.6/autoconf/libtool/libtool.m4:7009: for p in `eval "$output_verbose_link_cmd"`; do bacula-9.6.6/autoconf/libtool/libtool.m4-7010- case ${prev}${p} in ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-7106-linux*) bacula-9.6.6/autoconf/libtool/libtool.m4:7107: case `$CC -V 2>&1 | sed 5q` in bacula-9.6.6/autoconf/libtool/libtool.m4-7108- *Sun\ C*) ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-7157-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then bacula-9.6.6/autoconf/libtool/libtool.m4:7158: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'` bacula-9.6.6/autoconf/libtool/libtool.m4-7159-fi ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-7769- test $lt_ac_count -gt 10 && break bacula-9.6.6/autoconf/libtool/libtool.m4:7770: lt_ac_count=`expr $lt_ac_count + 1` bacula-9.6.6/autoconf/libtool/libtool.m4-7771- if test $lt_ac_count -gt $lt_ac_max; then ############################################## bacula-9.6.6/autoconf/libtool/libtool.m4-7840-# ------------------------------------------------------ bacula-9.6.6/autoconf/libtool/libtool.m4:7841:# In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and bacula-9.6.6/autoconf/libtool/libtool.m4-7842-# '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY. ############################################## bacula-9.6.6/autoconf/libtool/ltsugar.m4-67-m4_define([lt_combine], bacula-9.6.6/autoconf/libtool/ltsugar.m4:68:[m4_if(m4_eval([$# > 3]), [1], bacula-9.6.6/autoconf/libtool/ltsugar.m4-69- [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl ############################################## bacula-9.6.6/autoconf/libtool/ltdl.m4-337- _lt_sed_drop_objext='s/\.o$//;s/\.obj$//' bacula-9.6.6/autoconf/libtool/ltdl.m4:338: for i in `for i in $_LT_LIBOBJS; do echo "$i"; done | sed "$_lt_sed_drop_objext" | sort -u`; do bacula-9.6.6/autoconf/libtool/ltdl.m4-339- _ltdl_libobjs="$_ltdl_libobjs $lt_libobj_prefix$i.$ac_objext" ############################################## bacula-9.6.6/autoconf/libtool/ltdl.m4-399- [m4_ifset([AC_LIST_HEADERS], bacula-9.6.6/autoconf/libtool/ltdl.m4:400: [LT_CONFIG_H=`echo "AC_LIST_HEADERS" | $SED 's,^[[ ]]*,,;s,[[ :]].*$,,'`], bacula-9.6.6/autoconf/libtool/ltdl.m4-401- [])])]) ############################################## bacula-9.6.6/autoconf/libtool/ltdl.m4-757- ac_nlist=conftest.nm bacula-9.6.6/autoconf/libtool/ltdl.m4:758: if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $ac_nlist) && test -s "$ac_nlist"; then bacula-9.6.6/autoconf/libtool/ltdl.m4-759- # See whether the symbols have a leading underscore. ############################################## bacula-9.6.6/autoconf/install.sh-70- bacula-9.6.6/autoconf/install.sh:71: -t=*) transformarg=`echo $1 | sed 's/-t=//'` bacula-9.6.6/autoconf/install.sh-72- shift ############################################## bacula-9.6.6/autoconf/install.sh-74- bacula-9.6.6/autoconf/install.sh:75: -b=*) transformbasename=`echo $1 | sed 's/-b=//'` bacula-9.6.6/autoconf/install.sh-76- shift ############################################## bacula-9.6.6/autoconf/install.sh-135- then bacula-9.6.6/autoconf/install.sh:136: dst="$dst"/`basename $src` bacula-9.6.6/autoconf/install.sh-137- else ############################################## bacula-9.6.6/autoconf/install.sh-142-## this sed command emulates the dirname command bacula-9.6.6/autoconf/install.sh:143:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'` bacula-9.6.6/autoconf/install.sh-144- ############################################## bacula-9.6.6/autoconf/install.sh-156-IFS='%' bacula-9.6.6/autoconf/install.sh:157:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'` bacula-9.6.6/autoconf/install.sh-158-IFS="${oIFS}" ############################################## bacula-9.6.6/autoconf/install.sh-190- then bacula-9.6.6/autoconf/install.sh:191: dstfile=`basename $dst` bacula-9.6.6/autoconf/install.sh-192- else ############################################## bacula-9.6.6/autoconf/install.sh-200- then bacula-9.6.6/autoconf/install.sh:201: dstfile=`basename $dst` bacula-9.6.6/autoconf/install.sh-202- else ############################################## bacula-9.6.6/autoconf/install-sh-229- fi bacula-9.6.6/autoconf/install-sh:230: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; bacula-9.6.6/autoconf/install-sh-231- *) ############################################## bacula-9.6.6/autoconf/install-sh-276- dstdir=$dst bacula-9.6.6/autoconf/install-sh:277: dst=$dstdir/`basename "$src"` bacula-9.6.6/autoconf/install-sh-278- dstdir_status=0 ############################################## bacula-9.6.6/autoconf/install-sh-358- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. bacula-9.6.6/autoconf/install-sh:359: ls_ld_tmpdir=`ls -ld "$tmpdir"` bacula-9.6.6/autoconf/install-sh-360- case $ls_ld_tmpdir in ############################################## bacula-9.6.6/autoconf/install-sh-365- $mkdirprog -m$different_mode -p -- "$tmpdir" && { bacula-9.6.6/autoconf/install-sh:366: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` bacula-9.6.6/autoconf/install-sh-367- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## bacula-9.6.6/autoconf/install-sh-425- case $prefix in bacula-9.6.6/autoconf/install-sh:426: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; bacula-9.6.6/autoconf/install-sh-427- *) qprefix=$prefix;; ############################################## bacula-9.6.6/autoconf/install-sh-474- if $copy_on_change && bacula-9.6.6/autoconf/install-sh:475: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && bacula-9.6.6/autoconf/install-sh:476: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && bacula-9.6.6/autoconf/install-sh-477- ############################################## bacula-9.6.6/autoconf/config.guess-34- bacula-9.6.6/autoconf/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'` bacula-9.6.6/autoconf/config.guess-36- ############################################## bacula-9.6.6/autoconf/config.guess-102-: ${TMPDIR=/tmp} ; bacula-9.6.6/autoconf/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } || bacula-9.6.6/autoconf/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } || ############################################## bacula-9.6.6/autoconf/config.guess-151- EOF bacula-9.6.6/autoconf/config.guess:152: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`" bacula-9.6.6/autoconf/config.guess-153- ############################################## bacula-9.6.6/autoconf/config.guess-188- earmv*) bacula-9.6.6/autoconf/config.guess:189: arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'` bacula-9.6.6/autoconf/config.guess:190: endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'` bacula-9.6.6/autoconf/config.guess-191- machine="${arch}${endian}"-unknown ############################################## bacula-9.6.6/autoconf/config.guess-220- expr='s/^earmv[0-9]/-eabi/;s/eb$//' bacula-9.6.6/autoconf/config.guess:221: abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"` bacula-9.6.6/autoconf/config.guess-222- ;; ############################################## bacula-9.6.6/autoconf/config.guess-233- *) bacula-9.6.6/autoconf/config.guess:234: release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2` bacula-9.6.6/autoconf/config.guess-235- ;; ############################################## bacula-9.6.6/autoconf/config.guess-280- *4.0) bacula-9.6.6/autoconf/config.guess:281: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` bacula-9.6.6/autoconf/config.guess-282- ;; bacula-9.6.6/autoconf/config.guess-283- *5.*) bacula-9.6.6/autoconf/config.guess:284: UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'` bacula-9.6.6/autoconf/config.guess-285- ;; ############################################## bacula-9.6.6/autoconf/config.guess-290- # types through head -n 1, so we only detect the type of CPU 0. bacula-9.6.6/autoconf/config.guess:291: ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1` bacula-9.6.6/autoconf/config.guess-292- case "$ALPHA_CPU_TYPE" in ############################################## bacula-9.6.6/autoconf/config.guess-328- # 1.2 uses "1.2" for uname -r. bacula-9.6.6/autoconf/config.guess:329: echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`" bacula-9.6.6/autoconf/config.guess-330- # Reset EXIT trap before exiting to avoid spurious non-zero exit code. ############################################## bacula-9.6.6/autoconf/config.guess-379- s390x:SunOS:*:*) bacula-9.6.6/autoconf/config.guess:380: echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" bacula-9.6.6/autoconf/config.guess-381- exit ;; bacula-9.6.6/autoconf/config.guess-382- sun4H:SunOS:5.*:*) bacula-9.6.6/autoconf/config.guess:383: echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" bacula-9.6.6/autoconf/config.guess-384- exit ;; bacula-9.6.6/autoconf/config.guess-385- sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) bacula-9.6.6/autoconf/config.guess:386: echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`" bacula-9.6.6/autoconf/config.guess-387- exit ;; ############################################## bacula-9.6.6/autoconf/config.guess-404- fi bacula-9.6.6/autoconf/config.guess:405: echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" bacula-9.6.6/autoconf/config.guess-406- exit ;; ############################################## bacula-9.6.6/autoconf/config.guess-410- # it's likely to be more like Solaris than SunOS4. bacula-9.6.6/autoconf/config.guess:411: echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" bacula-9.6.6/autoconf/config.guess-412- exit ;; ############################################## bacula-9.6.6/autoconf/config.guess-419- # Japanese Language versions have a version number like `4.1.3-JL'. bacula-9.6.6/autoconf/config.guess:420: echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`" bacula-9.6.6/autoconf/config.guess-421- exit ;; ############################################## bacula-9.6.6/autoconf/config.guess-425- sun*:*:4.2BSD:*) bacula-9.6.6/autoconf/config.guess:426: UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null` bacula-9.6.6/autoconf/config.guess-427- test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3 ############################################## bacula-9.6.6/autoconf/config.guess-507- $CC_FOR_BUILD -o "$dummy" "$dummy.c" && bacula-9.6.6/autoconf/config.guess:508: dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` && bacula-9.6.6/autoconf/config.guess:509: SYSTEM_NAME=`"$dummy" "$dummyarg"` && bacula-9.6.6/autoconf/config.guess-510- { echo "$SYSTEM_NAME"; exit; } ############################################## bacula-9.6.6/autoconf/config.guess-563- *:IRIX*:*:*) bacula-9.6.6/autoconf/config.guess:564: echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`" bacula-9.6.6/autoconf/config.guess-565- exit ;; ############################################## bacula-9.6.6/autoconf/config.guess-593-EOF bacula-9.6.6/autoconf/config.guess:594: if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` bacula-9.6.6/autoconf/config.guess-595- then ############################################## bacula-9.6.6/autoconf/config.guess-606- *:AIX:*:[4567]) bacula-9.6.6/autoconf/config.guess:607: IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` bacula-9.6.6/autoconf/config.guess-608- if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then ############################################## bacula-9.6.6/autoconf/config.guess-642- 9000/[34678]??:HP-UX:*:*) bacula-9.6.6/autoconf/config.guess:643: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` bacula-9.6.6/autoconf/config.guess-644- case "$UNAME_MACHINE" in ############################################## bacula-9.6.6/autoconf/config.guess-696-EOF bacula-9.6.6/autoconf/config.guess:697: (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"` bacula-9.6.6/autoconf/config.guess-698- test -z "$HP_ARCH" && HP_ARCH=hppa ############################################## bacula-9.6.6/autoconf/config.guess-724- ia64:HP-UX:*:*) bacula-9.6.6/autoconf/config.guess:725: HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'` bacula-9.6.6/autoconf/config.guess-726- echo ia64-hp-hpux"$HPUX_REV" ############################################## bacula-9.6.6/autoconf/config.guess-754-EOF bacula-9.6.6/autoconf/config.guess:755: $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` && bacula-9.6.6/autoconf/config.guess-756- { echo "$SYSTEM_NAME"; exit; } ############################################## bacula-9.6.6/autoconf/config.guess-825- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` bacula-9.6.6/autoconf/config.guess:826: FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'` bacula-9.6.6/autoconf/config.guess-827- echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## bacula-9.6.6/autoconf/config.guess-830- FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'` bacula-9.6.6/autoconf/config.guess:831: FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'` bacula-9.6.6/autoconf/config.guess-832- echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}" ############################################## bacula-9.6.6/autoconf/config.guess-850- esac bacula-9.6.6/autoconf/config.guess:851: echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" bacula-9.6.6/autoconf/config.guess-852- exit ;; ############################################## bacula-9.6.6/autoconf/config.guess-886- prep*:SunOS:5.*:*) bacula-9.6.6/autoconf/config.guess:887: echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`" bacula-9.6.6/autoconf/config.guess-888- exit ;; ############################################## bacula-9.6.6/autoconf/config.guess-890- # the GNU system bacula-9.6.6/autoconf/config.guess:891: echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`" bacula-9.6.6/autoconf/config.guess-892- exit ;; ############################################## bacula-9.6.6/autoconf/config.guess-894- # other systems with GNU libc and userland bacula-9.6.6/autoconf/config.guess:895: echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC" bacula-9.6.6/autoconf/config.guess-896- exit ;; ############################################## bacula-9.6.6/autoconf/config.guess-988-EOF bacula-9.6.6/autoconf/config.guess:989: eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`" bacula-9.6.6/autoconf/config.guess-990- test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; } ############################################## bacula-9.6.6/autoconf/config.guess-1092- i*86:*:4.*:*) bacula-9.6.6/autoconf/config.guess:1093: UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'` bacula-9.6.6/autoconf/config.guess-1094- if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then ############################################## bacula-9.6.6/autoconf/config.guess-1295- fi bacula-9.6.6/autoconf/config.guess:1296: if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then bacula-9.6.6/autoconf/config.guess-1297- if [ "$CC_FOR_BUILD" != no_compiler_found ]; then ############################################## bacula-9.6.6/autoconf/config.guess-1393- *:DragonFly:*:*) bacula-9.6.6/autoconf/config.guess:1394: echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`" bacula-9.6.6/autoconf/config.guess-1395- exit ;; ############################################## bacula-9.6.6/autoconf/config.guess-1406- i*86:skyos:*:*) bacula-9.6.6/autoconf/config.guess:1407: echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`" bacula-9.6.6/autoconf/config.guess-1408- exit ;; ############################################## bacula-9.6.6/autoconf/config.sub-52- bacula-9.6.6/autoconf/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'` bacula-9.6.6/autoconf/config.sub-54- ############################################## bacula-9.6.6/autoconf/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations. bacula-9.6.6/autoconf/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'` bacula-9.6.6/autoconf/config.sub-116-case $maybe_os in ############################################## bacula-9.6.6/autoconf/config.sub-122- os=-$maybe_os bacula-9.6.6/autoconf/config.sub:123: basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'` bacula-9.6.6/autoconf/config.sub-124- ;; ############################################## bacula-9.6.6/autoconf/config.sub-126- os=-linux-android bacula-9.6.6/autoconf/config.sub:127: basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown bacula-9.6.6/autoconf/config.sub-128- ;; bacula-9.6.6/autoconf/config.sub-129- *) bacula-9.6.6/autoconf/config.sub:130: basic_machine=`echo "$1" | sed 's/-[^-]*$//'` bacula-9.6.6/autoconf/config.sub-131- if [ "$basic_machine" != "$1" ] bacula-9.6.6/autoconf/config.sub:132: then os=`echo "$1" | sed 's/.*-/-/'` bacula-9.6.6/autoconf/config.sub-133- else os=; fi ############################################## bacula-9.6.6/autoconf/config.sub-180- os=-sco5v6 bacula-9.6.6/autoconf/config.sub:181: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-182- ;; ############################################## bacula-9.6.6/autoconf/config.sub-184- os=-sco3.2v5 bacula-9.6.6/autoconf/config.sub:185: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-186- ;; ############################################## bacula-9.6.6/autoconf/config.sub-188- os=-sco3.2v4 bacula-9.6.6/autoconf/config.sub:189: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-190- ;; bacula-9.6.6/autoconf/config.sub-191- -sco3.2.[4-9]*) bacula-9.6.6/autoconf/config.sub:192: os=`echo $os | sed -e 's/sco3.2./sco3.2v/'` bacula-9.6.6/autoconf/config.sub:193: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-194- ;; ############################################## bacula-9.6.6/autoconf/config.sub-196- # Don't forget version if it is 3.2v4 or newer. bacula-9.6.6/autoconf/config.sub:197: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-198- ;; ############################################## bacula-9.6.6/autoconf/config.sub-200- # Don't forget version if it is 3.2v4 or newer. bacula-9.6.6/autoconf/config.sub:201: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-202- ;; ############################################## bacula-9.6.6/autoconf/config.sub-204- os=-sco3.2v2 bacula-9.6.6/autoconf/config.sub:205: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-206- ;; bacula-9.6.6/autoconf/config.sub-207- -udk*) bacula-9.6.6/autoconf/config.sub:208: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-209- ;; ############################################## bacula-9.6.6/autoconf/config.sub-211- os=-isc2.2 bacula-9.6.6/autoconf/config.sub:212: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-213- ;; ############################################## bacula-9.6.6/autoconf/config.sub-217- -isc*) bacula-9.6.6/autoconf/config.sub:218: basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-219- ;; ############################################## bacula-9.6.6/autoconf/config.sub-229- -ptx*) bacula-9.6.6/autoconf/config.sub:230: basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'` bacula-9.6.6/autoconf/config.sub-231- ;; ############################################## bacula-9.6.6/autoconf/config.sub-364- *-*-*) bacula-9.6.6/autoconf/config.sub:365: echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 bacula-9.6.6/autoconf/config.sub-366- exit 1 ############################################## bacula-9.6.6/autoconf/config.sub-493- amd64-*) bacula-9.6.6/autoconf/config.sub:494: basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-495- ;; ############################################## bacula-9.6.6/autoconf/config.sub-538- blackfin-*) bacula-9.6.6/autoconf/config.sub:539: basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-540- os=-linux ############################################## bacula-9.6.6/autoconf/config.sub-546- c54x-*) bacula-9.6.6/autoconf/config.sub:547: basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-548- ;; bacula-9.6.6/autoconf/config.sub-549- c55x-*) bacula-9.6.6/autoconf/config.sub:550: basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-551- ;; bacula-9.6.6/autoconf/config.sub-552- c6x-*) bacula-9.6.6/autoconf/config.sub:553: basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-554- ;; ############################################## bacula-9.6.6/autoconf/config.sub-650- e500v[12]-*) bacula-9.6.6/autoconf/config.sub:651: basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-652- os=$os"spe" ############################################## bacula-9.6.6/autoconf/config.sub-754- i*86v32) bacula-9.6.6/autoconf/config.sub:755: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-756- os=-sysv32 ############################################## bacula-9.6.6/autoconf/config.sub-758- i*86v4*) bacula-9.6.6/autoconf/config.sub:759: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-760- os=-sysv4 ############################################## bacula-9.6.6/autoconf/config.sub-762- i*86v) bacula-9.6.6/autoconf/config.sub:763: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-764- os=-sysv ############################################## bacula-9.6.6/autoconf/config.sub-766- i*86sol2) bacula-9.6.6/autoconf/config.sub:767: basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'` bacula-9.6.6/autoconf/config.sub-768- os=-solaris2 ############################################## bacula-9.6.6/autoconf/config.sub-792- leon-*|leon[3-9]-*) bacula-9.6.6/autoconf/config.sub:793: basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'` bacula-9.6.6/autoconf/config.sub-794- ;; ############################################## bacula-9.6.6/autoconf/config.sub-799- m68knommu-*) bacula-9.6.6/autoconf/config.sub:800: basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-801- os=-linux ############################################## bacula-9.6.6/autoconf/config.sub-833- mips3*-*) bacula-9.6.6/autoconf/config.sub:834: basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'` bacula-9.6.6/autoconf/config.sub-835- ;; bacula-9.6.6/autoconf/config.sub-836- mips3*) bacula-9.6.6/autoconf/config.sub:837: basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown bacula-9.6.6/autoconf/config.sub-838- ;; ############################################## bacula-9.6.6/autoconf/config.sub-855- ms1-*) bacula-9.6.6/autoconf/config.sub:856: basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'` bacula-9.6.6/autoconf/config.sub-857- ;; ############################################## bacula-9.6.6/autoconf/config.sub-980- parisc-*) bacula-9.6.6/autoconf/config.sub:981: basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-982- os=-linux ############################################## bacula-9.6.6/autoconf/config.sub-996- pc98-*) bacula-9.6.6/autoconf/config.sub:997: basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-998- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1011- pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*) bacula-9.6.6/autoconf/config.sub:1012: basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-1013- ;; bacula-9.6.6/autoconf/config.sub-1014- pentiumpro-* | p6-* | 6x86-* | athlon-*) bacula-9.6.6/autoconf/config.sub:1015: basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-1016- ;; bacula-9.6.6/autoconf/config.sub-1017- pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*) bacula-9.6.6/autoconf/config.sub:1018: basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-1019- ;; bacula-9.6.6/autoconf/config.sub-1020- pentium4-*) bacula-9.6.6/autoconf/config.sub:1021: basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-1022- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1030- ppc-* | ppcbe-*) bacula-9.6.6/autoconf/config.sub:1031: basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-1032- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1036- ppcle-* | powerpclittle-*) bacula-9.6.6/autoconf/config.sub:1037: basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-1038- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1040- ;; bacula-9.6.6/autoconf/config.sub:1041: ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-1042- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1046- ppc64le-* | powerpc64little-*) bacula-9.6.6/autoconf/config.sub:1047: basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-1048- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1122- strongarm-* | thumb-*) bacula-9.6.6/autoconf/config.sub:1123: basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'` bacula-9.6.6/autoconf/config.sub-1124- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1255- xscale-* | xscalee[bl]-*) bacula-9.6.6/autoconf/config.sub:1256: basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'` bacula-9.6.6/autoconf/config.sub-1257- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1317- *) bacula-9.6.6/autoconf/config.sub:1318: echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2 bacula-9.6.6/autoconf/config.sub-1319- exit 1 ############################################## bacula-9.6.6/autoconf/config.sub-1325- *-digital*) bacula-9.6.6/autoconf/config.sub:1326: basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'` bacula-9.6.6/autoconf/config.sub-1327- ;; bacula-9.6.6/autoconf/config.sub-1328- *-commodore*) bacula-9.6.6/autoconf/config.sub:1329: basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'` bacula-9.6.6/autoconf/config.sub-1330- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1346- -solaris1 | -solaris1.*) bacula-9.6.6/autoconf/config.sub:1347: os=`echo $os | sed -e 's|solaris1|sunos4|'` bacula-9.6.6/autoconf/config.sub-1348- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1355- -gnu/linux*) bacula-9.6.6/autoconf/config.sub:1356: os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'` bacula-9.6.6/autoconf/config.sub-1357- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1407- -nto*) bacula-9.6.6/autoconf/config.sub:1408: os=`echo $os | sed -e 's|nto|nto-qnx|'` bacula-9.6.6/autoconf/config.sub-1409- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1414- -mac*) bacula-9.6.6/autoconf/config.sub:1415: os=`echo "$os" | sed -e 's|mac|macos|'` bacula-9.6.6/autoconf/config.sub-1416- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1420- -linux*) bacula-9.6.6/autoconf/config.sub:1421: os=`echo $os | sed -e 's|linux|linux-gnu|'` bacula-9.6.6/autoconf/config.sub-1422- ;; bacula-9.6.6/autoconf/config.sub-1423- -sunos5*) bacula-9.6.6/autoconf/config.sub:1424: os=`echo "$os" | sed -e 's|sunos5|solaris2|'` bacula-9.6.6/autoconf/config.sub-1425- ;; bacula-9.6.6/autoconf/config.sub-1426- -sunos6*) bacula-9.6.6/autoconf/config.sub:1427: os=`echo "$os" | sed -e 's|sunos6|solaris3|'` bacula-9.6.6/autoconf/config.sub-1428- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1469- -sinix5.*) bacula-9.6.6/autoconf/config.sub:1470: os=`echo $os | sed -e 's|sinix|sysv|'` bacula-9.6.6/autoconf/config.sub-1471- ;; ############################################## bacula-9.6.6/autoconf/config.sub-1528- # Get rid of the `-' at the beginning of $os. bacula-9.6.6/autoconf/config.sub:1529: os=`echo $os | sed 's/[^-]*-//'` bacula-9.6.6/autoconf/config.sub:1530: echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2 bacula-9.6.6/autoconf/config.sub-1531- exit 1 ############################################## bacula-9.6.6/autoconf/config.sub-1788- esac bacula-9.6.6/autoconf/config.sub:1789: basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"` bacula-9.6.6/autoconf/config.sub-1790- ;; ############################################## bacula-9.6.6/autoconf/config.rpath-33-host="$1" bacula-9.6.6/autoconf/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` bacula-9.6.6/autoconf/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'` bacula-9.6.6/autoconf/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` bacula-9.6.6/autoconf/config.rpath-37- bacula-9.6.6/autoconf/config.rpath:38:cc_basename=`echo "$CC" | sed -e 's%^.*/%%'` bacula-9.6.6/autoconf/config.rpath-39- ############################################## bacula-9.6.6/autoconf/config.rpath-233- case $host_os in aix4.[012]|aix4.[012].*) bacula-9.6.6/autoconf/config.rpath:234: collect2name=`${CC} -print-prog-name=collect2` bacula-9.6.6/autoconf/config.rpath-235- if test -f "$collect2name" && \ ############################################## bacula-9.6.6/autoconf/config.rpath-369- hardcode_direct=yes bacula-9.6.6/autoconf/config.rpath:370: if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then bacula-9.6.6/autoconf/config.rpath-371- hardcode_libdir_flag_spec='${wl}-rpath,$libdir' ############################################## bacula-9.6.6/autoconf/config.rpath-540-sed_quote_subst='s/\(["`$\\]\)/\\\1/g' bacula-9.6.6/autoconf/config.rpath:541:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"` bacula-9.6.6/autoconf/config.rpath:542:shlibext=`echo "$shrext" | sed -e 's,^\.,,'` bacula-9.6.6/autoconf/config.rpath:543:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"` bacula-9.6.6/autoconf/config.rpath-544- ############################################## bacula-9.6.6/autoconf/ltmain.sh-167-{ bacula-9.6.6/autoconf/ltmain.sh:168: func_dirname_result=`$ECHO "${1}" | $SED "$dirname"` bacula-9.6.6/autoconf/ltmain.sh-169- if test "X$func_dirname_result" = "X${1}"; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-179-{ bacula-9.6.6/autoconf/ltmain.sh:180: func_basename_result=`$ECHO "${1}" | $SED "$basename"` bacula-9.6.6/autoconf/ltmain.sh-181-} # func_basename may be replaced by extended shell implementation ############################################## bacula-9.6.6/autoconf/ltmain.sh-198- # Extract subdirectory from the argument. bacula-9.6.6/autoconf/ltmain.sh:199: func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"` bacula-9.6.6/autoconf/ltmain.sh-200- if test "X$func_dirname_result" = "X${1}"; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-204- fi bacula-9.6.6/autoconf/ltmain.sh:205: func_basename_result=`$ECHO "${1}" | $SED -e "$basename"` bacula-9.6.6/autoconf/ltmain.sh-206-} # func_dirname_and_basename may be replaced by extended shell implementation ############################################## bacula-9.6.6/autoconf/ltmain.sh-217- case ${2} in bacula-9.6.6/autoconf/ltmain.sh:218: .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;; bacula-9.6.6/autoconf/ltmain.sh:219: *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;; bacula-9.6.6/autoconf/ltmain.sh-220- esac ############################################## bacula-9.6.6/autoconf/ltmain.sh-380- progdir=$func_dirname_result bacula-9.6.6/autoconf/ltmain.sh:381: progdir=`cd "$progdir" && pwd` bacula-9.6.6/autoconf/ltmain.sh-382- progpath="$progdir/$progname" ############################################## bacula-9.6.6/autoconf/ltmain.sh-417-# Since each input `\' is now two `\'s, look for any number of runs of bacula-9.6.6/autoconf/ltmain.sh:418:# four `\'s followed by two `\'s and then a '$'. `\' that '$'. bacula-9.6.6/autoconf/ltmain.sh-419-bs='\\' ############################################## bacula-9.6.6/autoconf/ltmain.sh-531- # ...otherwise throw away the child directory and loop bacula-9.6.6/autoconf/ltmain.sh:532: my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"` bacula-9.6.6/autoconf/ltmain.sh-533- done bacula-9.6.6/autoconf/ltmain.sh:534: my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'` bacula-9.6.6/autoconf/ltmain.sh-535- ############################################## bacula-9.6.6/autoconf/ltmain.sh-566- # If mktemp works, use that first and foremost bacula-9.6.6/autoconf/ltmain.sh:567: my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null` bacula-9.6.6/autoconf/ltmain.sh-568- ############################################## bacula-9.6.6/autoconf/ltmain.sh-597- *[\\\`\"\$]*) bacula-9.6.6/autoconf/ltmain.sh:598: func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;; bacula-9.6.6/autoconf/ltmain.sh-599- *) ############################################## bacula-9.6.6/autoconf/ltmain.sh-702- [0-9]* | *[!a-zA-Z0-9_]*) bacula-9.6.6/autoconf/ltmain.sh:703: func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'` bacula-9.6.6/autoconf/ltmain.sh-704- ;; ############################################## bacula-9.6.6/autoconf/ltmain.sh-769- s/\$with_gnu_ld/'"$with_gnu_ld"'/ bacula-9.6.6/autoconf/ltmain.sh:770: s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/ bacula-9.6.6/autoconf/ltmain.sh:771: s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/ bacula-9.6.6/autoconf/ltmain.sh-772- p ############################################## bacula-9.6.6/autoconf/ltmain.sh-803- bacula-9.6.6/autoconf/ltmain.sh:804: func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"` bacula-9.6.6/autoconf/ltmain.sh:805: func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"` bacula-9.6.6/autoconf/ltmain.sh-806-} # func_split_short_opt may be replaced by extended shell implementation ############################################## bacula-9.6.6/autoconf/ltmain.sh-816- bacula-9.6.6/autoconf/ltmain.sh:817: func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"` bacula-9.6.6/autoconf/ltmain.sh:818: func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"` bacula-9.6.6/autoconf/ltmain.sh-819-} # func_split_long_opt may be replaced by extended shell implementation ############################################## bacula-9.6.6/autoconf/ltmain.sh-862-{ bacula-9.6.6/autoconf/ltmain.sh:863: func_arith_result=`expr "${@}"` bacula-9.6.6/autoconf/ltmain.sh-864-} # func_arith may be replaced by extended shell implementation ############################################## bacula-9.6.6/autoconf/ltmain.sh-870-{ bacula-9.6.6/autoconf/ltmain.sh:871: func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len` bacula-9.6.6/autoconf/ltmain.sh-872-} # func_len may be replaced by extended shell implementation ############################################## bacula-9.6.6/autoconf/ltmain.sh-877-{ bacula-9.6.6/autoconf/ltmain.sh:878: func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"` bacula-9.6.6/autoconf/ltmain.sh-879-} # func_lo2o may be replaced by extended shell implementation ############################################## bacula-9.6.6/autoconf/ltmain.sh-884-{ bacula-9.6.6/autoconf/ltmain.sh:885: func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'` bacula-9.6.6/autoconf/ltmain.sh-886-} # func_xform may be replaced by extended shell implementation ############################################## bacula-9.6.6/autoconf/ltmain.sh-968- # quotes we have to do it in 2 steps: bacula-9.6.6/autoconf/ltmain.sh:969: extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"` bacula-9.6.6/autoconf/ltmain.sh-970- eval "$extractedcf" ############################################## bacula-9.6.6/autoconf/ltmain.sh-1382- done bacula-9.6.6/autoconf/ltmain.sh:1383: CC_expanded=`func_echo_all $CC` bacula-9.6.6/autoconf/ltmain.sh:1384: CC_quoted_expanded=`func_echo_all $CC_quoted` bacula-9.6.6/autoconf/ltmain.sh-1385- case $@ in ############################################## bacula-9.6.6/autoconf/ltmain.sh-1395- # Evaluate the configuration. bacula-9.6.6/autoconf/ltmain.sh:1396: eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`" bacula-9.6.6/autoconf/ltmain.sh-1397- CC_quoted= ############################################## bacula-9.6.6/autoconf/ltmain.sh-1401- done bacula-9.6.6/autoconf/ltmain.sh:1402: CC_expanded=`func_echo_all $CC` bacula-9.6.6/autoconf/ltmain.sh:1403: CC_quoted_expanded=`func_echo_all $CC_quoted` bacula-9.6.6/autoconf/ltmain.sh-1404- case "$@ " in ############################################## bacula-9.6.6/autoconf/ltmain.sh-1492- # zero AND non-empty stdout, which explains the odd construction: bacula-9.6.6/autoconf/ltmain.sh:1493: func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null` bacula-9.6.6/autoconf/ltmain.sh-1494- if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-1558- if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then bacula-9.6.6/autoconf/ltmain.sh:1559: func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null` bacula-9.6.6/autoconf/ltmain.sh-1560- if test "$?" -ne 0; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-1721- # LT_CYGPATH in this case. bacula-9.6.6/autoconf/ltmain.sh:1722: func_to_host_file_result=`cygpath -m "$1"` bacula-9.6.6/autoconf/ltmain.sh-1723- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-1871- func_to_host_path_tmp1=$func_stripname_result bacula-9.6.6/autoconf/ltmain.sh:1872: func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"` bacula-9.6.6/autoconf/ltmain.sh-1873- func_convert_path_check : ";" \ ############################################## bacula-9.6.6/autoconf/ltmain.sh-2060- *.[cCFSifmso] | \ bacula-9.6.6/autoconf/ltmain.sh:2061: *.ada | *.adb | *.ads | *.asm | \ bacula-9.6.6/autoconf/ltmain.sh-2062- *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \ ############################################## bacula-9.6.6/autoconf/ltmain.sh-2137- if test "$compiler_c_o" = no; then bacula-9.6.6/autoconf/ltmain.sh:2138: output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} bacula-9.6.6/autoconf/ltmain.sh-2139- lockfile="$output_obj.lock" ############################################## bacula-9.6.6/autoconf/ltmain.sh-2156-*** ERROR, $lockfile exists and contains: bacula-9.6.6/autoconf/ltmain.sh:2157:`cat $lockfile 2>/dev/null` bacula-9.6.6/autoconf/ltmain.sh-2158- ############################################## bacula-9.6.6/autoconf/ltmain.sh-2204- if test "$need_locks" = warn && bacula-9.6.6/autoconf/ltmain.sh:2205: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then bacula-9.6.6/autoconf/ltmain.sh-2206- $ECHO "\ bacula-9.6.6/autoconf/ltmain.sh-2207-*** ERROR, $lockfile contains: bacula-9.6.6/autoconf/ltmain.sh:2208:`cat $lockfile 2>/dev/null` bacula-9.6.6/autoconf/ltmain.sh-2209- ############################################## bacula-9.6.6/autoconf/ltmain.sh-2253- if test "$need_locks" = warn && bacula-9.6.6/autoconf/ltmain.sh:2254: test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then bacula-9.6.6/autoconf/ltmain.sh-2255- $ECHO "\ bacula-9.6.6/autoconf/ltmain.sh-2256-*** ERROR, $lockfile contains: bacula-9.6.6/autoconf/ltmain.sh:2257:`cat $lockfile 2>/dev/null` bacula-9.6.6/autoconf/ltmain.sh-2258- ############################################## bacula-9.6.6/autoconf/ltmain.sh-2548- test -n "$library_names" && \ bacula-9.6.6/autoconf/ltmain.sh:2549: func_warning "\`$file' was not linked with \`-export-dynamic'" bacula-9.6.6/autoconf/ltmain.sh-2550- continue ############################################## bacula-9.6.6/autoconf/ltmain.sh-2559- if test ! -f "$dir/$dlname"; then bacula-9.6.6/autoconf/ltmain.sh:2560: func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" bacula-9.6.6/autoconf/ltmain.sh-2561- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-2577- # Get the absolute pathname. bacula-9.6.6/autoconf/ltmain.sh:2578: absdir=`cd "$dir" && pwd` bacula-9.6.6/autoconf/ltmain.sh-2579- test -n "$absdir" && dir="$absdir" ############################################## bacula-9.6.6/autoconf/ltmain.sh-2675- if test -n "$lt_sysroot"; then bacula-9.6.6/autoconf/ltmain.sh:2676: sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"` bacula-9.6.6/autoconf/ltmain.sh-2677- sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;" ############################################## bacula-9.6.6/autoconf/ltmain.sh-2957- # Determine the prefix the user has applied to our future dir. bacula-9.6.6/autoconf/ltmain.sh:2958: inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"` bacula-9.6.6/autoconf/ltmain.sh-2959- ############################################## bacula-9.6.6/autoconf/ltmain.sh-2970- # Stick the inst_prefix_dir data into the link command. bacula-9.6.6/autoconf/ltmain.sh:2971: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"` bacula-9.6.6/autoconf/ltmain.sh-2972- else bacula-9.6.6/autoconf/ltmain.sh:2973: relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"` bacula-9.6.6/autoconf/ltmain.sh-2974- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-3130- fi bacula-9.6.6/autoconf/ltmain.sh:3131: libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test bacula-9.6.6/autoconf/ltmain.sh-3132- if test -n "$libdir" && test ! -f "$libfile"; then bacula-9.6.6/autoconf/ltmain.sh:3133: func_warning "\`$lib' has not been installed in \`$libdir'" bacula-9.6.6/autoconf/ltmain.sh-3134- finalize=no ############################################## bacula-9.6.6/autoconf/ltmain.sh-3149- # Replace the output file specification. bacula-9.6.6/autoconf/ltmain.sh:3150: relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'` bacula-9.6.6/autoconf/ltmain.sh-3151- ############################################## bacula-9.6.6/autoconf/ltmain.sh-3168- # Install the binary that we compiled earlier. bacula-9.6.6/autoconf/ltmain.sh:3169: file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"` bacula-9.6.6/autoconf/ltmain.sh-3170- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-3241- my_pic_p="${3-no}" bacula-9.6.6/autoconf/ltmain.sh:3242: my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'` bacula-9.6.6/autoconf/ltmain.sh-3243- my_dlsyms= ############################################## bacula-9.6.6/autoconf/ltmain.sh-3297- # Add our own program objects to the symbol list. bacula-9.6.6/autoconf/ltmain.sh:3298: progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP` bacula-9.6.6/autoconf/ltmain.sh-3299- for progfile in $progfiles; do ############################################## bacula-9.6.6/autoconf/ltmain.sh-3359- # Use subshell, to avoid clobbering current variable values bacula-9.6.6/autoconf/ltmain.sh:3360: dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"` bacula-9.6.6/autoconf/ltmain.sh-3361- if test -n "$dlprefile_dlname" ; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-3506- if test -f "$output_objdir/$my_outputname.def"; then bacula-9.6.6/autoconf/ltmain.sh:3507: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` bacula-9.6.6/autoconf/ltmain.sh:3508: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"` bacula-9.6.6/autoconf/ltmain.sh-3509- else bacula-9.6.6/autoconf/ltmain.sh:3510: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` bacula-9.6.6/autoconf/ltmain.sh:3511: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` bacula-9.6.6/autoconf/ltmain.sh-3512- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-3514- *) bacula-9.6.6/autoconf/ltmain.sh:3515: compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"` bacula-9.6.6/autoconf/ltmain.sh:3516: finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"` bacula-9.6.6/autoconf/ltmain.sh-3517- ;; ############################################## bacula-9.6.6/autoconf/ltmain.sh-3529- # Nullify the symbol file. bacula-9.6.6/autoconf/ltmain.sh:3530: compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"` bacula-9.6.6/autoconf/ltmain.sh:3531: finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"` bacula-9.6.6/autoconf/ltmain.sh-3532- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-3545- win32_libid_type="unknown" bacula-9.6.6/autoconf/ltmain.sh:3546: win32_fileres=`file -L $1 2>/dev/null` bacula-9.6.6/autoconf/ltmain.sh-3547- case $win32_fileres in ############################################## bacula-9.6.6/autoconf/ltmain.sh-3596- $opt_debug bacula-9.6.6/autoconf/ltmain.sh:3597: sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"` bacula-9.6.6/autoconf/ltmain.sh-3598-} ############################################## bacula-9.6.6/autoconf/ltmain.sh-3613- $opt_debug bacula-9.6.6/autoconf/ltmain.sh:3614: match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"` bacula-9.6.6/autoconf/ltmain.sh-3615- $OBJDUMP -s --section "$1" "$2" 2>/dev/null | ############################################## bacula-9.6.6/autoconf/ltmain.sh-3668- func_to_tool_file "$1" func_convert_file_msys_to_w32 bacula-9.6.6/autoconf/ltmain.sh:3669: func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'` bacula-9.6.6/autoconf/ltmain.sh-3670- test -n "$func_cygming_gnu_implib_tmp" ############################################## bacula-9.6.6/autoconf/ltmain.sh-3680- func_to_tool_file "$1" func_convert_file_msys_to_w32 bacula-9.6.6/autoconf/ltmain.sh:3681: func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'` bacula-9.6.6/autoconf/ltmain.sh-3682- test -n "$func_cygming_ms_implib_tmp" ############################################## bacula-9.6.6/autoconf/ltmain.sh-3700- # binutils import library bacula-9.6.6/autoconf/ltmain.sh:3701: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"` bacula-9.6.6/autoconf/ltmain.sh-3702- elif func_cygming_ms_implib_p "$1" ; then bacula-9.6.6/autoconf/ltmain.sh-3703- # ms-generated import library bacula-9.6.6/autoconf/ltmain.sh:3704: sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"` bacula-9.6.6/autoconf/ltmain.sh-3705- else ############################################## bacula-9.6.6/autoconf/ltmain.sh-3780- darwin_curdir=`pwd` bacula-9.6.6/autoconf/ltmain.sh:3781: darwin_base_archive=`basename "$darwin_archive"` bacula-9.6.6/autoconf/ltmain.sh:3782: darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true` bacula-9.6.6/autoconf/ltmain.sh-3783- if test -n "$darwin_arches"; then bacula-9.6.6/autoconf/ltmain.sh:3784: darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'` bacula-9.6.6/autoconf/ltmain.sh-3785- darwin_arch= ############################################## bacula-9.6.6/autoconf/ltmain.sh-3795- ## Okay now we've a bunch of thin objects, gotta fatten them up :) bacula-9.6.6/autoconf/ltmain.sh:3796: darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u` bacula-9.6.6/autoconf/ltmain.sh-3797- darwin_file= ############################################## bacula-9.6.6/autoconf/ltmain.sh-3799- for darwin_file in $darwin_filelist; do bacula-9.6.6/autoconf/ltmain.sh:3800: darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP` bacula-9.6.6/autoconf/ltmain.sh-3801- $LIPO -create -output "$darwin_file" $darwin_files ############################################## bacula-9.6.6/autoconf/ltmain.sh-3814- esac bacula-9.6.6/autoconf/ltmain.sh:3815: my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP` bacula-9.6.6/autoconf/ltmain.sh-3816- done ############################################## bacula-9.6.6/autoconf/ltmain.sh-3885- bacula-9.6.6/autoconf/ltmain.sh:3886: qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"` bacula-9.6.6/autoconf/ltmain.sh-3887- $ECHO "\ ############################################## bacula-9.6.6/autoconf/ltmain.sh-3920- --lt-dump-script) bacula-9.6.6/autoconf/ltmain.sh:3921: lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\` bacula-9.6.6/autoconf/ltmain.sh-3922- test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=. bacula-9.6.6/autoconf/ltmain.sh:3923: lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\` bacula-9.6.6/autoconf/ltmain.sh-3924- cat \"\$lt_dump_D/\$lt_dump_F\" ############################################## bacula-9.6.6/autoconf/ltmain.sh-3947- \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\" bacula-9.6.6/autoconf/ltmain.sh:3948: lt_dump_args_N=\`expr \$lt_dump_args_N + 1\` bacula-9.6.6/autoconf/ltmain.sh-3949- done ############################################## bacula-9.6.6/autoconf/ltmain.sh-4005- # Find the directory that this script lives in. bacula-9.6.6/autoconf/ltmain.sh:4006: thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\` bacula-9.6.6/autoconf/ltmain.sh-4007- test \"x\$thisdir\" = \"x\$file\" && thisdir=. ############################################## bacula-9.6.6/autoconf/ltmain.sh-4009- # Follow symbolic links until we get to the real thisdir. bacula-9.6.6/autoconf/ltmain.sh:4010: file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\` bacula-9.6.6/autoconf/ltmain.sh-4011- while test -n \"\$file\"; do bacula-9.6.6/autoconf/ltmain.sh:4012: destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\` bacula-9.6.6/autoconf/ltmain.sh-4013- ############################################## bacula-9.6.6/autoconf/ltmain.sh-4021- bacula-9.6.6/autoconf/ltmain.sh:4022: file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\` bacula-9.6.6/autoconf/ltmain.sh:4023: file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\` bacula-9.6.6/autoconf/ltmain.sh-4024- done ############################################## bacula-9.6.6/autoconf/ltmain.sh-4035- case \"\$thisdir\" in bacula-9.6.6/autoconf/ltmain.sh:4036: *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;; bacula-9.6.6/autoconf/ltmain.sh-4037- $objdir ) thisdir=. ;; ############################################## bacula-9.6.6/autoconf/ltmain.sh-4041- # Try to get the absolute directory name. bacula-9.6.6/autoconf/ltmain.sh:4042: absdir=\`cd \"\$thisdir\" && pwd\` bacula-9.6.6/autoconf/ltmain.sh-4043- test -n \"\$absdir\" && thisdir=\"\$absdir\" ############################################## bacula-9.6.6/autoconf/ltmain.sh-4051- if test ! -f \"\$progdir/\$program\" || bacula-9.6.6/autoconf/ltmain.sh:4052: { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\ bacula-9.6.6/autoconf/ltmain.sh-4053- test \"X\$file\" != \"X\$progdir/\$program\"; }; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-4066- if test -n \"\$relink_command\"; then bacula-9.6.6/autoconf/ltmain.sh:4067: if relink_command_output=\`eval \$relink_command 2>&1\`; then : bacula-9.6.6/autoconf/ltmain.sh-4068- else ############################################## bacula-9.6.6/autoconf/ltmain.sh-4110- # The second colon is a workaround for a bug in BeOS R4 sed bacula-9.6.6/autoconf/ltmain.sh:4111: $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\` bacula-9.6.6/autoconf/ltmain.sh-4112- ############################################## bacula-9.6.6/autoconf/ltmain.sh-5085- $opt_debug bacula-9.6.6/autoconf/ltmain.sh:5086: case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in bacula-9.6.6/autoconf/ltmain.sh-5087- *import*) : ;; ############################################## bacula-9.6.6/autoconf/ltmain.sh-5307- moreargs= bacula-9.6.6/autoconf/ltmain.sh:5308: for fil in `cat "$save_arg"` bacula-9.6.6/autoconf/ltmain.sh-5309- do ############################################## bacula-9.6.6/autoconf/ltmain.sh-5563- *) bacula-9.6.6/autoconf/ltmain.sh:5564: absdir=`cd "$dir" && pwd` bacula-9.6.6/autoconf/ltmain.sh-5565- test -z "$absdir" && \ ############################################## bacula-9.6.6/autoconf/ltmain.sh-5584- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) bacula-9.6.6/autoconf/ltmain.sh:5585: testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'` bacula-9.6.6/autoconf/ltmain.sh-5586- case :$dllsearchpath: in ############################################## bacula-9.6.6/autoconf/ltmain.sh-6016- # get the directories listed in $shlibpath_var bacula-9.6.6/autoconf/ltmain.sh:6017: eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\` bacula-9.6.6/autoconf/ltmain.sh-6018- else ############################################## bacula-9.6.6/autoconf/ltmain.sh-6331- set dummy $deplibs_check_method; shift bacula-9.6.6/autoconf/ltmain.sh:6332: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` bacula-9.6.6/autoconf/ltmain.sh-6333- if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \ ############################################## bacula-9.6.6/autoconf/ltmain.sh-6394- else bacula-9.6.6/autoconf/ltmain.sh:6395: func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'" bacula-9.6.6/autoconf/ltmain.sh-6396- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-6423- if test -n "$inherited_linker_flags"; then bacula-9.6.6/autoconf/ltmain.sh:6424: tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'` bacula-9.6.6/autoconf/ltmain.sh-6425- for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do ############################################## bacula-9.6.6/autoconf/ltmain.sh-6431- fi bacula-9.6.6/autoconf/ltmain.sh:6432: dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bacula-9.6.6/autoconf/ltmain.sh-6433- if test "$linkmode,$pass" = "lib,link" || ############################################## bacula-9.6.6/autoconf/ltmain.sh-6504- *) bacula-9.6.6/autoconf/ltmain.sh:6505: abs_ladir=`cd "$ladir" && pwd` bacula-9.6.6/autoconf/ltmain.sh-6506- if test -z "$abs_ladir"; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-6757- shift bacula-9.6.6/autoconf/ltmain.sh:6758: libname=`eval "\\$ECHO \"$libname_spec\""` bacula-9.6.6/autoconf/ltmain.sh-6759- # use dlname if we got it. it's perfectly good, no? ############################################## bacula-9.6.6/autoconf/ltmain.sh-7049- *) bacula-9.6.6/autoconf/ltmain.sh:7050: absdir=`cd "$dir" && pwd` bacula-9.6.6/autoconf/ltmain.sh-7051- if test -z "$absdir"; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-7060- depdepl= bacula-9.6.6/autoconf/ltmain.sh:7061: eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib` bacula-9.6.6/autoconf/ltmain.sh-7062- if test -n "$deplibrary_names" ; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-7067- depdepl="$absdir/$objdir/$depdepl" bacula-9.6.6/autoconf/ltmain.sh:7068: darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` bacula-9.6.6/autoconf/ltmain.sh-7069- if test -z "$darwin_install_name"; then bacula-9.6.6/autoconf/ltmain.sh:7070: darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'` bacula-9.6.6/autoconf/ltmain.sh-7071- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-7082- else bacula-9.6.6/autoconf/ltmain.sh:7083: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib` bacula-9.6.6/autoconf/ltmain.sh-7084- test -z "$libdir" && \ ############################################## bacula-9.6.6/autoconf/ltmain.sh-7105- else bacula-9.6.6/autoconf/ltmain.sh:7106: compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bacula-9.6.6/autoconf/ltmain.sh-7107- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-7254- test "$module" = no && \ bacula-9.6.6/autoconf/ltmain.sh:7255: func_fatal_help "libtool library \`$output' must begin with \`lib'" bacula-9.6.6/autoconf/ltmain.sh-7256- ############################################## bacula-9.6.6/autoconf/ltmain.sh-7392- if test "$age" -gt "$current"; then bacula-9.6.6/autoconf/ltmain.sh:7393: func_error "AGE \`$age' is greater than the current interface number \`$current'" bacula-9.6.6/autoconf/ltmain.sh-7394- func_fatal_error "\`$vinfo' is not valid version information" ############################################## bacula-9.6.6/autoconf/ltmain.sh-7553- removelist= bacula-9.6.6/autoconf/ltmain.sh:7554: tempremovelist=`$ECHO "$output_objdir/*"` bacula-9.6.6/autoconf/ltmain.sh-7555- for p in $tempremovelist; do ############################################## bacula-9.6.6/autoconf/ltmain.sh-7579- # Transform .lo files to .o files. bacula-9.6.6/autoconf/ltmain.sh:7580: oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP` bacula-9.6.6/autoconf/ltmain.sh-7581- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-7584- #for path in $notinst_path; do bacula-9.6.6/autoconf/ltmain.sh:7585: # lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"` bacula-9.6.6/autoconf/ltmain.sh:7586: # deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"` bacula-9.6.6/autoconf/ltmain.sh:7587: # dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"` bacula-9.6.6/autoconf/ltmain.sh-7588- #done ############################################## bacula-9.6.6/autoconf/ltmain.sh-7705- if test -n "$i" ; then bacula-9.6.6/autoconf/ltmain.sh:7706: libname=`eval "\\$ECHO \"$libname_spec\""` bacula-9.6.6/autoconf/ltmain.sh:7707: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` bacula-9.6.6/autoconf/ltmain.sh-7708- set dummy $deplib_matches; shift bacula-9.6.6/autoconf/ltmain.sh-7709- deplib_match=$1 bacula-9.6.6/autoconf/ltmain.sh:7710: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then bacula-9.6.6/autoconf/ltmain.sh-7711- func_append newdeplibs " $i" ############################################## bacula-9.6.6/autoconf/ltmain.sh-7748- if test -n "$i" ; then bacula-9.6.6/autoconf/ltmain.sh:7749: libname=`eval "\\$ECHO \"$libname_spec\""` bacula-9.6.6/autoconf/ltmain.sh:7750: deplib_matches=`eval "\\$ECHO \"$library_names_spec\""` bacula-9.6.6/autoconf/ltmain.sh-7751- set dummy $deplib_matches; shift bacula-9.6.6/autoconf/ltmain.sh-7752- deplib_match=$1 bacula-9.6.6/autoconf/ltmain.sh:7753: if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then bacula-9.6.6/autoconf/ltmain.sh-7754- func_append newdeplibs " $i" ############################################## bacula-9.6.6/autoconf/ltmain.sh-7783- set dummy $deplibs_check_method; shift bacula-9.6.6/autoconf/ltmain.sh:7784: file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` bacula-9.6.6/autoconf/ltmain.sh-7785- for a_deplib in $deplibs; do ############################################## bacula-9.6.6/autoconf/ltmain.sh-7798- if test -n "$a_deplib" ; then bacula-9.6.6/autoconf/ltmain.sh:7799: libname=`eval "\\$ECHO \"$libname_spec\""` bacula-9.6.6/autoconf/ltmain.sh-7800- if test -n "$file_magic_glob"; then bacula-9.6.6/autoconf/ltmain.sh:7801: libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob` bacula-9.6.6/autoconf/ltmain.sh-7802- else ############################################## bacula-9.6.6/autoconf/ltmain.sh-7808- shopt -s nocaseglob bacula-9.6.6/autoconf/ltmain.sh:7809: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` bacula-9.6.6/autoconf/ltmain.sh-7810- $nocaseglob bacula-9.6.6/autoconf/ltmain.sh-7811- else bacula-9.6.6/autoconf/ltmain.sh:7812: potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null` bacula-9.6.6/autoconf/ltmain.sh-7813- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-7826- while test -h "$potlib" 2>/dev/null; do bacula-9.6.6/autoconf/ltmain.sh:7827: potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'` bacula-9.6.6/autoconf/ltmain.sh-7828- case $potliblink in bacula-9.6.6/autoconf/ltmain.sh-7829- [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";; bacula-9.6.6/autoconf/ltmain.sh:7830: *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";; bacula-9.6.6/autoconf/ltmain.sh-7831- esac ############################################## bacula-9.6.6/autoconf/ltmain.sh-7867- set dummy $deplibs_check_method; shift bacula-9.6.6/autoconf/ltmain.sh:7868: match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"` bacula-9.6.6/autoconf/ltmain.sh-7869- for a_deplib in $deplibs; do ############################################## bacula-9.6.6/autoconf/ltmain.sh-7882- if test -n "$a_deplib" ; then bacula-9.6.6/autoconf/ltmain.sh:7883: libname=`eval "\\$ECHO \"$libname_spec\""` bacula-9.6.6/autoconf/ltmain.sh-7884- for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do bacula-9.6.6/autoconf/ltmain.sh:7885: potential_libs=`ls $i/$libname[.-]* 2>/dev/null` bacula-9.6.6/autoconf/ltmain.sh-7886- for potent_lib in $potential_libs; do ############################################## bacula-9.6.6/autoconf/ltmain.sh-7921- newdeplibs="" bacula-9.6.6/autoconf/ltmain.sh:7922: tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'` bacula-9.6.6/autoconf/ltmain.sh-7923- if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-7925- # can't use Xsed below, because $i might contain '/' bacula-9.6.6/autoconf/ltmain.sh:7926: tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"` bacula-9.6.6/autoconf/ltmain.sh-7927- done ############################################## bacula-9.6.6/autoconf/ltmain.sh-7951- # On Rhapsody replace the C library with the System framework bacula-9.6.6/autoconf/ltmain.sh:7952: newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'` bacula-9.6.6/autoconf/ltmain.sh-7953- ;; ############################################## bacula-9.6.6/autoconf/ltmain.sh-8003- *-*-darwin*) bacula-9.6.6/autoconf/ltmain.sh:8004: newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bacula-9.6.6/autoconf/ltmain.sh:8005: new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bacula-9.6.6/autoconf/ltmain.sh:8006: deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bacula-9.6.6/autoconf/ltmain.sh-8007- ;; ############################################## bacula-9.6.6/autoconf/ltmain.sh-8130- # Use standard objects if they are pic bacula-9.6.6/autoconf/ltmain.sh:8131: test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP` bacula-9.6.6/autoconf/ltmain.sh-8132- test "X$libobjs" = "X " && libobjs= ############################################## bacula-9.6.6/autoconf/ltmain.sh-8145- # exporting using user supplied symfile bacula-9.6.6/autoconf/ltmain.sh:8146: if test "x`$SED 1q $export_symbols`" != xEXPORTS; then bacula-9.6.6/autoconf/ltmain.sh-8147- # and it's NOT already a .def file. Must figure out ############################################## bacula-9.6.6/autoconf/ltmain.sh-8642- eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\" bacula-9.6.6/autoconf/ltmain.sh:8643: reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'` bacula-9.6.6/autoconf/ltmain.sh-8644- else ############################################## bacula-9.6.6/autoconf/ltmain.sh-8656- # Create the old-style object. bacula-9.6.6/autoconf/ltmain.sh:8657: reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test bacula-9.6.6/autoconf/ltmain.sh-8658- ############################################## bacula-9.6.6/autoconf/ltmain.sh-8716- # On Rhapsody replace the C library is the System framework bacula-9.6.6/autoconf/ltmain.sh:8717: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'` bacula-9.6.6/autoconf/ltmain.sh:8718: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'` bacula-9.6.6/autoconf/ltmain.sh-8719- ;; ############################################## bacula-9.6.6/autoconf/ltmain.sh-8734- # Time to change all our "foo.ltframework" stuff back to "-framework foo" bacula-9.6.6/autoconf/ltmain.sh:8735: compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bacula-9.6.6/autoconf/ltmain.sh:8736: finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'` bacula-9.6.6/autoconf/ltmain.sh-8737- ;; ############################################## bacula-9.6.6/autoconf/ltmain.sh-8812- *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*) bacula-9.6.6/autoconf/ltmain.sh:8813: testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'` bacula-9.6.6/autoconf/ltmain.sh-8814- case :$dllsearchpath: in ############################################## bacula-9.6.6/autoconf/ltmain.sh-8872- # Transform all the library objects into standard objects. bacula-9.6.6/autoconf/ltmain.sh:8873: compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP` bacula-9.6.6/autoconf/ltmain.sh:8874: finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP` bacula-9.6.6/autoconf/ltmain.sh-8875- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-8902- # Replace the output file specification. bacula-9.6.6/autoconf/ltmain.sh:8903: compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'` bacula-9.6.6/autoconf/ltmain.sh-8904- link_command="$compile_command$compile_rpath" ############################################## bacula-9.6.6/autoconf/ltmain.sh-8911- func_to_tool_file "$output" bacula-9.6.6/autoconf/ltmain.sh:8912: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` bacula-9.6.6/autoconf/ltmain.sh-8913- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## bacula-9.6.6/autoconf/ltmain.sh-8955- # Replace the output file specification. bacula-9.6.6/autoconf/ltmain.sh:8956: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'` bacula-9.6.6/autoconf/ltmain.sh-8957- # Delete the old output file. ############################################## bacula-9.6.6/autoconf/ltmain.sh-8963- func_to_tool_file "$output" bacula-9.6.6/autoconf/ltmain.sh:8964: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` bacula-9.6.6/autoconf/ltmain.sh-8965- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## bacula-9.6.6/autoconf/ltmain.sh-8981- if test "$fast_install" = yes; then bacula-9.6.6/autoconf/ltmain.sh:8982: relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'` bacula-9.6.6/autoconf/ltmain.sh-8983- else ############################################## bacula-9.6.6/autoconf/ltmain.sh-8993- # Replace the output file specification. bacula-9.6.6/autoconf/ltmain.sh:8994: link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'` bacula-9.6.6/autoconf/ltmain.sh-8995- ############################################## bacula-9.6.6/autoconf/ltmain.sh-9002- func_to_tool_file "$output_objdir/$outputname" bacula-9.6.6/autoconf/ltmain.sh:9003: postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'` bacula-9.6.6/autoconf/ltmain.sh-9004- func_execute_cmds "$postlink_cmds" 'exit $?' ############################################## bacula-9.6.6/autoconf/ltmain.sh-9023- relink_command="(cd `pwd`; $relink_command)" bacula-9.6.6/autoconf/ltmain.sh:9024: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` bacula-9.6.6/autoconf/ltmain.sh-9025- fi ############################################## bacula-9.6.6/autoconf/ltmain.sh-9267- relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)" bacula-9.6.6/autoconf/ltmain.sh:9268: relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"` bacula-9.6.6/autoconf/ltmain.sh-9269- if test "$hardcode_automatic" = yes ; then ############################################## bacula-9.6.6/autoconf/ltmain.sh-9288- func_resolve_sysroot "$deplib" bacula-9.6.6/autoconf/ltmain.sh:9289: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result` bacula-9.6.6/autoconf/ltmain.sh-9290- test -z "$libdir" && \ ############################################## bacula-9.6.6/autoconf/ltmain.sh-9314- name="$func_basename_result" bacula-9.6.6/autoconf/ltmain.sh:9315: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` bacula-9.6.6/autoconf/ltmain.sh-9316- test -z "$libdir" && \ ############################################## bacula-9.6.6/autoconf/ltmain.sh-9333- name="$func_basename_result" bacula-9.6.6/autoconf/ltmain.sh:9334: eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib` bacula-9.6.6/autoconf/ltmain.sh-9335- test -z "$libdir" && \ ############################################## bacula-9.6.6/autoconf/ltmain.sh-9652-# ### BEGIN LIBTOOL TAG CONFIG: disable-static bacula-9.6.6/autoconf/ltmain.sh:9653:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` bacula-9.6.6/autoconf/ltmain.sh-9654-# ### END LIBTOOL TAG CONFIG: disable-static ############################################## bacula-9.6.6/autoconf/bacula-macros/compare-version.m4-57- # Determine the number of characters in A and B. bacula-9.6.6/autoconf/bacula-macros/compare-version.m4:58: ax_compare_version_len_A=`echo "$A" | $AWK '{print(length)}'` bacula-9.6.6/autoconf/bacula-macros/compare-version.m4:59: ax_compare_version_len_B=`echo "$B" | $AWK '{print(length)}'` bacula-9.6.6/autoconf/bacula-macros/compare-version.m4-60- bacula-9.6.6/autoconf/bacula-macros/compare-version.m4-61- # Set A to no more than B's length and B to no more than A's length. bacula-9.6.6/autoconf/bacula-macros/compare-version.m4:62: A=`echo "$A" | sed "s/\(.\{$ax_compare_version_len_B\}\).*/\1/"` bacula-9.6.6/autoconf/bacula-macros/compare-version.m4:63: B=`echo "$B" | sed "s/\(.\{$ax_compare_version_len_A\}\).*/\1/"` bacula-9.6.6/autoconf/bacula-macros/compare-version.m4-64- ], ############################################## bacula-9.6.6/autoconf/bacula-macros/compare-version.m4-66- # A count greater than zero means use only that many subversions bacula-9.6.6/autoconf/bacula-macros/compare-version.m4:67: A=`echo "$A" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"` bacula-9.6.6/autoconf/bacula-macros/compare-version.m4:68: B=`echo "$B" | sed "s/\(\([[0-9]]\{4\}\)\{m4_substr($2,2)\}\).*/\1/"` bacula-9.6.6/autoconf/bacula-macros/compare-version.m4-69- ], ############################################## bacula-9.6.6/autoconf/bacula-macros/compare-version.m4-75- # Pad zeros at end of numbers to make same length. bacula-9.6.6/autoconf/bacula-macros/compare-version.m4:76: ax_compare_version_tmp_A="$A`echo $B | sed 's/./0/g'`" bacula-9.6.6/autoconf/bacula-macros/compare-version.m4:77: B="$B`echo $A | sed 's/./0/g'`" bacula-9.6.6/autoconf/bacula-macros/compare-version.m4-78- A="$ax_compare_version_tmp_A" ############################################## bacula-9.6.6/autoconf/bacula-macros/largefiles.m4-19- ac_cv_sys_largefile_$1, bacula-9.6.6/autoconf/bacula-macros/largefiles.m4:20: [ac_cv_sys_largefile_$1=`($GETCONF LFS_$1) 2>/dev/null` || { bacula-9.6.6/autoconf/bacula-macros/largefiles.m4-21- ac_cv_sys_largefile_$1=no ############################################## bacula-9.6.6/autoconf/bacula-macros/largefiles.m4-61- -D$1=*) bacula-9.6.6/autoconf/bacula-macros/largefiles.m4:62: $2=`expr " $ac_flag" : '[^=]*=\(.*\)'` ;; bacula-9.6.6/autoconf/bacula-macros/largefiles.m4-63- esac ############################################## bacula-9.6.6/autoconf/bacula-macros/db.m4-242- POSTGRESQL_BINDIR=/usr/bin bacula-9.6.6/autoconf/bacula-macros/db.m4:243: POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir` bacula-9.6.6/autoconf/bacula-macros/db.m4-244- elif test -f /usr/local/bin/psql; then ############################################## bacula-9.6.6/autoconf/bacula-macros/db.m4-349- if test $? = 0; then bacula-9.6.6/autoconf/bacula-macros/db.m4:350: MYSQL_LIBDIR=`${MYSQL_CONFIG} --libs_r` bacula-9.6.6/autoconf/bacula-macros/db.m4:351: MYSQL_INCDIR=`${MYSQL_CONFIG} --include` bacula-9.6.6/autoconf/bacula-macros/db.m4-352- HAVE_LIBSR="yes" ############################################## bacula-9.6.6/autoconf/bacula-macros/db.m4-355- if test $? = 0 ; then bacula-9.6.6/autoconf/bacula-macros/db.m4:356: MYSQL_LIBDIR=`${MYSQL_CONFIG} --variable=pkglibdir` bacula-9.6.6/autoconf/bacula-macros/db.m4:357: MYSQL_INCDIR=`${MYSQL_CONFIG} --variable=pkgincludedir` bacula-9.6.6/autoconf/bacula-macros/db.m4-358- fi ############################################## bacula-9.6.6/autoconf/bacula-macros/db.m4-869- if test -n "$PG_CONFIG"; then bacula-9.6.6/autoconf/bacula-macros/db.m4:870: POSTGRESQL_INCDIR=`"$PG_CONFIG" --includedir` bacula-9.6.6/autoconf/bacula-macros/db.m4:871: POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir` bacula-9.6.6/autoconf/bacula-macros/db.m4-872- POSTGRESQL_BINDIR=/usr/bin ############################################## bacula-9.6.6/autoconf/configure.in-37-if test "x$BACULA" != x; then bacula-9.6.6/autoconf/configure.in:38: post_host=`echo -${BACULA} | tr 'A-Z ' 'a-z-'` bacula-9.6.6/autoconf/configure.in-39-fi bacula-9.6.6/autoconf/configure.in-40-BACULA=${BACULA:-Bacula} bacula-9.6.6/autoconf/configure.in:41:VERSION=`sed -n -e 's/^#define VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:42:RELEASE=`sed -n -e 's/^#define RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:43:DATE=`sed -n -e 's/^#define BDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:44:LSMDATE=`sed -n -e 's/^#define LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:45:BDB_VERSION=`sed -n -e 's/^#define BDB_VERSION \(.*\)$/\1/p' ${srcdir}/src/cats/cats.h` bacula-9.6.6/autoconf/configure.in:46:DEPKGS_VERSION=`sed -n -e 's/^#define DEPKGS_VERSION \(.*\)$/\1/p' ${srcdir}/src/cats/cats.h` bacula-9.6.6/autoconf/configure.in:47:DEPKGS_QT_VERSION=`sed -n -e 's/^#define DEPKGS_QT_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:48:BQT_VERSION=`sed -n -e 's/^#define BQT_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:49:VIX_VERSION=`sed -n -e 's/^#define VIX_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:50:JAVA_VERSION=`sed -n -e 's/^#define JAVA_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:51:NDMP_VERSION=`sed -n -e 's/^#define NDMP_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:52:LIBRSYNC_VERSION=`sed -n -e 's/^#define LIBRSYNC_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in-53-AC_SUBST(VERSION)dnl ############################################## bacula-9.6.6/autoconf/configure.in-68-dnl can be overwritten by specific values from version.h bacula-9.6.6/autoconf/configure.in:69:LIBBAC_LT_RELEASE=`sed -n -e 's/^#.*LIBBAC_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:70:LIBBACCFG_LT_RELEASE=`sed -n -e 's/^#.*LIBBACCFG_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:71:LIBBACPY_LT_RELEASE=`sed -n -e 's/^#.*LIBBACPY_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in-72- ############################################## bacula-9.6.6/autoconf/configure.in-80-dnl can be overwritten by specific values from version.h bacula-9.6.6/autoconf/configure.in:81:LIBBACSQL_LT_RELEASE=`sed -n -e 's/^#.*LIBBACSQL_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in:82:LIBBACCATS_LT_RELEASE=`sed -n -e 's/^#.*LIBBACCATS_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in-83- ############################################## bacula-9.6.6/autoconf/configure.in-91-dnl can be overwritten by specific values from version.h bacula-9.6.6/autoconf/configure.in:92:LIBBACFIND_LT_RELEASE=`sed -n -e 's/^#.*LIBBACFIND_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/autoconf/configure.in-93- ############################################## bacula-9.6.6/autoconf/configure.in-112- bacula-9.6.6/autoconf/configure.in:113:BASECC=`basename $CC` bacula-9.6.6/autoconf/configure.in-114-have_gcc=no ############################################## bacula-9.6.6/autoconf/configure.in-127-AC_MSG_CHECKING(for multiarch system) bacula-9.6.6/autoconf/configure.in:128:multiarch=`$CC $CFLAGS -print-multiarch 2>/dev/null` bacula-9.6.6/autoconf/configure.in-129-AC_MSG_RESULT($multiarch) ############################################## bacula-9.6.6/autoconf/configure.in-293-if test x${prefix} = xNONE ; then bacula-9.6.6/autoconf/configure.in:294: if test `eval echo ${sysconfdir}` = NONE/etc ; then bacula-9.6.6/autoconf/configure.in-295- sysconfdir=/etc/bacula ############################################## bacula-9.6.6/autoconf/configure.in-297- bacula-9.6.6/autoconf/configure.in:298: if test `eval echo ${libdir}` = NONE/lib ; then bacula-9.6.6/autoconf/configure.in-299- case ${os_name} in ############################################## bacula-9.6.6/autoconf/configure.in-316- bacula-9.6.6/autoconf/configure.in:317: if test `eval echo ${includedir}` = NONE/include ; then bacula-9.6.6/autoconf/configure.in-318- includedir=/usr/include ############################################## bacula-9.6.6/autoconf/configure.in-320- bacula-9.6.6/autoconf/configure.in:321: if test `eval echo ${datarootdir}` = NONE/share ; then bacula-9.6.6/autoconf/configure.in-322- datarootdir=/usr/share ############################################## bacula-9.6.6/autoconf/configure.in-333- bacula-9.6.6/autoconf/configure.in:334:sysconfdir=`eval echo ${sysconfdir}` bacula-9.6.6/autoconf/configure.in:335:datarootdir=`eval echo ${datarootdir}` bacula-9.6.6/autoconf/configure.in:336:docdir=`eval echo ${docdir}` bacula-9.6.6/autoconf/configure.in:337:htmldir=`eval echo ${htmldir}` bacula-9.6.6/autoconf/configure.in:338:libdir=`eval echo ${libdir}` bacula-9.6.6/autoconf/configure.in:339:includedir=`eval echo ${includedir}` bacula-9.6.6/autoconf/configure.in:340:localedir=`eval echo ${datarootdir}/locale` bacula-9.6.6/autoconf/configure.in-341-AC_DEFINE_UNQUOTED(SYSCONFDIR, "$sysconfdir") ############################################## bacula-9.6.6/autoconf/configure.in-349-fi bacula-9.6.6/autoconf/configure.in:350:sbindir=`eval echo ${sbindir}` bacula-9.6.6/autoconf/configure.in-351- ############################################## bacula-9.6.6/autoconf/configure.in-362-if test x$htmldir = x'/usr/share/doc/bacula/' ; then bacula-9.6.6/autoconf/configure.in:363: htmldir=`eval echo ${docdir}html` bacula-9.6.6/autoconf/configure.in-364-fi ############################################## bacula-9.6.6/autoconf/configure.in-369-if test x$docdir = x'/usr/share/doc/' ; then bacula-9.6.6/autoconf/configure.in:370: docdir=`eval echo ${docdir}bacula` bacula-9.6.6/autoconf/configure.in-371-fi ############################################## bacula-9.6.6/autoconf/configure.in-423-dnl look for Qt4 bacula-9.6.6/autoconf/configure.in:424: abc=`$PKG_CONFIG QtGui` bacula-9.6.6/autoconf/configure.in-425- pkg=$? ############################################## bacula-9.6.6/autoconf/configure.in-429-dnl look for Qt5 bacula-9.6.6/autoconf/configure.in:430: abc=`$PKG_CONFIG Qt5Gui` bacula-9.6.6/autoconf/configure.in-431- pkg=$? ############################################## bacula-9.6.6/autoconf/configure.in-1094-dnl ------------------------------------------ bacula-9.6.6/autoconf/configure.in:1095:scriptdir=`eval echo ${sysconfdir}` bacula-9.6.6/autoconf/configure.in-1096-AC_ARG_WITH(scriptdir, ############################################## bacula-9.6.6/autoconf/configure.in-1141-# ------------------------------------------ bacula-9.6.6/autoconf/configure.in:1142:plugindir=`eval echo ${libdir}` bacula-9.6.6/autoconf/configure.in-1143-AC_ARG_WITH(plugindir, ############################################## bacula-9.6.6/autoconf/configure.in-1254-AC_SUBST(baseport) bacula-9.6.6/autoconf/configure.in:1255:dir_port=`expr $baseport` bacula-9.6.6/autoconf/configure.in:1256:fd_port=`expr $baseport + 1` bacula-9.6.6/autoconf/configure.in:1257:sd_port=`expr $fd_port + 1` bacula-9.6.6/autoconf/configure.in-1258- ############################################## bacula-9.6.6/autoconf/configure.in-1559- fi bacula-9.6.6/autoconf/configure.in:1560: CYTHON_LIBS=`${PYTHON}-config --libs 2>/dev/null` bacula-9.6.6/autoconf/configure.in:1561: CYTHON_INC=`${PYTHON}-config --includes 2>/dev/null` bacula-9.6.6/autoconf/configure.in-1562-else ############################################## bacula-9.6.6/autoconf/configure.in-1628-dnl ------------------------------------------- bacula-9.6.6/autoconf/configure.in:1629:case `echo $DB_BACKENDS | wc -w | sed -e 's/^ *//'` in bacula-9.6.6/autoconf/configure.in-1630- 1) ############################################## bacula-9.6.6/autoconf/configure.in-1641- dnl ------------------------------------------------ bacula-9.6.6/autoconf/configure.in:1642: DEFAULT_DB_TYPE=`echo ${DB_BACKENDS} | cut -d' ' -f1` bacula-9.6.6/autoconf/configure.in-1643- ############################################## bacula-9.6.6/autoconf/configure.in-2554- do bacula-9.6.6/autoconf/configure.in:2555: A=`test -f ${dir}/libsys${arch_type} && nm ${dir}/libsys${arch_type} 2>/dev/null | grep pioctl` bacula-9.6.6/autoconf/configure.in-2556- pkg=$? ############################################## bacula-9.6.6/autoconf/configure.in-3155-bsdi) bacula-9.6.6/autoconf/configure.in:3156: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/autoconf/configure.in-3157- TAPEDRIVE="/dev/nrmt0" ############################################## bacula-9.6.6/autoconf/configure.in-3170-cygwin) bacula-9.6.6/autoconf/configure.in:3171: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/autoconf/configure.in-3172- TAPEDRIVE="/dev/nrst0" ############################################## bacula-9.6.6/autoconf/configure.in-3226-freebsd) bacula-9.6.6/autoconf/configure.in:3227: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/autoconf/configure.in:3228: VER=`echo $DISTVER | cut -c 1` bacula-9.6.6/autoconf/configure.in-3229- if test x$VER = x4 ; then ############################################## bacula-9.6.6/autoconf/configure.in-3272-netbsd) bacula-9.6.6/autoconf/configure.in:3273: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/autoconf/configure.in-3274- lld="qd" ############################################## bacula-9.6.6/autoconf/configure.in-3281-openbsd) bacula-9.6.6/autoconf/configure.in:3282: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/autoconf/configure.in-3283- lld="qd" ############################################## bacula-9.6.6/autoconf/configure.in-3330-gentoo) bacula-9.6.6/autoconf/configure.in:3331: DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release` bacula-9.6.6/autoconf/configure.in-3332- TAPEDRIVE="/dev/nst0" ############################################## bacula-9.6.6/autoconf/configure.in-3668- dnl bacula-9.6.6/autoconf/configure.in:3669: CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 3 -d ' '` bacula-9.6.6/autoconf/configure.in-3670- if test "x${CCVERSION}" = "x" ; then bacula-9.6.6/autoconf/configure.in:3671: CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 1 -d ' '` bacula-9.6.6/autoconf/configure.in-3672- fi bacula-9.6.6/autoconf/configure.in:3673: CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 3 -d ' '` bacula-9.6.6/autoconf/configure.in-3674- if test x"${CXXVERSION}" = x ; then bacula-9.6.6/autoconf/configure.in:3675: CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 1 -d ' '` bacula-9.6.6/autoconf/configure.in-3676- fi ############################################## bacula-9.6.6/po/Makefile.in.in-69-.po.gmo: bacula-9.6.6/po/Makefile.in.in:70: @lang=`echo $* | sed -e 's,.*/,,'`; \ bacula-9.6.6/po/Makefile.in.in-71- test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ ############################################## bacula-9.6.6/po/Makefile.in.in-148-$(POFILES): $(srcdir)/$(DOMAIN).pot bacula-9.6.6/po/Makefile.in.in:149: @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ bacula-9.6.6/po/Makefile.in.in-150- if test -f "$(srcdir)/$${lang}.po"; then \ ############################################## bacula-9.6.6/po/Makefile.in.in-178- for cat in $$catalogs; do \ bacula-9.6.6/po/Makefile.in.in:179: cat=`basename $$cat`; \ bacula-9.6.6/po/Makefile.in.in:180: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ bacula-9.6.6/po/Makefile.in.in-181- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## bacula-9.6.6/po/Makefile.in.in-188- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ bacula-9.6.6/po/Makefile.in.in:189: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ bacula-9.6.6/po/Makefile.in.in-190- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## bacula-9.6.6/po/Makefile.in.in-230- for cat in $$catalogs; do \ bacula-9.6.6/po/Makefile.in.in:231: cat=`basename $$cat`; \ bacula-9.6.6/po/Makefile.in.in:232: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ bacula-9.6.6/po/Makefile.in.in-233- dir=$(localedir)/$$lang/LC_MESSAGES; \ ############################################## bacula-9.6.6/po/Makefile.in.in-237- if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \ bacula-9.6.6/po/Makefile.in.in:238: link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \ bacula-9.6.6/po/Makefile.in.in-239- mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \ ############################################## bacula-9.6.6/po/Makefile.in.in-276- for cat in $$catalogs; do \ bacula-9.6.6/po/Makefile.in.in:277: cat=`basename $$cat`; \ bacula-9.6.6/po/Makefile.in.in:278: lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \ bacula-9.6.6/po/Makefile.in.in-279- for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \ ############################################## bacula-9.6.6/po/Makefile.in.in-341-.nop.po-create: bacula-9.6.6/po/Makefile.in.in:342: @lang=`echo $@ | sed -e 's/\.po-create$$//'`; \ bacula-9.6.6/po/Makefile.in.in-343- echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \ ############################################## bacula-9.6.6/po/Makefile.in.in-348-.nop.po-update: bacula-9.6.6/po/Makefile.in.in:349: @lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ bacula-9.6.6/po/Makefile.in.in-350- if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \ ############################################## bacula-9.6.6/po/Rules-quot-15-.insert-header.po-update-en: bacula-9.6.6/po/Rules-quot:16: @lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \ bacula-9.6.6/po/Rules-quot:17: if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \ bacula-9.6.6/po/Rules-quot-18- tmpdir=`pwd`; \ bacula-9.6.6/po/Rules-quot-19- echo "$$lang:"; \ bacula-9.6.6/po/Rules-quot:20: ll=`echo $$lang | sed -e 's/@.*//'`; \ bacula-9.6.6/po/Rules-quot-21- LC_ALL=C; export LC_ALL; \ bacula-9.6.6/po/Rules-quot-22- cd $(srcdir); \ bacula-9.6.6/po/Rules-quot:23: if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ bacula-9.6.6/po/Rules-quot-24- if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ ############################################## bacula-9.6.6/debian/bacula-director.init-51-{ bacula-9.6.6/debian/bacula-director.init:52: if [ -r "$1" ]; then pid="`cat $1`"; bacula-9.6.6/debian/bacula-director.init-53- else pid=""; fi ############################################## bacula-9.6.6/debian/bacula-director.init-75- start-stop-daemon --oknodo --stop --quiet --pidfile $PIDFILE \ bacula-9.6.6/debian/bacula-director.init:76: --retry TERM/30/KILL/5 --name `basename $DAEMON` bacula-9.6.6/debian/bacula-director.init-77-} ############################################## bacula-9.6.6/debian/bacula-fd.init-68- start-stop-daemon --oknodo --stop --quiet --pidfile $PIDFILE \ bacula-9.6.6/debian/bacula-fd.init:69: --retry TERM/30/KILL/5 --name `basename $DAEMON` bacula-9.6.6/debian/bacula-fd.init-70-} ############################################## bacula-9.6.6/debian/bacula-sd.init-62- start-stop-daemon --oknodo --stop --quiet --pidfile $PIDFILE \ bacula-9.6.6/debian/bacula-sd.init:63: --retry TERM/$STOPTIMEOUT/KILL/5 --name `basename $DAEMON` bacula-9.6.6/debian/bacula-sd.init-64-} ############################################## bacula-9.6.6/debian/patches/debian/fix-sql-bindir-13- if test -n "$PG_CONFIG"; then bacula-9.6.6/debian/patches/debian/fix-sql-bindir:14:- POSTGRESQL_BINDIR=`"$PG_CONFIG" --bindir` bacula-9.6.6/debian/patches/debian/fix-sql-bindir-15-+ POSTGRESQL_BINDIR=/usr/bin bacula-9.6.6/debian/patches/debian/fix-sql-bindir:16: POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir` bacula-9.6.6/debian/patches/debian/fix-sql-bindir-17- elif test -f /usr/local/bin/psql; then ############################################## bacula-9.6.6/debian/patches/debian/fix-sql-bindir-20- if test -n "$PG_CONFIG"; then bacula-9.6.6/debian/patches/debian/fix-sql-bindir:21: POSTGRESQL_INCDIR=`"$PG_CONFIG" --includedir` bacula-9.6.6/debian/patches/debian/fix-sql-bindir:22: POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir` bacula-9.6.6/debian/patches/debian/fix-sql-bindir:23:- POSTGRESQL_BINDIR=`"$PG_CONFIG" --bindir` bacula-9.6.6/debian/patches/debian/fix-sql-bindir-24-+ POSTGRESQL_BINDIR=/usr/bin ############################################## bacula-9.6.6/debian/patches/upstream/fix-pkg-config-autoconf-macro-23- dnl look for Qt4 bacula-9.6.6/debian/patches/upstream/fix-pkg-config-autoconf-macro:24:- abc=`$PKGCONFIG QtGui` bacula-9.6.6/debian/patches/upstream/fix-pkg-config-autoconf-macro:25:+ abc=`$PKG_CONFIG QtGui` bacula-9.6.6/debian/patches/upstream/fix-pkg-config-autoconf-macro-26- pkg=$? ############################################## bacula-9.6.6/debian/patches/upstream/fix-pkg-config-autoconf-macro-30- dnl look for Qt5 bacula-9.6.6/debian/patches/upstream/fix-pkg-config-autoconf-macro:31:- abc=`$PKGCONFIG Qt5Gui` bacula-9.6.6/debian/patches/upstream/fix-pkg-config-autoconf-macro:32:+ abc=`$PKG_CONFIG Qt5Gui` bacula-9.6.6/debian/patches/upstream/fix-pkg-config-autoconf-macro-33- pkg=$? ############################################## bacula-9.6.6/debian/scripts/install-dbconfig-66- bacula-9.6.6/debian/scripts/install-dbconfig:67: mkdir -p `dirname $targetfile` bacula-9.6.6/debian/scripts/install-dbconfig-68- awk -v version=ignore -f $extractor $sourcefile >> $targetfile ############################################## bacula-9.6.6/debian/scripts/install-dbconfig-95- bacula-9.6.6/debian/scripts/install-dbconfig:96: mkdir -p `dirname $targetfile` bacula-9.6.6/debian/scripts/install-dbconfig-97- awk -v version=$dbtarget -f $extractor $sourcefile >> $targetfile ############################################## bacula-9.6.6/debian/scripts/install-dbconfig-109- bacula-9.6.6/debian/scripts/install-dbconfig:110: mkdir -p `dirname $targetfile` bacula-9.6.6/debian/scripts/install-dbconfig-111- awk -v version=ignore -f $extractor $sourcefile >> $targetfile ############################################## bacula-9.6.6/debian/scripts/install-dbconfig-120- # this looks where the current database version is inserted in the make_(db)_tables script and extracts it bacula-9.6.6/debian/scripts/install-dbconfig:121: current_bacula_db_version=`sed -n 's/INSERT INTO Version (VersionId) VALUES (\([0-9]*\));/\1/ip' $sourcefile` bacula-9.6.6/debian/scripts/install-dbconfig-122- if [ $current_bacula_db_version -ne $lastdbversion ]; then ############################################## bacula-9.6.6/debian/tests/backup-test-21- # database if its package is installed. bacula-9.6.6/debian/tests/backup-test:22: pkg_status=`dpkg-query --showformat '${db:Status-Status}' -W "$pkg" 2>/dev/null || true` bacula-9.6.6/debian/tests/backup-test-23- if [ "$pkg_status" = "installed" ]; then ############################################## bacula-9.6.6/debian/tests/backup-test-45- bacula-9.6.6/debian/tests/backup-test:46:sed -i "s%Where = /nonexistant/path/to/file/archive/dir/bacula-restores%Where = $RESTOREDIR%" /etc/bacula/bacula-dir.conf bacula-9.6.6/debian/tests/backup-test-47-sed -i "s/signature = MD5/signature = SHA1/" /etc/bacula/bacula-dir.conf ############################################## bacula-9.6.6/debian/tests/backup-test-mysql-21- # database if its package is installed. bacula-9.6.6/debian/tests/backup-test-mysql:22: pkg_status=`dpkg-query --showformat '${db:Status-Status}' -W "$pkg" 2>/dev/null || true` bacula-9.6.6/debian/tests/backup-test-mysql-23- if [ "$pkg_status" = "installed" ]; then ############################################## bacula-9.6.6/debian/tests/backup-test-mysql-45- bacula-9.6.6/debian/tests/backup-test-mysql:46:sed -i "s%Where = /nonexistant/path/to/file/archive/dir/bacula-restores%Where = $RESTOREDIR%" /etc/bacula/bacula-dir.conf bacula-9.6.6/debian/tests/backup-test-mysql-47-sed -i "s/signature = MD5/signature = SHA1/" /etc/bacula/bacula-dir.conf ############################################## bacula-9.6.6/debian/tests/backup-test-pgsql-21- # database if its package is installed. bacula-9.6.6/debian/tests/backup-test-pgsql:22: pkg_status=`dpkg-query --showformat '${db:Status-Status}' -W "$pkg" 2>/dev/null || true` bacula-9.6.6/debian/tests/backup-test-pgsql-23- if [ "$pkg_status" = "installed" ]; then ############################################## bacula-9.6.6/debian/tests/backup-test-pgsql-45- bacula-9.6.6/debian/tests/backup-test-pgsql:46:sed -i "s%Where = /nonexistant/path/to/file/archive/dir/bacula-restores%Where = $RESTOREDIR%" /etc/bacula/bacula-dir.conf bacula-9.6.6/debian/tests/backup-test-pgsql-47-sed -i "s/signature = MD5/signature = SHA1/" /etc/bacula/bacula-dir.conf ############################################## bacula-9.6.6/debian/tests/backup-test-sqlite3-21- # database if its package is installed. bacula-9.6.6/debian/tests/backup-test-sqlite3:22: pkg_status=`dpkg-query --showformat '${db:Status-Status}' -W "$pkg" 2>/dev/null || true` bacula-9.6.6/debian/tests/backup-test-sqlite3-23- if [ "$pkg_status" = "installed" ]; then ############################################## bacula-9.6.6/debian/tests/backup-test-sqlite3-45- bacula-9.6.6/debian/tests/backup-test-sqlite3:46:sed -i "s%Where = /nonexistant/path/to/file/archive/dir/bacula-restores%Where = $RESTOREDIR%" /etc/bacula/bacula-dir.conf bacula-9.6.6/debian/tests/backup-test-sqlite3-47-sed -i "s/signature = MD5/signature = SHA1/" /etc/bacula/bacula-dir.conf ############################################## bacula-9.6.6/debian/tests/scripts/diff.pl-247- if ($acl) { bacula-9.6.6/debian/tests/scripts/diff.pl:248: $hash->{$File::Find::name}->{acl} = `getfacl "$fe" 2>/dev/null`; bacula-9.6.6/debian/tests/scripts/diff.pl-249- } bacula-9.6.6/debian/tests/scripts/diff.pl-250- if ($attr) { bacula-9.6.6/debian/tests/scripts/diff.pl:251: $hash->{$File::Find::name}->{attr} = `getfattr "$fe" 2>/dev/null`; bacula-9.6.6/debian/tests/scripts/diff.pl-252- } ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-37-if test "x$BACULA" != x; then bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:38: post_host=`echo -${BACULA} | tr 'A-Z ' 'a-z-'` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-39-fi bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-40-BACULA=${BACULA:-Bacula} bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:41:VERSION=`sed -n -e 's/^#define VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:42:RELEASE=`sed -n -e 's/^#define RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:43:DATE=`sed -n -e 's/^#define BDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:44:LSMDATE=`sed -n -e 's/^#define LSMDATE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:45:BDB_VERSION=`sed -n -e 's/^#define BDB_VERSION \(.*\)$/\1/p' ${srcdir}/src/cats/cats.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:46:DEPKGS_VERSION=`sed -n -e 's/^#define DEPKGS_VERSION \(.*\)$/\1/p' ${srcdir}/src/cats/cats.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:47:DEPKGS_QT_VERSION=`sed -n -e 's/^#define DEPKGS_QT_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:48:BQT_VERSION=`sed -n -e 's/^#define BQT_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:49:VIX_VERSION=`sed -n -e 's/^#define VIX_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:50:JAVA_VERSION=`sed -n -e 's/^#define JAVA_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:51:NDMP_VERSION=`sed -n -e 's/^#define NDMP_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:52:LIBRSYNC_VERSION=`sed -n -e 's/^#define LIBRSYNC_VERSION.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-53-AC_SUBST(VERSION)dnl ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-68-dnl can be overwritten by specific values from version.h bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:69:LIBBAC_LT_RELEASE=`sed -n -e 's/^#.*LIBBAC_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:70:LIBBACCFG_LT_RELEASE=`sed -n -e 's/^#.*LIBBACCFG_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:71:LIBBACPY_LT_RELEASE=`sed -n -e 's/^#.*LIBBACPY_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-72- ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-80-dnl can be overwritten by specific values from version.h bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:81:LIBBACSQL_LT_RELEASE=`sed -n -e 's/^#.*LIBBACSQL_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:82:LIBBACCATS_LT_RELEASE=`sed -n -e 's/^#.*LIBBACCATS_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-83- ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-91-dnl can be overwritten by specific values from version.h bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:92:LIBBACFIND_LT_RELEASE=`sed -n -e 's/^#.*LIBBACFIND_LT_RELEASE.*"\(.*\)"$/\1/p' ${srcdir}/src/version.h` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-93- ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-112- bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:113:BASECC=`basename $CC` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-114-have_gcc=no ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-127-AC_MSG_CHECKING(for multiarch system) bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:128:multiarch=`$CC $CFLAGS -print-multiarch 2>/dev/null` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-129-AC_MSG_RESULT($multiarch) ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-290-if test x${prefix} = xNONE ; then bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:291: if test `eval echo ${sysconfdir}` = NONE/etc ; then bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-292- sysconfdir=/etc/bacula ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-294- bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:295: if test `eval echo ${libdir}` = NONE/lib ; then bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-296- case ${os_name} in ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-313- bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:314: if test `eval echo ${includedir}` = NONE/include ; then bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-315- includedir=/usr/include ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-317- bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:318: if test `eval echo ${datarootdir}` = NONE/share ; then bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-319- datarootdir=/usr/share ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-330- bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:331:sysconfdir=`eval echo ${sysconfdir}` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:332:datarootdir=`eval echo ${datarootdir}` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:333:docdir=`eval echo ${docdir}` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:334:htmldir=`eval echo ${htmldir}` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:335:libdir=`eval echo ${libdir}` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:336:includedir=`eval echo ${includedir}` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:337:localedir=`eval echo ${datarootdir}/locale` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-338-AC_DEFINE_UNQUOTED(SYSCONFDIR, "$sysconfdir") ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-346-fi bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:347:sbindir=`eval echo ${sbindir}` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-348- ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-359-if test x$htmldir = x'/usr/share/doc/bacula/' ; then bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:360: htmldir=`eval echo ${docdir}html` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-361-fi ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-366-if test x$docdir = x'/usr/share/doc/' ; then bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:367: docdir=`eval echo ${docdir}bacula` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-368-fi ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-420-dnl look for Qt4 bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:421: abc=`$PKGCONFIG QtGui` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-422- pkg=$? ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-426-dnl look for Qt5 bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:427: abc=`$PKGCONFIG Qt5Gui` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-428- pkg=$? ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1091-dnl ------------------------------------------ bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:1092:scriptdir=`eval echo ${sysconfdir}` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1093-AC_ARG_WITH(scriptdir, ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1138-# ------------------------------------------ bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:1139:plugindir=`eval echo ${libdir}` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1140-AC_ARG_WITH(plugindir, ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1251-AC_SUBST(baseport) bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:1252:dir_port=`expr $baseport` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:1253:fd_port=`expr $baseport + 1` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:1254:sd_port=`expr $fd_port + 1` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1255- ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1556- fi bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:1557: CYTHON_LIBS=`${PYTHON}-config --libs 2>/dev/null` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:1558: CYTHON_INC=`${PYTHON}-config --includes 2>/dev/null` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1559-else ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1625-dnl ------------------------------------------- bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:1626:case `echo $DB_BACKENDS | wc -w | sed -e 's/^ *//'` in bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1627- 1) ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1638- dnl ------------------------------------------------ bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:1639: DEFAULT_DB_TYPE=`echo ${DB_BACKENDS} | cut -d' ' -f1` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-1640- ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-2551- do bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:2552: A=`test -f ${dir}/libsys${arch_type} && nm ${dir}/libsys${arch_type} 2>/dev/null | grep pioctl` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-2553- pkg=$? ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3152-bsdi) bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3153: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3154- TAPEDRIVE="/dev/nrmt0" ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3167-cygwin) bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3168: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3169- TAPEDRIVE="/dev/nrst0" ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3223-freebsd) bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3224: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3225: VER=`echo $DISTVER | cut -c 1` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3226- if test x$VER = x4 ; then ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3269-netbsd) bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3270: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3271- lld="qd" ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3278-openbsd) bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3279: DISTVER=`uname -a |awk '{print $3}'` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3280- lld="qd" ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3327-gentoo) bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3328: DISTVER=`awk '/version / {print $5}' < /etc/gentoo-release` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3329- TAPEDRIVE="/dev/nst0" ############################################## bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3665- dnl bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3666: CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 3 -d ' '` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3667- if test "x${CCVERSION}" = "x" ; then bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3668: CCVERSION=`${CC} --version | tr '\n' ' ' | cut -f 1 -d ' '` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3669- fi bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3670: CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 3 -d ' '` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3671- if test x"${CXXVERSION}" = x ; then bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in:3672: CXXVERSION=`${CXX} --version | tr '\n' ' ' | cut -f 1 -d ' '` bacula-9.6.6/.pc/upstream/fix-pkg-config-autoconf-macro/autoconf/configure.in-3673- fi ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C-40-{ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C:41: TMPFILE=`mktemp ${TMPDIR}/mtx$1.XXXXXXXXXX 2> /dev/null` bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C-42- if test $? -ne 0 || test x${TMPFILE} = x; then ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C-115- # If the changer is power cycled with a tape loaded in a drive bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C:116: if [ `${fullpath_me} ${CHANGER} loaded` -gt 0 ]; then bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C:117: free_slot=`${fullpath_me} ${CHANGER} loaded` bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C:118: free_slot=`expr $free_slot - 1` bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C-119- ${MTX} -f ${CHANGER} move drive ${DRIVE} slot $free_slot ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C-150- cat ${TMPFILE} | grep "^slot .: <ACCESS>" | awk '{print $2+1}' | tr -d ":" bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C:151: drive=`cat ${TMPFILE}| grep "^drive .: <ACCESS>"` bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/autochangers/chio-changer.Sony-TSL-SA300C-152- if [ -n "$drive" ]; then ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/nagios/nagios.txt-173- bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/nagios/nagios.txt:174: $sql = "SELECT count(*) as 'count' from Job where (Name='$opt_job') and (JobStatus='T') and (EndTime <> '') and ((EndTime <= '$date_start') and (EndTime >= '$date_stop'));"; bacula-9.6.6/.pc/upstream/fix-8bit-encoding/examples/nagios/nagios.txt-175- ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/README.vc8-95- bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/README.vc8:96: NASM (nasmw.exe) bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/README.vc8-97- http://prdownloads.sourceforge.net/nasm/nasm-0.98.39-win32.zip?download ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-84-+# [no-]shared [don't] try to create shared libraries when supported. bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:85:+# no-asm do not use assembler bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-86-+# no-dso do not compile in any native shared-library methods. This ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-91-+# library and will be loaded in run-time by the OpenSSL library. bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:92:+# enable-montasm 0.9.8 branch only: enable Montgomery x86 assembler backport bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-93-+# from 0.9.9 ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-129-+# bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:130:+# MD5_ASM use some extra md5 assember, bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:131:+# SHA1_ASM use some extra sha1 assember, must define L_ENDIAN for x86 bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:132:+# RMD160_ASM use some extra ripemd160 assember, bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:133:+# SHA256_ASM sha256_block is implemented in assembler bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:134:+# SHA512_ASM sha512_block is implemented in assembler bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:135:+# AES_ASM ASE_[en|de]crypt is implemented in assembler bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-136-+ ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-185-+"purify", "purify gcc:-g -DPURIFY -Wall::(unknown)::-lsocket -lnsl::::", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:186:+"debug", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror::(unknown)::-lefence::::", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-187-+"debug-ben", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown):::::bn86-elf.o co86-elf.o", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:188:+"debug-ben-openbsd","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown)::::", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:189:+"debug-ben-openbsd-debug","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown)::::", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-190-+"debug-ben-debug", "gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe::(unknown)::::::", ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-193-+"debug-bodo", "gcc:-DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBIO_PAIR_DEBUG -DPEDANTIC -g -march=i486 -pedantic -Wshadow -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:194:+"debug-ulf", "gcc:-DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DBN_DEBUG_RAND -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations:::CYGWIN32:::${no_asm}:win32:cygwin-shared:::.dll", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-195-+"debug-steve64", "gcc:-m64 -DL_ENDIAN -DTERMIO -DREF_CHECK -DCONF_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -DOPENSSL_NO_DEPRECATED -g -pedantic -Wall -Werror -Wno-long-long -Wsign-compare -DMD32_REG_T=int::-D_REENTRANT::-ldl:SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL:${x86_64_asm}:dlfcn:linux-shared:-fPIC:-m64:.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-198-+"debug-steve-opt", "gcc:-DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -m32 -O3 -g -pedantic -Wno-long-long -Wall -Werror -Wshadow -pipe::-D_REENTRANT::-rdynamic -ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:199:+"debug-steve-linux-pseudo64", "gcc:-DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DOPENSSL_NO_ASM -g -mcpu=i486 -Wall -Werror -Wshadow -pipe::-D_REENTRANT::-rdynamic -ldl:SIXTY_FOUR_BIT:${no_asm}:dlfcn:linux-shared", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-200-+"debug-levitte-linux-elf","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:201:+"debug-levitte-linux-noasm","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-202-+"debug-levitte-linux-elf-extreme","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:203:+"debug-levitte-linux-noasm-extreme","gcc:-DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:204:+"debug-geoff","gcc:-DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-205-+"debug-linux-pentium","gcc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentium -Wall::-D_REENTRANT::-ldl:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn", ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-219-+#### Solaris x86 with GNU C setups bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:220:+# -DOPENSSL_NO_INLINE_ASM switches off inline assembler. We have to do it bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-221-+# here because whenever GNU C instantiates an assembler template it ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-518-+"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_coff_asm}:dlfcn:cygwin-shared:-D_WINDLL:-shared:.dll.a", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:519:+"debug-Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror:::CYGWIN32:::${no_asm}:dlfcn:cygwin-shared:-D_WINDLL:-shared:.dll.a", bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-520-+ ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-640-+my $bf ="crypto/bf/bf_locl.h"; bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:641:+my $bn_asm ="bn_asm.o"; bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-642-+my $des_enc="des_enc.o fcrypt_b.o"; ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1041-+ elsif (/^montasm$/) bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:1042:+ { $montasm = 0; } bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1043-+ elsif (/^static-engine$/) ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1061-+ if (/^err$/) { $flags .= "-DOPENSSL_NO_ERR "; } bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:1062:+ elsif (/^asm$/) { $no_asm = 1; } bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1063-+ } ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1372-+#$bn1 = "" unless defined $bn1; bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:1373:+#$bn1=$bn_asm unless ($bn1 =~ /\.o$/); bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1374-+#$bn_obj="$bn1"; ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1377-+ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:1378:+$bn_obj = $bn_asm unless $bn_obj ne ""; bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1379-+# bn86* is the only one implementing bn_*_part_words ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1566-+print "CPUID_OBJ =$cpuid_obj\n"; bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:1567:+print "BN_ASM =$bn_obj\n"; bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1568-+print "DES_ENC =$des_obj\n"; ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1573-+print "RC5_ENC =$rc5_obj\n"; bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:1574:+print "MD5_OBJ_ASM =$md5_obj\n"; bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:1575:+print "SHA1_OBJ_ASM =$sha1_obj\n"; bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1576-+print "RMD160_OBJ_ASM=$rmd160_obj\n"; ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1954-+ return "$path/$name$exe_ext" unless ($name eq "perl" and bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:1955:+ system("$path/$name$exe_ext -e " . '\'exit($]<5.0);\'')); bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-1956-+ } ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2083-+# define ROTR(a,n) ({ SHA_LONG64 ret; \ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2084: asm ("rorq %1,%0" \ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2085- : "=r"(ret) \ ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2407-+# define ROTR(a,n) ({ unsigned long ret; \ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2408:+ asm ("rorq %1,%0" \ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2409-+ : "=r"(ret) \ ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2413-+# define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2414:+ asm ("bswapq %0" \ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2415-+ : "=r"(ret) \ ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2430-+ unsigned int hi=p[0],lo=p[1]; \ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2431:+ asm ("bswapl %0; bswapl %1;" \ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2432-+ : "=r"(lo),"=r"(hi) \ ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2437-+# define ROTR(a,n) ({ unsigned long ret; \ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2438:+ asm ("rotrdi %0,%1,%2" \ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2439-+ : "=r"(ret) \ ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2448-+ static SHA_LONG64 __fastcall __pull64be(const void *x) bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2449:+ { _asm mov edx, [ecx + 0] bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2450:+ _asm mov eax, [ecx + 4] bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2451:+ _asm xchg dh,dl bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2452:+ _asm xchg ah,al bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2453:+ _asm rol edx,16 bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2454:+ _asm rol eax,16 bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2455:+ _asm xchg dh,dl bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2456:+ _asm xchg ah,al bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2457-+ } ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2459-+ static SHA_LONG64 __fastcall __pull64be(const void *x) bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2460:+ { _asm mov edx, [ecx + 0] bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2461:+ _asm mov eax, [ecx + 4] bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2462:+ _asm bswap edx bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2463:+ _asm bswap eax bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2464-+ } ############################################## bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2634-+ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch:2635:+#endif /* SHA512_ASM */ bacula-9.6.6/.pc/upstream/fix-8bit-encoding/src/win32/patches/openssl-w64.patch-2636-+ ############################################## bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4-241- if test -n "$PG_CONFIG"; then bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4:242: POSTGRESQL_BINDIR=`"$PG_CONFIG" --bindir` bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4:243: POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir` bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4-244- elif test -f /usr/local/bin/psql; then ############################################## bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4-349- if test $? = 0; then bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4:350: MYSQL_LIBDIR=`${MYSQL_CONFIG} --libs_r` bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4:351: MYSQL_INCDIR=`${MYSQL_CONFIG} --include` bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4-352- HAVE_LIBSR="yes" ############################################## bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4-355- if test $? = 0 ; then bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4:356: MYSQL_LIBDIR=`${MYSQL_CONFIG} --variable=pkglibdir` bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4:357: MYSQL_INCDIR=`${MYSQL_CONFIG} --variable=pkgincludedir` bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4-358- fi ############################################## bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4-869- if test -n "$PG_CONFIG"; then bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4:870: POSTGRESQL_INCDIR=`"$PG_CONFIG" --includedir` bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4:871: POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir` bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4:872: POSTGRESQL_BINDIR=`"$PG_CONFIG" --bindir` bacula-9.6.6/.pc/debian/fix-sql-bindir/autoconf/bacula-macros/db.m4-873- elif test -f /usr/local/include/libpq-fe.h; then ############################################## bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4-242- POSTGRESQL_BINDIR=/usr/bin bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4:243: POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir` bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4-244- elif test -f /usr/local/bin/psql; then ############################################## bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4-349- if test $? = 0; then bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4:350: MYSQL_LIBDIR=`${MYSQL_CONFIG} --libs_r` bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4:351: MYSQL_INCDIR=`${MYSQL_CONFIG} --include` bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4-352- HAVE_LIBSR="yes" ############################################## bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4-355- if test $? = 0 ; then bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4:356: MYSQL_LIBDIR=`${MYSQL_CONFIG} --variable=pkglibdir` bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4:357: MYSQL_INCDIR=`${MYSQL_CONFIG} --variable=pkgincludedir` bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4-358- fi ############################################## bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4-869- if test -n "$PG_CONFIG"; then bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4:870: POSTGRESQL_INCDIR=`"$PG_CONFIG" --includedir` bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4:871: POSTGRESQL_LIBDIR=`"$PG_CONFIG" --libdir` bacula-9.6.6/.pc/debian/fix-libbaccats-rpath/autoconf/bacula-macros/db.m4-872- POSTGRESQL_BINDIR=/usr/bin ############################################## bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-36- bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in:37: exec("echo .dump | sqlite3 '$wd/$args{db_name}.db' > '$wd/$args{db_name}.sql'"); bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-38- print "Error while executing sqlite dump $!\n"; ############################################## bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-64- $ENV{PGDATABASE}=$args{db_name}; bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in:65: system("echo '\\q' | HOME='$wd' psql") == 0 or die "$username doesn't have access to the catalog database\n"; bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-66-} ############################################## bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-71- setup_env_pgsql(%args); bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in:72: exec("HOME='$wd' pg_dump -c > '$wd/$args{db_name}.sql'"); bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-73- print "Error while executing postgres dump $!\n"; ############################################## bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-80- setup_env_pgsql(%args); bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in:81: my @output =`LANG=C HOME='$wd' vacuumdb -z 2>&1`; bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-82- my $exitcode = $? >> 8; ############################################## bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-119- setup_env_mysql(%args); bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in:120: exec("HOME='$wd' mysqldump -f --opt $args{db_name} > '$wd/$args{db_name}.sql'"); bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-121- print "Error while executing mysql dump $!\n"; ############################################## bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-131- bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in:132: exec("HOME='$wd' mysqlcheck -a $args{db_name}"); bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/src/cats/make_catalog_backup.pl.in-133- print "Error while executing mysql analyse $!\n"; ############################################## bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/examples/afs-bacula-116- # See if it's already running. Look *only* at the pid file. bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/examples/afs-bacula:117: pidlist=`pidfileofproc $base` bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/examples/afs-bacula-118- ############################################## bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/examples/afs-bacula-278- bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/examples/afs-bacula:279:CMD=`basename ${0}` bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/examples/afs-bacula-280-PRINCIPAL='bacula' ############################################## bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/examples/afs-bacula-283-command_line="$*" bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/examples/afs-bacula:284:command=`echo ${command_line} | awk '{print $1}'` bacula-9.6.6/.pc/debian/use-debian-path-for-interpreter/examples/afs-bacula-285-# Check if we can run the command.