aboutsummaryrefslogtreecommitdiffstats
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2006-12-18remove some now-unnecessary explicit includes of autoconfig.hkpfleming3-6/+0
2006-12-16simplify dependency tracking system, using the compiler's built-in method for...kpfleming1-12/+5
2006-11-08I occasionally get email from users that are trying to figure out what thisrussell1-8/+26
2006-10-28Don't build muted on OpenBSD, it is not supported.file1-0/+4
2006-10-24In muted.c, check the return value of strdup. In ael_main.c, check the returnrussell2-9/+23
2006-10-05Hang on a minute, the install process sticks muted.conf in /etc/asterisk, so ...murf1-1/+1
2006-10-05this change was correct, the old version is no longer neededkpfleming1-2/+1
2006-10-04as far as i can tell astman only uses newt...rizzo1-1/+2
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-18/+33
2006-09-29don't abuse CFLAGS and LDFLAGS for build of Asterisk components, because they...kpfleming1-5/+5
2006-09-19be a little more consistent with our variable usageqwell1-1/+1
2006-09-18Change the includes to work on FreeBSDqwell2-3/+4
2006-09-15Many Solaris fixes - this moves some of the stuff from utils.c to strcompat.cqwell1-3/+5
2006-09-09more makefile tweaks to keep targets from being run when they don't need to bekpfleming1-1/+3
2006-08-29suppress compiler warningrussell1-1/+2
2006-08-28My apologies, I missed the compiler warning in a previous commit for the ael_...murf1-1/+1
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...kpfleming1-3/+1
2006-08-25Changes to fix all problems reported in 7804 are included here.murf2-5/+24
2006-08-22Another compile time warning bites the dustfile1-1/+1
2006-08-21build muted by default, since there is no Makefile target for it anymorekpfleming1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming3-16/+710
2006-08-11added a -q for quiet, option to aelparsemurf1-19/+30
2006-08-09This commit adds the enhancemnt per bug 7606, addingmurf1-33/+266
2006-07-15use LDFLAGS and LIBS properly, and allow dependencies to provide LDFLAGS if n...kpfleming1-7/+6
2006-07-07pointer signedness warningsrussell1-3/+3
2006-07-06make the build output less noisy (optional, can be controlled by the NOISY_BU...kpfleming1-34/+21
2006-06-22- convert the 'uninstall' target to use separate targets to process eachrussell1-1/+1
2006-06-22- specify that 'depend' is a .PHONY targetrussell1-1/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-2/+2
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-13minor fixkpfleming1-2/+2
2006-06-10don't use ast_copy_string when building for an external toolrussell1-1/+1
2006-06-10don't redefine PATH_MAXrussell1-2/+0
2006-06-10convert a few more uses of AST_CONFIG_MAX_PATH to use PATH_MAXrussell1-3/+3
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming3-3/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming3-0/+7
2006-06-05use module names, not file names, in menuselectkpfleming1-1/+1
2006-05-30Be gone foul Makefile usage! er I mean use the correct variable... UTILS inst...file1-2/+2
2006-05-24don't force the compiler namekpfleming1-3/+3
2006-05-20fix the build of func_realtime and aelparse with MTX_PROFILE enabledrussell1-3/+8
2006-05-19we have to build local copies of aelflex.o, aelbison.o, and pbx_ael.o as wellrussell1-5/+11
2006-05-19Merged revisions 28790 via svnmerge from russell1-2/+2
2006-05-08Don't try to build aelparse if pbx_ael is disabled in menuselect (otherwise t...tilghman1-0/+4
2006-05-08remove incorrect Makefile rule that was causing aelparse to be rebuilt unnece...kpfleming1-2/+0
2006-05-08don't let make use implicit rules for bison/flex output fileskpfleming1-1/+7
2006-05-02instead of just building local object files for ast_expr2.o and ast_expr2f.o,russell1-1/+1
2006-05-02The build of aelparse was still broken in some cases, so instead of having to russell1-48/+0
2006-05-01add missing functions - see the comment in the file explainingrizzo1-0/+39
2006-05-01make sure non-inlined versions of ast_copy_string and _ast_calloc are availablerussell1-12/+10
2006-04-30simplify CFLAGS handling for subdirectorieskpfleming1-6/+6