freeswitch/libs/freetdm
Stefan Knoblich cc1e83397b FreeTDM: Buildsystem cleanup
- Use tabs instead of spaces for indentation

- Proper m4 quoting of parameters

- Fix broken AC_ARG_* handling:
  --without-foo/--disable-foo set withval="no"/enableval="no"
  and the third parameter of the AC_ARG_* macros is always
  "user provided an --with*-foo/--*able-foo option" _NOT_ "yes",
  while the fourth parameter is "user didn't provide this option"
  (= the default if neither --with-foo/--enable-foo nor --without-foo/--disable-foo
     has been set)

- Drop FTDM_CFLAGS in MY_CFLAGS (what was that used for anyway?)

- Drop MYLIB

- Drop SOLINK (unused)

- Rename MY_CFLAGS to FTDM_CFLAGS

- Rename all AM_CONDITION variables to HAVE_* for (optional) dependencies
  and WANT_* for features

- Reorder mod_LTLIBRARIES lines

- Move some things in configure.ac around to group them

- Add -shared to modules LDFLAGS (we don't need "ftmod_foo.a" static modules, do we?)

- Import ax_compiler_vendor.m4, drop the macro definition from configure.ac

- Add AUTOMAKE_OPTS to Makefile.am and define FreeTDM as a foreign (= non-GNU) project

- Add ACLOCAL_FLAGS to Makefile.am and set AC_CONFIG_MACRO_DIR in configure.ac
  custom m4 macros are kept in the build subdirectory

- Enable silent rules for automake-1.11 and newer (use make V=1 to get verbose output)

- configure option --with-modinstdir requires a value now and quits with an error message
  if called without one (e.g. "./configure --without-modinstdir" or "./configure --with-modinstdir")

- Add configuration summary screen and category headers for modules in configure output
2010-11-01 02:13:27 +01:00
..
build FreeTDM: Buildsystem cleanup 2010-11-01 02:13:27 +01:00
conf freetdm: add some comments to sample configurations 2010-09-29 16:51:00 -04:00
docs freetdm: documentation 2010-05-03 12:15:18 -04:00
mod_freetdm Changed ftdm_cpu_monitor behaviour 2010-09-23 13:58:20 -04:00
msvc freetdm: add new files for vs2008 project 2010-09-07 18:34:20 -04:00
patches select on write for openzap to avoid overrun on the td, channel 2009-07-24 16:01:33 +00:00
sample freetdm: remove ftdm_cpu_monitor_disable API (dup) 2010-09-24 17:34:40 -04:00
src ftmod_isdn: FreeTDM port, first steps 2010-11-01 00:47:43 +01:00
.gitignore Updates to .gitignore. 2010-05-28 02:16:42 +00:00
.update OPENZAP-22 add configuration settable debug levels for isdn trunks 2008-10-03 21:57:57 +00:00
acinclude.m4 add libpcap detection 2009-02-03 16:41:48 +00:00
AUTHORS convert to automake (still not really using automake in a useful way) 2009-02-03 04:51:53 +00:00
bootstrap added boostrap script 2010-01-15 17:06:20 +00:00
ChangeLog convert to automake (still not really using automake in a useful way) 2009-02-03 04:51:53 +00:00
configure.ac FreeTDM: Buildsystem cleanup 2010-11-01 02:13:27 +01:00
configure.gnu + x 2010-05-01 19:45:55 -05:00
cyginstall.sh freetdm: improve sample application to include DTMF detection and generation examples 2010-06-09 20:29:47 -04:00
freetdm.2008.sln freetdm: FSBUILD-277 Fix Windows build in release mode (patch by Peter Olsson) 2010-05-25 13:33:41 -04:00
freetdm.pc.in [FreeTDM] Add modulesdir to freetdm.pc.in 2010-07-05 23:54:33 +02:00
Makefile.am FreeTDM: Buildsystem cleanup 2010-11-01 02:13:27 +01:00
mkrelease.sh freetdm: add mkrelease.sh script 2010-09-30 17:58:25 -04:00
NEWS convert to automake (still not really using automake in a useful way) 2009-02-03 04:51:53 +00:00
openzap.2005.sln add wanpipe and pika to windows build (OPENZAP-65) 2009-05-15 19:08:19 +00:00
ozrename.sh Linux renaming from openzap to freetdm 2010-01-15 19:22:49 +00:00
ozreplace.sh added ozreplace.sh handy script 2010-02-09 19:25:26 +00:00
README freetdm: add mkrelease.sh script 2010-09-30 17:58:25 -04:00
TODO added generic interrupt support 2010-03-12 18:27:24 +00:00

FreeTDM
http://wiki.freeswitch.org/wiki/FreeTDM