Commit Graph

458 Commits (1.4.21.2)

Author SHA1 Message Date
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
Jason Parker eb9c632b90 Properly use DESTDIR in 'config' target.
18 years ago
Russell Bryant d3beef4b59 * Don't build the menuselect-tree for the tarball, as it requires running the
18 years ago
Jason Parker cf8f092d98 Add dist-clean support for subdirs.
18 years ago
Jason Parker cd304a0a76 We added COPTS for ASTCFLAGS additions, but not LDOPTS for ASTLDFLAGS. This adds LDOPTS
18 years ago
Jason Parker 9b23ab95aa Fix a few build issues in Solaris (and likely others).
18 years ago
Jason Parker a7583cd240 Change a syntax that the GNU make in Solaris dislikes.
18 years ago
Russell Bryant 55bedc87b6 Honor the contents of the COPTS variable as custom target CFLAGS. Apparently
18 years ago
Steve Murphy 1e085b5dfb This fixes bug 10416; thanks to mvanbaak for the pretty output
18 years ago
Russell Bryant 536ef99117 AST_DEVMODE was defined in trunk, but not in 1.4. When Asterisk is compiled
19 years ago
Mark Michelson dbfdbbf4cc Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never defined so the majority of ast_backtrace never
19 years ago
Steve Murphy 7363244381 This fixes 10172, where the entire man8 dir gets removed during an uninstall of asterisk
19 years ago
Joshua Colp 556b6b1267 Backport fix for GCC versions without support for declaration-after-statement.
19 years ago
Luigi Rizzo 475e73e27d Add -Wdeclaration-after-statement to AST_DEVMODE flags to catch
19 years ago
Russell Bryant 56f7457883 Tweak paths for BSD systems (issue #10001, stuarth)
19 years ago
Russell Bryant d5d3acb67f Clear CFLAGS before running make for menuselect.
19 years ago
Tilghman Lesher 913f9b90a0 Merged revisions 63903 via svnmerge from
19 years ago
Russell Bryant ab7e5b5c7e I have seen multiple people post questions trying to figure out what the
19 years ago
Russell Bryant af0f8ba422 Ensure that menuselect gets executed in dependency check mode every time you run make.
19 years ago
Russell Bryant fd7085a3ab Export the GTK2 library and include information to sub Makefiles.
19 years ago
Russell Bryant 1b8da31130 Making these documentation changes in the 1.4 branch upset various people, so
19 years ago
Russell Bryant fed69df9cd Add configure script checking for GTK2 and some additional Makefile targets
19 years ago
Russell Bryant 36aed17ca1 Add Asterisk version information to the generated PDF
19 years ago
Russell Bryant c474809cdf Merge changes from svn/asterisk/team/russell/LaTeX_docs.
19 years ago
Joshua Colp 177baaecc6 Add systemname to asterisk.conf generation per recent discussions about it. (issue #8968 reported by blitzrage)
19 years ago
Russell Bryant eedd121fbc Ensure that the locations given to the Asterisk configure script for ncurses,
19 years ago
Kevin P. Fleming 30e4f113a4 when building the sample greetings for maibox 1234@default during 'make samples', build a greeting for each language and file format the user selected to install with menuselect (reported by Brian Capouch on asterisk-dev)
19 years ago
Russell Bryant 8fb6be645e Merged revisions 50227 via svnmerge from
19 years ago
Kevin P. Fleming 8332521122 various Makefile improvements to get chan_vpb (and any other C++ modules) to build properly
19 years ago
Kevin P. Fleming 9944304c2f use a simpler (and portable) method to ensure that menuselect is built as a host binary
19 years ago
Kevin P. Fleming 6e45c965e1 revert this change until a better solution can be found... 'env -i' was not being used properly, but even when changed to do so, this process fails during cross-compilation because the menuselect build still sees 'CC' as set to the cross-compiler
19 years ago
Jason Parker d017436015 Minor fixes for Solaris.
19 years ago
Joshua Colp 14f57685be Use env -i to start a fresh environment when going to build menuselect. This is more portable then using unset. (issue #8543 reported by jtodd)
19 years ago
Kevin P. Fleming 0509ca82b4 simplify dependency tracking system, using the compiler's built-in method for generating them, and only doing dependency tracking if developer mode is enabled via the configure script
19 years ago