File: 0001-buildsystem.patch

package info (click to toggle)
lv2dynparam1 2-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,756 kB
  • ctags: 503
  • sloc: sh: 9,039; ansic: 4,352; makefile: 25
file content (19 lines) | stat: -rw-r--r-- 488 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Add the key 'foreign' to AM_INIT_AUTOMAKE to let autoreconf
 succesfully run
Author: Alessio Treglia <alessio@debian.org>
Forwarded: no
---
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lv2dynparam1.orig/configure.ac
+++ lv2dynparam1/configure.ac
@@ -4,7 +4,7 @@
 AC_PREREQ(2.61)
 AC_INIT(lv2dynparam1, 2)
 AC_CONFIG_AUX_DIR(config)
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(foreign)
 AC_CONFIG_SRCDIR([lv2dynparam.h])
 AC_CONFIG_HEADER([config.h])