Commit Graph

491 Commits (91a8a41d8a99d69d6ab09ce55a7ba3983e23ad1b)

Author SHA1 Message Date
Russell Bryant 2ebff8a1d6 Update Asterisk 1.4 to use menuselect trunk.
16 years ago
Russell Bryant 43393bd1a9 Resolve a number of FreeBSD build issues.
16 years ago
Tilghman Lesher aac3bf7298 Typo
16 years ago
Tilghman Lesher abe8ae27a3 Launch Asterisk on Mac OS X with launchd.
16 years ago
Russell Bryant e691e5c6a6 Tweak argument handling for wget in the sounds Makefile.
16 years ago
Tilghman Lesher ace50777f2 Make the menuselect instructions correct by allowing 'make menuselect' to actually solve dependency problems.
16 years ago
David Vossel 3cb482a4a6 fixes parsing error in Makefile.
16 years ago
Jason Parker 0b536b5632 Allow parallel make (-j) to work properly.
16 years ago
David Vossel 7e7e6da09e updated transmit_silence option documentation in asterisk.conf
16 years ago
Russell Bryant e2a237c4a5 Fix a spelling error in the asterisk.conf sample.
16 years ago
David Vossel 6c6a857e1c add silence gen to wait apps
16 years ago
Jason Parker cda2ce4d60 Fix unselecting of menuselect options via GLOBAL_MAKEOPTS and USER_MAKEOPTS.
16 years ago
Kevin P. Fleming d3f44108f1 Don't force menuselect.makeopts to be rebuilt on every build.
16 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
17 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
17 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
17 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
18 years ago
Russell Bryant 992264a77f ensure directories are created before we try to install stuff into them
18 years ago
Russell Bryant 87aea83bdc SUBDIRS_INSTALL is already listed as a subtarget for bininstall
18 years ago
Russell Bryant afdcdafb2b Fix the bininstall target to install from subdirs, as well.
18 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.
18 years ago
Jason Parker 5bc2c923e2 People report bugs about Asterisk crashing with DO_CRASH enabled was getting a little silly...
18 years ago
Jason Parker 5996d4e4bb Add badshell to .PHONY target (thanks Kevin)
18 years ago
Jason Parker 3d6b98b1ca Since all shells aren't as awesome as bash, we have to fail if somebody tries to use a literal "~" in DESTDIR.
18 years ago
Russell Bryant 2f4510988c Use GNU make magic instead of shell magic to escape spaces in the working directory.
18 years ago
Russell Bryant c8b0628cc7 Fix building Asterisk when the working path has spaces in it.
18 years ago
Russell Bryant a4523fcd83 List include/asterisk/version.h as a .PHONY target because we want the commands
18 years ago
Kevin P. Fleming 627f595c58 In http://lists.digium.com/pipermail/asterisk-dev/2007-December/031145.html,
18 years ago
Tilghman Lesher 92d1018c2a Start Asterisk in Debian at a more reasonable time (since zaptel is at level 20)
18 years ago
Tilghman Lesher ad17919cd8 Create samples for ALL of the available options in asterisk.conf
18 years ago
Kevin P. Fleming bb778cb3b9 don't put '-pipe' into ASTCFLAGS if '-save-temps' is already there (used when debugging preprocessor issues) because the compiler will whine about each compile command
18 years ago
Jason Parker 1e9e35c081 Correct documentation. I removed the wrong line..
18 years ago
Jason Parker 7c84082d13 Add documentation for options in asterisk.conf
18 years ago