]> code.delx.au - pulseaudio/commitdiff
libtool 2.2 updates
authorLennart Poettering <lennart@poettering.net>
Tue, 16 Dec 2008 13:25:31 +0000 (14:25 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 16 Dec 2008 13:25:31 +0000 (14:25 +0100)
bootstrap.sh
configure.ac

index 5dfcdf2056937ac7770ccf0e23a74e30da354736..4eacc5a9508a9b05c11eebf9c5598414b1d642ec 100755 (executable)
@@ -57,7 +57,7 @@ else
     test "x$LIBTOOLIZE" = "x" && LIBTOOLIZE=libtoolize
 
     intltoolize --copy --force --automake
-    "$LIBTOOLIZE" -c --force --ltdl
+    "$LIBTOOLIZE" -c --force --ltdl --recursive
     run_versioned aclocal "$VERSION" -I m4
     run_versioned autoconf 2.62 -Wall
     run_versioned autoheader 2.62
index 95ac9c2e3593e285cf73370117c9b6fdbcb6fe91..b36fec39a14e43c2d1f9f9e8b8e8df981db19c6e 100644 (file)
@@ -20,7 +20,7 @@
 # along with PulseAudio; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 
-AC_PREREQ(2.62)
+AC_PREREQ(2.63)
 
 m4_define(PA_MAJOR, [0])
 m4_define(PA_MINOR, [9])
@@ -209,8 +209,9 @@ AS_IF([test "$pulseaudio_cv__Bool" = "yes"], [
   ])
 
 #### libtool stuff ####
+LT_PREREQ(2.2)
 LT_CONFIG_LTDL_DIR([libltdl])
-LT_INIT([dlopen win32-dll])
+LT_INIT([dlopen win32-dll disable-static])
 LTDL_INIT([convenience recursive])
 
 #### Determine build environment ####
@@ -284,7 +285,7 @@ AC_TYPE_SIZE_T
 AC_CHECK_TYPES(ssize_t, , [AC_DEFINE([ssize_t], [signed long],
     [Define ssize_t if it is not done by the standard libs.])])
 AC_TYPE_OFF_T
-AC_TYPE_SIGNAL
+
 AC_TYPE_UID_T
 AC_CHECK_DECLS(environ)
 
@@ -980,7 +981,7 @@ AM_CONDITIONAL([HAVE_POLKIT], [test "x$HAVE_POLKIT" = x1])
 #### OpenSSL support (optional) ####
 
 AC_ARG_ENABLE([openssl],
-    AC_HELP_STRING([--disable-openssl], [Disable OpenSSL support (used for Airtunes/RAOP)]),
+    AS_HELP_STRING([--disable-openssl],[Disable OpenSSL support (used for Airtunes/RAOP)]),
         [
             case "${enableval}" in
                 yes) openssl=yes ;;