Skip to content
Snippets Groups Projects
Commit 9f1a9dc8 authored by Jasper Huijsmans's avatar Jasper Huijsmans
Browse files

Fix proper use of AC_PROG_LIBTOOL

(Old svn revision: 3574)
parent f0ffc935
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
aclocal --verbose \
libtoolize --copy --force \
&& aclocal --verbose \
&& autoheader \
&& automake --add-missing --copy --include-deps --foreign --gnu --verbose \
&& autoconf \
......
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