Commit Graph

116 Commits (e4f15628bb472f6fb8b7df94a4c56c03d4eef952)

Author SHA1 Message Date
Kevin P. Fleming e03bec2c16 DETECT_DEADLOCKS can't be enabled without DEBUG_THREADS or it does nothing
18 years ago
Russell Bryant 536ef99117 AST_DEVMODE was defined in trunk, but not in 1.4. When Asterisk is compiled
18 years ago
Russell Bryant 06600190e6 Include the menuselect-tree file in tarballs to make builds from tarballs a
18 years ago
Russell Bryant cbdc6b5b2d To prevent 92138749238754 more reports of "I have unixodbc installed, but
18 years ago
Russell Bryant a6df5f82fb Change the use of "echo -e" to "printf". On systems where /bin/sh is not bash,
18 years ago
Kevin P. Fleming d0be58c8e1 when building a version string for a developer branch, include the base branch in the version string
18 years ago
Russell Bryant 1b8da31130 Making these documentation changes in the 1.4 branch upset various people, so
18 years ago
Russell Bryant 2fc431b373 Add the --pdf option to the usage of rubber in prep_tarball
18 years ago
Russell Bryant fed69df9cd Add configure script checking for GTK2 and some additional Makefile targets
18 years ago
Russell Bryant 2e68c41d61 have prep_tarball attempt to build asterisk.pdf
18 years ago
Russell Bryant c474809cdf Merge changes from svn/asterisk/team/russell/LaTeX_docs.
18 years ago
Kevin P. Fleming 99b4865121 build special version strings for AADK/S800i builds
19 years ago
Kevin P. Fleming aee9196ece Merged revisions 55868 via svnmerge from
19 years ago
Kevin P. Fleming fccb4abbb9 fix awk scripts to work when both MODULEINFO and MAKEOPTS are present in a source file
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
Kevin P. Fleming 46d91e71c5 add support for tracking thread-local-storage objects that exist via 'threadstorage' CLI commands
19 years ago
Kevin P. Fleming f195c5d622 check specifically for VLDTMF and transcoding support in the system's Zaptel installation, and make only the modules that need those features dependent on them (this will allow building the other Zaptel-using parts of Asterisk against older versions of Zaptel or those on other platforms that haven't caught up yet to the Linux version)
19 years ago
Kevin P. Fleming 64800bdeab need an additional argument here to make the downloads actually occur
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
Kevin P. Fleming c8e56895b8 when making a release, we can always use wget and we can't run the configure script to find that out...
19 years ago
Luigi Rizzo 36808cf771 grep -m is not available on BSD, so use head -1 instead
19 years ago
Russell Bryant 58ed1b07ab Work around an issue that caused menuselect to display a bogus description for
19 years ago
Russell Bryant 468fbbf3ca Fixes for cross-compilation on mips
19 years ago
Russell Bryant af3e243994 Add a check in the configure script to determine whether ld is GNU ld or not.
19 years ago
Kevin P. Fleming 5b9106eeb5 add a project-specific script to be used during release preparation
19 years ago
Kevin P. Fleming ec2e4f2216 fix a few build system bugs, and convert Makefiles to be compatible with GNU make 3.80
19 years ago
Kevin P. Fleming 16a2f6e64f add another attempt to strip non-API symbols from the final binary... script will need to be extended to work on non-Linux systems
19 years ago
Jason Parker 1ec9e85709 fix minor typo in the way version is handled
19 years ago
Matthew Fredrickson 2cc96500bd Mergeing in Paul Cadach's chan_h323 changes *holds breath*
19 years ago
Jason Parker 2498ba75ae escape some quotes
19 years ago
Kevin P. Fleming e8ca23608d minor wording fix
19 years ago
Jason Parker 62309a54ef This is a bit safer on some versions of sed.
19 years ago
Jason Parker 310cb52bb4 As per the comments in this file..
19 years ago
Jason Parker 2986a59fab Okay, there are 3 reasons why I'm doing this.
19 years ago
Jason Parker 0264c362b6 a couple Solaris tweaks, to help build properly.
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Russell Bryant 7f53639331 sort entries in this file
19 years ago
Russell Bryant 37ceb0126e spaces to tabs
19 years ago
Kevin P. Fleming b601ff0a3e small cleanup
19 years ago
Russell Bryant 0b91c08045 dirty hack of a fix to deal with the fact that chan_vpb changed to chan_vpb.cc
19 years ago
Kevin P. Fleming d5b7bf2ab7 massive rework of configure script, and split of AST_EXT_LIB into separate macros, reducing code duplication
19 years ago
Russell Bryant 11eccdb188 make this script work on solaris
19 years ago
Kevin P. Fleming e61d3d91f3 The Eurostar Commit! (it's amazing how much work you can get done on a 150 minute train ride from Paris to London <G>)
19 years ago
Kevin P. Fleming df0ba5ff8b search for Zaptel and libtonezone separately in the configure script
19 years ago
Russell Bryant 39913c58b7 set the menu name when building makeopts.xml
19 years ago
Russell Bryant cdbb0e2bf7 merge changes to get menuselect using svn:externals
19 years ago
Russell Bryant 268609aa68 add basic autoconf support for res_snmp
19 years ago
Russell Bryant 9db0520ff9 - specify that 'all' is a .PHONY target
19 years ago
Russell Bryant c399a06450 add the 'clean', 'clean-depend', and 'dist-clean' targets as .PHONY targets
19 years ago
Russell Bryant a3846a727c ensure menuselect fails if the deps file isn't found
19 years ago