Changeset 13621c7 in git for autogen.sh
- Timestamp:
- Jan 10, 2013, 1:08:21 PM (10 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
autogen.sh
r7ee69f r13621c7 1 1 #!/bin/sh 2 2 3 autoreconf -vif s`dirname "$0"`3 autoreconf -vif `dirname "$0"` 4 4 5 # TOP_DIR=$PWD6 #7 # autotools ()8 # {9 # aclocal -I $TOP_DIR/m410 # autoheader11 # autoconf12 # automake -a13 # }14 #15 #16 # for d in . factory libpolys; do17 # echo "==============="18 # echo "run libtoolize --force, aclocal -I $TOP_DIR/m4, autoconf, automake -a in $d"19 # echo "---------------"20 # cd $d21 # libtoolize --force22 # autotools23 # cd $TOP_DIR24 # echo25 # done26 #27 # for d in omalloc; do28 # echo "==============="29 # echo "run aclocal -I $TOP_DIR/m4, autotools in $d"30 # echo "---------------"31 # cd $d32 # autotools33 # cd $TOP_DIR34 # echo35 # done
Note: See TracChangeset
for help on using the changeset viewer.