mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
work just fine for our purposes of downloading the sounds packages. So, check for both wget and fetch and the configure script and use what was found to download them. If neither one was found, and sound packages are selected that must be downloaded, the install process will print out an informative error message indicating the situation. Also, fix a couple places where "make" was hard coded into some output messages by replacing them with the $(MAKE) variable. (issue #8451, initial patch by pabelanger, with additional modifications by me) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@48190 65c4cc65-6c06-0410-ace0-fbb531ad65f3
164 lines
2.9 KiB
Plaintext
164 lines
2.9 KiB
Plaintext
# NOTE: Names of _INCLUDE and _LIB entries in this file must be
|
|
# the exact uppercase equivalents of the names used for
|
|
# dependencies in menuselect for the same package.
|
|
|
|
CC=@CC@
|
|
HOST_CC=cc
|
|
CXX=@CXX@
|
|
|
|
INSTALL=@INSTALL@
|
|
GREP=@GREP@
|
|
AR=@AR@
|
|
RANLIB=@RANLIB@
|
|
FIND=@FIND@
|
|
COMPRESS=@COMPRESS@
|
|
BASENAME=@BASENAME@
|
|
ID=@ID@
|
|
SHELL=@SHELL@
|
|
LN=@LN@
|
|
QTMOC=@QTMOC@
|
|
DOT=@DOT@
|
|
STRIP=@STRIP@
|
|
WGET=@WGET@
|
|
FETCH=@FETCH@
|
|
DOWNLOAD=@DOWNLOAD@
|
|
|
|
BUILD_PLATFORM=@BUILD_PLATFORM@
|
|
BUILD_CPU=@BUILD_CPU@
|
|
BUILD_VENDOR=@BUILD_VENDOR@
|
|
BUILD_OS=@BUILD_OS@
|
|
|
|
HOST_PLATFORM=@HOST_PLATFORM@
|
|
HOST_CPU=@HOST_CPU@
|
|
HOST_VENDOR=@HOST_VENDOR@
|
|
HOST_OS=@HOST_OS@
|
|
|
|
PROC=@HOST_CPU@
|
|
OSARCH=@OSARCH@
|
|
OSREV=@PBX_OSREV@
|
|
|
|
GC_CFLAGS=@GC_CFLAGS@
|
|
GC_LDFLAGS=@GC_LDFLAGS@
|
|
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
|
|
bindir = @bindir@
|
|
datarootdir = @datarootdir@
|
|
datadir = @datadir@
|
|
includedir = @includedir@
|
|
infodir = @infodir@
|
|
libdir = @libdir@
|
|
libexecdir = @libexecdir@
|
|
localstatedir = @localstatedir@
|
|
mandir = @mandir@
|
|
sbindir = @sbindir@
|
|
sharedstatedir = @sharedstatedir@
|
|
sysconfdir = @sysconfdir@
|
|
|
|
AST_DEVMODE=@AST_DEVMODE@
|
|
|
|
ASOUND_INCLUDE=@ALSA_INCLUDE@
|
|
ASOUND_LIB=@ALSA_LIB@
|
|
|
|
CURL_INCLUDE=@CURL_INCLUDE@
|
|
CURL_LIB=@CURL_LIB@
|
|
|
|
CURSES_INCLUDE=@CURSES_INCLUDE@
|
|
CURSES_LIB=@CURSES_LIB@
|
|
|
|
EDITLINE_LIB=@EDITLINE_LIB@
|
|
|
|
FREETDS_INCLUDE=@FREETDS_INCLUDE@
|
|
FREETDS_LIB=@FREETDS_LIB@
|
|
|
|
GSM_INTERNAL=@GSM_INTERNAL@
|
|
GSM_INCLUDE=@GSM_INCLUDE@
|
|
GSM_LIB=@GSM_LIB@
|
|
|
|
GTK_INCLUDE=@GTK_INCLUDE@
|
|
GTK_LIB=@GTK_LIB@
|
|
|
|
IKSEMEL_INCLUDE=@IKSEMEL_INCLUDE@
|
|
IKSEMEL_LIB=@IKSEMEL_LIB@
|
|
|
|
IMAP_TK_INCLUDE=@IMAP_TK_INCLUDE@
|
|
IMAP_TK_LIB=@IMAP_TK_LIB@
|
|
|
|
KDEDIR=@KDEDIR@
|
|
KDE_INCLUDE=@KDE_INCLUDE@
|
|
KDE_LIB=@KDE_LIB@
|
|
|
|
NBS_INCLUDE=@NBS_INCLUDE@
|
|
NBS_LIB=@NBS_LIB@
|
|
|
|
NCURSES_INCLUDE=@NCURSES_INCLUDE@
|
|
NCURSES_LIB=@NCURSES_LIB@
|
|
|
|
NETSNMP_LIB=@NETSNMP_LIB@
|
|
|
|
NEWT_INCLUDE=@NEWT_INCLUDE@
|
|
NEWT_LIB=@NEWT_LIB@
|
|
|
|
OGG_INCLUDE=@OGG_INCLUDE@
|
|
OGG_LIB=@OGG_LIB@
|
|
|
|
OSPTK_INCLUDE=@OSPTK_INCLUDE@
|
|
OSPTK_LIB=@OSPTK_LIB@
|
|
|
|
OSSAUDIO_INCLUDE=@OSS_INCLUDE@
|
|
OSSAUDIO_LIB=@OSS_LIB@
|
|
|
|
PGSQL_INCLUDE=@PGSQL_INCLUDE@
|
|
PGSQL_LIB=@PGSQL_LIB@
|
|
|
|
POPT_INCLUDE=@POPT_INCLUDE@
|
|
POPT_LIB=@POPT_LIB@
|
|
|
|
PRI_INCLUDE=@PRI_INCLUDE@
|
|
PRI_LIB=@PRI_LIB@
|
|
|
|
PWLIB_INCLUDE=@PWLIB_INCLUDE@
|
|
PWLIB_LIB=@PWLIB_LIB@
|
|
|
|
QT_INCLUDE=@QT_INCLUDE@
|
|
QT_LIB=@QT_LIB@
|
|
|
|
RADIUS_INCLUDE=@RADIUS_INCLUDE@
|
|
RADIUS_LIB=@RADIUS_LIB@
|
|
|
|
SPEEX_INCLUDE=@SPEEX_INCLUDE@
|
|
SPEEX_LIB=@SPEEX_LIB@
|
|
|
|
SQLITE_INCLUDE=@SQLITE_INCLUDE@
|
|
SQLITE_LIB=@SQLITE_LIB@
|
|
|
|
SSL_INCLUDE=@OPENSSL_INCLUDE@
|
|
SSL_LIB=@OPENSSL_LIB@
|
|
|
|
TONEZONE_INCLUDE=@TONEZONE_INCLUDE@
|
|
TONEZONE_LIB=@TONEZONE_LIB@
|
|
|
|
UNIXODBC_INCLUDE=@UNIXODBC_INCLUDE@
|
|
UNIXODBC_LIB=@UNIXODBC_LIB@
|
|
|
|
VORBIS_INCLUDE=@VORBIS_INCLUDE@
|
|
VORBIS_LIB=@VORBIS_LIB@
|
|
|
|
VPBAPI_INCLUDE=@VPB_INCLUDE@
|
|
VPBAPI_LIB=@VPB_LIB@
|
|
|
|
ZAPTEL_INCLUDE=@ZAPTEL_INCLUDE@
|
|
|
|
ZLIB_INCLUDE=@ZLIB_INCLUDE@
|
|
ZLIB_LIB=@ZLIB_LIB@
|
|
|
|
ISDNNET_INCLUDE=@ISDNNET_INCLUDE@
|
|
ISDNNET_LIB=@ISDNNET_LIB@
|
|
|
|
MISDN_INCLUDE=@MISDN_INCLUDE@
|
|
MISDN_LIB=@MISDN_LIB@
|
|
|
|
SUPPSERV_INCLUDE=@SUPPSERV_INCLUDE@
|
|
SUPPSERV_LIB=@SUPPSERV_LIB@
|