COIN-OR::LEMON - Graph Library

Changeset 1348:115e42a5b0f7 in lemon-0.x for bootstrap


Ignore:
Timestamp:
04/13/05 08:49:42 (19 years ago)
Author:
Akos Ladanyi
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1792
Message:
  • added autoheader (just to reduce the compliers argument list)
  • don't add -Wall to CXXFLAGS when using Intel's compiler (because this causes a lot of remarks)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootstrap

    r1304 r1348  
    5454aclocal=aclocal
    5555autoconf=autoconf
     56autoheader=autoheader
    5657
    5758if test -n "$amver"
     
    6465then
    6566  autoconf=autoconf-$acver
     67  autoheader=autoheader-$acver
    6668fi
    6769
    68 $aclocal \
     70set -x
     71$aclocal -I config \
    6972&& libtoolize --force --copy \
     73&& $autoheader \
    7074&& $automake --add-missing --copy --gnu \
    7175&& $autoconf
Note: See TracChangeset for help on using the changeset viewer.