Commit Graph

501 Commits (cd535276c19c494f177ce612205e2a2545dbc44f)

Author SHA1 Message Date
Tilghman Lesher f614a52b52 Use non-deprecated APIs for CoreAudio
16 years ago
Paul Belanger 449a5e22fb Resolve compile error under FreeBSD
16 years ago
Russell Bryant 0dbe3c9921 Backport unit test API to 1.4.
16 years ago
Russell Bryant bd6950605f Force SILENTMAKE where it is needed.
16 years ago
Russell Bryant a265216d79 Backport method of setting SUBMAKE from trunk.
16 years ago
Tilghman Lesher d20ae22c05 Build menuselect with the build environment's compiler, not the host (target)'s compiler.
16 years ago
Terry Wilson 7e9a71f5d8 Merged revisions 265320,265467 via svnmerge from
16 years ago
Paul Belanger 0ac68b78fb Should have removed /usr/lib/ part. Thanks Qwell.
17 years ago
Paul Belanger 88792ca865 non-root make install PREFIX=/tmp fails.
17 years ago
Jason Parker 996d4625e1 Remove usage of `id` since it isn't useful and was causing breakge.
17 years ago
Russell Bryant 2ebff8a1d6 Update Asterisk 1.4 to use menuselect trunk.
17 years ago
Russell Bryant 43393bd1a9 Resolve a number of FreeBSD build issues.
17 years ago
Tilghman Lesher aac3bf7298 Typo
17 years ago
Tilghman Lesher abe8ae27a3 Launch Asterisk on Mac OS X with launchd.
17 years ago
Russell Bryant e691e5c6a6 Tweak argument handling for wget in the sounds Makefile.
17 years ago
Tilghman Lesher ace50777f2 Make the menuselect instructions correct by allowing 'make menuselect' to actually solve dependency problems.
17 years ago
David Vossel 3cb482a4a6 fixes parsing error in Makefile.
17 years ago
Jason Parker 0b536b5632 Allow parallel make (-j) to work properly.
17 years ago
David Vossel 7e7e6da09e updated transmit_silence option documentation in asterisk.conf
17 years ago
Russell Bryant e2a237c4a5 Fix a spelling error in the asterisk.conf sample.
17 years ago
David Vossel 6c6a857e1c add silence gen to wait apps
17 years ago
Jason Parker cda2ce4d60 Fix unselecting of menuselect options via GLOBAL_MAKEOPTS and USER_MAKEOPTS.
17 years ago
Kevin P. Fleming d3f44108f1 Don't force menuselect.makeopts to be rebuilt on every build.
17 years ago
Sean Bright 0b21ae08e1 Resolve parallel build warnings.
17 years ago
Sean Bright e8544f5919 Remove the remaining bashisms in the Makefile/mkpkgconfig
17 years ago
Tilghman Lesher 679cefec98 Use the default runlevels for Debian derivatives, instead of making up our own.
17 years ago
Kevin P. Fleming 22140c486f Eliminate spurious compiler warnings from system headers on *BSD platforms.
17 years ago
Kevin P. Fleming 75f1eaf2a1 Ensure that user-provided CFLAGS and LDFLAGS are honored.
17 years ago
Sean Bright a34f50f08b Backport fix for parallel build warnings from trunk r199781.
17 years ago
Sean Bright be8d983874 Fix 'make config' target for Slackware.
17 years ago
Sean Bright ad4de8c79c Use bash explicitly when calling build_tools/mkpkgconfig from the Makefile.
17 years ago
Kevin P. Fleming 50515ed372 update dev-mode compiler flags to match the ones used by default on Ubuntu Intrepid, so all developers will see the same warnings and errors
18 years ago
Kevin P. Fleming 9bfbfb5496 when an individual directory dist-clean is run, run clean in that directory first, and when running top-level dist-clean, do not run subdirectory clean operations twice
18 years ago
Kevin P. Fleming 5c7f06103d on Ubuntu (at least), recent versions of ld in binutils delete all debugging symbols when -x is supplied; since the reasons why -x is being passed are lost in the mists of time, remove it so debugging will work properly
18 years ago
Kevin P. Fleming 50a28e9853 improve header inclusion process in a few small ways:
18 years ago
Jason Parker c2eee2c415 Remove RPM package targets from Makefile (and all associated parts).
18 years ago
Terry Wilson a418df6432 sounds/Makefile installs sounds using the "new" language directory structure, but languageprefix needs to be set = yes for sounds in subdirectories (digits/1, etc.) to play as the correct language.
18 years ago
Kevin P. Fleming b9b6f29610 remove config.cache during distclean, in case the user is using autoconf caching
18 years ago
Russell Bryant 2ec4a1b050 Remove the use of --no-print-directory when compiling subdirectories.
18 years ago
Kevin P. Fleming ced15f2814 use the proper method for building version.h
18 years ago
Kevin P. Fleming 17c5dbc3a5 forcibly remove the modules that are changing names
18 years ago
Kevin P. Fleming 75c6f9ab0f a whole pile of Zaptel/DAHDI compatibility work, with lots more to come... this tree is not yet ready for users to be easily upgrading or switching, but it needs to be :-)
18 years ago
Kevin P. Fleming 0e91ad574f a couple of small Solaris-related fixes
18 years ago
Tilghman Lesher 732e3bec3e Reverse order, such that user configs override default selections
19 years ago
Russell Bryant 992264a77f ensure directories are created before we try to install stuff into them
19 years ago
Russell Bryant 87aea83bdc SUBDIRS_INSTALL is already listed as a subtarget for bininstall
19 years ago
Russell Bryant afdcdafb2b Fix the bininstall target to install from subdirs, as well.
19 years ago
Joshua Colp be84adc952 Add an option (transmit_silence) which transmits silence during both Record() and DTMF generation. The reason this is an option is that in order to transmit silence we have to setup a translation path. This may not be needed/wanted in all cases.
19 years ago
Jason Parker 5bc2c923e2 People report bugs about Asterisk crashing with DO_CRASH enabled was getting a little silly...
19 years ago
Jason Parker 5996d4e4bb Add badshell to .PHONY target (thanks Kevin)
19 years ago