Skip to content
Snippets Groups Projects
Commit 919d93c5 authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

added libtool-stuff

[[Imported from SVN: r252]]
parent bb2fe387
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,5 @@ depcomp
install-sh
missing
mkinstalldirs
libtool
dune.pc
\ No newline at end of file
......@@ -4,6 +4,11 @@
# barf on errors
set -e
echo "--> libtoolize..."
# this script won't rewrite the files if they already exist. This is a
# PITA when you want to upgrade libtool, thus I'm setting --force
libtoolize --force
# prepare everything
echo "--> aclocal..."
aclocal
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment