File: add_subdir-objects.patch

package info (click to toggle)
libmpc 2%3A0.1~r495-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,312 kB
  • sloc: ansic: 13,302; makefile: 171
file content (16 lines) | stat: -rw-r--r-- 425 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: avoid automake error
Author: Hideki Yamane <henrich@debian.org>
Forwarded: no
Last-Update: 2013-10-23

--- libmpc-0.1~r459.orig/configure.in
+++ libmpc-0.1~r459/configure.in
@@ -3,7 +3,7 @@ AC_CONFIG_AUX_DIR([config])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([libmpcdec/mpc_reader.c])
 AM_CONFIG_HEADER([include/config.h])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE(subdir-objects)
 AM_MAINTAINER_MODE
 
 AC_LANG_C