File: no-libtool.patch

package info (click to toggle)
dbuskit 0.1.1-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,948 kB
  • sloc: objc: 10,544; sh: 9,464; ansic: 200; makefile: 33
file content (17 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (3)
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.