aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2007-03-12 19:13:02 +0000
committerJamie Bullock <jamie@postlude.co.uk>2007-03-12 19:13:02 +0000
commit609f9d20f9b4a200e243ed20593ea87391089be2 (patch)
treeef340b0da664e6ffcf5d72b16b198be77b35a6d3 /autogen.sh
parent2c398056fd7bdab0ef0280566f644dfa95ea2ff9 (diff)
downloadLibXtract-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-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e588528..d8ab630 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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"