Changeset 087d2d in git


Ignore:
Timestamp:
May 10, 2011, 6:42:43 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c74d6a8bddf79e42aea9230d3eba30ac468dec76
Parents:
19cbad8b674bba814480e714d429181b1ecf46e4
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-05-10 18:42:43+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:34:45+01:00
Message:
removed dep. on configure.in in factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/GNUmakefile.in

    r19cbad8 r087d2d  
    427427                $(addprefix ftest/,$(ftestm4src)) \
    428428                $(addprefix ftest/,$(ftestdistfiles)) \
    429                 GNUmakefile.in configure.in config.h.in configure \
     429                GNUmakefile.in config.h.in configure \
    430430                ChangeLog README NEWS INSTALL \
    431431                factory.cfg gen_cf_gmp.template \
     
    771771endif
    772772
    773 #
    774 # - configure stuff.
    775 #
    776 $(srcdir)/configure: configure.in
    777                 @echo "WARNING: You need to rerun autoconf. I am proceeding, for now."
    778                 touch configure
    779 
    780 #               -cd $(srcdir) && autoconf
    781 
    782773# seems gmake needs at least a trivial command.  otherwise all
    783774# files which depend on config.h will be remade even if congig.h
Note: See TracChangeset for help on using the changeset viewer.