1. 03 11月, 2010 4 次提交
  2. 02 11月, 2010 4 次提交
  3. 01 11月, 2010 9 次提交
    • Anthony Minessale's avatar
      parse static route in sip uri in notify by event · 35676e7e
      Anthony Minessale 提交于
      35676e7e
    • Anthony Minessale's avatar
      disable status bar in .screenrc · 78f05aef
      Anthony Minessale 提交于
      78f05aef
    • Giovanni Maruzzelli's avatar
      skypopen: nice formatted debug output (I feel so stupid when I use one full hour… · cda95208
      Giovanni Maruzzelli 提交于
      skypopen: nice formatted debug output (I feel so stupid when I use one full hour for things like this, but I like it ;) )
      cda95208
    • Giovanni Maruzzelli's avatar
      skypopen: modifying Makefile.am and skypopen.h to report in revision tag of… · 5f91e469
      Giovanni Maruzzelli 提交于
      skypopen: modifying Makefile.am and skypopen.h to report in revision tag of debug lines the last commit of both mod_skypopen.c and skypopen_protocol.c (so you can have your own commits in the same dir)
      5f91e469
    • Giovanni Maruzzelli's avatar
    • Stefan Knoblich's avatar
      454c238e
    • Anthony Minessale's avatar
      FS-2811 · 7ac78ac2
      Anthony Minessale 提交于
      7ac78ac2
    • Anthony Minessale's avatar
      FS-2810 · 1970ec1d
      Anthony Minessale 提交于
      1970ec1d
    • Stefan Knoblich's avatar
      FreeTDM: Buildsystem cleanup · cc1e8339
      Stefan Knoblich 提交于
      - 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
      cc1e8339
  4. 31 10月, 2010 3 次提交
  5. 30 10月, 2010 5 次提交
  6. 29 10月, 2010 10 次提交
  7. 28 10月, 2010 5 次提交