#17296: Update autotools to 20141105
-------------------------------------+-------------------------------------
       Reporter:  jpflori            |        Owner:
           Type:  defect             |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  packages:          |   Resolution:
  optional                           |    Merged in:
       Keywords:                     |    Reviewers:  Jeroen Demeyer
        Authors:  Jean-Pierre Flori  |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  391f4e9a86f96bf8f8b97c654d5c6a0f2b4bc1c4
  u/jpflori/ticket/17296             |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------
Changes (by jdemeyer):

 * status:  needs_review => needs_work


Comment:

 I dislike the `bootstrap_launch`/`bootstrap_opts` solution. I would much
 rather prefer something like
 {{{
 #!sh
 # Figure out how to bootstrap
 if [ -f configure ]; then
     bootstrap=
 elif [ -d gnulib ]; then
     bootstrap="bash bootstrap --skip-git --skip-po --gnulib-
 srcdir=../../src/gnulib && "
 elif [ -f bootstrap.sh ]; then
     bootstrap="bash -c 'set -e; source bootstrap.sh' && "
 elif [ -f bootstrap ]; then
     bootstrap="bash -c 'set -e; source bootstrap' && "
 else
     bootstrap="autoreconf -i -I m4 && "
 fi
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/17296#comment:18>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to