aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
AgeCommit message (Expand)AuthorFilesLines
2009-08-18git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.1@212958 f38db490-d61...v1.4.1kpfleming1-1/+1
2007-02-23build special version strings for AADK/S800i buildskpfleming1-1/+16
2007-02-21Merged revisions 55868 via svnmerge from kpfleming1-5/+14
2007-02-09fix awk scripts to work when both MODULEINFO and MAKEOPTS are present in a so...kpfleming2-2/+2
2007-01-13when building the sample greetings for maibox 1234@default during 'make sampl...kpfleming1-0/+25
2007-01-04add support for tracking thread-local-storage objects that exist via 'threads...kpfleming1-0/+2
2007-01-01check specifically for VLDTMF and transcoding support in the system's Zaptel ...kpfleming1-1/+2
2006-12-17need an additional argument here to make the downloads actually occurkpfleming1-1/+1
2006-12-16simplify dependency tracking system, using the compiler's built-in method for...kpfleming1-123/+0
2006-12-12when making a release, we can always use wget and we can't run the configure ...kpfleming1-1/+1
2006-11-10grep -m is not available on BSD, so use head -1 insteadrizzo1-1/+1
2006-11-09Work around an issue that caused menuselect to display a bogus description forrussell1-1/+1
2006-11-01Fixes for cross-compilation on mips russell1-1/+1
2006-11-01Add a check in the configure script to determine whether ld is GNU ld or not.russell2-0/+9
2006-10-17add a project-specific script to be used during release preparationkpfleming1-0/+8
2006-09-29fix a few build system bugs, and convert Makefiles to be compatible with GNU ...kpfleming1-1/+1
2006-09-21add another attempt to strip non-API symbols from the final binary... script ...kpfleming1-0/+28
2006-09-20fix minor typo in the way version is handledqwell1-1/+1
2006-09-19Mergeing in Paul Cadach's chan_h323 changes *holds breath*mattf2-0/+3
2006-09-18escape some quotesqwell1-1/+1
2006-09-07minor wording fixkpfleming1-1/+1
2006-08-25This is a bit safer on some versions of sed.qwell1-1/+1
2006-08-24As per the comments in this file..qwell1-5/+12
2006-08-24Okay, there are 3 reasons why I'm doing this.qwell1-5/+5
2006-08-22a couple Solaris tweaks, to help build properly.qwell1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming4-30/+31
2006-07-07sort entries in this filerussell1-13/+13
2006-07-07spaces to tabsrussell1-1/+1
2006-07-07small cleanupkpfleming1-1/+4
2006-07-06dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.ccrussell1-2/+3
2006-07-05massive rework of configure script, and split of AST_EXT_LIB into separate ma...kpfleming1-21/+22
2006-06-30make this script work on solarisrussell1-2/+2
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-1/+1
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming1-1/+2
2006-06-24set the menu name when building makeopts.xmlrussell1-1/+1
2006-06-23merge changes to get menuselect using svn:externalsrussell4-1271/+0
2006-06-23add basic autoconf support for res_snmprussell1-0/+1
2006-06-22- specify that 'all' is a .PHONY targetrussell1-0/+13
2006-06-22add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targetsrussell1-0/+2
2006-06-20ensure menuselect fails if the deps file isn't foundrussell1-1/+2
2006-06-19copy the definition of ast_strdupa and use it instead of strdupa to fix therussell1-2/+14
2006-06-18commit russell's menuselect/buildoptions work with some changes:kpfleming4-21/+44
2006-06-16remove prototypes for static functions and fix some potential memory leaksrussell1-15/+20
2006-06-16add support for setting the CFLAGS for voicemail storage options in menuselectrussell3-1/+12
2006-06-16build menuselect objects with -Wall and remove an unused variablerussell2-4/+3
2006-06-15remove prototypes for private functions and make functions and variables notrussell1-18/+10
2006-06-14make the compiler's life easier. Thanks Kevin :)russell1-5/+5
2006-06-14indicate which options are just binary and don't really need a full integerrussell1-5/+5
2006-06-12the menu must be redrawn after displaying the help inforussell1-0/+1
2006-06-11optimize the display of the module selection menus by only clearing the screenrussell1-33/+69