summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2012-01-08Disable menuselect in dahdi-toolsTzafrir Cohen
* Remove targets from the Makefile * report PBX_HDLC in makeopts * Only build sethdlc is PBX_HDLC is 1 * Only build dahdi_tool is PBX_NEWT is 1 * fxstest and dahdi_diag are not included in the default target For now the only way to manually disable building a certain tool is by changing the value of BINS in Makefile. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> Acked-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10411 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-10-17astribank_is_starting: use semop if no semtimedopTzafrir Cohen
astribank_is_starting should use a timeout for the semaphore, but if the GNU-specific semtimedop() is not available, we'll just fall back to using semop with no time out. Not as good, but better than nothing. (closes issue #16783) Reported by: abelbeck git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@9426 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-03-08remove left-over debug message from configure scriptTzafrir Cohen
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8270 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2010-03-07dahdi-tools 2.3 requires dahdi-linux 2.3Tzafrir Cohen
If you try building dahdi-tools vs. older dahdi-linux headers, dahdi_cfg fails to build due to missing DAHDI_CONFIG_TERN and DAHDI_CONFIG_NTTE. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8266 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-09-15Use configure to determine the location of header files instead of relying onSean Bright
the platform. Still need to copy bootstrap.sh from asterisk and tonezone.c still needs to be updated appropriately. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@7137 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-04-27incorporate the autoconf 2.63 fixes here tooKevin P. Fleming
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@6512 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2009-01-16Properly detect GENERIC_HDLC_VERSION on various kernel versions.Sean Bright
(closes issue #14150) Reported by: ccesario Patches: 20090115__bug14150.diff.txt uploaded by seanbright (license 71) Tested by: ccesario git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5662 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-24Re-enable sethdlc by default in menuselect. Add configure checks to properlySean Bright
discover the linux/hdlc.h dependency. git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4977 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-09-12A few changes:Sean Bright
1) Start using menuselect trunk 2) Bring in changes similar to those in asterisk trunk so that 'make menuselect' works as it should from the dahdi-tools directory. 3) Stop looking for curses/ncurses in the top level configure since nothing uses it (except menuselect which will find it on it's own). git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4904 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-08-27add --enable-dev-mode support, and fix up a couple of warnings found using ↵Kevin P. Fleming
it (only two, surprisingly) git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4845 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-06-17* Fix names of libraries: dahdi_tool builds.Tzafrir Cohen
* Honor --with-dahdi=custom/path git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4369 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-26update acinclude.m4 to match the one in Asterisk trunk, rebuild checks for ↵Kevin P. Fleming
libraries, and add mandatory check for DAHDI git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4361 a0bf4364-ded3-4de4-8d8a-66a801d63aff
2008-05-23Add configure scriptMatthew Fredrickson
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@4353 a0bf4364-ded3-4de4-8d8a-66a801d63aff