Changeset 264ca9 in git


Ignore:
Timestamp:
Nov 8, 2005, 4:58:10 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
79cf7d0d7efe4df23244844b4fcd1285ef913580
Parents:
214c2d7e4b4073b10fde561308d2870946b12fbf
Message:
*hannes: do not run autoconf automatically


git-svn-id: file:///usr/local/Singular/svn/trunk@8791 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    r214c2d7 r264ca9  
    11# @configure_input@
    2 # $Id: GNUmakefile.in,v 1.44 2005-07-28 17:21:40 Singular Exp $
     2# $Id: GNUmakefile.in,v 1.45 2005-11-08 15:58:10 Singular Exp $
    33
    44#
     
    708708#
    709709$(srcdir)/configure: configure.in
    710                 -cd $(srcdir) && autoconf
     710                @echo "WARNING: You need to rerun autoconf. I am proceeding, for now."
     711                touch configure
     712
     713#               -cd $(srcdir) && autoconf
    711714
    712715# seems gmake needs at least a trivial command.  otherwise all
Note: See TracChangeset for help on using the changeset viewer.