diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2007-03-12 19:13:02 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2007-03-12 19:13:02 +0000 |
commit | 609f9d20f9b4a200e243ed20593ea87391089be2 (patch) | |
tree | ef340b0da664e6ffcf5d72b16b198be77b35a6d3 /autogen.sh | |
parent | 2c398056fd7bdab0ef0280566f644dfa95ea2ff9 (diff) | |
download | LibXtract-609f9d20f9b4a200e243ed20593ea87391089be2.tar.gz LibXtract-609f9d20f9b4a200e243ed20593ea87391089be2.tar.bz2 LibXtract-609f9d20f9b4a200e243ed20593ea87391089be2.zip |
Modified autogen.sh so that it copies needed files rather than creating symlinks
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -46,8 +46,8 @@ echo "=============== running libtoolize --force --copy" && aclocal $ACLOCALARGS && echo "=============== running autoheader" && autoheader && - echo "=============== running automake --add-missing --foreign" && - automake --add-missing --foreign && + echo "=============== running automake -c --add-missing --foreign" && + automake -c --add-missing --foreign && echo "=============== running autoconf" && autoconf && echo "=============== done" |