Changeset 13621c7 in git for autogen.sh


Ignore:
Timestamp:
Jan 10, 2013, 1:08:21 PM (10 years ago)
Author:
Oleksandr Motsak <http://goo.gl/mcpzY>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
ea9fd6021b4bf8655b902b6f2759d1ab54360654
Parents:
7ee69f18c3d270f0f8b59dc03b0c276d7066146b
git-author:
Oleksandr Motsak <http://goo.gl/mcpzY>2013-01-10 13:08:21+01:00
git-committer:
Oleksandr Motsak <http://goo.gl/mcpzY>2013-01-10 16:46:17+01:00
Message:
Cleanup + fix libsingular-config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • autogen.sh

    r7ee69f r13621c7  
    11#!/bin/sh
    22
    3 autoreconf -vifs `dirname "$0"`
     3autoreconf -vif `dirname "$0"`
    44
    5 # TOP_DIR=$PWD
    6 #
    7 # autotools ()
    8 # {
    9 #   aclocal -I $TOP_DIR/m4
    10 #   autoheader
    11 #   autoconf
    12 #   automake -a
    13 # }
    14 #
    15 #
    16 # for d in . factory libpolys; do
    17 #   echo "==============="
    18 #   echo "run libtoolize --force, aclocal -I $TOP_DIR/m4, autoconf, automake -a in $d"
    19 #   echo "---------------"
    20 #   cd $d
    21 #   libtoolize --force
    22 #   autotools
    23 #   cd $TOP_DIR
    24 #   echo
    25 # done
    26 #
    27 # for d in omalloc; do
    28 #   echo "==============="
    29 #   echo "run aclocal -I $TOP_DIR/m4, autotools in $d"
    30 #   echo "---------------"
    31 #   cd $d
    32 #   autotools
    33 #   cd $TOP_DIR
    34 #   echo
    35 # done
Note: See TracChangeset for help on using the changeset viewer.