mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
build: Create the libtool file early as it's used by AS_GLIBCONFIG
glib's configure.ac uses libtool to determine the extension of shared libraries. So let's generate the libtool file early in configure. Reviewed-by: Robert Bragg <robert@linux.intel.com> (cherry picked from commit ae457e0e2463bcec4f5891778e8ada9924f91be7)
This commit is contained in:
parent
04ec48ca53
commit
1c0c1a126a
@ -170,6 +170,9 @@ dnl AC_PROG_LIBTOOL
|
|||||||
dnl LIBTOOL="$LIBTOOL --preserve-dup-deps"
|
dnl LIBTOOL="$LIBTOOL --preserve-dup-deps"
|
||||||
LT_PREREQ([2.2.6])
|
LT_PREREQ([2.2.6])
|
||||||
LT_INIT([disable-static])
|
LT_INIT([disable-static])
|
||||||
|
dnl when using libtool 2.x create libtool early, because it's used in the
|
||||||
|
dnl internal glib configure (as-glibconfig.m4)
|
||||||
|
m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
|
||||||
|
|
||||||
dnl ================================================================
|
dnl ================================================================
|
||||||
dnl See what platform we are building for
|
dnl See what platform we are building for
|
||||||
|
Loading…
Reference in New Issue
Block a user