1. 04 Apr, 2019 1 commit
  2. 25 Feb, 2018 1 commit
  3. 03 Jan, 2018 2 commits
    • Mihai Moldovan's avatar
      nxproxy/configure.ac: enable libtool support. · d1897719
      Mihai Moldovan authored
      Using libtool, the nxproxy binary will be replaced by a shell script
      wrapper that correctly pulls in required libraries (like libXcomp), thus
      making it possible to start the binary directly in the build directory.
      
      This wrapper is dropped during installation time.
      d1897719
    • Mihai Moldovan's avatar
      nxproxy/configure.ac: drop --enable-cxx11. · 4d481bf9
      Mihai Moldovan authored
      This is a C program, so enabling or disabling C++11 support will not do
      anything useful.
      
      At most it'll lead to errors when using libtool, which is the next
      change to come...
      4d481bf9
  4. 16 Dec, 2017 1 commit
  5. 27 Oct, 2017 2 commits
    • Mihai Moldovan's avatar
      nxproxy: use ax_pthread.m4. · 1c6c9c04
      Mihai Moldovan authored
      Works around libtool bug related to using both -nostdlib and -pthread
      (with the former dropping latter usage.)
      1c6c9c04
    • Mihai Moldovan's avatar
      nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup… · 1f717c6f
      Mihai Moldovan authored
      nx{comp{,shad},proxy}: add configure flag --enable-cxx11 to enable and setup optional C++11 support.
      
      Use AX_CXX_COMPILE_STDCXX(_11) from autotools archive.
      
      Note: should only be used in tandem. Make sure that each component
      either uses the C++11 ABI or none uses it. Mixing and matching libraries
      and binaries with different C++ ABIs might lead to weird errors.
      1f717c6f
  6. 11 Aug, 2017 1 commit
  7. 13 Jul, 2017 1 commit
  8. 12 Jul, 2017 1 commit