dect
/
asterisk
Archived
13
0
Fork 0
Commit Graph

232 Commits

Author SHA1 Message Date
qwell 8891da27bb a couple Solaris tweaks, to help build properly.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40832 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-22 05:24:50 +00:00
kpfleming 8b0c007ad9 merge new_loader_completion branch, including (at least):
- restructured build tree and makefiles to eliminate recursion problems
  - support for embedded modules
  - support for static builds
  - simpler cross-compilation support
  - simpler module/loader interface (no exported symbols)



git-svn-id: http://svn.digium.com/svn/asterisk/trunk@40722 f38db490-d61c-443f-a65b-d21fe96a405b
2006-08-21 02:11:39 +00:00
russell e7b912bfae sort entries in this file
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37282 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 05:29:31 +00:00
russell 978c500593 spaces to tabs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37281 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 02:58:53 +00:00
kpfleming d901c0f7c0 small cleanup
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37280 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-07 02:33:24 +00:00
russell 22667a6ca6 dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.cc
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37276 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-06 23:51:15 +00:00
kpfleming 135bedb7fe massive rework of configure script, and split of AST_EXT_LIB into separate macros, reducing code duplication
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@37066 f38db490-d61c-443f-a65b-d21fe96a405b
2006-07-05 19:59:34 +00:00
russell 195eda3deb make this script work on solaris
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@36336 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-30 04:33:18 +00:00
kpfleming 41af2260b7 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
support the new location for zaptel.h and tonezone.h
use the dependency information output by menuselect to build Makefile rules for each module for header files and libraries
combine the common rules into a top-level Makefile.rules file
remove all (now) unnecessary stuff from subdir Makefiles
change translator API so that the newpvt() callback returns an int instead of a pointer (it no longer allocates memory)
alphabetize --with-<foo> options in configure script
enhance Net-SNMP support in configure script to provide a --with-netsnmp option
fix support for --with-pq so that if pg-config is not found when --with-pq is specified, an error will be generated
add 'optional package' usage to modules now that menuselect can output it
allow res_snmp to build by default, since the new loader changes coming soon will solve the function naming problem (and users can disable it via menuselect anyway)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35832 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-24 19:43:31 +00:00
kpfleming 3df43d0174 search for Zaptel and libtonezone separately in the configure script
various other minor fixes


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35812 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-24 08:45:49 +00:00
russell ef503e8f66 set the menu name when building makeopts.xml
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35789 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-24 04:10:41 +00:00
russell 5432a96172 merge changes to get menuselect using svn:externals
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35704 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 14:19:35 +00:00
russell 265f81cb5d add basic autoconf support for res_snmp
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35607 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-23 01:50:55 +00:00
russell 0bb78235cb - specify that 'all' is a .PHONY target
- add a copyright header to the build_tools Makefile
- remove 'depend' from the 'all' target in agi/ and utils/ since it is handled
  by the main Makefile already


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35479 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 14:09:18 +00:00
russell b70a7c6a7c add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
since they are targets that do not have resulting files and are never listed
as prerequisites to real targets.  Using .PHONY in this manner improves make
performance by never having to check for resulting files.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35415 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-22 11:27:03 +00:00
russell 9ac291883a ensure menuselect fails if the deps file isn't found
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@35006 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-20 04:04:57 +00:00
russell a828f10fa4 copy the definition of ast_strdupa and use it instead of strdupa to fix the
build on systems that don't have it, such as mac


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34818 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-19 14:24:35 +00:00
kpfleming 24e2e224b8 commit russell's menuselect/buildoptions work with some changes:
reverted per-directory .cleancount support
  added ability for 'remove_on_change' to support multiple filenames
  add 'remove_on_change' support to members, not just categories
  only do 'remove_on_change' removals if the config is actually saved
  add a 'remove_on_change' entry for each module found by prep_moduledeps so that if it gets turned off any existing .o/.so files will disappear


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34577 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-18 12:52:08 +00:00
russell 98594f5ab3 remove prototypes for static functions and fix some potential memory leaks
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34498 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-16 16:58:51 +00:00
russell 1fdf1962e9 add support for setting the CFLAGS for voicemail storage options in menuselect
Thanks to kpfleming for the Makefile magic :)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34492 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-16 16:17:43 +00:00
russell f8e23a0f12 build menuselect objects with -Wall and remove an unused variable
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34374 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-16 00:14:46 +00:00
russell fc815d0eb3 remove prototypes for private functions and make functions and variables not
used outside of this file static


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34348 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-15 23:40:55 +00:00
russell 3fa1684c2d make the compiler's life easier. Thanks Kevin :)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@34022 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-14 03:19:47 +00:00
russell d33b190de5 indicate which options are just binary and don't really need a full integer
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33997 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-14 03:00:15 +00:00
russell b5f1f21b25 the menu must be redrawn after displaying the help info
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33669 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-12 19:26:40 +00:00
russell d4d991ee5a optimize the display of the module selection menus by only clearing the screen
and starting over if a selection has changed or the menu needs to be scrolled.
For moving the cursor up and down the menu, it works a lot faster now.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33576 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-11 22:11:38 +00:00
russell 3016dd272a always include inttypes.h and sys/types.h in asterisk/compat.h to fix a build
problem on mac and place asterisk.h back at the top of menuselect.c


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33114 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08 20:49:59 +00:00
oej 324dff3542 Make menuselect compile on os/x...
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@33112 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08 20:16:19 +00:00
oej d2533762b4 Enable doxygen
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32970 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-08 07:26:05 +00:00
kpfleming 31e06ddaea don't force the sounds to download... only when needed
fix a few buglets i caused in menuselect
remove downloaded sounds on 'dist-clean'


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32901 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 21:05:05 +00:00
kpfleming 05f3ae6817 woo-hoo, now it knows how to download the sound packages... doesn't install them yet though
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32886 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 20:54:30 +00:00
kpfleming fb761be5d7 prepare for using sound files from out of the source tree
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32885 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 20:19:40 +00:00
russell 3cd1c6869d remove the WITH_SMDI define
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32845 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-07 18:28:29 +00:00
russell 745248fa58 remove the need to have to re-run make after a default menuselect.makeopts
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-07 16:03:31 +00:00
russell 5998dbac5c add the ability to do the same thing as "make dont-optimize" by enabling the
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-06 00:25:23 +00:00
kpfleming bb0b421ea8 use module names, not file names, in menuselect
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-05 20:46:27 +00:00
kpfleming 7884b41d66 begin adding support for new sound packages
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@32372 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-05 19:16:04 +00:00
russell faed21bdb8 use strcpy instead of snprintf in a couple places
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31586 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01 22:17:01 +00:00
russell 6d7de07024 allow menuselect to display dependencies and conflicts for modules
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31443 f38db490-d61c-443f-a65b-d21fe96a405b
2006-06-01 17:40:50 +00:00
mogorman 38b24efed1 asterisk-xmpp merge in
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29553 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22 21:12:30 +00:00
russell 2350e6d4d0 add DEBUG_CHANNEL_LOCKS to menuselect
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@29465 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-22 16:34:45 +00:00
russell e0162250d9 Add support for logging CDR recrods to a radius server (issue #6639, phsultan)
- 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-20 22:30:05 +00:00
russell 98c676720d Move WITH_SMDI from the Makefiles to be handled by menuselect. It will now be
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-13 10:54:40 +00:00
russell d59e49c0b5 fix the build with astmm (issue #7139)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@27023 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11 21:24:54 +00:00
russell 4f86c0eabf forcing a dist-clean in the cleantest was a bad idea. Just change the script
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-11 10:28:37 +00:00
russell 175e242d18 add messages at the bottom of the menu for each of the defines
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26845 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-11 10:20:16 +00:00
russell 26a2b7c6d5 change the CFLAGS controlled by menuselect to be placed in a header file
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-11 09:50:41 +00:00
russell a6b2177d50 remove a debug message and make the exit keys not be case sensitive
inside of a category menu


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@26441 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-10 13:05:17 +00:00
rizzo cba3a2f44a provide a correct return value in case everything goes well,
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-10 10:41:38 +00:00
markster 1777f139b0 Oops
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25930 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 08:45:37 +00:00
markster 46abbe97e4 Make menuselect be able to show what the modules are
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25929 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 08:44:50 +00:00
kpfleming 909bd6a98c don't build strcompat for menuselect except on Solaris
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25893 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-09 07:51:20 +00:00
russell 43ffeb8506 various menuselect fixes as a result of boredom during a 9 hour flight and
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-07 12:00:55 +00:00
tilghman 2d7f3dd05c Typo fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@25206 f38db490-d61c-443f-a65b-d21fe96a405b
2006-05-06 04:57:40 +00:00
kpfleming cc9925a1ba remove remaining MFC/R2 stuff
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23735 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30 17:25:01 +00:00
kpfleming 760c81788e remove T38_SUPPORT define that is no longer needed
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23536 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-30 08:47:47 +00:00
russell f1552addcf fix spelling typo -- what's a Diaplan?
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23207 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-28 17:17:46 +00:00
russell 515c466cad remove this option for now, because it can only be enabled when
optimizations aren't being used


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23037 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-28 00:59:30 +00:00
russell c35e138da2 add STACK_BACKTRACES to the CFLAGS selectable in menuselect
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23012 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-27 21:26:24 +00:00
russell f1f9bce2b4 - add missing IXJUSER to menuselect-deps.in
- 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-27 17:52:12 +00:00
russell ccdab0c0a2 don't list strcompat.o as a dependency in the build_tools Makefile. It is
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-25 13:45:43 +00:00
russell 154fc96c34 apparently some systems may have ncurses that doesn't provide backwards compat
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-25 05:53:58 +00:00
russell ec16cd7e34 menuselect needs strcompat.o for strsep on Solaris
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22344 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-25 05:26:02 +00:00
tilghman 0d2f9d54cd Move clueful 'h' more central; alias ESC to left arrow and make ESC quit on main menu
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22308 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 20:01:14 +00:00
russell 5ab6384261 add a note indicating that you can press 'h' for help
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22306 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 19:15:43 +00:00
kpfleming 29f496ef12 Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22267 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-24 17:11:45 +00:00
file db5a6fcfc3 We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@20330 f38db490-d61c-443f-a65b-d21fe96a405b
2006-04-15 22:53:53 +00:00
tilghman fb3a3671fc Merged revisions 11715 via svnmerge from
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-03 17:15:51 +00:00
tilghman 99fec5cea5 Merged revisions 11634-11635 via svnmerge from
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-03 00:41:19 +00:00
tilghman 568b8826d4 Merged revisions 11479 via svnmerge from
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
2006-03-01 06:42:04 +00:00
kpfleming bcecd87a13 Merged revision 7510 via svnmerge from
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-17 02:22:24 +00:00
kpfleming dc76ba74df Merged revisions 7285,7299,7310,7329 via svnmerge from
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-04 18:12:52 +00:00
kpfleming 3b0d8d21f5 Merged revisions 7257 via svnmerge from
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-01 19:27:49 +00:00
russell f9d38896fe use '=' instead of '==' for string comparisons. /bin/bash is ok with this, but
/bin/sh is not.  (issue #5885)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7246 f38db490-d61c-443f-a65b-d21fe96a405b
2005-12-01 00:43:17 +00:00
kpfleming 2bad44c90f move mkpkgconfig script where it belongs
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7222 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-30 02:00:49 +00:00
kpfleming 6c54a7cf87 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7220 f38db490-d61c-443f-a65b-d21fe96a405b 2005-11-29 18:09:49 +00:00
kpfleming df153f911b make version-string computation based on SVN branch/revision numbers
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7207 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-28 03:59:39 +00:00
kpfleming 47d5a35439 switch to 'new' expression parser, remove support for old parser
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-08-26 19:21:57 +00:00
russell 6aad2478ca get rid of warning
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6152 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-18 14:31:21 +00:00
kpfleming 4e3e4a83f2 add UTC tag to date string so users are aware of the time offset
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6112 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-12 19:41:25 +00:00
kpfleming 998ed38549 ensure script is portable to non-GNU systems (bug #4509)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5948 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-21 01:05:31 +00:00
kpfleming e4c73c5b8d move tools used during build into build_tools subdirectory
clean up Makefile headers


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5942 f38db490-d61c-443f-a65b-d21fe96a405b
2005-06-20 17:26:08 +00:00