File: 05_fix_po.patch

package info (click to toggle)
libvisual-plugins 0.4.0.dfsg.1-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 3,508 kB
  • ctags: 1,113
  • sloc: ansic: 9,358; sh: 8,809; cpp: 871; makefile: 219; sed: 16
file content (24 lines) | stat: -rw-r--r-- 709 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: debian/Makefile.am
===================================================================
--- debian.orig/Makefile.am
+++ debian/Makefile.am
@@ -1,5 +1,7 @@
 ## Process this file with automake to generate a Makefile.in
 
+ACLOCAL_AMFLAGS = -I m4
+
 SUBDIRS = plugins po
 
 EXTRA_DIST = libvisual-plugins.spec gettext.h po/Makevars.in
Index: debian/configure.ac
===================================================================
--- debian.orig/configure.ac
+++ debian/configure.ac
@@ -13,6 +13,7 @@
 
 AC_CONFIG_SRCDIR([config.h.in])
 AC_CONFIG_HEADER([config.h])
+AC_CONFIG_MACRO_DIR([m4])
 
 m4_define([libvisual_required_version], [lv_plugins_version])
 m4_define([esound_required_version], [0.2.28])