Build libtool archives instead of plain .a archives, so that PIC versions are

built and can they be portably linked into shared libraries.
This commit is contained in:
Matt Zimmerman
2003-02-07 02:43:02 +00:00
parent e8a7601a4b
commit ca56e93b03
13 changed files with 29 additions and 29 deletions

View File

@@ -19,4 +19,4 @@
hacks=true
#
aclocal && autoconf && autoheader && $hacks && automake --foreign --include-deps --add-missing --copy
aclocal-1.6 && autoconf && autoheader && $hacks && automake-1.6 --foreign --include-deps --add-missing --copy