diff options
author | hasufell <julian.ospald@googlemail.com> | 2013-07-12 14:10:51 +0200 |
---|---|---|
committer | hasufell <julian.ospald@googlemail.com> | 2013-07-12 14:17:30 +0200 |
commit | e63ec01089a53facfe55e33e8dd90ff7f853eb38 (patch) | |
tree | 069b6ca326cf6d3d6ca398b1d11291b823e13809 /autogen.sh | |
parent | be1e6bde65fc1e7a4d93e898cc9d58dd4f042d41 (diff) |
MAKE: backwards compat for old libtool
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 7a640a56..607aa949 100755 --- a/autogen.sh +++ b/autogen.sh @@ -78,7 +78,7 @@ if test "$?" != "0"; then exit 2 fi echo running libtoolize... -libtoolize --force +libtoolize --copy --force --install if test "$?" != "0"; then echo libtoolize failed, stopping. exit 3 @@ -90,7 +90,7 @@ if test "$?" != "0"; then exit 4 fi echo running $AUTOMAKE... -$AUTOMAKE -a +$AUTOMAKE -a -c if test "$?" != "0"; then echo automake failed, stopping. exit 5 |