aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools
AgeCommit message (Collapse)AuthorFilesLines
2006-06-07remove the WITH_SMDI definerussell1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32845 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07remove the need to have to re-run make after a default menuselect.makeoptsrussell1-8/+0
file is generated. This allows a fresh checkout of asterisk to be built and installed with the standard "./configure && make && make install". git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32798 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-06add the ability to do the same thing as "make dont-optimize" by enabling therussell1-0/+2
option in menuselect. This is very useful for developers if you want to ensure that all of your builds are done without optimizations. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32434 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-05use module names, not file names, in menuselectkpfleming2-15/+29
work around XML parsing bug in menuselect for default sounds package git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32407 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-05begin adding support for new sound packageskpfleming2-0/+20
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32372 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01use strcpy instead of snprintf in a couple placesrussell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31586 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01allow menuselect to display dependencies and conflicts for modulesrussell3-20/+39
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31443 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22asterisk-xmpp merge inmogorman1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29553 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22add DEBUG_CHANNEL_LOCKS to menuselectrussell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29465 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)russell1-16/+17
- with contributions from miconda, jcollie, and sb - branch maintained by oej Thanks everyone! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29094 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-13Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now berussell1-1/+4
defined in buildopts.h. Also, remove a few more stray spaces in the gcc commands. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27130 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11fix the build with astmm (issue #7139)russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27023 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11forcing a dist-clean in the cleantest was a bad idea. Just change the scriptrussell1-1/+1
that generates buildopts.h to handle old menuselect.makeopts files git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26850 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11add messages at the bottom of the menu for each of the definesrussell1-9/+9
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26845 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header filerussell3-10/+23
instead of being added to the compiler commands. This header file will be installed and modules built outside of the main tree will be able to use the same build options used to build the rest of Asterisk. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26808 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10remove a debug message and make the exit keys not be case sensitiverussell2-4/+5
inside of a category menu git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26441 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10provide a correct return value in case everything goes well,rizzo2-1/+3
so you won't get random failures running menuselect. Detected by -Wall -Werror git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Oopsmarkster1-1/+29
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25930 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09Make menuselect be able to show what the modules aremarkster3-1/+11
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25929 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09don't build strcompat for menuselect except on Solariskpfleming1-1/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25893 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-07various menuselect fixes as a result of boredom during a 9 hour flight andrussell2-96/+155
now a 9 hour layover ... - If a module is disabled from being built because of failed dependencies or a conflict, automatically re-enable the module if the issues are later resolved. - If a module has been disabled by default, only set this value if there is not an existing menuselect.makeopts file. Previously, this value would get reset every time you ran menuselect. - staticize a bunch of functions and variables that aren't public git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25287 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06Typo fixtilghman1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25206 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30remove remaining MFC/R2 stuffkpfleming1-1/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23735 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30remove T38_SUPPORT define that is no longer neededkpfleming1-3/+0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23536 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-28fix spelling typo -- what's a Diaplan?russell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23207 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-28remove this option for now, because it can only be enabled whenrussell1-2/+0
optimizations aren't being used git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23037 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27add STACK_BACKTRACES to the CFLAGS selectable in menuselectrussell1-0/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23012 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27- add missing IXJUSER to menuselect-deps.inrussell1-1/+1
- don't check for a private function when looking for nbs - fix the path to ixjuser.h git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22904 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25don't list strcompat.o as a dependency in the build_tools Makefile. It isrussell1-2/+2
already listed in the target in the main Makefile. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22388 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25apparently some systems may have ncurses that doesn't provide backwards compatrussell1-2/+10
with curses. So, check for both and use whatever is found git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22346 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25menuselect needs strcompat.o for strsep on Solarisrussell1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22344 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Move clueful 'h' more central; alias ESC to left arrow and make ESC quit on ↵tilghman1-5/+7
main menu git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22308 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24add a note indicating that you can press 'h' for helprussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have ↵kpfleming10-50/+1232
autoconf and menuselect tools for Asterisk! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15We are shaking up trunk tonight! allow data dir to be specified (issue #6967 ↵file1-2/+3
reported by tzafrir) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20330 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-03Merged revisions 11715 via svnmerge from tilghman1-1/+5
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11715 | tilghman | 2006-03-03 11:13:37 -0600 (Fri, 03 Mar 2006) | 2 lines Bug 6638 - Solaris is starting to remind me of RedHat... ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11716 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-03Merged revisions 11634-11635 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11634 | tilghman | 2006-03-02 18:34:52 -0600 (Thu, 02 Mar 2006) | 2 lines Bug 6638 - Change from a historic BSD command to a POSIX command for determining username ........ r11635 | tilghman | 2006-03-02 18:38:14 -0600 (Thu, 02 Mar 2006) | 2 lines Bug 6638 - Use POSIX command for Solaris ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11636 f38db490-d61c-443f-a65b-d21fe96a405b
2006-03-01Merged revisions 11479 via svnmerge from tilghman1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11479 | tilghman | 2006-03-01 00:39:10 -0600 (Wed, 01 Mar 2006) | 2 lines Bug 6618 - Solaris compatibility fix ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11480 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-17Merged revision 7510 via svnmerge from kpfleming1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7510 | kpfleming | 2005-12-16 20:20:04 -0600 (Fri, 16 Dec 2005) | 2 lines fix some buglet when building team branch version strings ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7512 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-04Merged revisions 7285,7299,7310,7329 via svnmerge from kpfleming1-1/+1
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7285 | tilghman | 2005-12-02 15:12:05 -0600 (Fri, 02 Dec 2005) | 2 lines Turn on executable bits for startup scripts, and fix bash var interpolation for Mandrake ........ r7299 | oej | 2005-12-02 19:24:40 -0600 (Fri, 02 Dec 2005) | 2 lines Documenting the default registerattempts setting as 0, continue hammering the server for ever and ever ;-) ........ r7310 | tilghman | 2005-12-03 13:55:05 -0600 (Sat, 03 Dec 2005) | 3 lines Bug 5925: check for "Unknown", as that's what app_voicemail puts into the field for Unknown callerid Also, remove useless res checks (initialized to 0; never set) ........ r7329 | kpfleming | 2005-12-04 12:03:07 -0600 (Sun, 04 Dec 2005) | 2 lines use a more efficient way to get the revision number, that will also report if the working copy contains uncommitted modifications ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7330 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01Merged revisions 7257 via svnmerge from kpfleming1-2/+2
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r7257 | kpfleming | 2005-12-01 13:25:06 -0600 (Thu, 01 Dec 2005) | 2 lines ensure that 'svn info' output is in the expected language for the script to parse (issue #5880) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7258 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01use '=' instead of '==' for string comparisons. /bin/bash is ok with this, butrussell1-4/+4
/bin/sh is not. (issue #5885) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7246 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30move mkpkgconfig script where it belongskpfleming1-0/+43
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7222 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 ↵kpfleming1-1/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-28make version-string computation based on SVN branch/revision numberskpfleming1-0/+50
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7207 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-26switch to 'new' expression parser, remove support for old parserkpfleming1-350/+0
provide parser files in source tree, so flex/bison are not need to build update Makefile to use simpler techniques to build parser update README to remove references to old vs. new parsers remove version comparison tool used for flex/bison programs git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6420 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-18get rid of warningrussell1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6152 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12add UTC tag to date string so users are aware of the time offsetkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6112 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21ensure script is portable to non-GNU systems (bug #4509)kpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5948 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20move tools used during build into build_tools subdirectorykpfleming6-0/+528
clean up Makefile headers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5942 f38db490-d61c-443f-a65b-d21fe96a405b