/usr/lib/roaraudio/build-system/configure.vars is in libroar-dev 1.0~beta11-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 | #!/bin/false
# vim:ft=sh
# Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2008-2012
#
# This file is part of roard a part of RoarAudio,
# a cross-platform sound system for both, home and professional use.
# See README for details.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 3
# as published by the Free Software Foundation.
#
# RoarAudio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this software; see the file COPYING. If not, write to
# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
# Boston, MA 02110-1301, USA.
# wine prints errors to stdout so stderr redirects do not work.
# To avoid common problems with wine and $LANG/$LC_* we just reset them.
LANG=C
LC_CTYPE=C
LC_NUMERIC=C
LC_TIME=C
LC_COLLATE=C
LC_MONETARY=C
DISTRIBUTION_VERSION_STRING=''
DEV_VENDOR=''
DEV_VENDOR_NAME=''
DEV_VENDOR_STRING=''
STD_VENDOR=''
STD_VENDOR_NAME=''
STD_VENDOR_STRING=''
TF_C=testit.c
TF_E=./testit
LDPATH=''
INCPATH=''
OPTI_O=2
DEBUG_g='-g'
CROSS_COMPILE=false
SYSNAME='unknown'
SHARED='-shared'
SHARED_CF=''
SHARED_SUFFIX='.so'
fPIC=true
Wextra=false
rdynamic=true
MMCU=''
LINK_DEPS=auto
PKG_CONFIG=false
NEED_GNU_SOURCE=false
PREFIX='/usr/local'
PREFIX_BIN=''
PREFIX_SBIN=''
PREFIX_LIB=''
PREFIX_INC=''
PREFIX_MAN=''
PREFIX_PC=''
PREFIX_CKPORT=''
PREFIX_SYSCONF='/etc'
PREFIX_DEV='/dev'
PREFIX_DOC=''
PREFIX_TMP='/tmp'
PREFIX_VAR='/var'
PREFIX_CACHE=''
PREFIX_DATA=''
PREFIX_LOCK=''
PREFIX_LOG=''
PREFIX_MAIL=''
PREFIX_RUN=''
PREFIX_SPOOL=''
ROOT_UID=''
HAVE_MAIN_ARGS=true
MINIMAL=false
BETA=true
EXPERIMENTAL=true
TARGET_WIN32=false
TARGET_MICROCONTROLLER=false
TARGET_CYGWIN=false
TARGET_TYPE='generic'
EXEC_HELPER=''
IMPLIB=''
# other stuff we need to reset:
infotext=''
last_tested_object=''
CCTF="false"
_CARGS="$@";
#ll
|