File: no-libtool.patch

package info (click to toggle)
dbuskit 0.1.1-14
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,956 kB
  • sloc: objc: 10,543; sh: 9,463; ansic: 200; makefile: 32
file content (17 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Avoid unnecessary libtool usage.
Author: Yavor Doganov <yavor@gnu.org>
Forwarded: http://savannah.gnu.org/bugs/?42729
Last-Update: 2014-07-16
---

--- dbuskit.orig/configure.ac
+++ dbuskit/configure.ac
@@ -1,8 +1,6 @@
 # autoconf template for the configure script
 
 AC_INIT
-LT_INIT
-AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_SYSTEM
 
 #Override the OBJC variable if it is empty and CC is also set.