File: 07_automake_missing_options.diff

package info (click to toggle)
opensmtpd 6.8.0p2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,732 kB
  • sloc: ansic: 49,428; sh: 4,433; yacc: 3,863; makefile: 741; awk: 339
file content (19 lines) | stat: -rw-r--r-- 725 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Add the missing automake options
 * foreign : don't complain about missing NEWS/README/AUTHORS/etc files
 * subdir-objects
Author: Ryan Kavanagh <rak@debian.org>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: opensmtpd/configure.ac
===================================================================
--- opensmtpd.orig/configure.ac	2019-11-18 09:40:24.294197445 -0500
+++ opensmtpd/configure.ac	2019-11-18 09:40:24.286198157 -0500
@@ -41,7 +41,7 @@
 	[opensmtpd],
 	[https://www.OpenSMTPD.org])
 
-AM_INIT_AUTOMAKE([subdir-objects no-dependencies])
+AM_INIT_AUTOMAKE([foreign subdir-objects no-dependencies])
 LT_INIT
 
 # here we should test for variables set by libtool detection