gnuastro-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-devel] [bug #47868] Check Ghostscript version at ./configure t


From: Mohammad Akhlaghi
Subject: [gnuastro-devel] [bug #47868] Check Ghostscript version at ./configure time
Date: Fri, 13 May 2016 10:50:59 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #8, bug #47868 (project gnuastro):

When the version of Ghostscript is 9.05, the version test we had initially
implemented wasn't successful (so `make check' would give a FAILed result for
the `convertt/fitstopdf.sh' test). 

Since GNU Autoconf Archives already had a very thoroughly tested version
checking tool (as explained below), its ax_compare_version.m4 is now used to
check Ghostscript's version. It works nicely and is able to tell that 9.05 is
less than 9.10 and so `make check' will SKIP that test. This .m4 file was also
included in bootstrap.conf so it will be automatically prepared upon
bootstrapping.

This change has been merged with master.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47868>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]