[gcab] configure.ac: don't use disable-fast-install
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcab] configure.ac: don't use disable-fast-install
- Date: Tue, 17 Mar 2015 02:06:51 +0000 (UTC)
commit ad04b392a10d7860ccd2ed8ae832a46873048724
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Mon Mar 16 21:05:19 2015 -0500
configure.ac: don't use disable-fast-install
We're not sure why this is here, and it causes automake to install a
libtool wrapper script named gcab into /usr/bin instead of gcab itself,
which is pretty broken. So rather than debug and figure out what's
wrong, I will just remove it and lo! the problem goes away.
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 748e804..218c90a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_SILENT_RULES([yes])
AC_PROG_CC
AM_PROG_CC_C_O
AC_PROG_INSTALL
-LT_INIT([win32-dll disable-fast-install])
+LT_INIT([win32-dll])
GTK_DOC_CHECK([1.14],[--flavour no-tmpl])
PKG_PROG_PKG_CONFIG
GOBJECT_INTROSPECTION_CHECK([0.9.4])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]