Announcement

Collapse
No announcement yet.

GNU Automake 1.15 Released, Still Preparing For Automake 2.0

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • GNU Automake 1.15 Released, Still Preparing For Automake 2.0

    Phoronix: GNU Automake 1.15 Released, Still Preparing For Automake 2.0

    GNU Automake 1.15 was released today as a bug-fix release and continued warning about Automake 2.0 breakage. The Automake 1.15 release comes one year after the development of this important GNU project has been on rather troubled ground...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    might finally start assuming a POSIX shell is present
    Windows doesn't have a posix shell, right? What will they do then?

    Comment


    • #3
      From the email:
      - Automake 2.0 will remove support for MS-DOS and Windows 95/98/ME
      (support for them was offered by relying on the DJGPP project).
      Note however that both Cygwin and MSYS/MinGW on modern Windows
      versions will continue to be fully supported.
      About time. It's better to port the tools than to add crufty compatibility hacks which end up unused and unmaintained.

      Comment


      • #4
        Originally posted by mark45 View Post
        Windows doesn't have a posix shell, right? What will they do then?
        I use the autotools daily on Windows, with MSYS. There are other terminals which have a POSIX shell on Windows

        Comment


        • #5
          Windows and POSIX shell

          Originally posted by mark45 View Post
          Windows doesn't have a posix shell, right? What will they do then?
          We can hope that Windows includes a POSIX shell eventually, and a proper SSH client etc., but until that time unless you're using cygwin/msys or equivalent you're stuck when it comes to the autotools; they are effectively tied to POSIX and that's unlikely to change anytime soon.

          I switched to cmake, which replaced all of autoconf/automake/aclocal/libtool/autopoint etc. with a single tool. It's essentially a self-contained shell in its own right, whose builtin commands can generate build scripts for many different build systems. If you need portability outside Linux/BSD it's the only really good choice out there which does what it says on the tin.

          Comment

          Working...
          X