File: no-local-libtool.patch

package info (click to toggle)
vbrfix 0.24%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,600 kB
  • sloc: sh: 8,089; perl: 2,029; cpp: 834; makefile: 33
file content (17 lines) | stat: -rw-r--r-- 717 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Stop adding outdated libtool macros to acinclude.m4
Author: Adrian Bunk <bunk@debian.org>

--- vbrfix-0.24+dfsg.orig/Makefile.am
+++ vbrfix-0.24+dfsg/Makefile.am
@@ -15,10 +15,7 @@ $(top_srcdir)/configure.in: configure.in
 $(top_srcdir)/subdirs:
 	cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
 
-$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
-	@cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
+MAINTAINERCLEANFILES = subdirs configure.in configure.files
 
 package-messages:
 	$(MAKE) -f admin/Makefile.common package-messages