diff --git a/aclocal.m4 b/aclocal.m4
index 54a5978..18a83ad 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -8114,7 +8114,7 @@ $$1_PKG_ERRORS
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
-_PKG_TEXT])dnl
+_PKG_TEXT])[]dnl
])
elif test $pkg_failed = untried; then
AC_MSG_RESULT([no])
@@ -8125,7 +8125,7 @@ path to pkg-config.
_PKG_TEXT
-To get pkg-config, see .])dnl
+To get pkg-config, see .])[]dnl
])
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
diff --git a/configure b/configure
index bd44ac7..00947c2 100755
Binary files a/configure and b/configure differ
diff --git a/configure.in b/configure.in
index 96b6587..44f59ca 100644
--- a/configure.in
+++ b/configure.in
@@ -368,7 +368,7 @@ case "${host_os}" in
THREAD_CFLAGS="-mt"
;;
*)
- SHARED_FLAGS="-shared -fPIC"
+ SHARED_FLAGS="-fPIC"
THREAD_CFLAGS="-pthread"
;;
esac
diff --git a/ltmain.sh b/ltmain.sh
index 7ed280b..fa4b1e1 100644
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -65,7 +65,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
-# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1
+# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu3
# automake: $automake_version
# autoconf: $autoconf_version
#
@@ -73,7 +73,7 @@
PROGRAM=ltmain.sh
PACKAGE=libtool
-VERSION="2.2.6b Debian-2.2.6b-2ubuntu1"
+VERSION="2.2.6b Debian-2.2.6b-2ubuntu3"
TIMESTAMP=""
package_revision=1.3017