Changeset 936


Ignore:
Timestamp:
Jan 8, 2009, 4:18:56 PM (15 years ago)
Author:
Peter Johansson
Message:

add --force option in autoreconf call in bootstrap. The reason this is
important is that we want the aux tools in 'autotools/' to be upgraded
when running bootstrap after an autotools upgrade. The reason this was
not added in the first place was that the '--force' option triggers
automake to over-write the INSTALL with the generic FSF INSTALL. This
behavior was now turned off by setting strictness to 'foreign' for
automake. The previous strictness was 'gnu', which implied that files
INSTALL, NEWS, README, AUTHORS, and ChangeLog?, plus one of
COPYING.LIB, COPYING.LESSER or COPYING, were required. I think it is
more important that boostrap behaves as expected than checking that
these files exists.

Location:
plugins/base1/se.lu.thep.wenni/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/base1/se.lu.thep.wenni/trunk/bootstrap

    r864 r936  
    44
    55# Copyright (C) 2005, 2006 Jari Häkkinen, Peter Johansson
    6 # Copyright (C) 2008 Peter Johansson
     6# Copyright (C) 2008, 2009 Peter Johansson
    77#
    88# This file is part of WeNNI,
     
    2727# changed.
    2828
    29 autoreconf --install --symlink
     29autoreconf --install --symlink --force
  • plugins/base1/se.lu.thep.wenni/trunk/configure.ac

    r907 r936  
    66# Copyright (C) 2007 Peter Johansson
    77# Copyright (C) 2008 Jari Häkkinen, Peter Johansson
     8# Copyright (C) 2009 Peter Johansson
    89#
    910# This file is part of WeNNI,
     
    4344
    4445AM_CONFIG_HEADER([config.h])
    45 AM_INIT_AUTOMAKE([1.10])
     46AM_INIT_AUTOMAKE([1.10 foreign])
    4647
    4748# Set default programming language
Note: See TracChangeset for help on using the changeset viewer.