Skip to content
Snippets Groups Projects
  1. Jun 20, 2018
    • Alexander Traud's avatar
      BuildSystem: Enable autotools in Solaris 11. · d6721e1e
      Alexander Traud authored
      Because this was the last operating system which required a special case, a
      version appended to the autotools, the whole version stuff is removed by this
      change. This simplifies the script ./bootstrap.sh. Hopefully, this gives even
      broader platform compatibility.
      
      ASTERISK-27929
      ASTERISK-27926
      
      Change-Id: Id4cf433a1a7fa861d0210e1a2e16ca592b49fd5a
      d6721e1e
  2. Apr 20, 2018
  3. Mar 05, 2018
  4. Feb 17, 2018
    • Corey Farrell's avatar
      BuildSystem: Use single bootstrap.sh for Asterisk and menuselect. · 525c0251
      Corey Farrell authored
      This causes the root bootstrap.sh script to generate configure scripts
      for both Asterisk and menuselect.  This ensures that both configure
      scripts are generated with the same version of autotools and avoids
      situations where shared autoconf macros get modified without
      regenerating the menuselect script.
      
      Change-Id: I2bfd8537bbb63b3d46b11efabbb15eaaf9ef731a
      525c0251
  5. Feb 16, 2018
  6. Jan 29, 2018
    • Alexander Traud's avatar
      BuildSystem: Enable autotools in FreeBSD. · 913773cd
      Alexander Traud authored
      In the current versions of FreeBSD, the apps of GNU autotools do not need to
      be called with a version anymore. The latest version can be invoked directly.
      Additionally, the script ./bootstrap.sh asked for autoconf 2.62 and
      automake 1.9, versions which are not available as port anymore.
      
      ASTERISK-27637
      
      Change-Id: Id7b94b80e78cc943a40ba79b697e3f70019820a7
      913773cd
  7. Dec 16, 2016
    • David M. Lee's avatar
      configure: fix with-pjproject-bundled · 147b8e63
      David M. Lee authored
      The AC_ARG_WITH macro's shell variable is withval; not enableval. Purely
      coincidentally, the option would work when --enable-dev-mode is given.
      
      Also fixed a portability problem with bootstrap.sh, since -printf is not
      a portable option for find.
      
      Change-Id: I0f0e5b1a934b5af5737713834361e9c95b96b376
      147b8e63
  8. Mar 23, 2016
  9. Jan 13, 2012
  10. May 11, 2010
    • Jason Parker's avatar
      Allow bootstrap script to work on Solaris. · 344a0f8f
      Jason Parker authored
      As usual, the way they do things is different, so we need to account for that.
      automake is versioned ala BSD/Linux, but autoconf is not.  We don't actually
      need to specify a version there, since AC_PREREQ will cover it for us.  Things
      will fail pretty loudly if AC_PREREQ isn't met.
      
      (closes issue #16341)
      Reported by: bklang
      Patches: 
            opensolaris_bootstrap.sh uploaded by bklang (license 919)
      
      
      git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@262299 65c4cc65-6c06-0410-ace0-fbb531ad65f3
      344a0f8f
  11. Jul 08, 2009
  12. Oct 30, 2008
  13. Oct 20, 2008
  14. Oct 10, 2007
  15. Jul 07, 2007
  16. Oct 03, 2006
  17. Aug 25, 2006
  18. Apr 25, 2006
  19. Apr 24, 2006
Loading