From c1a36cb52f73a797c19fe9758465da3d5d96e682 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 1 Dec 2006 23:20:17 +0000 Subject: Merged revisions 48190 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r48190 | russell | 2006-12-01 18:16:28 -0500 (Fri, 01 Dec 2006) | 12 lines FreeBSD 6.1 does not include wget by default. However, it has fetch which will 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/trunk@48191 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- makeopts.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'makeopts.in') diff --git a/makeopts.in b/makeopts.in index 44f5ce3e3..445b16cf5 100644 --- a/makeopts.in +++ b/makeopts.in @@ -19,6 +19,9 @@ LN=@LN@ QTMOC=@QTMOC@ DOT=@DOT@ STRIP=@STRIP@ +WGET=@WGET@ +FETCH=@FETCH@ +DOWNLOAD=@DOWNLOAD@ BUILD_PLATFORM=@BUILD_PLATFORM@ BUILD_CPU=@BUILD_CPU@ -- cgit v1.2.3