===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
audacious-plugins-4.0.4/src/psf/psx_hw.cc-2249-
audacious-plugins-4.0.4/src/psf/psx_hw.cc:2250:				newAlloc = psf2_get_loadaddr();
audacious-plugins-4.0.4/src/psf/psx_hw.cc-2251-				// force 16-byte alignment
##############################################
audacious-plugins-4.0.4/src/psf/psx_hw.cc-2256-				}
audacious-plugins-4.0.4/src/psf/psx_hw.cc:2257:				psf2_set_loadaddr(newAlloc + LE32(psx_ram[a0+3]));
audacious-plugins-4.0.4/src/psf/psx_hw.cc-2258-
##############################################
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3128-			case 4:	// AllocMemory
audacious-plugins-4.0.4/src/psf/psx_hw.cc:3129:				newAlloc = psf2_get_loadaddr();
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3130-				// make sure we're 16-byte aligned
##############################################
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3142-
audacious-plugins-4.0.4/src/psf/psx_hw.cc:3143:				psf2_set_loadaddr(newAlloc + a1);
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3144-
##############################################
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3163-
audacious-plugins-4.0.4/src/psf/psx_hw.cc:3164:				mipsinfo.i = (2*1024*1024) - psf2_get_loadaddr();
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3165-				mips_set_info(CPUINFO_INT_REGISTER + MIPS_R2, &mipsinfo);
##############################################
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3172-
audacious-plugins-4.0.4/src/psf/psx_hw.cc:3173:				mipsinfo.i = (2*1024*1024) - psf2_get_loadaddr();
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3174-				mips_set_info(CPUINFO_INT_REGISTER + MIPS_R2, &mipsinfo);
##############################################
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3228-				// get 2k for our parameters
audacious-plugins-4.0.4/src/psf/psx_hw.cc:3229:				newAlloc = psf2_get_loadaddr();
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3230-				// force 16-byte alignment
##############################################
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3235-				}
audacious-plugins-4.0.4/src/psf/psx_hw.cc:3236:				psf2_set_loadaddr(newAlloc + 2048);
audacious-plugins-4.0.4/src/psf/psx_hw.cc-3237-
##############################################
audacious-plugins-4.0.4/src/psf/eng_psf2.cc-642-
audacious-plugins-4.0.4/src/psf/eng_psf2.cc:643:uint32_t psf2_get_loadaddr(void)
audacious-plugins-4.0.4/src/psf/eng_psf2.cc-644-{
##############################################
audacious-plugins-4.0.4/src/psf/eng_psf2.cc-647-
audacious-plugins-4.0.4/src/psf/eng_psf2.cc:648:void psf2_set_loadaddr(uint32_t addr)
audacious-plugins-4.0.4/src/psf/eng_psf2.cc-649-{
##############################################
audacious-plugins-4.0.4/src/psf/peops2/regs.h-39-void ReverbOn(int start,int end,unsigned short val,int iRight);
audacious-plugins-4.0.4/src/psf/peops2/regs.h:40:void SetReverbAddr(int core);
audacious-plugins-4.0.4/src/psf/peops2/regs.h-41-
##############################################
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-70-void ReverbOn(int start,int end,unsigned short val,int iRight);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc:71:void SetReverbAddr(int core);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-72-void VolumeOn(int start,int end,unsigned short val,int iRight);
##############################################
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-291-      spuRvbAddr2[0] = (((unsigned long)val&0xf)<<16)|(spuRvbAddr2[0]&0xFFFF);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc:292:      SetReverbAddr(0);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-293-      break;
##############################################
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-296-      spuRvbAddr2[0] = (spuRvbAddr2[0] & 0xF0000) | (val & 0xFFFF);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc:297:      SetReverbAddr(0);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-298-      break;
##############################################
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-311-      spuRvbAddr2[1] = (((unsigned long)val&0xf)<<16)|(spuRvbAddr2[1]&0xFFFF);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc:312:      SetReverbAddr(1);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-313-      break;
##############################################
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-316-      spuRvbAddr2[1] = (spuRvbAddr2[1] & 0xF0000) | (val & 0xFFFF);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc:317:      SetReverbAddr(1);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-318-      break;
##############################################
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-942-      spuRvbAddr2[0] = val;
audacious-plugins-4.0.4/src/psf/peops2/registers.cc:943:      SetReverbAddr(0);
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-944-      break;
##############################################
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-1303-
audacious-plugins-4.0.4/src/psf/peops2/registers.cc:1304:void SetReverbAddr(int core)
audacious-plugins-4.0.4/src/psf/peops2/registers.cc-1305-{
##############################################
audacious-plugins-4.0.4/src/psf/psx.h-301-int32_t psf2_command(int32_t, int32_t);
audacious-plugins-4.0.4/src/psf/psx.h:302:uint32_t psf2_get_loadaddr(void);
audacious-plugins-4.0.4/src/psf/psx.h:303:void psf2_set_loadaddr(uint32_t addr);
audacious-plugins-4.0.4/src/psf/psx.h-304-
##############################################
audacious-plugins-4.0.4/src/psf/psx.cc-31-#define CP0_RANDOM ( 1 )
audacious-plugins-4.0.4/src/psf/psx.cc:32:#define CP0_BADVADDR ( 8 )
audacious-plugins-4.0.4/src/psf/psx.cc-33-#define CP0_SR ( 12 )
##############################################
audacious-plugins-4.0.4/src/console/nes_cpu_io.h-71-	{
audacious-plugins-4.0.4/src/console/nes_cpu_io.h:72:		blargg_long offset = rom.mask_addr( data * (blargg_long) bank_size );
audacious-plugins-4.0.4/src/console/nes_cpu_io.h-73-		if ( offset >= rom.size() )
audacious-plugins-4.0.4/src/console/nes_cpu_io.h-74-			set_warning( "Invalid bank" );
audacious-plugins-4.0.4/src/console/nes_cpu_io.h:75:		cpu::map_code( (bank + 8) * bank_size, bank_size, rom.at_addr( offset ) );
audacious-plugins-4.0.4/src/console/nes_cpu_io.h-76-		return;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Emu.cc-221-
audacious-plugins-4.0.4/src/console/Kss_Emu.cc:222:	rom.set_addr( -load_size - header_.extra_header );
audacious-plugins-4.0.4/src/console/Kss_Emu.cc-223-
##############################################
audacious-plugins-4.0.4/src/console/Kss_Emu.cc-277-			cpu::map_mem( addr + offset, page_size,
audacious-plugins-4.0.4/src/console/Kss_Emu.cc:278:					unmapped_write, rom.at_addr( phys + offset ) );
audacious-plugins-4.0.4/src/console/Kss_Emu.cc-279-	}
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-210-	uint8_t const* instr = s.read [pc >> page_shift];
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:211:#define GET_ADDR()  GET_LE16( instr )
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-212-
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-301-	case 0x3A:{// LD A,(addr)
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:302:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-303-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-338-// JP
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:339:#define JP( cond )  if ( !(cond) ) goto jp_not_taken; pc = GET_ADDR(); goto loop;
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-340-
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-350-	case 0xC3: // JP addr
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:351:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-352-		goto loop;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-390-		fuint16 addr = pc + 2;
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:391:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-392-		sp = uint16_t (sp - 2);
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-685-	case 0x21:
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:686:		R16( opcode, 4, 0x01 ) = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-687-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-690-	case 0x31: // LD sp,imm
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:691:		sp = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-692-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-695-	case 0x2A:{// LD HL,(addr)
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:696:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-697-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-702-	case 0x32:{// LD (addr),A
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:703:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-704-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-709-	case 0x22:{// LD (addr),HL
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:710:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-711-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1059-#undef GET_ADDR
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:1060:#define GET_ADDR()  GET_LE16( instr + 1 )
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1061-
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1120-				temp = R16( data, 4, 0x43 );
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:1121:			fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1122-			pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1128-		case 0x5B:{// LD DE,(ADDR)
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:1129:			fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1130-			pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1135-		case 0x7B:{// LD SP,(ADDR)
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:1136:			fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1137-			pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1527-		case 0x22:{// LD (ADDR),IXY
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:1528:			fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1529-			pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1534-		case 0x21: // LD IXY,imm
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:1535:			ixy = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1536-			pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1539-		case 0x2A:{// LD IXY,(addr)
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc:1540:			fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Kss_Cpu.cc-1541-			ixy = READ_WORD( addr );
##############################################
audacious-plugins-4.0.4/src/console/Spc_Cpu.h-62-
audacious-plugins-4.0.4/src/console/Spc_Cpu.h:63:#define DP_ADDR( addr )                     (dp + (addr))
audacious-plugins-4.0.4/src/console/Spc_Cpu.h-64-
audacious-plugins-4.0.4/src/console/Spc_Cpu.h:65:#define READ_DP_TIMER(  time, addr, out )   CPU_READ_TIMER( rel_time, TIME_ADJ(time), DP_ADDR( addr ), out )
audacious-plugins-4.0.4/src/console/Spc_Cpu.h:66:#define READ_DP(  time, addr )              READ ( time, DP_ADDR( addr ) )
audacious-plugins-4.0.4/src/console/Spc_Cpu.h:67:#define WRITE_DP( time, addr, data )        WRITE( time, DP_ADDR( addr ), data )
audacious-plugins-4.0.4/src/console/Spc_Cpu.h-68-
##############################################
audacious-plugins-4.0.4/src/console/hes_cpu_io.h-29-	if ( bank < 0x80 )
audacious-plugins-4.0.4/src/console/hes_cpu_io.h:30:		return rom.at_addr( bank * (blargg_long) page_size );
audacious-plugins-4.0.4/src/console/hes_cpu_io.h-31-
##############################################
audacious-plugins-4.0.4/src/console/Classic_Emu.h-86-	// Set address that file data should start at
audacious-plugins-4.0.4/src/console/Classic_Emu.h:87:	void set_addr( long addr ) { set_addr_( addr, unit ); }
audacious-plugins-4.0.4/src/console/Classic_Emu.h-88-
##############################################
audacious-plugins-4.0.4/src/console/Classic_Emu.h-98-	// Mask address to nearest power of two greater than size()
audacious-plugins-4.0.4/src/console/Classic_Emu.h:99:	blargg_long mask_addr( blargg_long addr ) const
audacious-plugins-4.0.4/src/console/Classic_Emu.h-100-	{
##############################################
audacious-plugins-4.0.4/src/console/Classic_Emu.h-107-	// Pointer to page starting at addr. Returns unmapped() if outside data.
audacious-plugins-4.0.4/src/console/Classic_Emu.h:108:	byte* at_addr( blargg_long addr )
audacious-plugins-4.0.4/src/console/Classic_Emu.h-109-	{
audacious-plugins-4.0.4/src/console/Classic_Emu.h:110:		blargg_ulong offset = mask_addr( addr ) - rom_addr;
audacious-plugins-4.0.4/src/console/Classic_Emu.h-111-		if ( offset > blargg_ulong (rom.size() - pad_size) )
##############################################
audacious-plugins-4.0.4/src/console/Hes_Emu.cc-181-
audacious-plugins-4.0.4/src/console/Hes_Emu.cc:182:	rom.set_addr( addr );
audacious-plugins-4.0.4/src/console/Hes_Emu.cc-183-
##############################################
audacious-plugins-4.0.4/src/console/Nes_Namco_Apu.h-29-	enum { addr_reg_addr = 0xF800 };
audacious-plugins-4.0.4/src/console/Nes_Namco_Apu.h:30:	void write_addr( int );
audacious-plugins-4.0.4/src/console/Nes_Namco_Apu.h-31-
##############################################
audacious-plugins-4.0.4/src/console/Nes_Namco_Apu.h-84-
audacious-plugins-4.0.4/src/console/Nes_Namco_Apu.h:85:inline void Nes_Namco_Apu::write_addr( int v ) { addr_reg = v; }
audacious-plugins-4.0.4/src/console/Nes_Namco_Apu.h-86-
##############################################
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-141-
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc:142:#define GET_ADDR()  GET_LE16( instr )
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-143-
##############################################
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-172-	case 0x21: // LD HL,IMM (common)
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc:173:		rp.hl = GET_ADDR();
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-174-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-209-	case 0xFA: // LD A,IND16 (common)
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc:210:		temp = GET_ADDR();
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-211-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-263-		data = pc + 2;
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc:264:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-265-	push:
##############################################
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-508-	case 0x08: // LD IND16,SP
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc:509:		data = GET_ADDR();
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-510-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-520-	case 0x31: // LD SP,IMM
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc:521:		sp = GET_ADDR();
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-522-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-526-	case 0x11: // LD DE,IMM
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc:527:		r16 [op >> 4] = GET_ADDR();
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-528-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-560-	case 0xEA: // LD IND16,A (common)
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc:561:		temp = GET_ADDR();
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-562-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-969-	case 0xC3: // JP (next-most-common)
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc:970:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-971-		goto loop;
##############################################
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-984-		pc -= 2;
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc:985:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Gb_Cpu.cc-986-		goto loop;
##############################################
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc-148-{
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc:149:	blargg_long addr = rom.mask_addr( n * (blargg_long) bank_size );
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc-150-	if ( addr == 0 && rom.size() > bank_size )
##############################################
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc-157-	}
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc:158:	cpu::map_code( bank_size, bank_size, rom.at_addr( addr ) );
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc-159-}
##############################################
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc-215-	unsigned load_addr = GET_LE16( header_.load_addr );
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc:216:	rom.set_addr( load_addr );
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc-217-	cpu::rst_base = load_addr;
##############################################
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc-221-	cpu::map_code( ram_addr, 0x10000 - ram_addr, ram );
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc:222:	cpu::map_code( 0, bank_size, rom.at_addr( 0 ) );
audacious-plugins-4.0.4/src/console/Gbs_Emu.cc-223-	set_bank( rom.size() > bank_size );
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-239-#define ADD_PAGE()  (pc++, data += 0x100 * GET_MSB())
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:240:#define GET_ADDR()  GET_LE16( instr )
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-241-
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-313-		fuint16 temp = pc + 1;
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:314:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-315-		WRITE_LOW( 0x100 | (sp - 1), temp >> 8 );
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-321-	case 0x4C: // JMP abs
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:322:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-323-		goto loop;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-364-	case 0xAD:{// LDA abs
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:365:		unsigned addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-366-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-381-	case 0x99: // STA abs,Y
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:382:		addr = y + GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-383-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-391-	case 0x8D: // STA abs
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:392:		addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-393-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-401-	case 0x9D: // STA abs,X (slightly more common than STA abs)
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:402:		addr = x + GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-403-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-453-		HANDLE_PAGE_CROSSING( data + y );
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:454:		addr = GET_ADDR() + y;
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-455-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-462-		HANDLE_PAGE_CROSSING( data + x );
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:463:		addr = GET_ADDR() + x;
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-464-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-558-	store_abs:
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:559:		unsigned addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-560-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-574-	case 0xEC:{// CPX abs
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:575:		unsigned addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-576-		pc++;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-593-	case 0xCC:{// CPY abs
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:594:		unsigned addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-595-		pc++;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-629-	case 0x2C:{// BIT abs
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:630:		unsigned addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-631-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-789-	case 0xFE: // INC abs,x
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:790:		data = x + GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-791-		goto inc_ptr;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-793-	case 0xEE: // INC abs
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:794:		data = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-795-	inc_ptr:
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-799-	case 0xDE: // DEC abs,x
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:800:		data = x + GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-801-		goto dec_ptr;
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-803-	case 0xCE: // DEC abs
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:804:		data = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-805-	dec_ptr:
##############################################
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-882-	case 0x6C:{// JMP (ind)
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc:883:		data = GET_ADDR();
audacious-plugins-4.0.4/src/console/Nes_Cpu.cc-884-		check( unsigned (data - 0x2000) >= 0x4000 ); // ensure it's outside I/O space
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-183-#define ADD_PAGE()  (pc++, data += 0x100 * GET_MSB())
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:184:#define GET_ADDR()  GET_LE16( instr )
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-185-
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-257-		fuint16 temp = pc + 1;
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:258:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-259-		WRITE_LOW( 0x100 | (sp - 1), temp >> 8 );
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-265-	case 0x4C: // JMP abs
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:266:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-267-		goto loop;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-308-	case 0xAD:{// LDA abs
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:309:		unsigned addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-310-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-325-	case 0x99: // STA abs,Y
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:326:		addr = y + GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-327-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-335-	case 0x8D: // STA abs
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:336:		addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-337-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-345-	case 0x9D: // STA abs,X (slightly more common than STA abs)
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:346:		addr = x + GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-347-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-397-		HANDLE_PAGE_CROSSING( data + y );
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:398:		addr = GET_ADDR() + y;
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-399-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-406-		HANDLE_PAGE_CROSSING( data + x );
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:407:		addr = GET_ADDR() + x;
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-408-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-502-	store_abs:
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:503:		unsigned addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-504-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-518-	case 0xEC:{// CPX abs
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:519:		unsigned addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-520-		pc++;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-537-	case 0xCC:{// CPY abs
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:538:		unsigned addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-539-		pc++;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-573-	case 0x2C:{// BIT abs
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:574:		unsigned addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-575-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-734-	case 0xFE: // INC abs,x
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:735:		data = x + GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-736-		goto inc_ptr;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-738-	case 0xEE: // INC abs
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:739:		data = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-740-	inc_ptr:
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-744-	case 0xDE: // DEC abs,x
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:745:		data = x + GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-746-		goto dec_ptr;
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-748-	case 0xCE: // DEC abs
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:749:		data = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-750-	dec_ptr:
##############################################
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-830-	case 0x6C:{// JMP (ind)
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc:831:		data = GET_ADDR();
audacious-plugins-4.0.4/src/console/Sap_Cpu.cc-832-		pc = READ_PROG( data );
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-219-#define ADD_PAGE( out )     (pc++, out = data + 0x100 * GET_MSB());
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:220:#define GET_ADDR()          GET_LE16( instr )
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-221-
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-291-	case 0x4C: // JMP abs
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:292:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-293-		goto loop;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-312-		fuint16 temp = pc + 1;
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:313:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-314-		WRITE_LOW( 0x100 | (sp - 1), temp >> 8 );
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-332-		PAGE_CROSS_PENALTY( data + x );
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:333:		fuint16 addr = GET_ADDR() + x;
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-334-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-340-	case 0x9D:{// STA abs,X
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:341:		fuint16 addr = GET_ADDR() + x;
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-342-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-354-	case 0xAE:{// LDX abs
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:355:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-356-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-425-		PAGE_CROSS_PENALTY( data + y );
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:426:		fuint16 addr = GET_ADDR() + y;
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-427-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-508-	case 0x1C: // TRB abs
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:509:		addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-510-		pc++;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-627-	store_abs:
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:628:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-629-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-638-	case 0xEC:{// CPX abs
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:639:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-640-		pc++;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-657-	case 0xCC:{// CPY abs
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:658:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-659-		pc++;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-886-	case 0xFE: // INC abs,x
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:887:		data = x + GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-888-		goto inc_ptr;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-890-	case 0xEE: // INC abs
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:891:		data = GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-892-	inc_ptr:
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-896-	case 0xDE: // DEC abs,x
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:897:		data = x + GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-898-		goto dec_ptr;
##############################################
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-900-	case 0xCE: // DEC abs
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc:901:		data = GET_ADDR();
audacious-plugins-4.0.4/src/console/Hes_Cpu.cc-902-	dec_ptr:
##############################################
audacious-plugins-4.0.4/src/console/Nsf_Emu.cc-299-
audacious-plugins-4.0.4/src/console/Nsf_Emu.cc:300:	rom.set_addr( load_addr % bank_size );
audacious-plugins-4.0.4/src/console/Nsf_Emu.cc-301-	int total_banks = rom.size() / bank_size;
##############################################
audacious-plugins-4.0.4/src/console/Nsf_Emu.cc-399-			case Nes_Namco_Apu::addr_reg_addr:
audacious-plugins-4.0.4/src/console/Nsf_Emu.cc:400:				namco->write_addr( data );
audacious-plugins-4.0.4/src/console/Nsf_Emu.cc-401-				return;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-90-#define INSTR( offset )             READ_PROG( pc + (offset) )
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:91:#define GET_ADDR()                  GET_LE16( &READ_PROG( pc ) )
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-92-#define READ( addr )                READ_PROG( addr )
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-262-	case 0x3A:{// LD A,(addr)
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:263:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-264-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-298-// JP
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:299:#define JP( cond )  if ( !(cond) ) goto jp_not_taken; pc = GET_ADDR(); goto loop;
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-300-
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-310-	case 0xC3: // JP addr
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:311:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-312-		goto loop;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-350-		fuint16 addr = pc + 2;
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:351:		pc = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-352-		sp = uint16_t (sp - 2);
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-649-	case 0x21:
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:650:		R16( opcode, 4, 0x01 ) = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-651-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-654-	case 0x31: // LD sp,imm
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:655:		sp = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-656-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-659-	case 0x2A:{// LD HL,(addr)
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:660:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-661-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-666-	case 0x32:{// LD (addr),A
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:667:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-668-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-673-	case 0x22:{// LD (addr),HL
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:674:		fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-675-		pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1081-				temp = R16( data, 4, 0x43 );
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:1082:			fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1083-			pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1089-		case 0x5B:{// LD DE,(ADDR)
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:1090:			fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1091-			pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1096-		case 0x7B:{// LD SP,(ADDR)
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:1097:			fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1098-			pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1487-		case 0x22:{// LD (ADDR),IXY
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:1488:			fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1489-			pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1494-		case 0x21: // LD IXY,imm
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:1495:			ixy = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1496-			pc += 2;
##############################################
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1499-		case 0x2A:{// LD IXY,(addr)
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc:1500:			fuint16 addr = GET_ADDR();
audacious-plugins-4.0.4/src/console/Ay_Cpu.cc-1501-			ixy = READ_WORD( addr );
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-52-
audacious-plugins-4.0.4/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
audacious-plugins-4.0.4/build-aux/config.sub-54-
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
audacious-plugins-4.0.4/build-aux/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
audacious-plugins-4.0.4/build-aux/config.sub-117-case $maybe_os in
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-123-    os=-$maybe_os
audacious-plugins-4.0.4/build-aux/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
audacious-plugins-4.0.4/build-aux/config.sub-125-    ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-127-    os=-linux-android
audacious-plugins-4.0.4/build-aux/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
audacious-plugins-4.0.4/build-aux/config.sub-129-    ;;
audacious-plugins-4.0.4/build-aux/config.sub-130-  *)
audacious-plugins-4.0.4/build-aux/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
audacious-plugins-4.0.4/build-aux/config.sub-132-    if [ $basic_machine != $1 ]
audacious-plugins-4.0.4/build-aux/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
audacious-plugins-4.0.4/build-aux/config.sub-134-    else os=; fi
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-181-		os=-sco5v6
audacious-plugins-4.0.4/build-aux/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-183-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-185-		os=-sco3.2v5
audacious-plugins-4.0.4/build-aux/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-187-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-189-		os=-sco3.2v4
audacious-plugins-4.0.4/build-aux/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-191-		;;
audacious-plugins-4.0.4/build-aux/config.sub-192-	-sco3.2.[4-9]*)
audacious-plugins-4.0.4/build-aux/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
audacious-plugins-4.0.4/build-aux/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-195-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
audacious-plugins-4.0.4/build-aux/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-199-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
audacious-plugins-4.0.4/build-aux/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-203-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-205-		os=-sco3.2v2
audacious-plugins-4.0.4/build-aux/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-207-		;;
audacious-plugins-4.0.4/build-aux/config.sub-208-	-udk*)
audacious-plugins-4.0.4/build-aux/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-210-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-212-		os=-isc2.2
audacious-plugins-4.0.4/build-aux/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-214-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-218-	-isc*)
audacious-plugins-4.0.4/build-aux/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-220-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-230-	-ptx*)
audacious-plugins-4.0.4/build-aux/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
audacious-plugins-4.0.4/build-aux/config.sub-232-		;;
audacious-plugins-4.0.4/build-aux/config.sub-233-	-windowsnt*)
audacious-plugins-4.0.4/build-aux/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
audacious-plugins-4.0.4/build-aux/config.sub-235-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-359-	*-*-*)
audacious-plugins-4.0.4/build-aux/config.sub:360:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
audacious-plugins-4.0.4/build-aux/config.sub-361-		exit 1
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-479-	amd64-*)
audacious-plugins-4.0.4/build-aux/config.sub:480:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-481-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-521-	blackfin-*)
audacious-plugins-4.0.4/build-aux/config.sub:522:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-523-		os=-linux
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-529-	c54x-*)
audacious-plugins-4.0.4/build-aux/config.sub:530:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-531-		;;
audacious-plugins-4.0.4/build-aux/config.sub-532-	c55x-*)
audacious-plugins-4.0.4/build-aux/config.sub:533:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-534-		;;
audacious-plugins-4.0.4/build-aux/config.sub-535-	c6x-*)
audacious-plugins-4.0.4/build-aux/config.sub:536:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-537-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-732-	i*86v32)
audacious-plugins-4.0.4/build-aux/config.sub:733:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-734-		os=-sysv32
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-736-	i*86v4*)
audacious-plugins-4.0.4/build-aux/config.sub:737:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-738-		os=-sysv4
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-740-	i*86v)
audacious-plugins-4.0.4/build-aux/config.sub:741:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-742-		os=-sysv
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-744-	i*86sol2)
audacious-plugins-4.0.4/build-aux/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
audacious-plugins-4.0.4/build-aux/config.sub-746-		os=-solaris2
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-774-	m68knommu-*)
audacious-plugins-4.0.4/build-aux/config.sub:775:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-776-		os=-linux
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-811-	mips3*-*)
audacious-plugins-4.0.4/build-aux/config.sub:812:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
audacious-plugins-4.0.4/build-aux/config.sub-813-		;;
audacious-plugins-4.0.4/build-aux/config.sub-814-	mips3*)
audacious-plugins-4.0.4/build-aux/config.sub:815:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
audacious-plugins-4.0.4/build-aux/config.sub-816-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-829-	ms1-*)
audacious-plugins-4.0.4/build-aux/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
audacious-plugins-4.0.4/build-aux/config.sub-831-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-948-	parisc-*)
audacious-plugins-4.0.4/build-aux/config.sub:949:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-950-		os=-linux
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-964-	pc98-*)
audacious-plugins-4.0.4/build-aux/config.sub:965:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-966-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-979-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
audacious-plugins-4.0.4/build-aux/config.sub:980:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-981-		;;
audacious-plugins-4.0.4/build-aux/config.sub-982-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
audacious-plugins-4.0.4/build-aux/config.sub:983:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-984-		;;
audacious-plugins-4.0.4/build-aux/config.sub-985-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
audacious-plugins-4.0.4/build-aux/config.sub:986:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-987-		;;
audacious-plugins-4.0.4/build-aux/config.sub-988-	pentium4-*)
audacious-plugins-4.0.4/build-aux/config.sub:989:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-990-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-998-	ppc-* | ppcbe-*)
audacious-plugins-4.0.4/build-aux/config.sub:999:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-1000-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1004-	ppcle-* | powerpclittle-*)
audacious-plugins-4.0.4/build-aux/config.sub:1005:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-1006-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1008-		;;
audacious-plugins-4.0.4/build-aux/config.sub:1009:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-1010-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1014-	ppc64le-* | powerpc64little-*)
audacious-plugins-4.0.4/build-aux/config.sub:1015:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-1016-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1097-	strongarm-* | thumb-*)
audacious-plugins-4.0.4/build-aux/config.sub:1098:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub-1099-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1227-	xscale-* | xscalee[bl]-*)
audacious-plugins-4.0.4/build-aux/config.sub:1228:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
audacious-plugins-4.0.4/build-aux/config.sub-1229-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1304-	*)
audacious-plugins-4.0.4/build-aux/config.sub:1305:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
audacious-plugins-4.0.4/build-aux/config.sub-1306-		exit 1
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1312-	*-digital*)
audacious-plugins-4.0.4/build-aux/config.sub:1313:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
audacious-plugins-4.0.4/build-aux/config.sub-1314-		;;
audacious-plugins-4.0.4/build-aux/config.sub-1315-	*-commodore*)
audacious-plugins-4.0.4/build-aux/config.sub:1316:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
audacious-plugins-4.0.4/build-aux/config.sub-1317-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1333-	-solaris1 | -solaris1.*)
audacious-plugins-4.0.4/build-aux/config.sub:1334:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
audacious-plugins-4.0.4/build-aux/config.sub-1335-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1345-	-gnu/linux*)
audacious-plugins-4.0.4/build-aux/config.sub:1346:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
audacious-plugins-4.0.4/build-aux/config.sub-1347-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1391-	-nto*)
audacious-plugins-4.0.4/build-aux/config.sub:1392:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
audacious-plugins-4.0.4/build-aux/config.sub-1393-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1398-	-mac*)
audacious-plugins-4.0.4/build-aux/config.sub:1399:		os=`echo $os | sed -e 's|mac|macos|'`
audacious-plugins-4.0.4/build-aux/config.sub-1400-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1404-	-linux*)
audacious-plugins-4.0.4/build-aux/config.sub:1405:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
audacious-plugins-4.0.4/build-aux/config.sub-1406-		;;
audacious-plugins-4.0.4/build-aux/config.sub-1407-	-sunos5*)
audacious-plugins-4.0.4/build-aux/config.sub:1408:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
audacious-plugins-4.0.4/build-aux/config.sub-1409-		;;
audacious-plugins-4.0.4/build-aux/config.sub-1410-	-sunos6*)
audacious-plugins-4.0.4/build-aux/config.sub:1411:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
audacious-plugins-4.0.4/build-aux/config.sub-1412-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1459-	-sinix5.*)
audacious-plugins-4.0.4/build-aux/config.sub:1460:		os=`echo $os | sed -e 's|sinix|sysv|'`
audacious-plugins-4.0.4/build-aux/config.sub-1461-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1512-		# Get rid of the `-' at the beginning of $os.
audacious-plugins-4.0.4/build-aux/config.sub:1513:		os=`echo $os | sed 's/[^-]*-//'`
audacious-plugins-4.0.4/build-aux/config.sub:1514:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
audacious-plugins-4.0.4/build-aux/config.sub-1515-		exit 1
##############################################
audacious-plugins-4.0.4/build-aux/config.sub-1775-		esac
audacious-plugins-4.0.4/build-aux/config.sub:1776:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
audacious-plugins-4.0.4/build-aux/config.sub-1777-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-34-
audacious-plugins-4.0.4/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
audacious-plugins-4.0.4/build-aux/config.guess-36-
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-102-: ${TMPDIR=/tmp} ;
audacious-plugins-4.0.4/build-aux/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
audacious-plugins-4.0.4/build-aux/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-151-	EOF
audacious-plugins-4.0.4/build-aux/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
audacious-plugins-4.0.4/build-aux/config.guess-153-	;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-209-	    *)
audacious-plugins-4.0.4/build-aux/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
audacious-plugins-4.0.4/build-aux/config.guess-211-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-240-	*4.0)
audacious-plugins-4.0.4/build-aux/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
audacious-plugins-4.0.4/build-aux/config.guess-242-		;;
audacious-plugins-4.0.4/build-aux/config.guess-243-	*5.*)
audacious-plugins-4.0.4/build-aux/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
audacious-plugins-4.0.4/build-aux/config.guess-245-		;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
audacious-plugins-4.0.4/build-aux/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
audacious-plugins-4.0.4/build-aux/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-288-	# 1.2 uses "1.2" for uname -r.
audacious-plugins-4.0.4/build-aux/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
audacious-plugins-4.0.4/build-aux/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-348-    s390x:SunOS:*:*)
audacious-plugins-4.0.4/build-aux/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
audacious-plugins-4.0.4/build-aux/config.guess-350-	exit ;;
audacious-plugins-4.0.4/build-aux/config.guess-351-    sun4H:SunOS:5.*:*)
audacious-plugins-4.0.4/build-aux/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
audacious-plugins-4.0.4/build-aux/config.guess-353-	exit ;;
audacious-plugins-4.0.4/build-aux/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
audacious-plugins-4.0.4/build-aux/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
audacious-plugins-4.0.4/build-aux/config.guess-356-	exit ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-373-	fi
audacious-plugins-4.0.4/build-aux/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
audacious-plugins-4.0.4/build-aux/config.guess-375-	exit ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
audacious-plugins-4.0.4/build-aux/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
audacious-plugins-4.0.4/build-aux/config.guess-381-	exit ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
audacious-plugins-4.0.4/build-aux/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
audacious-plugins-4.0.4/build-aux/config.guess-390-	exit ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-394-    sun*:*:4.2BSD:*)
audacious-plugins-4.0.4/build-aux/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
audacious-plugins-4.0.4/build-aux/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
audacious-plugins-4.0.4/build-aux/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
audacious-plugins-4.0.4/build-aux/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
audacious-plugins-4.0.4/build-aux/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-532-    *:IRIX*:*:*)
audacious-plugins-4.0.4/build-aux/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
audacious-plugins-4.0.4/build-aux/config.guess-534-	exit ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-562-EOF
audacious-plugins-4.0.4/build-aux/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
audacious-plugins-4.0.4/build-aux/config.guess-564-		then
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-575-    *:AIX:*:[4567])
audacious-plugins-4.0.4/build-aux/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
audacious-plugins-4.0.4/build-aux/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-610-    9000/[34678]??:HP-UX:*:*)
audacious-plugins-4.0.4/build-aux/config.guess:611:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
audacious-plugins-4.0.4/build-aux/config.guess-612-	case "${UNAME_MACHINE}" in
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-664-EOF
audacious-plugins-4.0.4/build-aux/config.guess:665:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
audacious-plugins-4.0.4/build-aux/config.guess-666-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-692-    ia64:HP-UX:*:*)
audacious-plugins-4.0.4/build-aux/config.guess:693:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
audacious-plugins-4.0.4/build-aux/config.guess-694-	echo ia64-hp-hpux${HPUX_REV}
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-722-EOF
audacious-plugins-4.0.4/build-aux/config.guess:723:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
audacious-plugins-4.0.4/build-aux/config.guess-724-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-793-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
audacious-plugins-4.0.4/build-aux/config.guess:794:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
audacious-plugins-4.0.4/build-aux/config.guess-795-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-798-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
audacious-plugins-4.0.4/build-aux/config.guess:799:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
audacious-plugins-4.0.4/build-aux/config.guess-800-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-814-	    amd64)
audacious-plugins-4.0.4/build-aux/config.guess:815:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
audacious-plugins-4.0.4/build-aux/config.guess-816-	    *)
audacious-plugins-4.0.4/build-aux/config.guess:817:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
audacious-plugins-4.0.4/build-aux/config.guess-818-	esac
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-872-    prep*:SunOS:5.*:*)
audacious-plugins-4.0.4/build-aux/config.guess:873:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
audacious-plugins-4.0.4/build-aux/config.guess-874-	exit ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-876-	# the GNU system
audacious-plugins-4.0.4/build-aux/config.guess:877:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
audacious-plugins-4.0.4/build-aux/config.guess-878-	exit ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-880-	# other systems with GNU libc and userland
audacious-plugins-4.0.4/build-aux/config.guess:881:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
audacious-plugins-4.0.4/build-aux/config.guess-882-	exit ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-968-EOF
audacious-plugins-4.0.4/build-aux/config.guess:969:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
audacious-plugins-4.0.4/build-aux/config.guess-970-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-1062-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
audacious-plugins-4.0.4/build-aux/config.guess:1063:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
audacious-plugins-4.0.4/build-aux/config.guess-1064-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-1337-    *:DragonFly:*:*)
audacious-plugins-4.0.4/build-aux/config.guess:1338:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
audacious-plugins-4.0.4/build-aux/config.guess-1339-	exit ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-1350-    i*86:skyos:*:*)
audacious-plugins-4.0.4/build-aux/config.guess:1351:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
audacious-plugins-4.0.4/build-aux/config.guess-1352-	exit ;;
##############################################
audacious-plugins-4.0.4/build-aux/config.guess-1478-
audacious-plugins-4.0.4/build-aux/config.guess:1479:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
audacious-plugins-4.0.4/build-aux/config.guess-1480-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
audacious-plugins-4.0.4/build-aux/install-sh-229-      fi
audacious-plugins-4.0.4/build-aux/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
audacious-plugins-4.0.4/build-aux/install-sh-231-    *)
##############################################
audacious-plugins-4.0.4/build-aux/install-sh-276-      dstdir=$dst
audacious-plugins-4.0.4/build-aux/install-sh:277:      dst=$dstdir/`basename "$src"`
audacious-plugins-4.0.4/build-aux/install-sh-278-      dstdir_status=0
##############################################
audacious-plugins-4.0.4/build-aux/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
audacious-plugins-4.0.4/build-aux/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
audacious-plugins-4.0.4/build-aux/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
audacious-plugins-4.0.4/build-aux/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
audacious-plugins-4.0.4/build-aux/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
audacious-plugins-4.0.4/build-aux/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
audacious-plugins-4.0.4/build-aux/install-sh-425-	    case $prefix in
audacious-plugins-4.0.4/build-aux/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
audacious-plugins-4.0.4/build-aux/install-sh-427-	      *) qprefix=$prefix;;
##############################################
audacious-plugins-4.0.4/build-aux/install-sh-474-    if $copy_on_change &&
audacious-plugins-4.0.4/build-aux/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
audacious-plugins-4.0.4/build-aux/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
audacious-plugins-4.0.4/build-aux/install-sh-477-
##############################################
audacious-plugins-4.0.4/build-aux/config.rpath-33-host="$1"
audacious-plugins-4.0.4/build-aux/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
audacious-plugins-4.0.4/build-aux/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
audacious-plugins-4.0.4/build-aux/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
audacious-plugins-4.0.4/build-aux/config.rpath-37-
##############################################
audacious-plugins-4.0.4/build-aux/config.rpath-47-done
audacious-plugins-4.0.4/build-aux/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
audacious-plugins-4.0.4/build-aux/config.rpath-49-
##############################################
audacious-plugins-4.0.4/build-aux/config.rpath-94-        *)
audacious-plugins-4.0.4/build-aux/config.rpath:95:          case `$CC -V 2>&1 | sed 5q` in
audacious-plugins-4.0.4/build-aux/config.rpath-96-            *Sun\ F* | *Sun*Fortran*)
##############################################
audacious-plugins-4.0.4/build-aux/config.rpath-235-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
audacious-plugins-4.0.4/build-aux/config.rpath:236:      case `$LD -v 2>&1` in
audacious-plugins-4.0.4/build-aux/config.rpath-237-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
audacious-plugins-4.0.4/build-aux/config.rpath-241-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
audacious-plugins-4.0.4/build-aux/config.rpath:242:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
audacious-plugins-4.0.4/build-aux/config.rpath-243-          else
##############################################
audacious-plugins-4.0.4/build-aux/config.rpath-298-        case $host_os in aix4.[012]|aix4.[012].*)
audacious-plugins-4.0.4/build-aux/config.rpath:299:          collect2name=`${CC} -print-prog-name=collect2`
audacious-plugins-4.0.4/build-aux/config.rpath-300-          if test -f "$collect2name" && \
##############################################
audacious-plugins-4.0.4/build-aux/config.rpath-434-        hardcode_direct=yes
audacious-plugins-4.0.4/build-aux/config.rpath:435:        if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
audacious-plugins-4.0.4/build-aux/config.rpath-436-          hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
audacious-plugins-4.0.4/build-aux/config.rpath-498-    sysv5* | sco3.2v5* | sco5v6*)
audacious-plugins-4.0.4/build-aux/config.rpath:499:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
audacious-plugins-4.0.4/build-aux/config.rpath-500-      hardcode_libdir_separator=':'
##############################################
audacious-plugins-4.0.4/build-aux/config.rpath-651-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
audacious-plugins-4.0.4/build-aux/config.rpath:652:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
audacious-plugins-4.0.4/build-aux/config.rpath:653:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
audacious-plugins-4.0.4/build-aux/config.rpath:654:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
audacious-plugins-4.0.4/build-aux/config.rpath:655:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
audacious-plugins-4.0.4/build-aux/config.rpath:656:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
audacious-plugins-4.0.4/build-aux/config.rpath-657-
##############################################
audacious-plugins-4.0.4/INSTALL-173-directory configuration variables that were expressed in terms of
audacious-plugins-4.0.4/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
audacious-plugins-4.0.4/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
audacious-plugins-4.0.4/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
audacious-plugins-4.0.4/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
audacious-plugins-4.0.4/configure-47-  as_echo='print -r --'
audacious-plugins-4.0.4/configure-48-  as_echo_n='print -rn --'
audacious-plugins-4.0.4/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
audacious-plugins-4.0.4/configure-50-  as_echo='printf %s\n'
##############################################
audacious-plugins-4.0.4/configure-52-else
audacious-plugins-4.0.4/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
audacious-plugins-4.0.4/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
audacious-plugins-4.0.4/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
audacious-plugins-4.0.4/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
audacious-plugins-4.0.4/configure-64-      esac;
##############################################
audacious-plugins-4.0.4/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
audacious-plugins-4.0.4/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
audacious-plugins-4.0.4/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
audacious-plugins-4.0.4/configure-326-      case $as_dir in #(
audacious-plugins-4.0.4/configure:327:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
audacious-plugins-4.0.4/configure-328-      *) as_qdir=$as_dir;;
##############################################
audacious-plugins-4.0.4/configure-399-  {
audacious-plugins-4.0.4/configure:400:    as_val=`expr "$@" || test $? -eq 1`
audacious-plugins-4.0.4/configure-401-  }
##############################################
audacious-plugins-4.0.4/configure-406-# ----------------------------------------
audacious-plugins-4.0.4/configure:407:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
audacious-plugins-4.0.4/configure-408-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
audacious-plugins-4.0.4/configure-469-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
audacious-plugins-4.0.4/configure:470:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
audacious-plugins-4.0.4/configure-471-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
audacious-plugins-4.0.4/configure-1074-  case $ac_option in
audacious-plugins-4.0.4/configure:1075:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
audacious-plugins-4.0.4/configure-1076-  *=)   ac_optarg= ;;
##############################################
audacious-plugins-4.0.4/configure-1118-  -disable-* | --disable-*)
audacious-plugins-4.0.4/configure:1119:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
audacious-plugins-4.0.4/configure-1120-    # Reject names that are not valid shell variable names.
##############################################
audacious-plugins-4.0.4/configure-1123-    ac_useropt_orig=$ac_useropt
audacious-plugins-4.0.4/configure:1124:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
audacious-plugins-4.0.4/configure-1125-    case $ac_user_opts in
##############################################
audacious-plugins-4.0.4/configure-1144-  -enable-* | --enable-*)
audacious-plugins-4.0.4/configure:1145:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
audacious-plugins-4.0.4/configure-1146-    # Reject names that are not valid shell variable names.
##############################################
audacious-plugins-4.0.4/configure-1149-    ac_useropt_orig=$ac_useropt
audacious-plugins-4.0.4/configure:1150:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
audacious-plugins-4.0.4/configure-1151-    case $ac_user_opts in
##############################################
audacious-plugins-4.0.4/configure-1348-  -with-* | --with-*)
audacious-plugins-4.0.4/configure:1349:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
audacious-plugins-4.0.4/configure-1350-    # Reject names that are not valid shell variable names.
##############################################
audacious-plugins-4.0.4/configure-1353-    ac_useropt_orig=$ac_useropt
audacious-plugins-4.0.4/configure:1354:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
audacious-plugins-4.0.4/configure-1355-    case $ac_user_opts in
##############################################
audacious-plugins-4.0.4/configure-1364-  -without-* | --without-*)
audacious-plugins-4.0.4/configure:1365:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
audacious-plugins-4.0.4/configure-1366-    # Reject names that are not valid shell variable names.
##############################################
audacious-plugins-4.0.4/configure-1369-    ac_useropt_orig=$ac_useropt
audacious-plugins-4.0.4/configure:1370:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
audacious-plugins-4.0.4/configure-1371-    case $ac_user_opts in
##############################################
audacious-plugins-4.0.4/configure-1402-  *=*)
audacious-plugins-4.0.4/configure:1403:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
audacious-plugins-4.0.4/configure-1404-    # Reject names that are not valid shell variable names.
##############################################
audacious-plugins-4.0.4/configure-1423-if test -n "$ac_prev"; then
audacious-plugins-4.0.4/configure:1424:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
audacious-plugins-4.0.4/configure-1425-  as_fn_error $? "missing argument to $ac_option"
##############################################
audacious-plugins-4.0.4/configure-1445-    */ )
audacious-plugins-4.0.4/configure:1446:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
audacious-plugins-4.0.4/configure-1447-      eval $ac_var=\$ac_val;;
##############################################
audacious-plugins-4.0.4/configure-1480-ac_ls_di=`ls -di .` &&
audacious-plugins-4.0.4/configure:1481:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
audacious-plugins-4.0.4/configure-1482-  as_fn_error $? "working directory cannot be determined"
##############################################
audacious-plugins-4.0.4/configure-1536-case $srcdir in
audacious-plugins-4.0.4/configure:1537:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
audacious-plugins-4.0.4/configure-1538-esac
##############################################
audacious-plugins-4.0.4/configure-1579-By default, \`make install' will install all the files in
audacious-plugins-4.0.4/configure:1580:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
audacious-plugins-4.0.4/configure:1581:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
audacious-plugins-4.0.4/configure-1582-for instance \`--prefix=\$HOME'.
##############################################
audacious-plugins-4.0.4/configure-1847-*)
audacious-plugins-4.0.4/configure:1848:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
audacious-plugins-4.0.4/configure-1849-  # A ".." for each directory in $ac_dir_suffix.
audacious-plugins-4.0.4/configure:1850:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
audacious-plugins-4.0.4/configure-1851-  case $ac_top_builddir_sub in
##############################################
audacious-plugins-4.0.4/configure-2485-    *\'*)
audacious-plugins-4.0.4/configure:2486:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
audacious-plugins-4.0.4/configure-2487-    esac
##############################################
audacious-plugins-4.0.4/configure-2568-      case $ac_val in
audacious-plugins-4.0.4/configure:2569:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
audacious-plugins-4.0.4/configure-2570-      esac
##############################################
audacious-plugins-4.0.4/configure-2583-	case $ac_val in
audacious-plugins-4.0.4/configure:2584:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
audacious-plugins-4.0.4/configure-2585-	esac
##############################################
audacious-plugins-4.0.4/configure-2704-    set,)
audacious-plugins-4.0.4/configure:2705:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
audacious-plugins-4.0.4/configure:2706:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
audacious-plugins-4.0.4/configure-2707-      ac_cache_corrupted=: ;;
##############################################
audacious-plugins-4.0.4/configure-2715-	# differences in whitespace do not lead to failure.
audacious-plugins-4.0.4/configure:2716:	ac_old_val_w=`echo x $ac_old_val`
audacious-plugins-4.0.4/configure:2717:	ac_new_val_w=`echo x $ac_new_val`
audacious-plugins-4.0.4/configure-2718-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
audacious-plugins-4.0.4/configure-2735-    case $ac_new_val in
audacious-plugins-4.0.4/configure:2736:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
audacious-plugins-4.0.4/configure-2737-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
audacious-plugins-4.0.4/configure-2819-test "x$ac_build_alias" = x &&
audacious-plugins-4.0.4/configure:2820:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
audacious-plugins-4.0.4/configure-2821-test "x$ac_build_alias" = x &&
audacious-plugins-4.0.4/configure-2822-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
audacious-plugins-4.0.4/configure:2823:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
audacious-plugins-4.0.4/configure-2824-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
audacious-plugins-4.0.4/configure-2843-IFS=$ac_save_IFS
audacious-plugins-4.0.4/configure:2844:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
audacious-plugins-4.0.4/configure-2845-
##############################################
audacious-plugins-4.0.4/configure-2854-else
audacious-plugins-4.0.4/configure:2855:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
audacious-plugins-4.0.4/configure-2856-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
audacious-plugins-4.0.4/configure-2876-IFS=$ac_save_IFS
audacious-plugins-4.0.4/configure:2877:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
audacious-plugins-4.0.4/configure-2878-
##############################################
audacious-plugins-4.0.4/configure-2887-else
audacious-plugins-4.0.4/configure:2888:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
audacious-plugins-4.0.4/configure-2889-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
##############################################
audacious-plugins-4.0.4/configure-2909-IFS=$ac_save_IFS
audacious-plugins-4.0.4/configure:2910:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
audacious-plugins-4.0.4/configure-2911-
##############################################
audacious-plugins-4.0.4/configure-3264-$as_echo_n "checking whether the C compiler works... " >&6; }
audacious-plugins-4.0.4/configure:3265:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
audacious-plugins-4.0.4/configure-3266-
##############################################
audacious-plugins-4.0.4/configure-3308-	then :; else
audacious-plugins-4.0.4/configure:3309:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
audacious-plugins-4.0.4/configure-3310-	fi
##############################################
audacious-plugins-4.0.4/configure-3368-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
audacious-plugins-4.0.4/configure:3369:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
audacious-plugins-4.0.4/configure-3370-	  break;;
##############################################
audacious-plugins-4.0.4/configure-3477-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
audacious-plugins-4.0.4/configure:3478:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
audacious-plugins-4.0.4/configure-3479-       break;;
##############################################
audacious-plugins-4.0.4/configure-4122-  # Check for GNU $ac_path_GREP
audacious-plugins-4.0.4/configure:4123:case `"$ac_path_GREP" --version 2>&1` in
audacious-plugins-4.0.4/configure-4124-*GNU*)
##############################################
audacious-plugins-4.0.4/configure-4188-  # Check for GNU $ac_path_EGREP
audacious-plugins-4.0.4/configure:4189:case `"$ac_path_EGREP" --version 2>&1` in
audacious-plugins-4.0.4/configure-4190-*GNU*)
##############################################
audacious-plugins-4.0.4/configure-4349-do :
audacious-plugins-4.0.4/configure:4350:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
audacious-plugins-4.0.4/configure-4351-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
audacious-plugins-4.0.4/configure-4354-  cat >>confdefs.h <<_ACEOF
audacious-plugins-4.0.4/configure:4355:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
audacious-plugins-4.0.4/configure-4356-_ACEOF
##############################################
audacious-plugins-4.0.4/configure-6588-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:6589:  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.32" 2>/dev/null`
audacious-plugins-4.0.4/configure-6590-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-6605-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:6606:  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.32" 2>/dev/null`
audacious-plugins-4.0.4/configure-6607-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-6626-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:6627:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "glib-2.0 >= 2.32" 2>&1`
audacious-plugins-4.0.4/configure-6628-        else
audacious-plugins-4.0.4/configure:6629:	        GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "glib-2.0 >= 2.32" 2>&1`
audacious-plugins-4.0.4/configure-6630-        fi
##############################################
audacious-plugins-4.0.4/configure-6679-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:6680:  pkg_cv_GMODULE_CFLAGS=`$PKG_CONFIG --cflags "gmodule-2.0 >= 2.32" 2>/dev/null`
audacious-plugins-4.0.4/configure-6681-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-6696-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:6697:  pkg_cv_GMODULE_LIBS=`$PKG_CONFIG --libs "gmodule-2.0 >= 2.32" 2>/dev/null`
audacious-plugins-4.0.4/configure-6698-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-6717-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:6718:	        GMODULE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gmodule-2.0 >= 2.32" 2>&1`
audacious-plugins-4.0.4/configure-6719-        else
audacious-plugins-4.0.4/configure:6720:	        GMODULE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gmodule-2.0 >= 2.32" 2>&1`
audacious-plugins-4.0.4/configure-6721-        fi
##############################################
audacious-plugins-4.0.4/configure-6785-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:6786:  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.24" 2>/dev/null`
audacious-plugins-4.0.4/configure-6787-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-6802-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:6803:  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.24" 2>/dev/null`
audacious-plugins-4.0.4/configure-6804-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-6823-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:6824:	        GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-2.0 >= 2.24" 2>&1`
audacious-plugins-4.0.4/configure-6825-        else
audacious-plugins-4.0.4/configure:6826:	        GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-2.0 >= 2.24" 2>&1`
audacious-plugins-4.0.4/configure-6827-        fi
##############################################
audacious-plugins-4.0.4/configure-6884-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:6885:  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.32" 2>/dev/null`
audacious-plugins-4.0.4/configure-6886-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-6901-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:6902:  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.32" 2>/dev/null`
audacious-plugins-4.0.4/configure-6903-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-6922-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:6923:	        GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.32" 2>&1`
audacious-plugins-4.0.4/configure-6924-        else
audacious-plugins-4.0.4/configure:6925:	        GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.32" 2>&1`
audacious-plugins-4.0.4/configure-6926-        fi
##############################################
audacious-plugins-4.0.4/configure-6976-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:6977:  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32" 2>/dev/null`
audacious-plugins-4.0.4/configure-6978-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-6993-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:6994:  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32" 2>/dev/null`
audacious-plugins-4.0.4/configure-6995-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-7014-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:7015:	        GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32" 2>&1`
audacious-plugins-4.0.4/configure-7016-        else
audacious-plugins-4.0.4/configure:7017:	        GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gio-2.0 >= 2.32 gio-unix-2.0 >= 2.32" 2>&1`
audacious-plugins-4.0.4/configure-7018-        fi
##############################################
audacious-plugins-4.0.4/configure-7088-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:7089:  pkg_cv_QTCORE_CFLAGS=`$PKG_CONFIG --cflags "Qt5Core >= 5.2" 2>/dev/null`
audacious-plugins-4.0.4/configure-7090-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-7105-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:7106:  pkg_cv_QTCORE_LIBS=`$PKG_CONFIG --libs "Qt5Core >= 5.2" 2>/dev/null`
audacious-plugins-4.0.4/configure-7107-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-7126-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:7127:	        QTCORE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5Core >= 5.2" 2>&1`
audacious-plugins-4.0.4/configure-7128-        else
audacious-plugins-4.0.4/configure:7129:	        QTCORE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5Core >= 5.2" 2>&1`
audacious-plugins-4.0.4/configure-7130-        fi
##############################################
audacious-plugins-4.0.4/configure-7175-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:7176:  pkg_cv_QTBINPATH=`$PKG_CONFIG --variable="host_bins" "Qt5Core >= 5.2" 2>/dev/null`
audacious-plugins-4.0.4/configure-7177-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-7202-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:7203:  pkg_cv_QT_CFLAGS=`$PKG_CONFIG --cflags "Qt5Core Qt5Gui Qt5Widgets >= 5.2" 2>/dev/null`
audacious-plugins-4.0.4/configure-7204-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-7219-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:7220:  pkg_cv_QT_LIBS=`$PKG_CONFIG --libs "Qt5Core Qt5Gui Qt5Widgets >= 5.2" 2>/dev/null`
audacious-plugins-4.0.4/configure-7221-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-7240-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:7241:	        QT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5Core Qt5Gui Qt5Widgets >= 5.2" 2>&1`
audacious-plugins-4.0.4/configure-7242-        else
audacious-plugins-4.0.4/configure:7243:	        QT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5Core Qt5Gui Qt5Widgets >= 5.2" 2>&1`
audacious-plugins-4.0.4/configure-7244-        fi
##############################################
audacious-plugins-4.0.4/configure-7418-set x ${MAKE-make}
audacious-plugins-4.0.4/configure:7419:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
audacious-plugins-4.0.4/configure-7420-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
audacious-plugins-4.0.4/configure-7428-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
audacious-plugins-4.0.4/configure:7429:case `${MAKE-make} -f conftest.make 2>/dev/null` in
audacious-plugins-4.0.4/configure-7430-  *@@@%%%=?*=@@@%%%*)
##############################################
audacious-plugins-4.0.4/configure-7553-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
audacious-plugins-4.0.4/configure:7554:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
audacious-plugins-4.0.4/configure-7555-	     'mkdir (GNU coreutils) '* | \
##############################################
audacious-plugins-4.0.4/configure-7606-  # Check for GNU $ac_path_SED
audacious-plugins-4.0.4/configure:7607:case `"$ac_path_SED" --version 2>&1` in
audacious-plugins-4.0.4/configure-7608-*GNU*)
##############################################
audacious-plugins-4.0.4/configure-7781-
audacious-plugins-4.0.4/configure:7782:    case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
audacious-plugins-4.0.4/configure-7783-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
audacious-plugins-4.0.4/configure-7858-
audacious-plugins-4.0.4/configure:7859:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
audacious-plugins-4.0.4/configure-7860-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
audacious-plugins-4.0.4/configure-8016-          # gcc leaves a trailing carriage return which upsets mingw
audacious-plugins-4.0.4/configure:8017:          acl_output=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
audacious-plugins-4.0.4/configure-8018-        *)
audacious-plugins-4.0.4/configure:8019:          acl_output=`($CC -print-prog-name=ld) 2>&5` ;;
audacious-plugins-4.0.4/configure-8020-      esac
##############################################
audacious-plugins-4.0.4/configure-8025-          # Canonicalize the pathname of ld
audacious-plugins-4.0.4/configure:8026:          acl_output=`echo "$acl_output" | sed 's%\\\\%/%g'`
audacious-plugins-4.0.4/configure-8027-          while echo "$acl_output" | grep "$re_direlt" > /dev/null 2>&1; do
audacious-plugins-4.0.4/configure:8028:            acl_output=`echo $acl_output | sed "s%$re_direlt%/%"`
audacious-plugins-4.0.4/configure-8029-          done
##############################################
audacious-plugins-4.0.4/configure-8053-          # Break only if it was the GNU/non-GNU ld that we prefer.
audacious-plugins-4.0.4/configure:8054:          case `"$acl_cv_path_LD" -v 2>&1 </dev/null` in
audacious-plugins-4.0.4/configure-8055-            *GNU* | *'with BFD'*)
##############################################
audacious-plugins-4.0.4/configure-8130-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
audacious-plugins-4.0.4/configure:8131:case `$LD -v 2>&1 </dev/null` in
audacious-plugins-4.0.4/configure-8132-*GNU* | *'with BFD'*)
##############################################
audacious-plugins-4.0.4/configure-8556-                   ;;
audacious-plugins-4.0.4/configure:8557:                 *) searchdir=`cd "$searchdir" && pwd`
audacious-plugins-4.0.4/configure-8558-                    case "$searchdir" in
##############################################
audacious-plugins-4.0.4/configure-8583-$as_echo "$acl_cv_libdirstems" >&6; }
audacious-plugins-4.0.4/configure:8584:      acl_libdirstem=`echo "$acl_cv_libdirstems" | sed -e 's/,.*//'`
audacious-plugins-4.0.4/configure:8585:  acl_libdirstem2=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,//' -e 's/,.*//'`
audacious-plugins-4.0.4/configure:8586:  acl_libdirstem3=`echo "$acl_cv_libdirstems" | sed -e 's/^[^,]*,[^,]*,//' -e 's/,.*//'`
audacious-plugins-4.0.4/configure-8587-
##############################################
audacious-plugins-4.0.4/configure-8672-        names_already_handled="$names_already_handled $name"
audacious-plugins-4.0.4/configure:8673:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
audacious-plugins-4.0.4/configure-8674-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
audacious-plugins-4.0.4/configure-8754-                -L*)
audacious-plugins-4.0.4/configure:8755:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
audacious-plugins-4.0.4/configure-8756-                                    if test -n "$acl_shlibext"; then
##############################################
audacious-plugins-4.0.4/configure-8872-              */$acl_libdirstem | */$acl_libdirstem/)
audacious-plugins-4.0.4/configure:8873:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
audacious-plugins-4.0.4/configure-8874-                if test "$name" = 'iconv'; then
##############################################
audacious-plugins-4.0.4/configure-8879-              */$acl_libdirstem2 | */$acl_libdirstem2/)
audacious-plugins-4.0.4/configure:8880:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
audacious-plugins-4.0.4/configure-8881-                if test "$name" = 'iconv'; then
##############################################
audacious-plugins-4.0.4/configure-8886-              */$acl_libdirstem3 | */$acl_libdirstem3/)
audacious-plugins-4.0.4/configure:8887:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
audacious-plugins-4.0.4/configure-8888-                if test "$name" = 'iconv'; then
##############################################
audacious-plugins-4.0.4/configure-8937-                  -L*)
audacious-plugins-4.0.4/configure:8938:                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
audacious-plugins-4.0.4/configure-8939-                                                                                                                                                                if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \
##############################################
audacious-plugins-4.0.4/configure-8998-                  -R*)
audacious-plugins-4.0.4/configure:8999:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
audacious-plugins-4.0.4/configure-9000-                    if test "$enable_rpath" != no; then
##############################################
audacious-plugins-4.0.4/configure-9023-                  -l*)
audacious-plugins-4.0.4/configure:9024:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
audacious-plugins-4.0.4/configure-9025-                    ;;
audacious-plugins-4.0.4/configure-9026-                  *.la)
audacious-plugins-4.0.4/configure:9027:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
audacious-plugins-4.0.4/configure-9028-                    ;;
##############################################
audacious-plugins-4.0.4/configure-9604-        names_already_handled="$names_already_handled $name"
audacious-plugins-4.0.4/configure:9605:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./+-|ABCDEFGHIJKLMNOPQRSTUVWXYZ____|'`
audacious-plugins-4.0.4/configure-9606-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
audacious-plugins-4.0.4/configure-9686-                -L*)
audacious-plugins-4.0.4/configure:9687:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
audacious-plugins-4.0.4/configure-9688-                                    if test -n "$acl_shlibext"; then
##############################################
audacious-plugins-4.0.4/configure-9804-              */$acl_libdirstem | */$acl_libdirstem/)
audacious-plugins-4.0.4/configure:9805:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
audacious-plugins-4.0.4/configure-9806-                if test "$name" = 'intl'; then
##############################################
audacious-plugins-4.0.4/configure-9811-              */$acl_libdirstem2 | */$acl_libdirstem2/)
audacious-plugins-4.0.4/configure:9812:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'`
audacious-plugins-4.0.4/configure-9813-                if test "$name" = 'intl'; then
##############################################
audacious-plugins-4.0.4/configure-9818-              */$acl_libdirstem3 | */$acl_libdirstem3/)
audacious-plugins-4.0.4/configure:9819:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem3/"'*$,,'`
audacious-plugins-4.0.4/configure-9820-                if test "$name" = 'intl'; then
##############################################
audacious-plugins-4.0.4/configure-9869-                  -L*)
audacious-plugins-4.0.4/configure:9870:                    dependency_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
audacious-plugins-4.0.4/configure-9871-                                                                                                                                                                if test "X$dependency_libdir" != "X/usr/$acl_libdirstem" \
##############################################
audacious-plugins-4.0.4/configure-9930-                  -R*)
audacious-plugins-4.0.4/configure:9931:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
audacious-plugins-4.0.4/configure-9932-                    if test "$enable_rpath" != no; then
##############################################
audacious-plugins-4.0.4/configure-9955-                  -l*)
audacious-plugins-4.0.4/configure:9956:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
audacious-plugins-4.0.4/configure-9957-                    ;;
audacious-plugins-4.0.4/configure-9958-                  *.la)
audacious-plugins-4.0.4/configure:9959:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
audacious-plugins-4.0.4/configure-9960-                    ;;
##############################################
audacious-plugins-4.0.4/configure-10222-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10223:  pkg_cv_AUDACIOUS_CFLAGS=`$PKG_CONFIG --cflags "audacious >= 4.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-10224-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10239-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10240:  pkg_cv_AUDACIOUS_LIBS=`$PKG_CONFIG --libs "audacious >= 4.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-10241-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10260-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:10261:	        AUDACIOUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "audacious >= 4.0" 2>&1`
audacious-plugins-4.0.4/configure-10262-        else
audacious-plugins-4.0.4/configure:10263:	        AUDACIOUS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "audacious >= 4.0" 2>&1`
audacious-plugins-4.0.4/configure-10264-        fi
##############################################
audacious-plugins-4.0.4/configure-10316-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10317:  pkg_cv_XML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-10318-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10333-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10334:  pkg_cv_XML_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-10335-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10354-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:10355:	        XML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0" 2>&1`
audacious-plugins-4.0.4/configure-10356-        else
audacious-plugins-4.0.4/configure:10357:	        XML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0" 2>&1`
audacious-plugins-4.0.4/configure-10358-        fi
##############################################
audacious-plugins-4.0.4/configure-10409-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10410:  pkg_cv_XML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-10411-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10426-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10427:  pkg_cv_XML_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-10428-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10447-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:10448:	        XML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0" 2>&1`
audacious-plugins-4.0.4/configure-10449-        else
audacious-plugins-4.0.4/configure:10450:	        XML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0" 2>&1`
audacious-plugins-4.0.4/configure-10451-        fi
##############################################
audacious-plugins-4.0.4/configure-10579-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10580:  pkg_cv_ADLIB_CFLAGS=`$PKG_CONFIG --cflags "adplug" 2>/dev/null`
audacious-plugins-4.0.4/configure-10581-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10596-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10597:  pkg_cv_ADLIB_LIBS=`$PKG_CONFIG --libs "adplug" 2>/dev/null`
audacious-plugins-4.0.4/configure-10598-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10617-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:10618:	        ADLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "adplug" 2>&1`
audacious-plugins-4.0.4/configure-10619-        else
audacious-plugins-4.0.4/configure:10620:	        ADLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "adplug" 2>&1`
audacious-plugins-4.0.4/configure-10621-        fi
##############################################
audacious-plugins-4.0.4/configure-10667-do :
audacious-plugins-4.0.4/configure:10668:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
audacious-plugins-4.0.4/configure-10669-ac_fn_cxx_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <adplug/adplug.h>
##############################################
audacious-plugins-4.0.4/configure-10672-  cat >>confdefs.h <<_ACEOF
audacious-plugins-4.0.4/configure:10673:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
audacious-plugins-4.0.4/configure-10674-_ACEOF
##############################################
audacious-plugins-4.0.4/configure-10714-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10715:  pkg_cv_CDIO_CFLAGS=`$PKG_CONFIG --cflags "libcdio >= 0.70 libcdio_cdda >= 0.70 libcddb >= 1.2.1" 2>/dev/null`
audacious-plugins-4.0.4/configure-10716-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10731-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10732:  pkg_cv_CDIO_LIBS=`$PKG_CONFIG --libs "libcdio >= 0.70 libcdio_cdda >= 0.70 libcddb >= 1.2.1" 2>/dev/null`
audacious-plugins-4.0.4/configure-10733-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10752-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:10753:	        CDIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcdio >= 0.70 libcdio_cdda >= 0.70 libcddb >= 1.2.1" 2>&1`
audacious-plugins-4.0.4/configure-10754-        else
audacious-plugins-4.0.4/configure:10755:	        CDIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcdio >= 0.70 libcdio_cdda >= 0.70 libcddb >= 1.2.1" 2>&1`
audacious-plugins-4.0.4/configure-10756-        fi
##############################################
audacious-plugins-4.0.4/configure-10821-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10822:  pkg_cv_LIBFLAC_CFLAGS=`$PKG_CONFIG --cflags "flac >= 1.2.1" 2>/dev/null`
audacious-plugins-4.0.4/configure-10823-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10838-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10839:  pkg_cv_LIBFLAC_LIBS=`$PKG_CONFIG --libs "flac >= 1.2.1" 2>/dev/null`
audacious-plugins-4.0.4/configure-10840-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10859-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:10860:	        LIBFLAC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "flac >= 1.2.1" 2>&1`
audacious-plugins-4.0.4/configure-10861-        else
audacious-plugins-4.0.4/configure:10862:	        LIBFLAC_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "flac >= 1.2.1" 2>&1`
audacious-plugins-4.0.4/configure-10863-        fi
##############################################
audacious-plugins-4.0.4/configure-10924-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10925:  pkg_cv_VORBIS_CFLAGS=`$PKG_CONFIG --cflags "ogg >= 1.0 vorbis >= 1.0 vorbisenc >= 1.0 vorbisfile >= 1.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-10926-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10941-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:10942:  pkg_cv_VORBIS_LIBS=`$PKG_CONFIG --libs "ogg >= 1.0 vorbis >= 1.0 vorbisenc >= 1.0 vorbisfile >= 1.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-10943-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-10962-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:10963:	        VORBIS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ogg >= 1.0 vorbis >= 1.0 vorbisenc >= 1.0 vorbisfile >= 1.0" 2>&1`
audacious-plugins-4.0.4/configure-10964-        else
audacious-plugins-4.0.4/configure:10965:	        VORBIS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ogg >= 1.0 vorbis >= 1.0 vorbisenc >= 1.0 vorbisfile >= 1.0" 2>&1`
audacious-plugins-4.0.4/configure-10966-        fi
##############################################
audacious-plugins-4.0.4/configure-11027-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11028:  pkg_cv_FLUIDSYNTH_CFLAGS=`$PKG_CONFIG --cflags "fluidsynth >= 1.0.6" 2>/dev/null`
audacious-plugins-4.0.4/configure-11029-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11044-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11045:  pkg_cv_FLUIDSYNTH_LIBS=`$PKG_CONFIG --libs "fluidsynth >= 1.0.6" 2>/dev/null`
audacious-plugins-4.0.4/configure-11046-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11065-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:11066:	        FLUIDSYNTH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "fluidsynth >= 1.0.6" 2>&1`
audacious-plugins-4.0.4/configure-11067-        else
audacious-plugins-4.0.4/configure:11068:	        FLUIDSYNTH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "fluidsynth >= 1.0.6" 2>&1`
audacious-plugins-4.0.4/configure-11069-        fi
##############################################
audacious-plugins-4.0.4/configure-11130-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11131:  pkg_cv_MPG123_CFLAGS=`$PKG_CONFIG --cflags "libmpg123 >= 1.12" 2>/dev/null`
audacious-plugins-4.0.4/configure-11132-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11147-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11148:  pkg_cv_MPG123_LIBS=`$PKG_CONFIG --libs "libmpg123 >= 1.12" 2>/dev/null`
audacious-plugins-4.0.4/configure-11149-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11168-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:11169:	        MPG123_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmpg123 >= 1.12" 2>&1`
audacious-plugins-4.0.4/configure-11170-        else
audacious-plugins-4.0.4/configure:11171:	        MPG123_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmpg123 >= 1.12" 2>&1`
audacious-plugins-4.0.4/configure-11172-        fi
##############################################
audacious-plugins-4.0.4/configure-11310-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11311:  pkg_cv_WAVPACK_CFLAGS=`$PKG_CONFIG --cflags "wavpack >= 4.31" 2>/dev/null`
audacious-plugins-4.0.4/configure-11312-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11327-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11328:  pkg_cv_WAVPACK_LIBS=`$PKG_CONFIG --libs "wavpack >= 4.31" 2>/dev/null`
audacious-plugins-4.0.4/configure-11329-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11348-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:11349:	        WAVPACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "wavpack >= 4.31" 2>&1`
audacious-plugins-4.0.4/configure-11350-        else
audacious-plugins-4.0.4/configure:11351:	        WAVPACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "wavpack >= 4.31" 2>&1`
audacious-plugins-4.0.4/configure-11352-        fi
##############################################
audacious-plugins-4.0.4/configure-11413-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11414:  pkg_cv_SNDFILE_CFLAGS=`$PKG_CONFIG --cflags "sndfile >= 0.19" 2>/dev/null`
audacious-plugins-4.0.4/configure-11415-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11430-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11431:  pkg_cv_SNDFILE_LIBS=`$PKG_CONFIG --libs "sndfile >= 0.19" 2>/dev/null`
audacious-plugins-4.0.4/configure-11432-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11451-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:11452:	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sndfile >= 0.19" 2>&1`
audacious-plugins-4.0.4/configure-11453-        else
audacious-plugins-4.0.4/configure:11454:	        SNDFILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sndfile >= 0.19" 2>&1`
audacious-plugins-4.0.4/configure-11455-        fi
##############################################
audacious-plugins-4.0.4/configure-11516-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11517:  pkg_cv_MODPLUG_CFLAGS=`$PKG_CONFIG --cflags "libmodplug" 2>/dev/null`
audacious-plugins-4.0.4/configure-11518-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11533-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11534:  pkg_cv_MODPLUG_LIBS=`$PKG_CONFIG --libs "libmodplug" 2>/dev/null`
audacious-plugins-4.0.4/configure-11535-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11554-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:11555:	        MODPLUG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmodplug" 2>&1`
audacious-plugins-4.0.4/configure-11556-        else
audacious-plugins-4.0.4/configure:11557:	        MODPLUG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmodplug" 2>&1`
audacious-plugins-4.0.4/configure-11558-        fi
##############################################
audacious-plugins-4.0.4/configure-11619-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11620:  pkg_cv_OPENMPT_CFLAGS=`$PKG_CONFIG --cflags "libopenmpt >= 0.2" 2>/dev/null`
audacious-plugins-4.0.4/configure-11621-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11636-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11637:  pkg_cv_OPENMPT_LIBS=`$PKG_CONFIG --libs "libopenmpt >= 0.2" 2>/dev/null`
audacious-plugins-4.0.4/configure-11638-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11657-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:11658:	        OPENMPT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libopenmpt >= 0.2" 2>&1`
audacious-plugins-4.0.4/configure-11659-        else
audacious-plugins-4.0.4/configure:11660:	        OPENMPT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libopenmpt >= 0.2" 2>&1`
audacious-plugins-4.0.4/configure-11661-        fi
##############################################
audacious-plugins-4.0.4/configure-11722-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11723:  pkg_cv_SIDPLAYFP_CFLAGS=`$PKG_CONFIG --cflags "libsidplayfp >= 1.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-11724-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11739-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11740:  pkg_cv_SIDPLAYFP_LIBS=`$PKG_CONFIG --libs "libsidplayfp >= 1.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-11741-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11760-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:11761:	        SIDPLAYFP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsidplayfp >= 1.0" 2>&1`
audacious-plugins-4.0.4/configure-11762-        else
audacious-plugins-4.0.4/configure:11763:	        SIDPLAYFP_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsidplayfp >= 1.0" 2>&1`
audacious-plugins-4.0.4/configure-11764-        fi
##############################################
audacious-plugins-4.0.4/configure-11866-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11867:  pkg_cv_BS2B_CFLAGS=`$PKG_CONFIG --cflags "libbs2b >= 3.0.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-11868-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11883-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11884:  pkg_cv_BS2B_LIBS=`$PKG_CONFIG --libs "libbs2b >= 3.0.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-11885-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11904-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:11905:	        BS2B_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libbs2b >= 3.0.0" 2>&1`
audacious-plugins-4.0.4/configure-11906-        else
audacious-plugins-4.0.4/configure:11907:	        BS2B_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libbs2b >= 3.0.0" 2>&1`
audacious-plugins-4.0.4/configure-11908-        fi
##############################################
audacious-plugins-4.0.4/configure-11969-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11970:  pkg_cv_SAMPLERATE_CFLAGS=`$PKG_CONFIG --cflags "samplerate" 2>/dev/null`
audacious-plugins-4.0.4/configure-11971-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-11986-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:11987:  pkg_cv_SAMPLERATE_LIBS=`$PKG_CONFIG --libs "samplerate" 2>/dev/null`
audacious-plugins-4.0.4/configure-11988-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12007-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:12008:	        SAMPLERATE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "samplerate" 2>&1`
audacious-plugins-4.0.4/configure-12009-        else
audacious-plugins-4.0.4/configure:12010:	        SAMPLERATE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "samplerate" 2>&1`
audacious-plugins-4.0.4/configure-12011-        fi
##############################################
audacious-plugins-4.0.4/configure-12072-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12073:  pkg_cv_SAMPLERATE_CFLAGS=`$PKG_CONFIG --cflags "samplerate" 2>/dev/null`
audacious-plugins-4.0.4/configure-12074-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12089-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12090:  pkg_cv_SAMPLERATE_LIBS=`$PKG_CONFIG --libs "samplerate" 2>/dev/null`
audacious-plugins-4.0.4/configure-12091-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12110-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:12111:	        SAMPLERATE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "samplerate" 2>&1`
audacious-plugins-4.0.4/configure-12112-        else
audacious-plugins-4.0.4/configure:12113:	        SAMPLERATE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "samplerate" 2>&1`
audacious-plugins-4.0.4/configure-12114-        fi
##############################################
audacious-plugins-4.0.4/configure-12175-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12176:  pkg_cv_SOXR_CFLAGS=`$PKG_CONFIG --cflags "soxr" 2>/dev/null`
audacious-plugins-4.0.4/configure-12177-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12192-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12193:  pkg_cv_SOXR_LIBS=`$PKG_CONFIG --libs "soxr" 2>/dev/null`
audacious-plugins-4.0.4/configure-12194-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12213-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:12214:	        SOXR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "soxr" 2>&1`
audacious-plugins-4.0.4/configure-12215-        else
audacious-plugins-4.0.4/configure:12216:	        SOXR_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "soxr" 2>&1`
audacious-plugins-4.0.4/configure-12217-        fi
##############################################
audacious-plugins-4.0.4/configure-12278-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12279:  pkg_cv_ALSA_CFLAGS=`$PKG_CONFIG --cflags "alsa >= 1.0.16" 2>/dev/null`
audacious-plugins-4.0.4/configure-12280-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12295-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12296:  pkg_cv_ALSA_LIBS=`$PKG_CONFIG --libs "alsa >= 1.0.16" 2>/dev/null`
audacious-plugins-4.0.4/configure-12297-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12316-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:12317:	        ALSA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "alsa >= 1.0.16" 2>&1`
audacious-plugins-4.0.4/configure-12318-        else
audacious-plugins-4.0.4/configure:12319:	        ALSA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "alsa >= 1.0.16" 2>&1`
audacious-plugins-4.0.4/configure-12320-        fi
##############################################
audacious-plugins-4.0.4/configure-12370-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12371:  pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "jack >= 1.9.7" 2>/dev/null`
audacious-plugins-4.0.4/configure-12372-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12387-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12388:  pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "jack >= 1.9.7" 2>/dev/null`
audacious-plugins-4.0.4/configure-12389-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12408-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:12409:	        JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "jack >= 1.9.7" 2>&1`
audacious-plugins-4.0.4/configure-12410-        else
audacious-plugins-4.0.4/configure:12411:	        JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "jack >= 1.9.7" 2>&1`
audacious-plugins-4.0.4/configure-12412-        fi
##############################################
audacious-plugins-4.0.4/configure-12430-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12431:  pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "jack >= 0.120.1 jack < 1.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-12432-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12447-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12448:  pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "jack >= 0.120.1 jack < 1.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-12449-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12468-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:12469:	        JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "jack >= 0.120.1 jack < 1.0" 2>&1`
audacious-plugins-4.0.4/configure-12470-        else
audacious-plugins-4.0.4/configure:12471:	        JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "jack >= 0.120.1 jack < 1.0" 2>&1`
audacious-plugins-4.0.4/configure-12472-        fi
##############################################
audacious-plugins-4.0.4/configure-12506-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12507:  pkg_cv_JACK_CFLAGS=`$PKG_CONFIG --cflags "jack >= 0.120.1 jack < 1.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-12508-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12523-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12524:  pkg_cv_JACK_LIBS=`$PKG_CONFIG --libs "jack >= 0.120.1 jack < 1.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-12525-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12544-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:12545:	        JACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "jack >= 0.120.1 jack < 1.0" 2>&1`
audacious-plugins-4.0.4/configure-12546-        else
audacious-plugins-4.0.4/configure:12547:	        JACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "jack >= 0.120.1 jack < 1.0" 2>&1`
audacious-plugins-4.0.4/configure-12548-        fi
##############################################
audacious-plugins-4.0.4/configure-12610-do :
audacious-plugins-4.0.4/configure:12611:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
audacious-plugins-4.0.4/configure-12612-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
audacious-plugins-4.0.4/configure-12614-  cat >>confdefs.h <<_ACEOF
audacious-plugins-4.0.4/configure:12615:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
audacious-plugins-4.0.4/configure-12616-_ACEOF
##############################################
audacious-plugins-4.0.4/configure-12677-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12678:  pkg_cv_PULSE_CFLAGS=`$PKG_CONFIG --cflags "libpulse >= 0.9.5" 2>/dev/null`
audacious-plugins-4.0.4/configure-12679-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12694-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12695:  pkg_cv_PULSE_LIBS=`$PKG_CONFIG --libs "libpulse >= 0.9.5" 2>/dev/null`
audacious-plugins-4.0.4/configure-12696-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12715-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:12716:	        PULSE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpulse >= 0.9.5" 2>&1`
audacious-plugins-4.0.4/configure-12717-        else
audacious-plugins-4.0.4/configure:12718:	        PULSE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpulse >= 0.9.5" 2>&1`
audacious-plugins-4.0.4/configure-12719-        fi
##############################################
audacious-plugins-4.0.4/configure-12838-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12839:  pkg_cv_CUE_CFLAGS=`$PKG_CONFIG --cflags "libcue >= 2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-12840-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12855-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12856:  pkg_cv_CUE_LIBS=`$PKG_CONFIG --libs "libcue >= 2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-12857-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12876-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:12877:	        CUE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcue >= 2.0" 2>&1`
audacious-plugins-4.0.4/configure-12878-        else
audacious-plugins-4.0.4/configure:12879:	        CUE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcue >= 2.0" 2>&1`
audacious-plugins-4.0.4/configure-12880-        fi
##############################################
audacious-plugins-4.0.4/configure-12898-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12899:  pkg_cv_CUE_CFLAGS=`$PKG_CONFIG --cflags "libcue" 2>/dev/null`
audacious-plugins-4.0.4/configure-12900-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12915-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12916:  pkg_cv_CUE_LIBS=`$PKG_CONFIG --libs "libcue" 2>/dev/null`
audacious-plugins-4.0.4/configure-12917-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12936-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:12937:	        CUE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcue" 2>&1`
audacious-plugins-4.0.4/configure-12938-        else
audacious-plugins-4.0.4/configure:12939:	        CUE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcue" 2>&1`
audacious-plugins-4.0.4/configure-12940-        fi
##############################################
audacious-plugins-4.0.4/configure-12974-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12975:  pkg_cv_CUE_CFLAGS=`$PKG_CONFIG --cflags "libcue" 2>/dev/null`
audacious-plugins-4.0.4/configure-12976-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-12991-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:12992:  pkg_cv_CUE_LIBS=`$PKG_CONFIG --libs "libcue" 2>/dev/null`
audacious-plugins-4.0.4/configure-12993-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13012-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:13013:	        CUE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcue" 2>&1`
audacious-plugins-4.0.4/configure-13014-        else
audacious-plugins-4.0.4/configure:13015:	        CUE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcue" 2>&1`
audacious-plugins-4.0.4/configure-13016-        fi
##############################################
audacious-plugins-4.0.4/configure-13096-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13097:  pkg_cv_NEON_CFLAGS=`$PKG_CONFIG --cflags "neon >= 0.27" 2>/dev/null`
audacious-plugins-4.0.4/configure-13098-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13113-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13114:  pkg_cv_NEON_LIBS=`$PKG_CONFIG --libs "neon >= 0.27" 2>/dev/null`
audacious-plugins-4.0.4/configure-13115-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13134-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:13135:	        NEON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "neon >= 0.27" 2>&1`
audacious-plugins-4.0.4/configure-13136-        else
audacious-plugins-4.0.4/configure:13137:	        NEON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "neon >= 0.27" 2>&1`
audacious-plugins-4.0.4/configure-13138-        fi
##############################################
audacious-plugins-4.0.4/configure-13199-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13200:  pkg_cv_MMS_CFLAGS=`$PKG_CONFIG --cflags "libmms >= 0.3" 2>/dev/null`
audacious-plugins-4.0.4/configure-13201-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13216-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13217:  pkg_cv_MMS_LIBS=`$PKG_CONFIG --libs "libmms >= 0.3" 2>/dev/null`
audacious-plugins-4.0.4/configure-13218-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13237-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:13238:	        MMS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libmms >= 0.3" 2>&1`
audacious-plugins-4.0.4/configure-13239-        else
audacious-plugins-4.0.4/configure:13240:	        MMS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libmms >= 0.3" 2>&1`
audacious-plugins-4.0.4/configure-13241-        fi
##############################################
audacious-plugins-4.0.4/configure-13302-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13303:  pkg_cv_NOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify >= 0.7 gdk-pixbuf-2.0 >= 2.26" 2>/dev/null`
audacious-plugins-4.0.4/configure-13304-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13319-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13320:  pkg_cv_NOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify >= 0.7 gdk-pixbuf-2.0 >= 2.26" 2>/dev/null`
audacious-plugins-4.0.4/configure-13321-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13340-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:13341:	        NOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libnotify >= 0.7 gdk-pixbuf-2.0 >= 2.26" 2>&1`
audacious-plugins-4.0.4/configure-13342-        else
audacious-plugins-4.0.4/configure:13343:	        NOTIFY_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libnotify >= 0.7 gdk-pixbuf-2.0 >= 2.26" 2>&1`
audacious-plugins-4.0.4/configure-13344-        fi
##############################################
audacious-plugins-4.0.4/configure-13558-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13559:  pkg_cv_CURL_CFLAGS=`$PKG_CONFIG --cflags "libcurl >= 7.9.7" 2>/dev/null`
audacious-plugins-4.0.4/configure-13560-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13575-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13576:  pkg_cv_CURL_LIBS=`$PKG_CONFIG --libs "libcurl >= 7.9.7" 2>/dev/null`
audacious-plugins-4.0.4/configure-13577-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13596-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:13597:	        CURL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libcurl >= 7.9.7" 2>&1`
audacious-plugins-4.0.4/configure-13598-        else
audacious-plugins-4.0.4/configure:13599:	        CURL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libcurl >= 7.9.7" 2>&1`
audacious-plugins-4.0.4/configure-13600-        fi
##############################################
audacious-plugins-4.0.4/configure-13739-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13740:  pkg_cv_GDKX11_CFLAGS=`$PKG_CONFIG --cflags "gdk-x11-2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-13741-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13756-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13757:  pkg_cv_GDKX11_LIBS=`$PKG_CONFIG --libs "gdk-x11-2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-13758-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13777-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:13778:	        GDKX11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gdk-x11-2.0" 2>&1`
audacious-plugins-4.0.4/configure-13779-        else
audacious-plugins-4.0.4/configure:13780:	        GDKX11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gdk-x11-2.0" 2>&1`
audacious-plugins-4.0.4/configure-13781-        fi
##############################################
audacious-plugins-4.0.4/configure-13842-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13843:  pkg_cv_X11EXT_CFLAGS=`$PKG_CONFIG --cflags "xrender xcomposite" 2>/dev/null`
audacious-plugins-4.0.4/configure-13844-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13859-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13860:  pkg_cv_X11EXT_LIBS=`$PKG_CONFIG --libs "xrender xcomposite" 2>/dev/null`
audacious-plugins-4.0.4/configure-13861-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13880-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:13881:	        X11EXT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "xrender xcomposite" 2>&1`
audacious-plugins-4.0.4/configure-13882-        else
audacious-plugins-4.0.4/configure:13883:	        X11EXT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "xrender xcomposite" 2>&1`
audacious-plugins-4.0.4/configure-13884-        fi
##############################################
audacious-plugins-4.0.4/configure-13946-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13947:  pkg_cv_AMPACHE_CFLAGS=`$PKG_CONFIG --cflags "ampache_browser_1" 2>/dev/null`
audacious-plugins-4.0.4/configure-13948-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13963-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:13964:  pkg_cv_AMPACHE_LIBS=`$PKG_CONFIG --libs "ampache_browser_1" 2>/dev/null`
audacious-plugins-4.0.4/configure-13965-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-13984-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:13985:	        AMPACHE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ampache_browser_1" 2>&1`
audacious-plugins-4.0.4/configure-13986-        else
audacious-plugins-4.0.4/configure:13987:	        AMPACHE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ampache_browser_1" 2>&1`
audacious-plugins-4.0.4/configure-13988-        fi
##############################################
audacious-plugins-4.0.4/configure-14049-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14050:  pkg_cv_QTMULTIMEDIA_CFLAGS=`$PKG_CONFIG --cflags "Qt5Multimedia" 2>/dev/null`
audacious-plugins-4.0.4/configure-14051-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14066-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14067:  pkg_cv_QTMULTIMEDIA_LIBS=`$PKG_CONFIG --libs "Qt5Multimedia" 2>/dev/null`
audacious-plugins-4.0.4/configure-14068-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14087-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:14088:	        QTMULTIMEDIA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5Multimedia" 2>&1`
audacious-plugins-4.0.4/configure-14089-        else
audacious-plugins-4.0.4/configure:14090:	        QTMULTIMEDIA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5Multimedia" 2>&1`
audacious-plugins-4.0.4/configure-14091-        fi
##############################################
audacious-plugins-4.0.4/configure-14152-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14153:  pkg_cv_QTNETWORK_CFLAGS=`$PKG_CONFIG --cflags "Qt5Network" 2>/dev/null`
audacious-plugins-4.0.4/configure-14154-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14169-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14170:  pkg_cv_QTNETWORK_LIBS=`$PKG_CONFIG --libs "Qt5Network" 2>/dev/null`
audacious-plugins-4.0.4/configure-14171-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14190-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:14191:	        QTNETWORK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5Network" 2>&1`
audacious-plugins-4.0.4/configure-14192-        else
audacious-plugins-4.0.4/configure:14193:	        QTNETWORK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5Network" 2>&1`
audacious-plugins-4.0.4/configure-14194-        fi
##############################################
audacious-plugins-4.0.4/configure-14244-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14245:  pkg_cv_QTOPENGL_CFLAGS=`$PKG_CONFIG --cflags "Qt5OpenGL" 2>/dev/null`
audacious-plugins-4.0.4/configure-14246-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14261-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14262:  pkg_cv_QTOPENGL_LIBS=`$PKG_CONFIG --libs "Qt5OpenGL" 2>/dev/null`
audacious-plugins-4.0.4/configure-14263-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14282-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:14283:	        QTOPENGL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5OpenGL" 2>&1`
audacious-plugins-4.0.4/configure-14284-        else
audacious-plugins-4.0.4/configure:14285:	        QTOPENGL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5OpenGL" 2>&1`
audacious-plugins-4.0.4/configure-14286-        fi
##############################################
audacious-plugins-4.0.4/configure-14428-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14429:  pkg_cv_FFMPEG_CFLAGS=`$PKG_CONFIG --cflags "libavcodec >= 53.40.0 libavformat >= 53.25.0 libavutil >= 51.27.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-14430-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14445-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14446:  pkg_cv_FFMPEG_LIBS=`$PKG_CONFIG --libs "libavcodec >= 53.40.0 libavformat >= 53.25.0 libavutil >= 51.27.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-14447-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14466-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:14467:	        FFMPEG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libavcodec >= 53.40.0 libavformat >= 53.25.0 libavutil >= 51.27.0" 2>&1`
audacious-plugins-4.0.4/configure-14468-        else
audacious-plugins-4.0.4/configure:14469:	        FFMPEG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libavcodec >= 53.40.0 libavformat >= 53.25.0 libavutil >= 51.27.0" 2>&1`
audacious-plugins-4.0.4/configure-14470-        fi
##############################################
audacious-plugins-4.0.4/configure-14503-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14504:  pkg_cv_FFMPEG_CFLAGS=`$PKG_CONFIG --cflags "libavcodec >= 53.25.0 libavformat >= 53.17.0 libavutil >= 51.18.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-14505-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14520-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14521:  pkg_cv_FFMPEG_LIBS=`$PKG_CONFIG --libs "libavcodec >= 53.25.0 libavformat >= 53.17.0 libavutil >= 51.18.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-14522-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14541-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:14542:	        FFMPEG_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libavcodec >= 53.25.0 libavformat >= 53.17.0 libavutil >= 51.18.0" 2>&1`
audacious-plugins-4.0.4/configure-14543-        else
audacious-plugins-4.0.4/configure:14544:	        FFMPEG_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libavcodec >= 53.25.0 libavformat >= 53.17.0 libavutil >= 51.18.0" 2>&1`
audacious-plugins-4.0.4/configure-14545-        fi
##############################################
audacious-plugins-4.0.4/configure-14591-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14592:  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl >= 1.2.11" 2>/dev/null`
audacious-plugins-4.0.4/configure-14593-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14608-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14609:  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl >= 1.2.11" 2>/dev/null`
audacious-plugins-4.0.4/configure-14610-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14629-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:14630:	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl >= 1.2.11" 2>&1`
audacious-plugins-4.0.4/configure-14631-        else
audacious-plugins-4.0.4/configure:14632:	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl >= 1.2.11" 2>&1`
audacious-plugins-4.0.4/configure-14633-        fi
##############################################
audacious-plugins-4.0.4/configure-14663-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14664:  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl2 >= 2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-14665-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14680-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14681:  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl2 >= 2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-14682-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14701-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:14702:	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl2 >= 2.0" 2>&1`
audacious-plugins-4.0.4/configure-14703-        else
audacious-plugins-4.0.4/configure:14704:	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl2 >= 2.0" 2>&1`
audacious-plugins-4.0.4/configure-14705-        fi
##############################################
audacious-plugins-4.0.4/configure-14735-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14736:  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl2 >= 2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-14737-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14752-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14753:  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl2 >= 2.0" 2>/dev/null`
audacious-plugins-4.0.4/configure-14754-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14773-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:14774:	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl2 >= 2.0" 2>&1`
audacious-plugins-4.0.4/configure-14775-        else
audacious-plugins-4.0.4/configure:14776:	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl2 >= 2.0" 2>&1`
audacious-plugins-4.0.4/configure-14777-        fi
##############################################
audacious-plugins-4.0.4/configure-14795-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14796:  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl >= 1.2.11" 2>/dev/null`
audacious-plugins-4.0.4/configure-14797-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14812-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14813:  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl >= 1.2.11" 2>/dev/null`
audacious-plugins-4.0.4/configure-14814-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14833-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:14834:	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl >= 1.2.11" 2>&1`
audacious-plugins-4.0.4/configure-14835-        else
audacious-plugins-4.0.4/configure:14836:	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl >= 1.2.11" 2>&1`
audacious-plugins-4.0.4/configure-14837-        fi
##############################################
audacious-plugins-4.0.4/configure-14871-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14872:  pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl >= 1.2.11" 2>/dev/null`
audacious-plugins-4.0.4/configure-14873-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14888-  test $ac_status = 0; }; then
audacious-plugins-4.0.4/configure:14889:  pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl >= 1.2.11" 2>/dev/null`
audacious-plugins-4.0.4/configure-14890-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
audacious-plugins-4.0.4/configure-14909-        if test $_pkg_short_errors_supported = yes; then
audacious-plugins-4.0.4/configure:14910:	        SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl >= 1.2.11" 2>&1`
audacious-plugins-4.0.4/configure-14911-        else
audacious-plugins-4.0.4/configure:14912:	        SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl >= 1.2.11" 2>&1`
audacious-plugins-4.0.4/configure-14913-        fi
##############################################
audacious-plugins-4.0.4/configure-15215-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
audacious-plugins-4.0.4/configure:15216:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
audacious-plugins-4.0.4/configure-15217-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
audacious-plugins-4.0.4/configure-15416-if test -z "$BASH_VERSION$ZSH_VERSION" \
audacious-plugins-4.0.4/configure:15417:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
audacious-plugins-4.0.4/configure-15418-  as_echo='print -r --'
audacious-plugins-4.0.4/configure-15419-  as_echo_n='print -rn --'
audacious-plugins-4.0.4/configure:15420:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
audacious-plugins-4.0.4/configure-15421-  as_echo='printf %s\n'
##############################################
audacious-plugins-4.0.4/configure-15423-else
audacious-plugins-4.0.4/configure:15424:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
audacious-plugins-4.0.4/configure-15425-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
audacious-plugins-4.0.4/configure-15433-	expr "X$arg" : "X\\(.*\\)$as_nl";
audacious-plugins-4.0.4/configure:15434:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
audacious-plugins-4.0.4/configure-15435-      esac;
##############################################
audacious-plugins-4.0.4/configure-15510-# ----------------------------------------
audacious-plugins-4.0.4/configure:15511:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
audacious-plugins-4.0.4/configure-15512-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
audacious-plugins-4.0.4/configure-15582-  {
audacious-plugins-4.0.4/configure:15583:    as_val=`expr "$@" || test $? -eq 1`
audacious-plugins-4.0.4/configure-15584-  }
##############################################
audacious-plugins-4.0.4/configure-15686-      case $as_dir in #(
audacious-plugins-4.0.4/configure:15687:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
audacious-plugins-4.0.4/configure-15688-      *) as_qdir=$as_dir;;
##############################################
audacious-plugins-4.0.4/configure-15821-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
audacious-plugins-4.0.4/configure:15822:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
audacious-plugins-4.0.4/configure-15823-ac_cs_version="\\
##############################################
audacious-plugins-4.0.4/configure-15845-  --*=?*)
audacious-plugins-4.0.4/configure:15846:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
audacious-plugins-4.0.4/configure:15847:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
audacious-plugins-4.0.4/configure-15848-    ac_shift=:
##############################################
audacious-plugins-4.0.4/configure-15850-  --*=)
audacious-plugins-4.0.4/configure:15851:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
audacious-plugins-4.0.4/configure-15852-    ac_optarg=
##############################################
audacious-plugins-4.0.4/configure-15874-    case $ac_optarg in
audacious-plugins-4.0.4/configure:15875:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
audacious-plugins-4.0.4/configure-15876-    '') as_fn_error $? "missing file argument" ;;
##############################################
audacious-plugins-4.0.4/configure-15882-    case $ac_optarg in
audacious-plugins-4.0.4/configure:15883:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
audacious-plugins-4.0.4/configure-15884-    esac
##############################################
audacious-plugins-4.0.4/configure-16016-fi
audacious-plugins-4.0.4/configure:16017:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
audacious-plugins-4.0.4/configure-16018-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
audacious-plugins-4.0.4/configure-16033-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
audacious-plugins-4.0.4/configure:16034:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
audacious-plugins-4.0.4/configure-16035-ac_delim='%!_!# '
##############################################
audacious-plugins-4.0.4/configure-16039-
audacious-plugins-4.0.4/configure:16040:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
audacious-plugins-4.0.4/configure-16041-  if test $ac_delim_n = $ac_delim_num; then
##############################################
audacious-plugins-4.0.4/configure-16177-for ac_last_try in false false :; do
audacious-plugins-4.0.4/configure:16178:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
audacious-plugins-4.0.4/configure-16179-  if test -z "$ac_tt"; then
##############################################
audacious-plugins-4.0.4/configure-16309-      esac
audacious-plugins-4.0.4/configure:16310:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
audacious-plugins-4.0.4/configure-16311-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
audacious-plugins-4.0.4/configure-16368-*)
audacious-plugins-4.0.4/configure:16369:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
audacious-plugins-4.0.4/configure-16370-  # A ".." for each directory in $ac_dir_suffix.
audacious-plugins-4.0.4/configure:16371:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
audacious-plugins-4.0.4/configure-16372-  case $ac_top_builddir_sub in
##############################################
audacious-plugins-4.0.4/configure-16429-/@mandir@/p'
audacious-plugins-4.0.4/configure:16430:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
audacious-plugins-4.0.4/configure-16431-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
audacious-plugins-4.0.4/configure-16446-
audacious-plugins-4.0.4/configure:16447:# Neutralize VPATH when `$srcdir' = `.'.
audacious-plugins-4.0.4/configure-16448-# Shell code in configure.ac might set extrasub.
##############################################
audacious-plugins-4.0.4/configure-16474-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
audacious-plugins-4.0.4/configure:16475:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
audacious-plugins-4.0.4/configure-16476-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
audacious-plugins-4.0.4/configure-16525-      case "$ac_file" in
audacious-plugins-4.0.4/configure:16526:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
audacious-plugins-4.0.4/configure-16527-      esac
##############################################
audacious-plugins-4.0.4/configure-16530-        # Adjust a relative srcdir.
audacious-plugins-4.0.4/configure:16531:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
audacious-plugins-4.0.4/configure:16532:        ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
audacious-plugins-4.0.4/configure:16533:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
audacious-plugins-4.0.4/configure-16534-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
audacious-plugins-4.0.4/configure-16537-        case "$ac_given_srcdir" in
audacious-plugins-4.0.4/configure:16538:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
audacious-plugins-4.0.4/configure-16539-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
audacious-plugins-4.0.4/configure-16558-            fi
audacious-plugins-4.0.4/configure:16559:            ALL_LINGUAS=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
audacious-plugins-4.0.4/configure-16560-            POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"